/* CSS Document *//*     fullCircle Creative Solutions    http://www.fccreative.com    Author: Joseph Tosi | joseph@fccreative.com*//* Base Page Properties-------------------------------------------------------*/body,td,th {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #CCCCCC;}body {	background-color: #292929;	background-image:  url("../images/GUI5_body_bg.jpg");	background-position: top center;	background-repeat: no-repeat;	background-attachment: fixed;	width: 955px;	margin: auto;}a:link {	color: #F41624;}a:visited {	color: #F41624;}a:hover {	color: #F41624;}a:active {	color: #F41624;}h1 {	font-size: 24px;	color: #FFFFFF;}h2 {	font-size: 18px;	color: #FFFFFF;}h3 {	font-size: 16px;	padding-bottom: 10px;	border-bottom: 1px solid #666666;	color: #FFFFFF;}h4 {	font-size: 14px;	border-bottom: 1px solid #666666;	padding-bottom: 5px;	color: #FFFFFF;}p {	line-height: 1.62;}p strong {	color: #FFFFFF;}/* Layout Regions-------------------------------------------------------*/#corpus {	background-color: #696969;	float: left;}	#head {		background-image: url(../images/GUI5_head.jpg);		background-repeat: repeat-x;		width: 955px;		height: 145px;		float: left;	}	#head h1, #head h2 {		margin: 0;		padding: 0;	}		#title {			width: 500px;			margin-top: 80px;			margin-right: 50px;			float: right;			text-align: right;		}	#leftContainer {		float: left;		background-color: #696969;	}	#flash { 	}	#navAux {		width: 110px; /* 160px minus padding */		padding: 20px 25px;		float: left;		background-image: url(/www/images/GUI_navAux_bg.gif);		background-position: top;		background-repeat: no-repeat;		color: #FFFFFF;	}		#navAux a:link, #navAux a:visited, #navAux a:active {			color: #FFFFFF;			padding: 2px;			border: 1px solid #CCCCCC;		}		#navAux a:hover {			background-color: #FF0000;		}	#content {		width: 795px; /* 795px minus padding */		/*padding: 20px 50px 100px 50px;*/		float: left;		background-color: #000000;	}		#colL {			width: 480px;			float: left;			margin: 20px 30px 0 50px;		}		#colR {			margin-top: 20px;			width: 185px;			float: left;		}	#htmlNav {		float: left;		clear: both;		width: 795px;		/*margin-left: 160px;*/		background-color: #000000;		text-align: center;		margin-top: 20px;	}		#htmlNav li {			display: inline;		}		#htmlNav a:link, #htmlNav a:visited, #htmlNav a:active {			padding: 10px;			font-weight: bold;		}		#htmlNav a:hover {			background-color: #F41624;			color: #FFFFFF;		}	#foot {		clear: both;		float: left;		width: 905px; /* 955px minus padding */		padding: 10px 25px;		text-align: right;		background-color:#383838;		background-image: url(/www/images/GUI_head_bg.gif);		background-repeat: repeat-x;		background-position: center;	}/* Custom Classes-------------------------------------------------------*/body.services {	background-image: url(/www/images/GUI_body_bg_services.jpg);	background-repeat: repeat-x;	background-color: #507221}body.videos {	background-image: url(/www/images/GUI_bg_video.jpg);	background-repeat: repeat-x;	background-color: #003b58;}body.carsforsale {	background-image:url(/www/images/GUI_body_bg_carsforsale.jpg);	background-repeat: repeat-x;	background-color: #d19a00;}body.contactus {	background-image: url(/www/images/GUI_body_bg_contactus.jpg);	background-repeat: repeat-x;	background-color: #5a9b9b;}.fullcircle {	font-size: 9px;	text-transform: uppercase;}	.fullcircle a:link, .fullcircle a:visited, .fullcircle a:active {		color: #CCCCCC;	}	.fullcircle a:hover {		color: #FFFF00; 	}ul.downloadBlocks {	padding: 0;	margin: 0;}	ul.downloadBlocks li {		display: block;		list-style-type: none;		margin: 1px;	}	ul.downloadBlocks li a:link, ul.downloadBlocks li a:visited, ul.downloadBlocks li a:active {		display: block;		padding: 10px;		background-color: #666666;		color: #FFFFFF;		font-size: 14px;		font-weight: bold;	}	ul.downloadBlocks li a:hover {		background-color: #FF0000;	}.required {	color: #FF0000;}