/*************************************************************************
 AUTHOR :	Jeff Reinhardt
**************************************************************************/

/*************************************************************************
// IMPORT Normalization and Global Styles
**************************************************************************/
@import "global.css";

/*************************************************************************
// HTML Customizations
**************************************************************************/
html {
	background:transparent;
}

body {
	font-family:arial,helvetica,clean,sans-serif, verdana;
	margin:0;
	padding:0;
	background:url(../_images/bg/bg_body_rust.jpg) top center no-repeat #F15112;
}

p {
	margin:0 0 20px 0;
	line-height:1.5em;
	font-size:10.5pt;
	color:#000;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	color:#A5DF71;
}

h1 {
	font-size:20pt;
	margin:0 0 15px 0;
}

h2 {
	font-size:16pt;
	margin:0 0 15px 0;
}
h3 {
	font-size:13pt;
	margin:0 0 15px 0;
}
#mainContent ul{
	margin:20px 0 20px 20px;	
}
#mainContent li{
	margin: 0 0 5px 18px;
	list-style:disc;
}
th, tr {
	vertical-align: top;
}
img{
	border-width:0;
}

a{
	color:#A5DF71;
}
a:hover{
	color:#FF9900;
}

/*************************************************************************
  Grid Definitions
**************************************************************************/
#centering{
	position:relative;
	width:975px;
	height:auto;
	margin:0 auto;
}
#wrapper {	
	position:relative;
	width:975px;
	height:auto;
	float:left;
}
#header {
	position:relative;
	width: 975px;
	height:302px;
	height:389px;
	xmargin-top:87px;
	left:0;
	top:87px;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	background:url(../_images/bg_header.jpg) no-repeat;
}

#mainContent{
	position:relative;
	float:left;
	width:975px;
	height:auto;
	padding:40px 0;
	margin:0;
	background:url(../_images/bg_mainContent.jpg) top no-repeat #ECECEC;
	-moz-border-radius:0 0 15px 15px;
	border-radius:0 0 15px 15px;
}

#footer {
	position:relative;
	width: 975px;
	height:auto;
	clear:both;
	margin:0 auto;
	padding:40px 0;
	font-size:9pt;
}


/*************************************************************************
// inner structures: header
**************************************************************************/
#logo {
	position:absolute;
	left:0;
	top:30px;
}
#tag{
	position:absolute;
	left:40px;
	top:305px;
	z-index:2000;
}
ul.mainNav{
	position:absolute;
	bottom:98px;
	left:40px;
	z-index:1000;
	height:47px;
	width:auto;
}

.mainNav li{
	width:auto;
	height:47px;
	list-style:none;
	display:block;
	float:left;
	padding:0 12px 0 0;
	font-size:9.5pt;
	font-weight:bold;
	text-align:center;
}
.mainNav li:hover{
	color:#CCCCCC;
}
.mainNav li.selected{
	color:#fff;
}
.mainNav li.first{
	padding-left:0;
}
.mainNav a {
	color:#A5DF71;
	text-decoration:none;
	padding:0 0 0 12px;
	margin:0;
	background:url(../_images/divider_mainNav.png) no-repeat 0 0;
	display:block;
	float:left;
	width:auto;
	height:47px;
	line-height:43px;
}
.mainNav .first a {
	padding-left:0;
	background:none;
}
.mainNav a:hover {
	color:#999999;
}

.mainNav .selected a{
	text-decoration:none;
}


.search{
	position:absolute;
	top:245px;
	right:40px;
	height:47px;
	width:205px;
}
#status{
	width:150px;
	padding:0 0 0 20px;
	height:25px;
	outline:none;
	-moz-border-radius:3px;
	border-radius:3px;
	display:block;
	float:left;
	margin:7px 0 0 0;
}
.focusField{
	border:solid 1px #73A6FF;
	background:none #fff;
	color:#000;
}
.idleField{
	background:url(../_images/bg_searchbox.gif) 2px 3px no-repeat #ECECEC;
	color:#666;
	border:solid 1px #000;
}
.buttonSearch{
	margin:7px 0 0 3px;
	height:25px;
	background-color:#69F;
	display:block;
	float:left;
}






#model{
	position:absolute;
	right:15px;
	top:17px;
	height:312px;
	width:auto;
	z-index:1000;
}
#model img{
	position:absolute;
	right:0;
	bottom:0;
}

#promo{
	position:absolute;
	right:200px;
	top:0;
	height:242px;
	width:484px;
	z-index:500;
}
#promo img{
	position:absolute;
	left:85px;
	top:60px;
}

/*************************************************************************
// inner structures: mainconternt
**************************************************************************/



/* rows */
.rowCol1, .rowCol2, .rowCol3{
	position:relative;
	width:895px;
	height:auto;
	margin:0 0 0 40px;
	clear:both;
	float:left;
}
.c1, .c2, .c3, .c4{
	position:relative;
	height:auto;
	float:left;
}

.rowCol2 .c1{
	width:251px;
}
.rowCol2 .c2{
	width:620px;
	margin-left:24px;
}

.rowCol3 .c1{
	width:200px;
}
.rowCol3 .c2{
	width:397px;
	margin-left:24px;
}
.rowCol3 .c3{
	width:250px;
	margin-left:24px;
}


ul#subNav{
	background-color:#A5DF71;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:0;
	padding:40px 0 20px 0;
}
ul#subNav li{
	list-style:none;
	margin:0 20px 20px 20px;
}
ul#subNav a{
	color:#FFF;
}

/*************************************************************************
// inner structures: footer
**************************************************************************/
#footer ul{
	width:975px;
	height:auto;
	text-align:center;
}
#footer li{
	list-style:none;
	display:inline;
	padding:0 6px;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
}
#copyright {
	width:975px;
	color:#fff;
	text-align:center;
	padding:10px 0 0 0;
}



/*************************************************************************
// Misc
**************************************************************************/
#right {
	float: right;
}
.previous{
	color:#000;
	margin:15px 0;
	padding:0 0 0 0;
	border-top:1px #000 solid;
}
.previous span{

}
.previous a{
	color:#000;
	font-weight:bold;
	FONT-SIZE:80%;
	text-decoration:none;
}
.previous a:hover{
	color:#000;
}

