/* Web site */

* { margin: 0; padding: 0; }
a img { border: 0; background: transparent; }
fieldset { border: 0; }

/* body styles */

body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #999; 
	font-size: 76%;
	text-align: center;
	background-color: #FFF; 
	margin: 0; 
	padding: 0;
}
table {
	margin-bottom: 1em;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	/*padding: 0.5em 0.5em 0.5em 0;*/
}

/* wrap*/

#wrap {
	margin: 0 auto; padding: 0; width: 770px;
}

/* header */

#header {
	padding: 12px 0 4px 0; margin: 0; height: 53px;
}
#header h1 { 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 160%;
	margin-left: 0.5em;
	color: #600;
	letter-spacing: -0.01em;
}
#header p { 
	font-weight: bold;
}

/* navbar */

#navbar {
	padding: 0;
	margin: 0;
	height: 27px;
	background: url(../images/navbarbg.jpg) no-repeat scroll 0 0;
	font-size: 14px;
	color: #BF1201;
}
#navbar li {
	display: inline; list-style-type: none; line-height: 27px; margin: 0 10px 0 0;
}
#navbar a:link { 
	color: #BF1201; text-decoration: none;
}
#navbar a:visited { 
	color: #BF1201; text-decoration: none;
}
#navbar a:hover { 
	color: #999; text-decoration: none;
}
#navbar a:active { 
	color: #BF1201; text-decoration: none;
}

/* content */

#content { 
	text-align: left;
	padding: 12px 0 0 20px;
	border-bottom: 4px solid #DF0600;
	background: url(../images/contentbg.jpg) no-repeat scroll 0 0;
	height: 325px;
}
#content h1 { 
	margin-bottom: 2%;
	font-size: 140%;
	color: #600;
}
#content h2 { 
	margin-bottom: 2%;
	font-size: 120%;
	color: #600;
	letter-spacing: -0.01em;
}
#content h3 { 
	margin-bottom: 1%;
	font-size: 100%;
	color: #600;
	letter-spacing: -0.01em;
}
#content p { 
	margin-bottom: 1em;
	font-size: 100%;
	line-height: 150%;
}
#content ul { 
	margin-bottom: 1.2em;
}
#content li { 
	margin-left: 1em;
	line-height: 1.5em;
	list-style-type: none;
}
#content a:link { 
	color: #888;
}
#content a:visited { 
	color: #888;
}
#content a:hover { 
	color: #BDB76B;
}
#content a:active { 
	color: #F00;
}

#leftcol { 
	width: 220; margin: 0 48px 0 0; float: left;
}
#leftcol h1 { 
	font-weight: normal; color: #ED1C24; font-size: 17px; margin: 0 0 9px 0;
}
#leftcol p { 
	color: #ED1C24; font-size: 13px; margin: 15px 0 0 0; line-height: 15px;
}
#midcol{ 
	width: 220px; margin: 0 24px 0 0; float: left;
}
#midcol h1, #rightcol h1 { 
	color: #C03; font-size: 13px; font-weight: normal; line-height: 17px;
}
#midcol p, #rightcol p { 
	font-size: 11px; line-height: 18px;
}
#rightcol { 
	width: 220px; margin: 0; float: left;
}

.model {
	text-align: left; padding: 14px 0 0 0;
}
.col1 {
	width: 110px; float: left; text-align: center;
}
.modtag {
	font-size: 11px; color: #000;
}
.modnum {
	font-size: 11px;
}
.col2 {
	width: 544px; float: left; border-bottom: 1px solid #EEE; padding: 3px 0 0 0;
}
.col2 h1 {
	color: #C03; font-size: 12px; font-weight: normal; line-height: 17px; text-transform: uppercase;
}
.col2 h2 {
	color: #000; font-size: 11px; font-weight: normal; line-height: 17px; text-transform: uppercase;
}
.col2 p {
	font-size: 11px; line-height: 18px; margin: 0 0 18px 0;
}
.col3 {
	width: 116px; float: left; text-align: center;
}

/* contact */

#contactform {
	margin-bottom: 5em;
}
#contactform label {
	line-height: 1.5em;
}
#contactform input, #contactform textarea {
	/*background-color: #FFF;*/
}

/* footer */

#footer {  
	clear: both; padding: 8px 0 0 0;
}

/* footernav */

#footernav {
	height: 25px; 
	background: url(../images/footernavbg.jpg) no-repeat scroll 0 0;
	font-size: 10px;
	font-weight: bold;
	color: #EBEBEB;
	text-transform: uppercase;
}
#footernav li {
	display: inline; list-style-type: none; line-height: 25px; margin: 0 12px 0 0;
}
#footernav a:link { 
	color: #EBEBEB; text-decoration: none;
}
#footernav a:visited { 
	color: #EBEBEB; text-decoration: none;
}
#footernav a:hover { 
	color: #999; text-decoration: none;
}
#footernav a:active { 
	color: #EBEBEB; text-decoration: none;
}

/* copyright */

#copyright {
	text-align: left;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	margin: 0 0 0 12px;
	line-height: 22px;
}


/* misc styles */

.img-style-lt {
	float: left;
	padding-right: 5px;
}
.img-style-rt {
	float:right;
	padding-left: 5px;
}
.clearfix {
	clear:both;
	}
.wireframe {
	border: 1px solid black;
}
.fill {
	background-color: #F00;
}
