/* copyright @ 2007 qualityweb */

/* =========== Global Elements =============== */

* { margin: 0; padding: 0; list-style-type: none;}
a { outline: none; border: none; cursor: pointer;}
img { border: none; }
.clear { clear: both; padding:0; margin:0;}
input { vertical-align: middle; }
body { text-align: center; font: 12px Verdana, Arial, Helvetica, sans-serif; color: #545761;}
body { background: #cfcfcf; }
body,html { height:100%}
	
/* ================== Links ================== */
a { text-decoration: none; color: #c72222; outline: none; border: none; }
a:hover { text-decoration: underline; color: #4f4f4f;}
a:active { color: #c72222; }
a:visited { color: #c72222; }



/* ================ Headings =================
h1 { font-size: 24px; font-weight: normal; }
h2 { font-size: 19px; color: #fff; }
h3 { font-size: 17px; color: #fff; }
h4 { font-size: 14px; color: #fff;}
 */

/* ============== Clearfix Hack =============== */
.clearfix:after { content: "."; display: block; height: 0;clear :both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/.clearfix { display: block; }/* End hide from IE Mac */


/* =========== Miscellaneous =============== */
.floatleft { float:left !important; }
.floatright { float:right !important; }

.red { color: #c72222;}

/* =========== Strucure =============== */

#wrap {
	margin: 0 auto;
	width: 100%;
	height: auto;
	
}
#header_in {
	width: 100%;
	height: 194px;
	background: url(../images/header-bg__.jpg) top left no-repeat;
	
}
#header {
	width: 100%;
	height: 194px;
	background: url(../images/header-bg_.jpg) repeat-x;
	
}


#logo {
	float: left;
	width: 259px;
	height: 51px;
	background: url(../images/logo.jpg) no-repeat;
}

#small-nav {
	float: right;
	width: 400px;
	height: auto;
	font-size: 1.1em; 
	color: #ccc;
	padding: 1px 8px 0 0;
	text-align: right;
	line-height: 1.2em;
}
.small-nav1 {
	font-weight:bold;
	font-size: 1.2em; 
	color: #cc2c2c;
}
#flash {
	float:left;
	width: 889px;
	height: 115px;
	
}


#main-nav {
	width: auto;
	height: 27px;
	background: none;
	border-bottom: 1px solid #000;		
}


#main-nav-list {
	width: auto;
	float: right;
	display: block; 
	height: auto;
	list-style-type: none;
}


#main-nav-list li {
	float: left;
	display: block;
	list-style-type: none;
	margin-right: 2px;
}

.main-bt a, .main-bt a:visited {
	display: block;
	width: 110px;
	height: 20px;
	background: url(../images/main-bt.jpg) no-repeat;
	padding-top: 7px;
	color: #c72222;
}

.main-bt a:hover, .main-bt a:active {
	display: block;
	width: 110px;
	height: 20px;
	background: url(../images/main-bt-active.jpg) no-repeat;
	padding-top:7px;	
	color: #000;
	text-decoration: none;
}

.main-bt-active a, .main-bt-active a:visited, .main-bt-active a:hover, .main-bt-active a:active {
	display: block;
	width: 110px;
	height: 20px;
	background: url(../images/main-bt-active.jpg) no-repeat;
	color: #000;
	padding-top: 7px;
	text-decoration: none;
}

#user-position {
	clear: both;
	width: auto;
	height: auto;
	background: #f3f3f3;	
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 10px;
	z-index: 1;
}


#main-body {
	width: 100%;
	height: auto;
	background: #ffffff url(../images/body_bg_.jpg) repeat-y left center;
}



#cat_nav {
	width: auto;
	height: auto;
	text-align: center;
	padding: 0 0 10px 0;
	border-right:1px #000000 solid;
	background: url(../images/sidebar-nav-bottom-bg.jpg) repeat-x bottom center;	
}

#cat_nav h3 {
	margin: 10px auto 5px auto;
	width: 175px;
	height: 35px;
	background: url(../images/sidebar-carrera-cars-bt.jpg) no-repeat center; 
}

#newsletter {
	width: auto;
	height: auto;
	text-align: center;	
	padding: 0 0 10px 0;
	border-right:1px #000000 solid;
}

#newsletter h3 {
	margin: 10px auto 5px auto;
	width: 175px;
	height: 35px;
	background: url(../images/sidebar-newsletter-bt.jpg) no-repeat center;
}

#news {
	width: auto;
	height: auto;
	text-align: center;	
	border-right:1px #000000 solid;
}

#news h3 {
	margin: 10px auto 5px auto;
	width: 175px;
	height: 35px;
	background: url(../images/sidebar-news-bt.jpg) no-repeat center;
}

#news h4 {
	margin: 0 20px 5px 20px;
	width: auto;
	border-bottom: 1px solid #43464e;	
	padding: 6px 0px 2px 0;
	color: #fff;
	text-align: left;
	font-size: 1.1em;
}

#cat_nav ul {
	width: auto;
	height: auto;
	list-style-type: none;
}

#cat_nav li {
	width: auto;
	height: auto;
	border-bottom: 1px solid #43464e;	
	padding: 6px 0px 6px 10px;
	text-align: left;
	font-size: 12px;
	margin: 0 5px;
}

#cat_nav li a, #cat_nav li a:visited {
	color: #fff;
	text-decoration: none;
}

#cat_nav li a:hover, #cat_nav li a:active {
	color: #000;
	text-decoration: none;
}

#outerwrapper {
	
	margin: 0 0 0 200px; /*--250px for right column--*/
	
	
}
#innerwrapper {
	float: left;	
	width: 99%;
	
	margin-right: -4px; /* to stop columns dropping */
}
#header1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10em;
	background: #999;
	border-bottom:.10em solid black;
	overflow: hidden;
}

#right {
	position: relative; /* IE needs this to show float */
	width: 200px;
	float: left;
	margin-left: -199px; /* must be 1px less than width otherwise won't push footer down in some browsers */
	
	left: 0px;
	
}
#footer1 {
	width: 100%;
	clear: both;
	height: 25px;
	background: #3c3c3c;
	position: relative;
	margin-top: -40px; /* drag footer from below the fold */
	border-top:5px solid #302f37;
	font-size: .8em;
	padding: 10px 0 0 0px;
}
#maincontent {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 5em; /* clear footer */
}