
*{
	margin: 0px;
	padding: 0px;
	outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a img {
	border: none;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
	font-size: 1px;
}


.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.last {
	margin-right: 0px !important;
}

.no-border {
	border: none !important;
}

.no-bgr {
	background: none !important;
}

.orange {
	color: #ff9328 !important;
}

.gray {color: #828181 !important}

body {
	background: #252524;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#main {
	background: #fff url(../im/bg.jpg) top center no-repeat;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 10px;
}

/* left side */
#left_clmn {
	width: 590px;
	float: left;
	padding: 30px 0 0 0;
}

#left_clmn h1,
#left_clmn h1 a
{
	font-size: 32px;
	color: #828181;
	margin-bottom: 20px;
}

#left_clmn h2 {
	color: #ff9328;
	font-size: 30px;
	margin-bottom: 10px;	
}

.index #left_clmn h2 {
	margin-bottom: 0px;
} 

#left_clmn h3 {
	font-size: 24px;
	color: #9c9c9c;
	margin-bottom: 20px;
}

#left_clmn h4 {
	font-size: 18px;
	color: #ff9328;
	font-weight: normal;
	background: url(../im/line.gif) top right no-repeat;
	padding-top: 20px;
	float: left;
}

#left_clmn h5 {
	font-size: 14px;
	margin-bottom: 15px;
	width: 410px;
}

#left_clmn .main_nav li {
	float: left;
	margin-bottom: 30px;
}

#left_clmn .main_nav li a {
	padding: 7px 0px 7px 10px;
	background: #828181;
	color: #fff;
	display: block;
}

#left_clmn .main_nav li a:hover,
#left_clmn .main_nav li a.act{
	background: #FF9328;
}

#left_clmn .main_nav li a span {
	padding-left: 8px;
}

#left_clmn .main_nav li a:hover span,
#left_clmn .main_nav li a span.hidden,
#left_clmn .main_nav li a.act span{
	visibility: hidden;
}

.index #left_clmn p {
	width: 375px;
	line-height: 1.5;
	display: block;
	margin-bottom: 15px;
	text-align: left;
}

#left_clmn p {
	line-height: 1.5;
	display: block;
	margin-bottom: 15px;
	text-align: justify;
	width: 500px;	
}

#left_clmn .offer {
	padding: 20px 0px 0 0;
	float: left;
	margin-bottom: 10px;
}

.index #left_clmn .offer{
	background: url(../im/offer.gif) top right no-repeat;
	padding-right: 60px;	
	height: 216px;
}

#left_clmn .offer li {
	margin-left: 10px;
	padding-left: 20px;
	background: url(../im/arrow.gif) left center no-repeat;
	line-height: 1.4;
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 20px;
}

#left_clmn .brands {
	clear: both;
	margin-top: 15px;
	float: left;
	width: 100%;
}

#left_clmn .brands span {
	float : left;
	margin-right: 14px;
	
}

#left_clmn form {
	width: 384px;
	margin-bottom: 20px;
}

#left_clmn form label {
	width: 150px;
	float: left;
	clear: both;
	padding-right: 10px;
	margin-top: 3px;
}

#left_clmn form textarea {
	height: 150px !important;
	overflow: auto;
}

#left_clmn form .clean,
#left_clmn form .submit {
	margin-top: 10px;
} 

#left_clmn form .clean {
	float: left;
	width: 150px !important;
}

#left_clmn form .submit {
	float: right;
	background: url(../im/clean.gif) center top no-repeat !important;
	width: 150px !important;
}

/* end of left side */

/* right side */

#right_clmn {
	width: 265px;
	float: right;
	background: url(../im/right_clmn.png) top right no-repeat;
	padding: 38px 0 20px 35px;
	font-size: 11px;
	color: #fff;
}

#right_clmn h2 {
	position: relative;
	color: #944D06;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 15px;
}

#right_clmn h2 span {
	position: absolute;
	color: #fff;
	left: 1px;
	top: 1px;
}

#right_clmn form label {
	display: block;
	font-weight: bold;
	color: #fff;
	padding-bottom: 3px;
	font-family: Tahoma;
}

#right_clmn .select {
	float: left;
	width: 221px;
	height: 22px;
	position: relative;
	margin-bottom: 10px;
}

#right_clmn .select select {
	width: 221px;
	height: 22px;
	position: relative;
	z-index: 2;
}

#right_clmn .select span {
	width: 196px;
	height: 16px;
	background: url(../im/select.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	padding: 3px 20px 3px 5px;
	z-index: 1;
	color: #000;
	overflow: hidden;
	line-height:1.6;
}

#right_clmn form input,
#left_clmn form input,
#left_clmn form textarea  {
	width: 213px;
	height: 14px;
	border: 1px solid #CAC9C9;
	margin-bottom: 10px;
	padding: 3px;
	font-size: 11px;
	color: #828181;
	float: left;
}

#right_clmn form input.radio {
	width: auto;
	height: auto;
	padding: 0px;
	float: left;
	margin-right: 3px;
	border: none;
}

#right_clmn form label.radiolabel {
	clear: none;
	margin-right: 10px;
	display: inline !important;
	float: left;
}

#right_clmn form .submit,
#left_clmn form .submit {
	width: 244px;
	height: 30px;
	padding: 0px;
	background: url(../im/compare.gif) no-repeat;
	margin-bottom: 1px;
	border: none;
	cursor: pointer;
}


#left_clmn form .clean  {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	width: 242px;
	padding: 7px 0 7px;
	background: url(../im/clean_line.gif) repeat-x;
	margin-left: 1px;
	clear: both;
}

#right_clmn form .clean {
	width: 242px;	
	text-align: center;
	font-weight: bold;
	color: #fff;
	float: left;
	clear: both;
	margin-top: 10px;
}

#right_clmn form .clean:hover {
	text-decoration: underline;
}

#right_clmn form .star {
	color: #ff6619;
	position: relative;
	left: 2px;
	top: 3px;
}

/* end of right side */

/* footer */


#footer {
	background:  url(../im/footer.gif) 0 4px repeat-x;
	padding-top: 4px;
}

#footer .footer_inner {
	width: 960px;
	margin: 0px auto;
	background: url(../im/footer_inner.gif) no-repeat;
	padding: 30px 0 100px;
}

#footer  ul {
	list-style-type: square;	
	}

#footer  ul li {
	float: left;
	list-style-type: square;
	color: #fff;
	margin-right: 25px;
	list-style-position: outside;
}

#footer a {
	color: #fff;
}

#footer  ul li a:hover {
	text-decoration: underline;
	}

p.valid {
	color:#FF6619;
	font-size: 11px;
	display: block;
	margin-top: 3px;
}

#right_clmn form input.error {
	border: 1px solid #FF6619;
}

p.inputError {
	clear:both;
	height:10px;
	position:relative;
	top:-10px;
}
