* {
	margin: 0;
	padding: 0;
}	
/*
* {
	border: 1px solid;
}
*/

body {
	background: #384249 url('/images/bkgnd.jpg') top left repeat-x fixed;
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
	color: #384249;
	line-height: 17px;
}

#wrapper {
	width: 896px;
	margin: 40px 20px;
	text-align: left;
	background: #ffffff url('/images/bkgnd-leftcol.gif') top left repeat-y;
	display: table;
}

#leftcol {
	width: 270px;
	background: #474f55 url('/images/bkgnd-logo.jpg') top left no-repeat;
	float: left;
	height: 460px;
	display: table;
}

#links ul {
	list-style: none;
	position: relative;
	width: 100%;
	display: table;
	top: 290px;
}

#links ul li {
	width: 269px;
	height: 34px;
	display: block;
	margin: 0;
	overflow: hidden;
}

#links ul li a {
	width: 100%;
	height: 100%;
	background: url('/images/bkgnd-link.png') top left no-repeat;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 0 0 50px;
	font-weight: normal;
}

#links ul li a:hover, #links ul li .over {
	width: 100%;
	height: 100%;
	background: url('/images/bkgnd-link-over2.png') top left no-repeat;
	display: block;
	text-decoration: underline;
}

#rightcol {
	background: #ffffff url('/images/bkgnd-whitecorner.gif') top right no-repeat;
	float: right;
	display: table;
}

#content {
	width: 530px;
	margin: 25px 50px 50px 0;
	display: table;
}

#footer {
	width: 896px;
	height: 99px;
	background: #ffffff url('/images/footer.jpg') top left no-repeat;
	display: table;
	clear: both;
}

p {
	margin: 0 0 15px 0;
}

h2 {
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #235583;
}

#footer h2 {
	position: relative;
	top: 6px;
	left: 320px;
	font-size: 15px;
	color: #235583;
	display: table;
	width: 530px;
}

#footer h2 i {
	color: #959da1;
	font-weight: normal;
}

h3 {
	font-size: 13px;
	margin: 30px 0 10px 0;
	color: #235583;
}

h5 {
	margin: 0 0 40px 0;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
}

h5 a {
	color: #959da1;
}

ul {
	font-size: 14px;
	line-height: 21px;
	list-style-type: circle;
	margin: 10px 0 30px 0;
}

li {
	margin: 0 0 0 40px;
}

ul#standard {
	font-size: 12px;
	line-height: 15px;
	list-style-type: circle;
	margin: 10px 0 30px 0;
}

ul#standard li {
	margin: 0 0 0 40px;
}

a {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #959da1;
	text-decoration: none;
	font-weight: bold;
}

#boxleft {
	border-top: 1px solid #384249;
	padding: 15px 2px 0 2px;
	margin: 30px 0 20px 0;
	display: table;
	text-align: center;
	height: 250px;
	width: 250px;
	float: left;
}

#boxright {
	border-top: 1px solid #384249;
	padding: 15px 2px 0 2px;
	margin: 30px 0 20px 0;
	display: table;
	text-align: center;
	height: 250px;
	width: 250px;
	float: right;
}

#boxleft a {
	color: #235583;
	text-decoration: none;
}

#boxleft a:hover {
	color: #384249;
	text-decoration: underline;
}

#boxright a {
	color: #235583;
	text-decoration: none;
}

#boxright a:hover {
	color: #384249;
	text-decoration: underline;
}

hr.thin {
	height: 1px;
	border: 0;
	color: #384249;
	background-color: #384249;
	margin: 30px 0;
}

#product_row {
	display: table;
	border-top: 1px #384249 solid;
	width: 100%;
}

#product_row img {
	display: table;
}

#product_row #thumbnail {
	width: 180px;
	margin: 20px;
	float: left;
	text-align: center;
	display: table;
}

#product_row #product {
	padding: 10px;
	display: table;
}

#product_row #product h3 {
	font-size: 13px;
	margin: 15px 0 5px 0;
	color: #235583;
}

#detail h1 {
	font-size: 20px;
	margin: 15px 0 20px 0;
}

#detail h2 {
	margin: 10px 0 20px 0;
	font-size: 16px;
	font-weight: normal;
	color: #384249;
}

#detail ul {
	list-style-type: circle;
	margin: 20px 0 0 0;
	line-height: 14px;
	width: 250px;
	float: right;
}

#detail ul li {
	margin: 0 0 10px 0;
	font-size: 11px;
	font-weight: bold;
}