@charset "utf-8";
html, body { height:100%; }
body {
	margin:0px;
	padding:0px;
	background:url(../images/site_bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a:link, a:active, a:visited {
	color:#525F5F;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* Container Settings
-------------------------------------------------------------------------------- */
#siteContainer  {
	position:absolute;
/* center width */
	width:956px;
	left:50%;
/* hide from ie-Mac \*/
	margin-left:-478px; /* this value should be half the container width */
/* end hide */
/* center height */
/* height:600px; */
/* hide from ie-Mac \*/
/* top:50%; */
/* margin-top:-300px; */ /* this value should be half the container height */
/* end hide */
}
/* ----------------------------------------------------------------------------- */

#borderContainer {
	position:relative;
	width:956px;
	border:1px solid #BAB387;
	background-color:#FFFFFF;
}
#cart {
	padding-right:10px;
	text-align:right;
}
#cart a {
	color:#000000;
	text-decoration:none;
}
#cart a:hover {
	text-decoration:underline;
}
#header {
	height:150px;
}
#menu {
	border-bottom:1px solid #BAB387;
}
#product, #product a {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
}
#product a:hover, #product a.current {
	color:#BAB387;
}
#status_message {
	padding:5px;
	border:1px solid #657575;
	background-color:#D8DCDC;
}
#status_message a {
	color:#657575;
	font-weight:bold;
	text-decoration:none;
}
#status_message a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#contentPadding {
	position:relative;
	padding:20px 20px 20px 20px;
}
#footer {
	height:110px;
	line-height:1.75em;
	text-align:right;
}
#footer a {
	color:#000066;
	text-decoration:underline;
}
#footer a:hover {
	color:#0033CC;
}
.qwik {
	font-family:"Bookman Old Style";
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	color:#669900;
	text-decoration:none;
}
.cms {
	font-family:"Bookman Old Style";
	font-size:13px;
	font-style:italic;
	color:#000000;
	text-decoration:none;
}



/* TOP MENU */
#top_nav_padding {
	padding-left:30px;
}
#horizontal_table_nav td {
	padding: 0px;
	text-align: center;	
}
#horizontal_table_nav td.spacer {
	padding: 0px 5px 0px 5px;
}
#horizontal_table_nav td.current {
/*	background-image: url(../images/menu_ovr_left.jpg);
	background-position: left top;
	background-repeat: no-repeat; */
}
#horizontal_table_nav div {
	padding: 9px 0px 0px 0px;
	height: 21px;
	margin: 0px;
}
#horizontal_table_nav div.current {
/*	background-image: url(../images/menu_ovr_right.jpg);
	background-position: right top;
	background-repeat: no-repeat; */
	padding: 9px 0px 0px 0px;
	height: 21px;
	margin: 0px;
}
#horizontal_table_nav a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-right: 13px;
	text-decoration: none;
	height: 21px;
}
#horizontal_table_nav a.current {
	color: #9B9359;
}
#horizontal_table_nav a:hover {
	text-decoration: none;
	color: #9B9359;
}


/* BOTTOM NAV*/
#horizontal_nav {
	padding:0px;
	font-size:12px;
	color:#000000;
}
#horizontal_nav a {
	color:#000000;
	text-decoration:none;
}
#horizontal_nav a:hover, #horizontal_nav a.current {
	color:#BAB387;
}


/* SIDE NAV*/
#navcontainer {
	margin:0px;
	padding:20px 10px 10px 15px;
	text-align:left;
}
#navcontainer ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#navcontainer a {
	display:block;
	font-size:12px;
	color:#000000;
	width:210px;
	padding:8px 0px 4px 0px;
	text-decoration:none;
}
#navcontainer a:hover, #navcontainer a.current {
	color:#9B9359;
}
#navcontainer li li a {
	display:block;
	font-size:11px;
	color: #000000;
	width:200px;
	padding:4px 0px 2px 10px;
	text-decoration:none;
}







.imageContainer {
	position:relative;
	height:200px;
	width:200px;
	border-bottom:1px solid #EEECE1;
	padding:5px;
	margin:0px;
}

.imageContainer div {
	position:absolute;
	width:200px;
	bottom:5px;
	text-align:center;
	margin:0px;
}

.nameContainer {
	width:200px;
	padding:5px;
	margin-bottom:25px;
	text-align:left;
}
