
/* begin normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0;   -moz-opacity: .999;}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* end normalize */
	
body {
 font-family: Verdana, helvetica, arial; 
 font-size: 62.5%;
 color: #666;
 text-align: center;
	
}

#wrapper {
	width: 1000px;
	height: 622px;
	margin: 0 auto;
	text-align: left;

}

#wrapperHome {
	width: 1000px;
	height: 622px;
	margin: 0 auto;
	text-align: left;

}

#header {
	width: 1000x;
	height: 25px;
	padding: 25px 20px;
	border-bottom: solid 1px #898989;

}


#header h1 {
	float: left;
}

#header h2 {
	width: 414px;
	height: 75px;
	text-align: right;
	text-transform: uppercase;
	margin-top: -25px;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 5.2em; 
	padding-right: 20px;
	border-left: solid thin #898989;
	float: right;
}

/* this h3 is being used if there is too much type to fit in the h2 */
#header h3 {
	width: 414px;
	height: 75px;
	text-align: right;
	text-transform: uppercase;
	margin-top: -25px;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 3.6em; 
	padding-right: 20px;
	border-left: solid thin #898989;
	float: right;
}

#sidebar {
	width: 230px;
	height: 527px;
	padding: 10px;
	float: left;
	border-right: solid 1px #999;
}

#nav {
	float: left;
	font-size: 1.1em;
/*	letter-spacing: .125em;*/
	line-height: 1.8em;
	text-align: left;
	text-transform: uppercase;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #898989;
	outline: none;
	
}

#nav a:hover {
	color: #8a672d;
}

#sidebar .horizontalRule {
	width: 250px;
	margin-left: -10px;
	border-top: solid thin #898989;

}

#content {
	width: 719px;
	float: right;
	padding: 10px;
/*	border: solid 1px #f30;*/
	
}

#content h1 {
	font-size: 2.0em;
	text-transform: uppercase;
	font-weight: normal;
	color: #898989;
}

#content h2 {
	width: 120px;
	height: 98px;
	text-align: center;
	font-weight: normal;
	letter-spacing: .125em;
	margin: 125px 10px 0 145px;
	padding-top: 25px;
	float: left;
}
/*#content h2 {
	width: 120px;
	height: 98px;
	text-align: center;
	font-weight: normal;
	letter-spacing: .125em;
	margin: 125px 10px 0 145px;
	padding-top: 25px;
	float: left;
	background-color: #f4f3f3;
}
*/
#content h3 {
	margin-top: 125px;
	width: 435px;
	float: right;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
}



#content p {
	font-size: 1.2em;
	padding-top: 10px;
}

/*#content li {
	font-size: 1.2em;
	margin-left: 15px;
	list-style: disc; 
}*/

#content .highlightText {
	color: #718da5;
}

#contentAbout {
	width: 739px;
	height: 360px;
	margin-top: -128px;
	margin-right: -20px;
	float: right;
	overflow: auto;
	
}

#contentAbout h4 {
	width: 435px;
	float: right;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
}



/*#content #contentAbout {
	width: 500px;
	height: 356px;
	overflow: scroll;
	border: solid thin #f40;
}
*/
#content .about {
	width: 435px;
	padding-top: 10px;
	float: right;
}
#content .press {
	width: 535px;
	padding-top: 100px;
	float: right;
}

#content a.highlightLink {
	background-color: #718da5;
	line-height: 4.4em;
}


#content .centerAlign {
	text-align: center;
}
#content .showroom {
	border: solid thin #fff;

}

#content .error {
	color: #CC0000;
}

.paddingTop {
	padding-top: 365px;
}

/*#content li {
	width: 120px;
	height: 103px;
	background-color: #f4f3f3;
	text-align: center;
	margin: 5px;
	padding-top: 20px;
	list-style: none;
	text-decoration: none;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: .125em;
	float: left;
}
*/
#footer {
	padding-top: 25px;
	font-size: 1.2em;
	letter-spacing: .125em;
	text-align: center;
}
.clearBoth {
	clear: both;
}

.clearRight {
	clear: right;
}

.clearLeft {
	clear: left;
}

