﻿/* CSS Document */
body {
	margin:0px; 
	padding:0px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px; 
	font-weight:normal;
	background-color:#363634;
	color:#D2D2D0;
}
/* Copyright box */
.two-lines{
	clear:both;
	height:3px;
	background-color:#535353;
	border-bottom:#070707 2px solid;
	overflow:hidden;
}
/* Main content */
#main {
	width:760px;
	margin-left:auto;
	margin-right:auto;  
	background:url('images/left-bg.jpg') repeat-y;  /* TEST THIS */
}
/* Wide Main content */
#wide-main {
	width:760px;
	margin-left:auto;
	margin-right:auto;  
/*	background:url('images/left-bg.jpg') repeat-y;  TEST THIS */
}

/* Header */
#header-left{
	float:left;
	width:230px;
	height:200px;  
}
#up-company-name{
	background:url('images/up-company-name.jpg') ;
	height:0px  
}
#company-name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px; 
	font-weight:normal;
	text-transform:uppercase;
	color:#FFFFFF;
	background:url('images/company-name.jpg') ;
	height:200px; 
	padding-left:23px; 
	padding-right:0px; padding-top:0px; padding-bottom:0px  /* padding was 50 */
}
#down-company-name{
	background:url('images/down-company-name.jpg') no-repeat;
	height:0px  /* was 9 */
}

#header-center{
	float:left;
	width:333px;
	height:200px;
	background:url('images/ConsoleForHeader.jpg') no-repeat;
}
#header-right{
	float:left;
	width:196px;
	height:200px; /* TEST was 200 */
	border-top:0px;  /* NEW */
	background:url('images/header-right-bg.jpg') repeat-y;   	
}
#up-header-right{
	background:url('images/up-header-right.gif') repeat-x bottom left;  
	height:1px  /* was 37 */
}
#header-right ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#header-right li {
	margin:0px;
	padding:0px;
	border-top:0px;  /* NEW */
	background:url('images/header-right-bg.jpg') repeat-y;   
	border-top:1px solid #7E7E7A;
	border-bottom:1px solid #5D5D59;  
	height:31px;   /* was 28 */
	line-height:28px
}
#header-right li.home {
	border-top:0px;  /* was 10 */
	padding:0px 0px 0px 0px; /* was 14px 0px 0px 0px; */
	height:44px;   /*32 */
	line-height:24px;
}
#header-right li.contact {
	border-bottom:0px;
	padding:0px 0px 0px 0px;  /* was 4 0 0 0 */
	height:30px;  /* was 44 */
	line-height:24px;
}
#header-right a {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px; 
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#0A0B06;
	background-position:20px 0px;   
	background-repeat:no-repeat;
	padding:0px 0px 0px 48px;  /* was 50 */
}
#header-right a:hover {
	color:#66ccff;  /* 102, 204, 255 */
}
#header-right a.link1{
	border-top:100px;   /* wasn't here */
	background-image:url('images/home.gif');
}
#header-right a.link1:hover{
	background-image:url('images/home.gif');   /* 	background-image:url('images/home-hover.gif');   */
}
#header-right a.link2{
	background-image:url('images/vehicle.gif');
}
#header-right a.link2:hover{
	background-image:url('images/vehicle.gif');
}
#header-right a.link3{
	background-image:url('images/lab.gif');
}
#header-right a.link3:hover{
	background-image:url('images/lab.gif');
}
#header-right a.link4{
	background-image:url('images/details.gif');
}
#header-right a.link4:hover{
	background-image:url('images/details.gif');
}
#header-right a.link5{
	background-image:url('images/solutions.gif');
}
#header-right a.link5:hover{
	background-image:url('images/solutions.gif');
}
#header-right a.link6{
	background-image:url('images/contact.gif');
}
#header-right a.link6:hover{
	background-image:url('images/contact.gif');
}
#down-header-right{
/*	background:url('images/down-header-right.gif') repeat-x; */
	height:0px  /* was 5 */
}
#content-left{
	float:left;
	width:230px;
	border-left:#191919 1px solid;
}
/* Menu properties */
#left-menu{
	width:230px; /* was 210 */
	border-left:#474843 1px solid;  /* was 19px  */
	background-color:#171717;
	padding:30px 0px;
}
#left-menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#left-menu li {
	margin:0px;
	padding:0px;
	height:20px;
	line-height:20px;
}
#left-menu a{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#D7D7D7;
	background:url('images/left-menu.jpg') no-repeat 26px 5px;
	padding-left:47px
}
#left-menu a:hover{
	background:url('images/left-menu-hover.jpg') no-repeat 26px 5px;
	text-decoration:underline;
	color:#66ccff
}
/* Partners box */
#best{
	width:167px;  
	background:url('images/best-bg.jpg') repeat-y;
	color:#FFFDFF;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	height:42px;  /* was 42 */
	line-height:42px;
	padding-left:63px; padding-right:0px; padding-top:0px; padding-bottom:0px
}
#left-world{
	width:230px;
	border-left:#474843 0px solid;
	background-color:#171717;
	height:170px;                     /* THIS ADJUSTS THE LEFT LENGTH!!!! */
}
#left-world img{
	margin:12px 6px 6px 0px;
	border:0px;
}		
#content-right{
	float:left;
	width:520px; /* was 529 */
}
#content-main{
	padding:10px;
}
/* Tag properties */
h1{
	color:#FFFDFF;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 10px;
	margin:0px;
}
p{
	padding:0px 0px 5px 0px;
	margin:0px;
}
/* Content properties */
#content-main span{
	font-weight:bold;
}
#content-main img{
	border:#696969 1px solid;
	margin:0px 10px;
	float:left;
}
#content-main a.read-more{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px; 
	color:#992018;
	font-weight:bold;
	text-decoration:none;
	background:url('images/read-more.gif') no-repeat 0px 3px;
	float:right;
	padding-left:20px; padding-right:0px; padding-top:0px; padding-bottom:0px
}
#content-main a.read-more:hover{
	text-decoration:underline;	
}
#services{
	clear:both;
	float:left;
	width:314px;
	margin:20px 0px 0px 0px;
}
h2{
	color:#FFFDFF;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	border-top:#0F0F0F 1px solid;
	padding:10px 0px 10px 10px;
	margin:0px 0px 0px 10px;
}
#services a{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px; 
	font-weight:normal;
	color:#D2D2D0;
	text-decoration:underline;
}
#services a:hover{
	text-decoration:none;
}
#services img{
	margin:0px 10px;
	float:left;
}
#services p{
	margin:20px 0px 20px 20px;
}
/* Testimonials box */
#testimonials{
	float:left;
	width:186px;
	color:#191A15;
	font-size:11px;
	background-color:#61625C;
	margin:20px 0px 0px 15px;
	padding:0px 0px 10px 10px;
}
h3{
	color:#FFFDFF;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0px 10px 10px;
	margin:0px 0px 0px 10px;
}
#testimonials img{
	border:#8C8D87 2px solid;
	margin:0px 10px 10px 0px;
	float:left;
}
#testimonials a{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px; 
	font-weight:bold;
	color:#571C20;
	text-decoration:none;
}
#testimonials a:hover{
	text-decoration:underline;
}
#testimonials p {
	clear:left;
}
#testimonials a.all-testimonial{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px; 
	color:#DBDCD7;
	font-weight:bold;
	text-decoration:none;
	background:url('images/all-testimonial.gif') no-repeat 0px 3px;
	float:left;
	padding-left:20px; padding-right:0px; padding-top:0px; padding-bottom:0px
}
#testimonials a.all-testimonial:hover{
	text-decoration:underline;	
}
/* Copyright box */
#copy{
	background:url('images/left-bg.jpg') repeat-y;  /* TEST THIS */
	float:left;
	width:230px;
	height:61px;
	font-size:11px;
	color:#D6D6D4;
	padding:24px 0px 0px 0px;
	text-align:center;
	text-decoration:none;
}
/* Footer properties */
#footer-menu{
	float:left;
	width:530px;
	height:85px;
	color:#762A1C;
	line-height:85px;
	text-align:center;
	background-color:#171717;
}
#footer-menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#footer-menu li {
	margin:0px;
	padding:0px;
	display:inline;
}
#footer-menu a {
	color:#ECECEC;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px; 
	font-weight:normal;
	padding:0px 10px;
	text-decoration:none;
}
#footer-menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/* Link properties */
a {
	color:#ECECEC;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px; 
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}