* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 930px;
	font: normal normal 14px/18px Myriad, Arial, Verdana, Helvetica, sans-serif;
	height: 100%;
	color: #15415a;
	background: #fff url("../images/bg-page.jpg") repeat-x;
}

p {
	margin: 12px 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 910px;
	height: 100%;
}

#header {
	position: relative;
	width: 910px;
	height: 85px;
	background: url("../images/bg-header.png") no-repeat;
	padding-bottom: 10px;
}

#logo {
	position: relative;
	width: 410px;
	height: 85px;
	float: left;
	margin-left: 15px;
}

#menu {
	position: relative;
	float: right;
	width: 375px;
	height: 18px;
	margin-right: 15px;
	padding-top: 38px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
	border: 0;
}

#menu a:hover {
	color: #7fe1ff;
	text-decoration: none;
	border-bottom: 1px dotted #7fe1ff;
}

#menu a:active {
	color: #b22900;
	text-decoration: none;
	border-bottom: 1px dotted #b22900;
}

#featured {
	position: relative;
	width: 910px;
	height: 190px;
	background: url("../images/bg-featured.png") no-repeat;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 15px;
}

#f-one {
	position: relative;
	float: left;
	width: 250px;
	height: 140px;
	padding: 10px;
	margin: 15px 0 15px 62px;
}

#f-two, #f-three {
	position: relative;
	float: left;
	width: 250px;
	height: 140px;
	padding: 10px;
	margin: 15px 0 15px 10px;
}

.cover {
	float: left;
	border: 0;
	margin-right: 10px;
	border: 1px solid #15415a;
	padding: -1px;
}

#featured img.add2cart {
	float: left;
	border: 0;
	margin-top: 7px;
}

img.add2cart-2 {
	float: right;
	border: 0;
	margin: 0 0 4px 30px;
}

input.add2cart {
	float: left;
	border: 0;
	margin-top: 7px;
}

input.add2cart-2 {
	float: right;
	border: 0;
	margin: 7px 0 4px 30px;
}

.viewCart {
	position: relative;
	float: right;
}

.listing {
	min-height: 140px;
	padding: 10px;
	border: 1px solid #15415a;
	margin: 6px 0;
}

.listing2 {
	min-height: 140px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #15415a;
	margin: 6px 0;
}


#categoryBox {
	position: relative;
	float: right;
	width: 160px;
	height: 332px;
	margin: 0 0 20px 30px;
	padding: 20px;
	line-height: 22px;
	background: url("../images/bg-categories.png") no-repeat;
}


#contenthead {
	position: relative;
	width: 910px;
	height: 20px;
	background: url("../images/bg-content-head.png") no-repeat;
}

#contentfoot {
	position: relative;
	width: 910px;
	height: 20px;
	margin-bottom: 10px;
	background: url("../images/bg-content-foot.png") no-repeat;
}

#content {
	position: relative;
	width: 870px;
	height: 100%;
	padding: 0 20px;
	background: url("../images/bg-content.png") repeat-y;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0 0 0;
}

#breadcrumb {
	float: left;
	height: 15px;
	padding: 2px 0 14px 0;
	font-size: 11px;
}

hr {
	width: 870px;
	height: 1px;
	margin: 20px 0 10px 0;
	border: 0;
	border-bottom: 1px solid #15415a;
}

ul {
	margin-left: 30px;
}

li {
	padding-bottom: 5px;
	line-height: 17px;
}

.picright {
	float: right;
	margin: 0 0 10px 20px;
	border: 0;
}

.picleft {
	float: left;
	margin: 0 20px 10px 0;
	border: 0;
}

.emailform {
	width: 450px;
	height: 20px;
	background-color: #eae2d9;
	border: 1px solid #736357;
	color: #736357;
	padding: 4px 4px 0px 4px;
	font-size: 16px;
	margin: 0 0 4px 4px;
}

.redtext {
	color: #af0029;
}

.small {
	font-size: 12px; 
}

#copyright {
	position: relative;
	width: 910px;
	height: 11px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	font-size: 11px;
}

#copyright a:link, #copyright a:visited {
	font-size: 11px;
	color: #15415a;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}

#copyright a:hover, #copyright a:active {
	font-size: 11px;
	color: #b22900;
	border-bottom: 1px dotted #b22900;
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited {
	color: #15415a;
	border-bottom: 1px dotted #15415a;
	text-decoration: none;
}

a:hover, a:active {
	color: #b22900;
	border-bottom: 1px dotted #b22900;
	text-decoration: none;
}
