@charset "utf-8";
body {
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFEF;
	font-size: 12px;
	background-repeat: repeat-x;
	height:100%;
}

.container {
	width: 100%;
	margin: 0px auto;
	height: 100%;
	padding: 0px;
	position: relative;
}

#header {
	padding: 0px 0px 0px 0px;
	width: 760px;
	height: 125px;
	position: relative;
}

#header .logo {
	height: 100%;
	width: 450px;
	float: left;
	background-image: url(images/site/headerText_bg_w.png);
	background-repeat: no-repeat;
	background-position: center right;
	position: relative;
}
#header .logo {
	cursor: pointer;
}

#header .tag {
	width: 292px;
	height: 115px;
	float: right;
	background-image: url(images/site/headerTag_bg_w.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
	position: relative;
}

#header .tag #accountHub {
	width: 200px;
	height: 60px;
	font-size: 10px;
	float: right;
	margin-bottom: 0px;
	background-image:url(images/site/bg_grad_s.png);
}

#accountHub .boxContent p {
	margin: 0px;
	padding: 0px;
}

#menu {
	width: 740px;
	padding: 0px 10px 0px 10px;
	height: 35px;
	line-height: 35px;
	background-color: #633;
	color: #fff;
	margin: 0px;
}

#menu .container ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu .container ul li {
	float: left;
	list-style: none;
	padding-right: 20px;
}

#menu .container ul li a:link, #menu .container ul li a:visited, #menu .container ul li a:hover {
	color: #FFF;
}
#menu .container ul li a:hover {
	text-decoration: underline;
}

#body {
	padding: 0px 20px 0px 0px;
	width: 755px;
	position: relative;
	overflow: auto;
	margin: 0px auto;
}

.curvyBox {
	background-image: url(images/site/bg_grad.png);
	background-repeat: repeat-x;
	background-color: #fff;
	border: 2px solid #fff9ae;
	margin: 20px 3px 30px 3px;
}
.smallBox {
	background-image:url(images/site/bg_grad_s.png);
}
.boxContent {
	padding: 0px 10px 5px 10px;
	color: #633;
	text-align: justify;
}
.boxContent a {
	text-align:left;
}

#footer .curvyBox .boxContent p {
	text-align:center;
}

.boxContent h1 {
	color: #633;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.boxContent h2 {
	color: #633;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.boxContent h3, .boxContent h4 {
	color: #000;
	margin: 12px 0px 2px 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: bottom;
}

.boxContent h4 {
	color:#633;
}

.boxContent .price {
	font-weight: bold;
	}
	


#leftBar {
	width: 210px;
	margin: 0px;
	float: left;
	height: 100%;
	position:relative;
}

#rightBar {
	width: 530px;
	margin: 0px;
	float: right;
	height:100%;
	position:relative;
}

#notFooter {
		text-align: left;
		width: 768px;
		padding: 0px;
		height: 100%;
}
#isFooter {
	position: relative;
	bottom: 0px;
	padding: 0px;
	width: 768px;
	font-size: 10px;
	text-align: center;
	font-family: "Helvetica", Arial, sans-serif;
	color:#CCC;	
}

.bottomImages {
	line-height: 15px;
	vertical-align: middle;
}

.bottomImages img {
	vertical-align: middle;
	padding: 2px;
}

.productListing {

	border-bottom: 1px dashed #633;
	min-height: 150px;
	padding: 10px 5px 5px 5px;
}
.productImage {
	float: left;
	margin: 15px;
}
.productDesc {
	margin: 15px;
}

#cartContents {
	float: right;
}
#cartContents a:link, #cartContents a:visited, #cartContents a:hover {
	color: #FFF;
}
#cartContents a:hover {
	text-decoration: underline;
}

.newsBody {
	position: relative;
}

.newsBody img {
	float: left;
	margin: 5px;
}

#catxcdiv ul {
	list-style: none;
	margin: 0px;
	padding: 0 0 0 20px;
}

/* menu item spacing */
#catxcdiv li{
	list-style: none;
	background: url(images/site/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	height: 30px !important;
	line-height: 30px !important;
}

#catxcdiv li a:link, #catxcdiv li a:visited{
	color: #777;
}

#catxcdiv li a:active, #catxcdiv li a:hover, #catxcdiv li a strong{
	color: #633;
	text-decoration: none;
}

/*padding between submenu items*/
#catxc ul li { padding: 0 0 .2em 0; }

/*xc menu item*/
#catxcdiv li.xc { list-style: none; }

/*submenu*/
#catxcdiv li.xc ul { margin: .3em 0 0 -.8em; }