@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
}

body {
	background-color: #ffffff
;
	margin-top:0px;
}

h1 {
	border:none;
	padding:0px;
	margin:0px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#987440;
	font-weight:bold;
	margin-bottom:25px;
	padding:0;
	margin:0 0 15px;
	text-transform:uppercase;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#987440;
	font-weight:bold;
	margin-bottom:25px;
	padding:0;
	margin:15px 0 0;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b79d7a;
	line-height:20px;
	padding:0;
	margin:0 0 10px;
}

input, label, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#101010;
	line-height:20px;
	padding:0px;
	margin:0px 0px 20px 0px;
}

li{
	list-style:circle;
/*	list-style-image:url(images/bullet.jpg);
	.list-style-image:url(images/bullet_ie.jpg);*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#101010;
	line-height:20px;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}

.f-left {
	float:left;
}

.f-right {
	float: right;
}

a:link, a:visited {
	color:#998367;
}

a:hover {
	color:#b89d7b;
}

#wrapper {
	width:800px;
	margin:22px auto;
	display:table;
}

#dealer-login:link, #dealer-login:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#b79d7a;
	text-decoration:none;
}

#dealer-login:hover {
	color:#fff;
}

#color-line {
	clear:both;
	float:left;
	width:800px;
	height:15px;
	margin:4px 0;
	background: url(../../images/line-color.gif) repeat-y;
/*	margin-top:16px;*/
}

#content {
	width:800px;
	float:left;

	margin:6px 0;
	background:#fff;
	overflow:hidden;
}

.content-padding {
	padding:20px;
	width:760px!important;
}

#content-right {
	width:590px;
	padding:20px;
	float:left;
	display:table;
}

#column-left {
	float:left;
	display:table;
	width:160px;
	border-right:1px solid #b79d7a;
	background:#ffffff;
	margin-bottom:-3000px;
	padding-bottom:3020px;
}

.sub-menu-left, .sub-menu-left li {
	margin:0;
	padding:0;
	list-style:none;
}

.sub-menu-left a:link, .sub-menu-left a:visited {
	padding:5px;
	display:block;
	width:150px;
	text-decoration:none;
	border-bottom:1px solid #b79d7a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}

.sub-menu-left a:hover, .select-submenu {
	background: #bdb4a0;
	text-decoration:none;
	color:#513611!important;
}

.sub-menu-left2, .sub-menu-left2 li {
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
}

.sub-menu-left2 a:link, .sub-menu-left2 a:visited {
	padding:5px 10px;
	display:block;
	width:140px;
	text-decoration:none;
	border-bottom:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
}

.sub-menu-left2 a:hover{
	background: none;
	text-decoration:none;
	color:#513611!important;
	font-weight:bold;
}

.last-submenu-left {
	border-bottom:1px solid #b79d7a!important;
}

#table-products td {
	border:1px solid #D6CCB5;
	background:#ffffff;
	cursor:pointer;
}

#table-products-inner td {
	border:1px solid #D6CCB5;
	background:#ffffff;
}

.mini-img {
	float:left;
	border:1px solid #ffffff;
	margin-right:5px;
	margin-top:-5px;
	margin-left:-7px;
}

#button-friend {
	width:152px;
	height:23px;
	background:url(../../images/bg-buttons.gif) no-repeat;
	display:block;
	padding-top:2px;
}

#button-friend a:link, #button-friend a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
}

#button-friend a:hover {
	text-decoration:underline;
}


#footer {
	clear:both;
	float:left;
	width:800px;
	margin-top:14px;
}

#footer .f-left a:link, #footer .f-left a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	margin-right:22px;
}

#footer .f-left a:hover, .selected-footer {
	color:#B79D7A!important;
	text-decoration:none;
}

#facebook span {
	display:none;
}

#facebook a:link, #facebook a:visited {
	display:block;
	width:102px;
	height:26px;
	background:url(../../images/facebook.jpg) no-repeat top;
}

#facebook a:hover {
	background:url(../../images/facebook.jpg) no-repeat bottom;
}


/*CONTACT FORM*/
.form_left {
	margin-top:10px;
}

.form_origin {
	float:left;
	width:200px;
	margin-right:10px;
	margin-bottom:20px;
}

.form_destination {
	float:left;
	width:200px;
	padding-left:20px;
	border-left:1px dotted #999999;
	margin-bottom:20px;
}

.form_aligned_left {
	float:left;
	margin-right:40px;
}

.submit, .reset {
	border:1px solid #4A4A4A;
	background-color: #333333;
	color:#FFFFFF!important;
}

#yname, #fname, #yemail, #femail, #city, #zip, #email, #phone, #method {
	width:180px;
	margin-bottom:15px;
}

#q-comments {
	width:180px;
}

#q_comments {
	width:430px;
}

#comments {
	width:404px;
}

#t_fname, #t_lname, #t_email {
	width:144px;
}

#t_comments {
	width:335px;
	height:70px;
}

#security_code {
	width:97px;
	text-align:center;
	font-weight:bold;
	font-size:26px!important;
	color: #041950;
}

.floatbox img {
	float:left;
	margin-right:22px;
	margin-bottom:12px;
	margin-top:10px;
}

.link-img {
	width:130px;
	float:left;
	display:table;
	margin-right:22px;
	margin-bottom:12px;
	margin-top:10px;
}

.link-img p {
	font-weight:bold;
	text-align:center;
}

.line {
	width:100%;
	height:2px;
	float:left;
	border-top:1px dotted #999999;
	margin:0 0 20px 0;
}

.img-captcha {
	border:1px solid #CCCCCC;
}
/*END CONTACT FORM*/

