@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #090e22 url(blue-bkg.jpg) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
}

#container {
	margin:0 auto;
	width: 1174px;
	padding:0;
}

#flash {
	float:left;
	padding-left:5px;
	padding-top:2px;
	margin:0;
	background: url(images/header-holder.jpg) no-repeat;

	
}

#rightfloat {
	float:right;
	width: 329px;

}

#contactbox {
	background: url(images/contact-box.gif) no-repeat;
	height:127px;
		font-size:20px;
		font-weight:bold;
	color:#760000;
	padding-top:35px;
	padding-left:10px;

}
.contactsub {
	font-size:15px;
}

#contactbox a, #contactbox a:visited {
	color:#000;
}
#contactbox a:hover {
	color:#760000;
}

#shippingbox {
	background: url(images/shipping-box.gif) no-repeat;
	height:156px;
}


#maincontentop {
	clear:both;
	background: url(images/main-top.gif) no-repeat;
	height:13px;
}

#maincontent {
	background: #fff url(images/main-bkg.gif) repeat-y;
	padding: 5px 15px;
}

#mainfooter {
	background: url(images/footer.gif) no-repeat;
	height:17px;
}

/* -- menu container --*/
#menucontainer {
	float:left;
	width:230px;
	padding:0;
	margin:0;
}

.menutop {
	background: url(images/red-menu-top.gif) no-repeat;
	height:11px;
}

#menumid {
	background: url(images/red-menu-mid.gif) repeat-y;
	padding-left:10px;

}

.menubottom {
	background: url(images/red-menu-bottom.gif) no-repeat;
	height:9px;
}

#menumid a, #menumid a:visited {
	color:#fafb9a;
	font-weight:bold;
	font-size:13px;
	line-height:22px;
	text-decoration:none;
}
#menumid a:hover {
	color:#ffffff;
	text-decoration:none;
}


#footer {
	color:#a9c9fd;
	text-align:center;
	margin-bottom:40px;
	font-size:11px;
}
#footer a, #footer a:visited {
	color:#a9c9fd;
}
#footer a:hover {
	color:#ffffff;
}


/* ---- side menu ----*/
/* ---------- expanding menu -------*/

.glossymenu{
margin: 0;
padding: 0;
width: 220px; /*width of menu*/
}

/* ---------- visit button ---------*/


.glossymenu a.menuitem{
display: block;
padding: 3px 0;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: transparent;
margin-left:10px;

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a.menu1{

display: block;
font: bold 14px;
text-decoration: none;
padding: 2px 0 2px 7px;
height:18px;
width:220px;
}

#menumid ui-corner-all {
	-moz-border-radius: none;
}

/**
 * Begin Accordion override styles
 */
#menumid .ui-accordion-header a {
	padding:0;
}

#menumid .ui-accordion-header {
	margin-top:0;
}

#menumid .ui-accordion-content {
	margin-bottom:0;
	padding: 0 2.2em;
}

#menumid .ui-state-default, #menumid .ui-state-active, #menumid .ui-state-hover, #menumid .ui-widget-content, #menumid .ui-icon {
	background: none;
	border:none;
}

.submenu-items {
	margin-left:25px;
}
/************** END ACCORDION STYLES*************/

#middle-col {
	width: 690px;
	float:right;
}

#right-col {
	width: 200px;
	float:right;
	margin-left:15px;
}

.paypal-logo {
	display:none;
}



/* home page boxes */
#homeboxes {
	width:200px;
	padding:7px;
	font-size:13px;
	color:#760000;
	text-align:center;
	margin:3px;
}

.regular-price .price {
	color:#414427;
}

button.button span,
.opc .active .step-title .number {
	background-color:#760000;
	border:1px solid #760000;
}

.validation-failed {
	border:1px dashed #760000 !important;
}

/** Red Color **/
.block .block-title strong, 
h1,
h2, 
h3,
h4,
h5,
h6,
.product-collateral h2,
.cart .discount h2,
.cart .shipping h2,
.opc .active .step-title h2,
.validation-advice,
.account-login .content h2 {
	color:#760000;
}

/** Green Color **/
.product-view .product-shop .add-to-links a,
a:link,
a:hover {
	color:#414427;
}

/** Light green color (table headers, checkout stuff) **/
.data-table tbody th,
.data-table tbody td {
	border-bottom: 1px solid #c3cb9a;
	border-right: 1px solid #c3cb9a;
}

.data-table thead th {
	background: #c3cb9a;
	border-right: 1px solid #c3cb9a;
	border-bottom:2px solid #aab189;
}

.data-table tfoot {
	border-bottom: 1px solid #c3cb9a;
}

.data-table tfoot tr.first {
	background: #c3cb9a !important;
}

.cart .totals,
.opc .allow .step-title {
	background-color:#c3cb9a;
}

/** To keep 'current' checkout step the tan color **/
.opc .active .step-title {
	background-color:#F9F3E3 !important;
}


.block .actions,
.account-login .buttons-set {
	background: none;
}



.no-rating, .email-friend {
	font-size:0.7em;
}

input.qty {
	width:3.5em !important;
}

.block .block-title strong {
	color: #FAFB9A;
}

.block .block-title {
	background: #760000;
}

.pager {
	clear:left;
}

.sorter {
	clear:left;
}

.products-grid {
	clear:left;
}

.products-grid .actions {
	position:relative;
	bottom:0;
}

.smalltext {
	font-size:0.8em;
	font-style:italic;
}

.form-list li {
	clear:left;
}

