@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding:0;
	margin:0;
	background: #0f0f0f top left;
}


td, tr {
	text-align:left;
}

a {
	color:#ccc;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
a:hover {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid #ed1c24;
}

#container {
	width:960px;
	text-align:left;
}

#header {
	width:100%;
	display:block;
	background:#000000;
}

/* main menu with rollover action */
#menu {
	width: 710px;
	display: block;
}
#menu ul {
	margin:0;
	padding:0;
	float:right;
}
#menu li {
	float:left;
	list-style:none;

}
#menu a span {
	display:block;
	overflow:hidden;
	text-indent:2000px;
	cursor:pointer;
	text-decoration:none;
	outline:none;

}
#menu a:focus {
	-moz-outline-style: none;	
}

#menu a span.services {
	width:80px;
	height:60px;
	background:url(images/services.gif) top left no-repeat;
}
#menu a span.products {
	width:90px;
	height:60px;
	background:url(images/products.gif) top left no-repeat;
}
#menu a span.work {
	width:65px;
	height:60px;
	background:url(images/work.gif) top left no-repeat;
}
#menu a span.clients {
	width:75px;
	height:60px;
	background:url(images/clients.gif) top left no-repeat;
}
#menu a span.careers {
	width:65px;
	height:60px;
	background:url(images/careers.gif) top left no-repeat;
}
#menu a span.aboutus {
	width:90px;
	height:60px;
	background:url(images/aboutus.gif) top left no-repeat;
}

#menu a:hover span {
	background-position:0px -60px;
}

/* Content */
#content {
	background:#000000;
}
#content h1,
#content .head1 {
	font-family:Trebuchet MS, Arial, Helvetica;
	color:#FFF;
	margin:15px 0 10px 0px;
	font-size:24px;
}
#content h2 {
	color:#DDD;
	margin:15px 0 10px 0px;
	font-size:16px;
}

#content #oneCol {
	width:960px;
	text-align:left;
	padding:10px 0 0 0;
}

#content #leftCol {
	width:610px;
	float:left;
	padding:0 30px 0 0px;
}
#content #rightCol {
	width:270px;
	float:right;
	padding:0 20px 0 20px;
	color:#666666;
}
#content #rightCol h1 {
	font-family:Trebuchet MS, Arial, Helvetica;
	color:#CCC;
	margin:18px 0 14px 0px;
	font-size:18px;
}


#middleblock {
	padding:0px 0 10px 0;
	background:url(images/middle_mirror.jpg) top center no-repeat;
	height:450px;
}


#announces {

}
#announces td.txtarea td.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	color:#a6a6a6;
	padding:0px 10px 0px 0px;
	vertical-align:top;
}
#announces td.txtarea td.icon {
	padding:0px 0px 0px 20px;
	margin:0px;
}
#announces td.txtarea td.text strong, #announces td.txtarea td.text b {
	color:#FFFFFF;
}


/* Footer */
#footer {
	padding-top:10px;
	background:url(images/footer_bg.gif) top left repeat-x;
}

#footer td {
	font-size:11px;
	vertical-align:top;
	color:#666666;
	line-height:1.8em;
}
#footer td.right {
	text-align:right;
}
#footer td h3{
	margin:0px;
	padding:0xp;
	color:#999;
	font-size:12px;
}
#footer td a {
	color:#666;
	text-decoration:none;
	border-bottom:none;
}
#footer td a:hover {
	color:#CCC;
	text-decoration:none;
	border-bottom:1px solid #ed1c24;
}
#footer td strong {
	color:#fff;
}

/* Pages  */
.contactPage label { color: #FFFFFF; width: 135px; display: block; float: left; padding-top: 5px; }
.contactPage .left { width:340px; float:left; margin-top:30px; margin-bottom:50px;}
.contactPage .left input { float: left; width: 197px; background: #1a1a1a; border: 0 none; color: #999999; padding: 5px 4px; margin-bottom: 4px; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
.contactPage .left input.error { background: #4a1a1a; }
.contactPage .left input.smaller { width: 100px; }
.contactPage .left .radio input { float: none; width: auto; padding: 0; margin: 0; background-color: #000;  }
.contactPage .left .radio { margin-top: 7px; display: block; float: left; }
.contactPage .left .radio span span { padding-right: 35px; }
.contactPage .left p { clear: both; width: 340px; padding-bottom: 4px; position: relative; }
.contactPage .right { width:500px; float:right; margin-top:30px; margin-bottom:50px;}
.contactPage .right p span { display: block; float: right; padding-bottom: 12px; }
#message { background: #1a1a1a; border: 0 none; color: #999999; height: 300px; width: 473px; padding: 12px 15px; overflow: auto; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#message.error { border: 5px #4a1a1a solid;}
#submitform {  width: 140px; font-size: 11px; background-image: url(images/back_button.gif); border: 0 none; height: 24px; background-color: #666; color: #000; float: right; cursor: pointer; }
#submitform:hover { background-position: 0 -24px; color: #fff!important; }



/* colors */
.red { color:#ed1c24; }
.white { color:#FFF; }
