/* @override http://www.serialsandsuch.com/styles/style.css */

*{
	margin: 0;
}
body {
	background: #fff url(../images/background.gif) repeat-y center;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	line-height: 17px;
}
button{
	margin: 0;
	padding: 0;
	cursor: pointer;
	border-style: none;
}
#page{
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background: #fff url(../images/content_background.gif) repeat-x;
}

.clear {
	clear: both;
	visibility: hidden;
}

a:link {
	text-decoration: none;
}
a:hover,a:visited{
	text-decoration: underline;
}
/* @group Logo */

#logo h1 a {
	position: relative;
	background-image: url(../images/logo.gif);
	width: 300px;
	height: 60px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	top: 34px;
	left: 18px;
}
#logo em{
	display: none;
}



/* @end */

/* @group Nav */

#nav{
	position: relative;
	left: 385px;
	list-style-type: none;
	width: 375px;
	padding: 0;
	bottom: 4px;
	height: 45px;
	margin-bottom: 88px;
	overflow: hidden;
}
#nav li{
	float: left;
}
#nav li a, #nav li button{
	display: block;
	width: 110px;
	height: 45px;
	background: url(../images/tab.gif) no-repeat 0 0;
	text-align: center;
	text-decoration: none;
	color: #ffdeaa;
	font: 18px/51px "Myriad Pro", Myriad, Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.1em;
	padding: 0 10px 0 5px;
	border-style: none;
}
#nav li form{
	margin: 0;
	padding: 0;
}
#nav li form button{
	width: 120px;
	display: block;
	position: relative;
	padding: 0;
	margin-right: 4px;
}
#nav li a:hover, #nav li button:hover{
	background-position: 0 -45px;
}
#nav li .active,#nav li .active:hover,#nav li .active:link{
	background-position: 0 -90px;
}

/* @end */

.shipping {
	font-size: 18px;
	color: #5A6785;
	margin-left: 25px;
	width: 450px;
	position: absolute;
	top: 142px;
	line-height: 19px;
}

.shipping a {
	font-size: 14px;
	color: #5A6785;
}

.notice {
	font-size: 18px;
	text-align: center;
	margin-top: 34px;
	margin-bottom: 34px;
}
.notice a{
	color: #5C78B4;
}

/* @group Page Selection */

#pg_top{
	top: 144px;
	width: 752px;
	text-transform: capitalize;
	position: absolute;
	text-align: right;
	display: block;
}

#pg_bottom{
	padding-right: 23px;
	height: 20px;
	clear: both;
}

.page_selection {
	color: #5A6785;
	font-size: 14px;
	list-style-type: none;
	padding: 0;
	float: right;
}
.page_selection li{
	display: block;
	float: left;
}
.page_selection li a{
	color: #5A6785;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.page_selection li a:hover{
	color: #000;
}
.page_selection li .active, .page_selection li .active:hover{
	color: #5A6785;
	border: 1px solid #ffdeaa;
	padding-right: 4px;
	padding-left: 4px;
}


/* @end */

/* @group Footer */

#divider {
	background: url(../images/divider.gif) no-repeat;
	width: 341px;
	height: 25px;
	border-style: none;
	clear: both;
	margin: 10px auto;
}

.footer {
	text-align: center;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #BC6B58;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.footer a{
	color: #BC6B58;
}
.footer a:visited, .footer a:link{
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.gray {
	margin-top: 20px;
	color: #D3D3D3;
}
.gray a{
	color: #D3D3D3;
	text-decoration: none;
}
.gray a:hover{
	color: #BC6B58;
}



/* @end */

/* @group Product Box */

.product_box {
	width: 328px;
	height: 155px;
	border: 1px solid #FFDFAC;
	font-size: 14px;
	padding: 10px;
	display: inline;
	float: left;
	margin-left: 25px;
	margin-bottom: 27px;
}

.product_box h2,.product_box h3{
	margin-top: 4px;
	font-size: 18px;
	color: #5A6785;
}
.product_box h2 a,.product_box h3 a{
	color: #5A6785;
}
.product_box h2 span,.product_box h3 span{
	font-size: 14px;
	color: #5C78B4;
	font-weight: normal;
	font-style: normal;
}
.product_box .stars,.product_box .info{
	color: #BC6B58;
}
.product_box .stars{
	margin-top: 17px;
	height: 66px;
}
.product_box .price{
	color: #5A6785;
	font-size: 18px;
	float: left;
}
.product_box .price span{
	font-size: 14px;
	font-style: italic;
}
.product_box .add_cart{
	float: right;
	position: relative;
	bottom: 7px;
}
.product_box button{
	width: 100px;
	height: 36px;
	background: url(../images/add_cart.gif) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

/* @group Single */
.single {
	width: 700px;
	display: block;
	float: none;
	height: auto;
	padding-bottom: 40px;
}
.single h2 a:visited,.single h3 a:visited{
	text-decoration: none;
}
.single .stars{
	height: auto;
	margin-bottom: 17px;
}
.single .description{
	margin-bottom: 17px;
}


/* @end */

/* @end */

/* @group About */

.about{
	top: -34px;
	position: relative;
	margin-left: 8px;
	margin-right: 7px;
}
.about a{
	color: #5C78B4;
}
.about img {
	float: right;
	border: 1px solid #ffdeaa;
	padding: 4px;
	margin-left: 7px;
	margin-bottom: 7px;
}
.about p{
	margin: 17px;
}
.headline{
	font-weight: normal;
	font-style: normal;
}
.about h2, .about h3{
	margin: 17px;
	color: #5A6785;
	font-size: 18px;
}
.about ul{
	margin-left: 17px;
	padding-left: 17px;
}
.about li{
	list-style-type: circle;
	font-size: 14px;
}


/* @end */
