@charset "UTF-8";

/* reset ---------------------------------------- */

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}

.pink {
	color: #F09;
}

/* General Setting ---------------------------------------- */
body {
	color: #555;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/mainBg.gif);
	background-repeat: repeat-x;
}
a:link, a:visited {
	color: #693700;
}
a:hover {
	color: #979685;
}
.clearfix {
	clear: both;
	line-height: 0;
	font-size: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Basic Layout ---------------------------------------- */
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/sideBg.gif);
	background-repeat: repeat-y;
}
#header {
	width: 760px;
	float: left;
	background-color: #666;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#nav {
	float: left;
	height: 28px;
	width: 780px;
	background-color: #000;
	text-align: right;
	padding-right: 20px;
}
#contents {
	float: left;
	width: 800px;
	padding-bottom: 10px;
}
#side {
	width: 240px;
	float: left;
}
#main {
	float: right;
	width: 500px;
	font-size: 80%;
	line-height: 150%;
	padding: 20px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* Header ---------------------------------------- */
#logo {
	float: left;
}
#language {
	float: right;
	padding-top: 35px;
	font-weight: normal;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#language a {
	color: #FFF;
}
/* Nav ---------------------------------------- */
#nav p {
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#nav p a {
	color: #FFF;
	text-decoration: none;
}
/* Side ---------------------------------------- */
#side ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	line-height: 140%;
}
#side ul li a:link, #side ul li a:visited {
	color: #555;
	text-decoration: none;
	background-color: #eee;
	display: block;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-image: url(../images/nav_link.gif);
	background-repeat: no-repeat;
	background-position: 16px 16px;
}
#side ul li a:hover {
	color: #888;
	text-decoration: none;
	background-color: #ddd;
	display: block;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(../images/nav_hover.gif);
	background-repeat: no-repeat;
	background-position: 16px 16px;
}
#side ul li.current {
	color: #a60000;
	text-decoration: none;
	background-color: #eee;
	display: block;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a60000;
	font-weight: bold;
	background-image: url(../images/nav_current.gif);
	background-repeat: no-repeat;
	background-position: 16px 16px;
}
/* Footer ---------------------------------------- */
address {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999;
}

/* Main ---------------------------------------- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 26px;
	border: 1px solid #CCC;
	line-height: 24px;
	font-weight: normal;
	background-image: url(../../webImages/t_products.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
h1.top {
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 24px;
	color: #999;
	font-weight: normal;
	margin-top: 0px;
}
.imgRight260 {
	float: right;
	width: 260px;
	margin-left: 20px;
}
.spaceBottom10 {
	margin-bottom: 10px;
}

/* Contact ---------------------------------------- */
#Contact {
	background-color: #eeeeee;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 30px;
}
#Contact th {
	font-weight: normal;
	text-align: right;
	width: 105px;
	padding-bottom: 10px;
}
#Contact td {
	padding-bottom: 10px;
	padding-left: 10px;
}
#Contact p.right {
	text-align: right;
	margin-bottom: 0px;
}
