* {margin:0;padding:0;}

html, body {height: 100%;}

body {
	font: 80% Arial, sans-serif; 
	line-height:1.3em; 
	color: #444444;
}

#body-main {
	background: #FFFFFF url(/img/car.jpg) no-repeat left top;
}

#body-inner {
	background: #FFFFFF url(/img/car2.jpg) no-repeat left top;
}

#body-print {
	background: #FFFFFF;
	font: 70% Arial, sans-serif; 
	line-height:1.3em; 
	color: #444444;
}

#body-print .col1 h2 {
		font-size: 20px;
		line-height: 22px;
		color: #92919c;
		font-weight: normal;
		padding: 0 0 5px 0;
	}


a {
	color: #0066ff;
	text-decoration: none;
}
a:hover {
	color:#0a377a;
	text-decoration:underline;
}

#wrap {min-height: 100%;}

.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
}

.leftmenu {
	x    background: green;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:500px;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:500px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 40px 10px 600px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:560px;
        position:relative;
        right:480px;
    }
	#padd_left_main {
		padding: 400px 0 10px 0;
	}
	#padd_left_inner {
		padding: 260px 0 10px 0;
	}
	.col1 h2, .col2 h2 {
		font-size: 22px;
		line-height: 24px;
		color: #92919c;
		font-weight: normal;
		padding: 0 0 5px 0;
	}
	.col1 p {
		padding: 3px 0;
		text-align: justify;
	}
	
#forum_menu {
	list-style: none;
}
#forum_menu li {
	padding: 2px 0 2px 3px;
	margin: 0;
}
#forum_member {
	font-size: 10px;
	color: #8e8e8e;
	margin-top: -4px;
	margin-left: 15px;
}
#forum_topic a {
	font-size: 12px;
	text-decoration: none;
}
#forum_topic a:hover {
	text-decoration:underline;
}

#main {
	overflow:auto;
	padding-bottom: 26px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -26px; /* negative value of footer height */
	height: 26px;
	clear:both;
	background: #e3e3e3;
	text-align: center;
	line-height: 26px;
	font-size: 11px;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#site_name {
	font-size: 28px;
	color: #92919c;
	padding: 15px 0 0 0;
	text-align: left;
	line-height: 32px;
}

#site_name span {
	font-size: 20px;
}

#menu {
	 padding: 20px 0 20px 0;
	 text-align: left;
}

#menu ul {
	list-style: none;
}

#menu li {
	padding: 7px 0;
}

#menu a {
	color: #000000;
	font-size: 20px;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

#dop_menu {
	float:right;
	width: 200px;
x	padding-top: 25px;
	text-align: right;
}

#dop_menu ul {
	list-style: none;
}

#dop_menu li {
	padding: 3px 0;
}

#dop_menu a {
	color: #0a377a;
	font-size: 18px;
	text-decoration: none;
}
#dop_menu a:hover {
	text-decoration: underline;
}

#logo_link {
	display: block;
	width: 550px;
	height: 240px;
	margin-bottom: 20px;
}

#inner_forum {
	float:left;
	width: 350px;
}

/* Paging */
div.paging {
	width: 100%;
	padding: 5px 0 5px 0;
	color: #c30;
	text-align: center;
	margin: 1em 0 1em;
}
div.paging a:link, div.paging a:visited  {
	color: #FFFFFF;
	padding: 1px 5px 2px 5px;
	font-weight: normal;
	text-decoration: none;
	background-color: #0a377a;
}
div.paging a:hover  {
	font-weight: normal;
	text-decoration: none;
	color: #0066ff;
	background-color: #F7F7F7;
}
div.paging a.current:visited,
div.paging a.current:link {
	text-decoration: none;
	color: #0066ff;
	background-color: #eae9e5;
}

#orderform {
	background: #f9f9f9;
	padding: 10px;
	width: 530px;
}
#orderform td {
	padding: 2px 0;
	font-size: 100%;
}
#orderform select {
x	width: 332px;
	border: grey 1px solid;
	font-size: 110%;
	font-family: Arial, sans-serif;
}
#orderform input {
	width: 330px;
	border: grey 1px solid;
	font-size: 110%;
	font-family: Arial, sans-serif;
}
#orderform textarea {
	width: 330px;
	height: 100px;
	border: grey 1px solid;
	font-size: 110%;
	font-family: Arial, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}

#sent-button input {
	display: block;
	background: #0a377a;
	width: 100px;
	height: 19px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
	letter-spacing: 1px;
}
#sent-button input:hover {
	background: #eae9e5;
	color: #0a377a;
}

#sent-button a {
	display: block;
	background: #0a377a;
	width: 100px;
	height: 19px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
	letter-spacing: 1px;
}
#sent-button a:hover {
	background: #eae9e5;
	color: #0a377a;
}

#table_style {
	padding: 10px 0;
}

#table_style table {
	border-collapse:collapse;
}

#table_style td, #table_style th {
	border: 1px solid #000000;
	padding: 5px 5px 5px 10px;
	text-align:left;
}

#table_style th {
	color: #0a377a;
	font-weight: bold;
}

#vin_forma td {
	padding: 3px 3px 3px 5px;
}
#form_logo {
	float: right;
	padding-top: 20px;
}

.border_color {
	background-color: #e9e8e8;
}
.border_color tr {
	background-color: #ffffff;
}
#vin_comment1 {
	font-size: 11px;
	padding: 10px 3px 0 3px;
}
#vin_comment2 {
	font-size: 11px;
	padding: 3px;
}

a.link_print {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 35px;
}

.col1 h3 {
	font-size:1.2em;
	margin: 10px 0 3px 0;
	color:#0a377a;
	line-height:1.1em;
}

#foot_left {
	float:left;
	padding-left: 30px;
}
#foot_right {
	float:right;
	padding-right: 30px;
}