
* {
	margin: 0;
	padding: 0
	}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 19px;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0
	}

#wrapper {
	background-image: url("images/wrapper_bg.jpg");
	background-repeat: repeat-y;
	text-align: left;
	margin: auto;
	padding: 0;
	position: relative;
	width: 760px;
	min-height: 100%;
	border: solid 1px #70a2b9
	}

#header {
	background-image: url("images/top_banner.jpg");
	background-repeat: no-repeat;
	width: 760px;
	height: 193px
	}

#header img {
	margin-top: 32px;
	margin-left: 486px;
	position: absolute;
	width: 266px;
	height: 115px;
	float: left
	}

#header h1 {
	color: #fff;
	font-size: 18px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: normal;
	letter-spacing: 3%;
	position: absolute;
	top: 163px;
	left: 492px
	}

/* menu */
#menu {
	width: 180px;
	float: left
	}

#menu ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0
	}

#menu li a  {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 7px 10px;
	height: 20px;
	border-bottom: 1px solid #fff
	}


#menu li a:hover {
	color: #fff;
	background-color: #903
	}

.products li   {
	background-color: #8ab7cc;
	display: block;
	padding-left: 30px
	}

/* content */
#content {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	width: 510px;
	min-height: 340px;
	float: left
	}

#content .main {
	padding-bottom: 10px;
	padding-left: 20px;
	float: right
	}

#content .swatch {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	width: 30px;
	height: 30px;
	vertical-align: middle
	}

#content h1 {
	color: #903;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 40px
	}

#content h2 {
	color: #903;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px
	}

#content p {
	color: #666;
	padding-bottom: 20px
	}

#content li a {
	color: #70a2b9;
	text-align: center;
	padding: 5px 25px
	}

#content li a:hover {
	color: #9a0034
	}

hr {
	margin-bottom: 20px
	}

a {
	color: #70a2b9;
	font-weight: bold;
	text-decoration: none
	}

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

.clearboth {
	clear: both
	}

.icons {
	margin-right: 3px;
	margin-bottom: 20px;
	width: 95px;
	float: left;
	border: solid 1px #8ab7cc
	}

.icons img  {
	margin: 0;
	padding: 0;
	width: 95px;
	height: 110px;
	border-width: 0
	}


.iconlink {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	background-color: #9a0034;
	text-align: center;
	display: block;
	padding: 0 0 5px;
	width: 95px
	}

.iconlink:hover {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	background-color: #8ab7cc;
	border-color: 
	}
.top20 {
	padding-top: 20px
	}

/* footer */
#footer {
	background-image: url("images/bottom_banner.jpg");
	background-repeat: no-repeat;
	width: 760px;
	height: 41px
	}

#footer p {
	color: #fff;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px
	}

#footer a {
	color: #903;
	font-weight: bold;
	text-decoration: none
	}

#footer a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none
	}

#credit {
	color: #666;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	width: 760px
	}

