/**
 * Custom CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
html {
    overflow-y: scroll;
}

body {
	text-align: center;
	margin: 0px;
	font-size: 75.5%;
	font-family: "Trebuchet MS";
	background-position: top;
	background-image: url('../images/header_bg_top.gif');
	background-repeat: repeat-x;
}

a, a:link, a:visited, a:active {
    color: #000099;
    font-weight: 900;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}

a:hover img {
    border:none;
}

.centerColumn {
    padding: 0px 4px;
}


.centerColumn {
    padding-top: 0px;
}

/*
a img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    border: 1px solid transparent;
}

a:hover img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.4;
    border: 1px solid #ccc;
}
*/

#wrapper, #border_top, .border_body, #header, #footer, #spacer {
    margin: auto auto;
    text-align: left;
    width: 995px;
}

#border_top {
    background-image: url('../images/border_top.jpg');
    background-repeat: no-repeat;
    height: 22px;
}

.border_body {
    background-image: url('../images/body_shadow.jpg');
}

#header {
    display:block;
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    height: 243px;
    position:relative;
}

#spacer {
    background-image: url('../images/spacer.jpg');
    background-repeat: no-repeat;
    height: 14px;
}

#columns {
    width: 965px;
    border-collapse: collapse;
    margin: 0 auto;
}

td {
    vertical-align: top;
    text-align: left;
    border:0px;
    margin:0px;
    padding:0px;
}

#columns .col_left, #columns .col_right{
    width: 200px;
}



#columns .col_main_1c {
	width: 965px;
}

#columns .col_main_2c_L,
#columns .col_main_2c_R {
    width: 765px;
}

#columns .col_main_3c {
    width: 565px;
}

/* ========================= Middle Boxes ================== */

.centerColumn {
	margin: 0px;
}
 
h2 {
	margin: 0px;
	padding:0px;
    color: #ffffff;
    text-align: left;
}

.centerBoxHeading {
    background-color: #ffffff;
    background-image: url('../images/content_heading.jpg');
    background-repeat: no-repeat;
}

.centerBoxHeading_1c {  
	background-position: center top;
	background-image: url('../images/content_title_1c.jpg');
    background-repeat: no-repeat; 
    height: 23px;
}

.centerBoxHeading_2c_L { 
	background-position: left top;
	background-image: url('../images/content_title_2c.jpg');
    background-repeat: no-repeat; 
    height: 23px;
}

.centerBoxHeading_2c_R { 
	background-position: center top; 
	background-image: url('../images/content_title_2c.jpg');
    background-repeat: no-repeat; 
    height: 23px;
}

.centerBoxHeading_3c {
	background-position: center top;
	background-image: url('../images/content_title_3c.jpg');
	background-repeat: no-repeat; 
	height: 23px;
}

.centerBoxWrapper {
    background-image: url('../images/boxfil_wrap.jpg');
    background-repeat: repeat-y;
}

.centerBoxWrapper {
	background-position: center bottom;
	background-image: url('Exports/images/content_footer.jpg');
	background-repeat: no-repeat;
}

h2 {
    font-size: 1.5em;
    color: #ffffff;
    text-align: left;
    padding: 5px 0 0px 5px;
    margin-bottom:0px;
    background-color: inherit;
    
}

/* 
========================= Middle Boxes ================== */


/* ========================= Main Content Boxes ================== */

/* ========================= Left Boxes ================== */
.leftBoxHeading {
    background-image: url('../images/left_title.jpg');
    background-repeat: no-repeat;
    padding-top:0px;
    height: 23px;
}

.rightBoxHeading {
    background-image: url('../images/right_title.jpg');
    background-repeat: no-repeat;
    padding-top:0px;
    height: 23px;
}

.leftBoxContainer, .rightBoxContainer {
    margin: 0px;
    border: none;
}

.leftBoxFooter, .rightBoxFooter {
    background-image: url('../images/left_footer.jpg');
    background-repeat: no-repeat;
    height: 5px;
    padding-bottom: 3px;
}

.sideBoxContent {
    background-color: inherit;
    background-image: url('../images/left_body.jpg');
    background-repeat: repeat-y;
    padding: 5px;
}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a, h3#specials a {
	font-size: 1.2em;
	color: #ffffff;
	text-align: left;
	padding: 5px 0 0 5px;
	background-color: inherit;	
}

#specials h3 a, #specialsHeading a  {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
} 
 
/* ========================= Left Boxes ================== */


#columns .td_content_footer {
    background-image: url('../images/content_footer.jpg');
    background-repeat: no-repeat;
}

#footer .top_drip {
	background-position: center;
	background-image: url('../images/content_bg_footer.jpg');
	background-repeat: no-repeat;
	height: 50px;
}


#footer .top {
    background-image: url('../images/spacer.jpg');
    background-repeat: no-repeat;
    height: 15px;
}

#footer .content {
    background-image: url('../images/body_shadow.jpg');
    background-repeat: repeat-y;
}

#footer .bottom {
    background-image: url('../images/page_bg_footer.jpg');
    background-repeat: no-repeat;
    height: 13px;
}

#footer .content {
    padding-top: 10px;
    font-size: 11px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#footer .content_url,
#footer a.content_url:link,
#footer a.content_url:visited {
    text-decoration: none;
}

#footer a.content_url:hover {
    text-decoration: underline;
}
#footer .content,
#footer .content_url,
#footer a.content_url:link,
#footer a.content_url:visited,
#footer a.content_url:hover {
    color: #0066CC;
}

/* Zen Standard - overrides from stylesheet.css*/
#navMainWrapper,
#navSuppWrapper,
#navCatTabsWrapper {
    text-align:center;
    background-color:inherit;
    margin:auto;
    width:95%;
    }

#navCatTabs a.category-top {
    color:#0066cc
    }

#navEZPagesTop {
	background-color: #003366;
	margin: auto;
	margin: 10px 11px 15px 11px;
	font-size: 11px;
	color:#0066cc
}

#navEZPagesTop a {
	color: #FFFFFF;
	font-weight:lighter
}

#productMainImage {
	float: right
}

.centerBoxWrapper {
}

#whatsNew .centeredContent img:hover, #featuredProducts .centeredContent img:hover, .productListing-odd img:hover, .productListing-even img:hover, .productQuestions:hover  {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.4;
}


.centeredContent a {
	text-decoration:none
}

.centerBoxContentsNewBG,  .tabTable{
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	margin-bottom: 10px;
}

.productListing-rowheading {
	background-position: left top;
	background-image: url('../images/content_title_w2c.jpg');
    background-repeat: no-repeat; 
    height: 23px;	
}

.productListing-heading, .productListing-data, .listingDescription {
	text-align:left;
	padding: 5px 5px;
}

#navBreadCrumb {
	/*
	background-position: center top;
	background-image: url('../images/product_heading.jpg');
	background-repeat: no-repeat; 
	height: 29px;
	*/
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#navBreadCrumb {
	padding: 0px 7px 0px 7px;
	margin-bottom:0px;
}

#indexDefault h2, #contactUsDefault h2 {
	color: #3333CC;
}

#featuredProducts h2 {
	color: #ffffff;
}

.biggerText {
	font-size: 1.0em;
}

.productQuestions {
	padding: 2px 7px 2px 7px;
	border: 1px solid #000099;
}
