@charset "utf-8";
/* CSS Document */

/* Common Styles */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #111111;
	background-color: #eff7fa;
	line-height: 150%;	
}
img {
	border: 0;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.dark {
	color: #252525;
}
a:hover {
	text-decoration: underline;
	color: #e3850b;
}
.block {
	display: block;
}
.clear_both {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.pad_right {
	padding-right: 10px;
}
.pad_right_plus {
	padding-right: 20px;
}
.pad_left {
	padding-left: 10px;
}
.pad_left_plus {
	padding-left: 20px;
}
.pad_bottom {
	padding-bottom: 10px;
}
.pad_top {
	padding-top: 10px;
}
.pad_top_plus {
	padding-top: 20px;
}
.pad_all {
	padding: 10px;
}
.pad_all_plus {
	padding: 20px;
}
.pad_all_max {
	padding: 30px;
}
.pad_mix10-30 {
	padding: 10px 30px;
}
.font_gray_dark {
	color: #5b5b5b;
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font17 {
	font-size: 17px;
}
.font18 {
	font-size: 18px;
}
.font19 {
	font-size: 19px;
}
.line {
	line-height: 100%;
}
.line_two {
	line-height: 200%;
}
.line_three {
	line-height: 300%;
}
.width_fifty {
	width: 50%;
}

/* Page Styles */
#wrapper {
	margin: 0 auto;
	width: 975px;
	/*margin-left:15px;*/
}
#wrapper #header {
	display: block;
	margin: 10px 0;
	border: 1px solid #111;
	background: #fff url('../images/bg-header.gif') left top repeat-x;
	height: 85px;
}
	#wrapper #header #h_one {
		float: left;
		height: 85px;
		width: 165px;
	}
	#wrapper #header #h_two {
		float: left;
		height: 85px;
		width: 256px;
	}
		#wrapper #header #h_two p {
			padding-left: 10px;
			line-height: 17px;
			padding-top: 18px;
			color: #7c7c7c;
		}
	#wrapper #header #h_three {
		float: left;
		height: 85px;
		width: 256px;
		text-align: right;
	}
	#wrapper #header #h_four {
		float: left;
		height: 85px;
		width: 296px;
	}
#wrapper #content {
	display: block;
	border: 1px solid #111;
	background-color: #fff;
}
#wrapper #content #navigation {
	display: block;
	height: 26px;
	background: #fff url('../images/bg-nav.gif') left top repeat-x;
}
	#wrapper #content #navigation ul {
		list-style-type: none;
	}
	#wrapper #content #navigation ul li {
		float: left;
	}
	#wrapper #content #navigation ul li.right {
		float: right;
		background: #fff url('../images/bg-nav-right.gif') left top repeat-x;
		border-left: 1px solid #bababa;
	}

#wrapper #content #navigation ul li.right1 {
		float: right;
		background: #fff url('../images/bg-nav-right.gif')  repeat-x;
		border-left: 1px solid #bababa;
		/*padding-right:20px;*/
	}
	#wrapper #content #navigation ul li a {
		display: block;
		line-height: 26px;
		padding: 0 18px;
		color: #7c7c7c;
	}
	#wrapper #content #navigation ul li a:hover {
		color: #fff;
		background: #fff url('../images/bg-nav-over.jpg') left top repeat-x;
	}
	#wrapper #content #navigation ul li.right a {
		color: #0069bc;
	}
	#wrapper #content #navigation ul li.right a:hover {
		color: #0069bc;
		background: none;
	}
#wrapper #content #home_search {
	display: block;
	border-bottom: 1px solid #111;
}
#wrapper #content #home_search #hs_left {
	float: left;
	width: 736px;
	height: 281px;
	border-right: 1px solid #111;
}
	#wrapper #content #home_search #hs_left p {
		padding: 246px 0 0 0;
	}
		#wrapper #content #home_search #hs_left p a {
			cursor: pointer;
			margin-left: 15px;
			float: left;
			height: 25px;
			line-height: 25px;
			width: 25px;
			background-color: #111111;
			color: #fff;
			text-align: center;
			border: 1px solid #ebebeb;
		}
#wrapper #content #home_search #hs_right {
	float: right;
	width: 206px;
	height: 251px;
	/*width: 206px;
	*width:235px;*/
	height: 280px;
	/*padding-left: 15px;*/
	padding:0px 15px;
	background: #fff url('../images/bg-search.jpg') left top no-repeat;
}
	#wrapper #content #home_search #hs_right h1 {
		font-size: 15px;
		text-transform: uppercase;
		padding-bottom: 3px;
	}
	#wrapper #content #home_search #hs_right p {
		font-size: 11px;
		line-height: 120%;
	}
		#wrapper #content #home_search #hs_right p strong {
			color: #e3850b;
		}
	#wrapper #content #home_search #hs_right form label {
		display: block;
		padding-top: 7px;
		line-height: 20px;
		font-size: 12px;
	}
	#wrapper #content #home_search #hs_right form select {
		display: block;
		width: 190px;
		border: 1px solid #333;
	}
	#wrapper #content #home_search #hs_right form input.submit {
		display: block;
		margin-top: 10px;
		width: 55px;
		height: 25px;
		background: #fff url('../images/btn-homesearch-submit.gif') left top no-repeat;
		border: 0;
		cursor: pointer;
	}
#wrapper #content #home_bottom {
	display: block;
}
/* Home Models */
#wrapper #content .home_models {
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #111;
}
	#wrapper #content .home_models .hm_top {
		display: block;
		height: 24px;
	}
		#wrapper #content .home_models .hm_top h2 {
			line-height: 24px;
			font-size: 11px;
			color: #111111;
			font-weight: bold;
			padding-left: 10px;
		}
	#wrapper #content .home_models .hm_bottom {
		display: block;
	}
		#wrapper #content .home_models .hm_bottom .hmb_item {
			float: left;
			height: 93px;
			width: 122px;
		}
		#wrapper #content .home_models .hm_bottom .hmb_item_mid {
			float: left;
			height: 93px;
			width: 147px;
		}
		#wrapper #content .home_models .hm_bottom .hmb_item_bot {
			float: left;
			height: 83px;
			width: 147px;
		}
			#wrapper #content .home_models .hm_bottom .hmb_item p,
			#wrapper #content .home_models .hm_bottom .hmb_item_bot p,
			#wrapper #content .home_models .hm_bottom .hmb_item_mid p {
				text-align: center;
				font-size: 11px;
				font-weight: bold;
				line-height: 13px;
			}

	#wrapper #content #home_bottom #hb_left {
		float: left;
		width: 736px;
		border-right: 1px solid #111;
	}
	#wrapper #content #home_bottom #hb_left h1{
		font-size:16px;
		font-weight:bold;
		padding: 10px 30px;
	}
	#wrapper #content #home_bottom #hb_right {
		float: right;
		width: 236px;
	}
		#wrapper #content #home_bottom #hb_right ul {
			display: block;
			list-style-type: none;
		}
			#wrapper #content #home_bottom #hb_right ul li {
				display: block;
				font-size: 14px;
				text-transform: uppercase;
				border-bottom: 1px solid #ffffff;
			}
				#wrapper #content #home_bottom #hb_right ul li a {
					display: block;
					padding-left: 28px;
					line-height: 23px;
					color: #ffffff;
				}
				#wrapper #content #home_bottom #hb_right ul li a:hover {
					color: #e3850b;
				}
			#wrapper #content #home_bottom #hb_right ul li.one {
				background: #fff url('../images/bg-homebotright-1.gif') left top repeat-x;
				font-weight: bold;
				padding-left: 15px;
				line-height: 26px;
			}
			#wrapper #content #home_bottom #hb_right ul li.two {
				background: #fff url('../images/bg-homebotright-2.gif') left top no-repeat;
			}
			#wrapper #content #home_bottom #hb_right ul li.three {
				background: #fff url('../images/bg-homebotright-3.gif') left top no-repeat;
			}			
			#wrapper #content #home_bottom #hb_right ul li.four {
				background: #fff url('../images/bg-homebotright-4.gif') left top no-repeat;
			}			
			#wrapper #content #home_bottom #hb_right ul li.five {
				background: #fff url('../images/bg-homebotright-5.gif') left top no-repeat;
			}
			#wrapper #content #home_bottom #hb_right ul li.six {
				background: #fff url('../images/bg-homebotright-6.gif') left top no-repeat;
			}
		#wrapper #content #home_bottom #hb_right #hbr_bottom {
			padding: 20px;
		}
		#wrapper #content #home_bottom #hb_right #hbr_bottom h3 {
			font-size: 15px;
			text-transform: uppercase;
		}
		#wrapper #content #home_bottom #hb_right #hbr_bottom p.parts {
			font-size: 11px;
		}
		#wrapper #content #home_bottom #hb_right #hbr_bottom .price {
			font-size: 14px;
			font-weight: bold;
		}
		#wrapper #content #home_bottom #hb_right #hbr_bottom img {
			padding-left: 10px;
			float: right;
		}
		#wrapper #content #home_bottom #hb_right #hbr_bottom p.news_item {
			padding: 5px 0;
		}
			#wrapper #content #home_bottom #hb_right #hbr_bottom p.news_item .date {
				display: block;
				font-size: 11px;
				color: #808080;
				font-weight: bold;
			}
			#wrapper #content #home_bottom #hb_right #hbr_bottom p.news_item .title {
				display: block;
				font-size: 13px;
				font-weight: bold;
			}
			#wrapper #content #home_bottom #hb_right #hbr_bottom p.news_item .content {
				display: block;
				font-size: 11px;
			}
#wrapper #footer {
	display: block;
	margin: 20px 0;
}

/* Home Slider */
h3.m_spec {
	float: left;
	padding-left: 55px;
	text-transform: uppercase;
	line-height: 30px;
}
span.ms_vmore {
	float: right;
	line-height: 30px;
	padding-right: 66px;
}
#slider {
	float: left;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	background: #ffffff;
	list-style: none;
	text-align: center;
}
#slider li { 
	width: 635px;
	height: 181px;
	overflow: hidden; 
}
span#prevBtn a {
	float: left;
	background: #fff url('../images/slide_left.gif') center center no-repeat;
	width: 45px;
	height: 181px;
}
span#nextBtn a {
	float: left;
	background: #fff url('../images/slide_right.gif') center center no-repeat;
	width: 45px;
	height: 181px;
}
.slider1
{
float:left;
width:208px;

}
.slider2
{
width: 190px;
height: 125px;
}
.priceval
{
   color:#D32644;
}
.ptext
{
font-weight:bold; 
text-align:left;
}
#navigation ul li:hover ul li a{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7c7c7c;
    text-decoration: none;
	text-align:center;
}

/* Second Level */

#navigation ul li ul{
	position:absolute;
	display:none;
	z-index:100;
}
#navigation ul li:hover ul{
	margin:0px;
	padding:0px;	
	position:absolute;
	font-weight: bold;	
	display:block;
	width:136px;
	_width:135px;
	background-color:#EEF3F9;
	color:#000000;
	top:26px;
	left:0px;
	z-index:599;
	border:1px solid #999999;
	
}
#navigation ul li:hover ul a{	
	color: #7c7c7c;
}
#navigation ul li:hover ul li{
	margin:0px;
	padding:0px;
	float:left;
	width:90%;
	_width:100%;
	padding:5%;
	border-right:0px;
	color:#0000CC;
	border-bottom:1px solid #333333;
	cursor:pointer;
	text-align:left;
	
}
#navigation ul li:hover ul li:hover{
	/* background: url('images/nav-back-over.jpg') repeat-x top left;*/
	background:#EF9906;	
	color: #0069bc;
}
#navigation  ul li:hover ul li:hover a{
	color:#ffffff;
	text-decoration:none;
}

#navigation  ul li:hover ul li.end{
	border-bottom:0px;
}
#navigation ul li:hover .internet{
	color:red;
	border:1px solid red;
	
}