/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* -------------------------------------------------------------- */


.fontHack { font: 0/0 a !important; text-shadow: none; color: transparent; }
b, strong { font-weight:bold; }
i, em { font-style:italic; }
a { color:#fff; text-decoration:none; }
div.clear {	clear:both;	color:inherit; }
.bold { font-weight:bold; }
div, p, a, li, td { -webkit-text-size-adjust:80% !important; }


body {
	background-color:#424243;
	font-size:14px; 
	font-family:Calibri, CalibriRegular, Tahoma, sans-serif; 
	text-align:justify; 
	line-height:18px;
	color:#FFF;
}

.homeHead {
	background:#000 url(images/carbonfiber.jpg) center center repeat;
	width:100%;
	height:330px;
}
.contentHead {
	background:#000 url(images/carbonfiber.jpg) center center repeat;
	width:100%;
	height:70px;
}
.menuBarSlice {
	height:68px;
	width:100%;
	background:url(images/redFade.png) repeat-x top center;
	border-bottom:#F00 medium solid;
}
.menuBar {
	margin: 0 auto;
	width: 960px;
}
.logo {
	background:url(images/watson_motors_logo.png) center center no-repeat;
	height:68px;
	width: 400px;
	float:left;
}





.primary {
	font-weight:bold;
	z-index:1000;
	position:relative;
	width:560px;
	float:left;
}
.primary ul {
	text-transform:uppercase;
	text-align:center;
	line-height:44px;
	1text-align:center;
	margin:0;
	padding:0;
	position:relative;
}

.primary ul li {
	display:inline-block;
	*display: inline;
	1margin-right:6px;
	font-weight:normal;	
	position:relative;
	z-index:998;
	height:0px;
	clear:both;
}
.primary ul li a {
	text-transform:uppercase;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	padding: 10px 15px;
	line-height:68px;
	text-decoration:none;
	margin-left:10px;	
}

.primary ul li:hover > a {
	background: #000;
}
.primary ul ul {
	position:absolute;
	top:55px;
	left:10px;
	background-color:#000;
	border-bottom:#F00 thin solid;
	z-index:999;
	padding:0;
	margin:0;
	width:180px;
	height:0px;
	overflow:hidden;
	opacity: 0; 
  	filter: alpha(opacity=0); 
	-webkit-transition: opacity 0.6s, height 0.2s ease-out;
	-moz-transition: opacity 0.6s, height 0.2s ease-out;
	-o-transition: opacity 0.6s, height 0.2s ease-out;
	-ms-transition: opacity 0.6s, height 0.2s ease-out;
	transition: opacity 0.6s, height 0.2s ease-out;
}
#ie7 .primary ul ul {
	top:35px;
	border-bottom:none;
}

.primary li:hover ul {
	opacity: 1; 
  	filter: alpha(opacity=100); 
	height:auto;
	1overflow: hidden;
	display: block;
	border-bottom:#F00 thin solid;
}
.primary ul ul li {
	white-space:nowrap;
	display:block;
	padding:0;
	margin:0;
	height:auto;
	text-align:left;
}
.primary ul ul li a {	
	padding:12px;
	display:block;
	font-size:15px;
	height:auto;
	line-height:10px;
	width: 100%;
	font-family: 'Calibri', serif;
	font-weight:bold;
	margin-left:0;
}
.primary ul ul li a:hover {	
	color:#F00;
}





.homeSlice {
	width: 100%;
	border-bottom:#F00 medium solid;
}
.homeSlide {
	height:241px;
	margin: 0 auto;
	width: 960px;
	margin-top:15px;
	text-align:center;
}
.homeContentSlice {
	width: 100%;
	background-color:#000;
}
.homeContent {
	height:445px;
	margin: 0 auto;
	width: 960px;
	background-color:#000;
	overflow:hidden;
}
.homeContent img{
	margin:0 10px;
}
.contentSlice {
	width: 100%;
	background-color:#000;
}
.content {
	min-height:500px;
	margin: 0 auto;
	width: 960px;
	background-color:#000;
}
.page {
	float:left;
	width:560px;
	padding:40px 60px 20px 0;
}
.page .column1{
	float:left;
	width:250px;
	padding:0px 60px 0px 0;
}
.page .column2{
	float:left;
	width:250px;
	padding:0px 0px 0px 0;
}
.page img {
	padding:0px 20px 20px 0;
}
.page ul {
	margin-bottom:20px;
}
.page a{
	text-decoration: none;
	color:#FFF;
}
.page a:hover{
	color:#F00;
}
.page h1 {
	color:#F00;
	font-size:40px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
	line-height:30px;
}
.page h2 {
	color:#Fff;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
	line-height:20px;
}
.sidebar {
	width:340px;
	float:left;
	padding:20px 0;
}
.sidebar hr {
	color:#F00;
	background-color: #f00;
	height:3px;
	border:none;
	margin:20px 0;
}

.infoBoxeSlice {
	padding-top:25px;
	padding-bottom:25px;	
}
a .infoBox {
	float:left;
	padding:15px;
	background-color:#F00;
	width: 190px;
	height: 90px;
	margin:0 10px;
}
.infoBox:hover {
	background-color:#424243;
	cursor:pointer;
	
}
h3 {
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
p {
	margin-bottom:20px;
}

.footerSlice {
	background:url(images/greyFade.png) repeat-x top center;
}
.footer {
	min-height:173px;
	margin: 0 auto;
	width: 900px;
	padding-top:20px;
}

.footerMenu { float:left; }
.col1 { width:165px; }
.col2 { width:185px; }
.col3 { width:170px; }
.col4 { width:75px; text-align:left; }
.col5 { width:305px; text-align:right; }

.footer li a, .footerMenuHeader {
	text-decoration:none;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
}
.footer li a:hover {
	text-decoration: underline;
}
.footer li a.footerSubMenu {
	font-size:12px;
}
.footer a {
	text-decoration:none;
	font-size:14px;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: underline;
}

.footer p {
	margin:0;
}
.base div {
	height:35px;
	line-height:35px;
	color:#FFF;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:00px;
	font-size:12px;
	float:left;
	width:50%;
}

.base .copyright{ text-align:left; }
.base .righthand{ text-align:right; }




































