@charset "utf-8";
body {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	float: left;
	height: 45px;
	width: 800px;
	margin-bottom: 20px;
	padding-top: 30px;
	background-image: url(../images/header/header_line.fw.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: 20px;
}
#lang {
	text-align: left;
	float: right;
	height: 30px;
	width: 150px;
	text-indent: 0;
	padding-top: 15px;
	font-weight: bold;
}
/* CSS for navigation bar */
#nav {
	height: 60px;
	width: 800px;
	z-index: 99;
	text-indent: 20px;
}
#nav ul {
	padding-top: 30px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
#nav ul li {
	float: left;
	list-style-type: none;
	text-align: left;
}
#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	padding-right: 30px;
	color: #333;
	text-align: left;
}
#nav a:hover {
	font-weight: bold;
	color: #666;
}
/* CSS for navigation bar */

/* CSS for main */
#main {
	width: 800px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
#main p {
	padding-right: 20px;
	padding-left: 20px;
	text-indent: 0px;
	text-align: justify;
	line-height: 150%;
}

#main h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-indent: 20px;
}
#main h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-left: 20px;
}


#main_slider {
	width: 800px;
	/*position: relative; */
	float: left;
	overflow: auto;
	display: block;
	padding-top: 20px;
}

#News {
	width: 800px;
	position: relative;
	float: left;
	overflow: auto;
	text-indent: 20px;
}
#prev {
	background-image: url(../jquery/images/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 580px;
	width: 50px;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
#next {
	background-image: url(../jquery/images/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	height: 580px;
	width: 50px;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
#slider {
	float: left;
	height: 580px;
	width: 800px;
	overflow: hidden;
	position: absolute; 	/*absolute*/
	display: block;
	left: auto;
	top: 160px;
}
#product_main {
	float: left;
	height: 450px;
	width: 800px;
	padding-bottom: 10px;
}
#product_pic {
	float: left;
	/*width: 180px;*/
	padding-bottom: 10px;
	margin-left: 20px;
}
#product_pic_240 {
	float: left;
	/*width: 240px;*/
	padding-bottom: 10px;
	padding-left: 20px;
}
#measurement {
	float: left;
	width: 220px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#features {
	float: left;
	width: 800px;
}
#detail {
	float: left;
	width: 600px;
}
#photo {
	float: left;
	width: 200px;
	padding-top: 20px;
}
#features #photo p a img {
	/*Specially for multi photos in a cell*/
	text-indent: 0px;
	margin-left: -20px;
	text-align: left;
}

#list_title {
	text-indent: 20px;
	float: left;
	height: 20px;
	width: 180px;
	padding-top: 10px;
	font-weight: bold;
}

#list {
	float: left;
	height: 20px;
	width: 180px;
	padding-top: 10px;
	color: #333;
	text-indent: 20px;
}

#spec_frame {
	float: left;
	width: 550px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-left: 20px;
}
#spec_frame_3_col {
	float: left;
	width: 750px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-left: 20px;
}
#spec1 {
	float: left;
	width: 250px;
	padding-bottom: 5px;
	padding-top: 10px;
}
#spec2 {
	float: left;
	width: 300px;
	padding-bottom: 5px;
	padding-top: 10px;
}
#spec3 {
	float: left;
	width: 200px;
	padding-bottom: 5px;
	padding-top: 10px;
}
#spec1 p {
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
}
#spec2 p {
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}
#spec3 p {
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}

#contact {
	float: left;
	width: 550px;
	text-indent: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}
#contact_1 {
	float: left;
	width: 200px;
	padding-bottom: 5px;
	padding-top: 10px;
}
#contact_2 {
	float: left;
	width: 350px;
	padding-bottom: 5px;
	padding-top: 10px;
}
#main table {
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}


/* CSS for footer */
#footer {
	background-image: url(../images/footer/footer_line.fw.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 800px;
	padding-top: 20px;
	text-align: left;
	clear: both;
	text-indent: 20px;
}
/* CSS for footer */

#footer_frame {
	float: left;
	width: 750px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
