/*
* {
	border: 1px solid #000000;
}
*/

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #252C33;
	line-height: 16px;
	font-size: 11px;
	font-family: sans-serif, Arial, Helvetica, "Lucida Grande";
	text-align: center;
	background-image: url('images/bkgnd.gif');
	background-position: top center;
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 820px;
	position: relative;
	text-align: left;
}

#header {
	width: 820px;
	height: 114px;
	display: table;
}

#logo {
	margin-top: 29px;
	margin-left: 5px;
}

#subheader {
	width: 820px;
	height: 210px;
	display: table;
	background-image: url('images/header_photo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#corner {
	width: 230px;
	height: 15px;
	background-position: bottom right;
	background-repeat: no-repeat;
	display: table;
	float: right;
	margin-top: 195px;
}

#links {
	width: 820px;
	height: 100px;
	display: table;
}

#links ul {
	float: left;
	margin: 50px 0 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	font-weight: bold;
	font-family: Verdana, serif;
	font-size: 10px;
}

#links li {
	margin: 0 20px 0 0;
	float: left;
}

#links li a {
	display: block;
	padding: 0 3px 3px 3px;
	border-bottom: 4px solid #C2C4C6;
	color: #353C40;
	text-decoration: none;
}

#links li a:hover {
	display: block;
	padding: 0 3px 3px 3px;
	border-bottom: 4px solid #004B7A;
	color: #353C40;
	text-decoration: none;
}

#subtitle {
	float: right;
}

#content {
	width: 820px;
	margin-top: 10px;
	display: table;
}

#breadcrumb {
	width: 820px;
	margin-left: 10px;
	display: table;
}

#col_770 {
	width: 770px;
	margin-left: 10px;
	float: left;
}

#col_480 {
	width: 480px;
	margin-left: 10px;
	float: left;
}

#col_290 {
	width: 290px;
	float: right;
}
		
hr {
	height: 3px;
	margin: 20px 0;
	padding: 0 0 0 0;
	border-top: 4px double #C2C8CE;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

hr.nomargin {
	margin: 8px 0 10px 0;
	padding: 0 0 0 0;
	border-top: 4px double #C2C8CE;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

#product_row {
	width: 290px;
	margin: 8px 0 8px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #C2C8CE;
	display: table;
}

#box{
}

#box_header {
	margin-top: 5px;
	width: 480px;
	height: 10px;
	background-image: url('images/col_480_header.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: table;
	overflow: hidden;
}

#box_main {
	padding: 0 0 8px 10px;
	width: 480px;
	background-image: url('images/col_480_bkgnd.gif');
	background-position: top left;
	background-repeat: repeat-y;
	display: table;
}

#box_main.cat {
	padding: 0 0 8px 5px;
}

#box_blue {
	padding: 10px 0 1px 10px;
	width: 480px;
	background-image: url('images/col_480_footer_bkgnd_blue.gif');
	background-position: top left;
	background-repeat: repeat-y;
	display: table;
	color: #ffffff;
	font-weight: bold;
}

#box_footer_blue {
	width: 480px;
	height: 9px;
	background-image: url('images/col_480_footer_blue.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: table;
}

#box_footer {
	width: 480px;
	height: 10px;
	background-image: url('images/col_480_footer.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: table;
}

#box_230 {
	width: 230px;
	height: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	display: table;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#box_230_header {
	margin-top: 5px;
	width: 230px;
	height: 10px;
	background-image: url('images/col_230_header.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: table;
	overflow: hidden;
}

#box_230_main {
	width: 230px;
	height: 145px;
	background-image: url('images/col_230_bkgnd.gif');
	background-position: top left;
	background-repeat: repeat-y;
	display: table;
}

#box_230_image {
	margin-left: 5px;
	width: 220px;
	height: 145px;
	background-position: center center;
	background-repeat: no-repeat;
	display: table;
}

#box_230_footer {
	width: 230px;
	height: 10px;
	margin-bottom: 5px;
	background-image: url('images/col_230_footer.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: table;
}

#mail_box_header {
	width: 290px;
	height: 10px;
	background-image: url('images/col_290_header.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: table;
	overflow: hidden;
}

#mail_box_main {
	width: 290px;
	display: table;
	background-color: #ebf1f4;
	font-size: 10px;
	font-weight: bold;
}

#mail_box_main .inset {
	padding: 10px 20px;
}
		
#mail_box_main hr {
	margin: 8px 0 20px 0;
	padding: 0 0 0 0;
	border-top: 4px double #C2C8CE;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

#mail_box_footer {
	width: 290px;
	height: 10px;
	background-image: url('images/col_290_footer.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: table;
}

p {
	display: block;
	margin-top: 15px;
	margin-bottom: 0;
	text-indent: 0;
}

#mail_box_main p {
	margin-top: 15px;
	text-indent: 0;
}


#wrapper {
	margin: 0 auto;
	width: 820px;
	position: relative;
	text-align: left;
}

#footer {
	margin: 0 auto;
	width: 844px;
	height: 50px;
	position: relative;
	text-align: left;
	background-image: url('images/bkgnd_footer.gif');
	background-position: top left;
	background-repeat: no-repeat;
	display: table;
	margin-top: 25px;
}

#copyright {
	font-weight: bold;
	font-size: 10px;
	margin-top: 20px;
	margin-left: 30px;
}

#feature {
	margin: 0;
	padding: 0;
	width: 155px;
	text-align: center;
	float: left;
}

#feature a {
	color: #ffffff;
	text-decoration: none;
}

#feature a:hover {
	color: #eeeeee;
	text-decoration: underline;
}


#scart_contents {
	float: right;
	margin-top: 52px;
	color: #fff;
}

#scart_contents a {
	font-weight: bold;
	color: #fff;
}

#prod_info {
	margin-top: 65px;
}

#prod_list {
	margin-top: 45px;
}

#add_to_cart {
	border: 1px solid #ccc;
	padding: 10px;
}

a {
	color: #FF0000;
}

a:hover {
	color: #CCCCCC;
}

h1 {
	font-size: 20px;
	margin: 0;
	line-height: 22px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h1 b, h3 b {
	color: #FF0000;
}

form {
	margin: 0;
}