/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #666666;
	font: normal 13px "Times New Roman", Times, serif;
	line-height: 20px;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	float: none;
	text-decoration: none;
}

a {
	color: #666666;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

h1.pagetitle {
	font: bold 18px "Times New Roman", Times, serif;
	margin: 0px 0px 20px 0px;
}

#sncontent h2 {
	background: transparent url('img/btn_off.png') left top no-repeat;
	padding: 0px 0px 0px 15px;
	font: bold 14px "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

#header {
	background: transparent url('img/bg_header.png') bottom no-repeat;
	height: 134px;
	width: 885px;
	padding: 0px 0px 0px 15px
}

#main {
	background: transparent url('img/bg_fill.png') repeat-y;
	width: 882px;
	padding: 0px 9px 0px 9px;
}

#navbar {
	background: transparent url('img/bg_navbar.png') top no-repeat;
	width: 850px;
	height: 22px;
	padding: 5px 10px 5px 20px;
}
#navbar ul li {
	display: inline;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#navbar ul li a {
	color: #FFFFFF;
}
#navbar ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#sbox {
	float: right;
}
#searchbox {
	background: transparent url('img/bg_searchbox.png') top no-repeat;
	width: 186px;
	height: 20px;
	padding: 3px 0px 0px 10px;
}
#products_query {
	background: transparent;
	width: 180px;
	font: bold 14px "Times New Roman", Times, serif;
	color: #333333;
}

#loginfield {
	background: transparent url('img/bg_loginbox.png') top no-repeat;
	width: 121px;
	height: 20px;
	padding: 3px 7px 0px 7px;
	font: bold 14px "Times New Roman", Times, serif;
	color: #666666;
}
#loginbtn {
	background: transparent url('img/btn_login.png') top no-repeat;
	width: 56px;
	height: 23px;
	padding: 0px 7px 3px 7px;
	font: bold 14px "Times New Roman", Times, serif;
	color: #666666;
}
#loginlist {
	margin: 0px 0px 0px 15px;
}

#padding {
	padding: 10px 0px 10px 0px
}

#lsidenav {
	float: left;
	width: 169px;
}
#rsidenav {
	float: right;
	width: 169px;
}
#sntop {
	background: transparent url('img/bg_sn_top.png') top no-repeat;
	width: 169px;
	height: 17px;
}
#snfill {
	background: transparent url('img/bg_sn_fill.png') repeat-y;
	width: 169px;
}
#snbottom {
	background: transparent url('img/bg_sn_bottom.png') top no-repeat;
	width: 169px;
	height: 26px;
}
#sncontent {
	width: 148px;
	padding: 0px 10px 0px 10px;
}
#sncontent a {
	color: #666666;
}
#sncontent a:hover {
	color: #000000;
	text-decoration: none;
}
#divider {
	background: transparent url('img/sn_divider.png') center top no-repeat;
	width: 148px;
	height: 13px;
	margin: 15px 0px 15px 0px;
}

#content {
	float: left;
	width: 544px;
}
#contop {
	background: transparent url('img/bg_con_top.png') top no-repeat;
	width: 544px;
	height: 17px;
}
#confill {
	background: transparent url('img/bg_con_fill.png') repeat-y;
	width: 512px;
	padding: 0px 16px 0px 16px;
}
#conbottom {
	background: transparent url('img/bg_con_bottom.png') top no-repeat;
	width: 544px;
	height: 26px;
}

#footer {
	background: transparent url('img/bg_footer.png') top no-repeat;
	width: 900px;
	height: 25px;
	padding: 47px 0px 0px 0px;
	text-align: center;
}

#clearer {
	clear: both;
	padding: 1px 0px 0px 0px;
}

.invisible-table {
	width:100%;
}