/**
 * Main 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 $
 */

body {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background: #0a0a0a url(../images/bg.jpg) repeat-x top left;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #a20000;
	}

a:active {
	color: #a20000;
	}

h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #a20000;
	}

h2 {
	font-size: 18px;
	}

h3 {
	font-size: 16px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 14px;
	}

.biggerText {
	font-size: 16px;
	}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 12px;
	margin: 0em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	font-size: 0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/

	
#headerWrapper   {
	background:;
	width: 100%;
	margin: 0 auto;
	padding:0;
	}
	
#container_bg {
	background: url(../images/header.jpg) no-repeat top center;
	width: 100%;
	margin: 0 auto;
	padding:0;
	}
	
#mainWrapper {
	background: url(../images/main_bg.jpg) repeat-x bottom left;
	text-align: left;
	width: 980px;
	vertical-align: top;
	}
	
#body_bg {
	background: url(../images/craig_homepage.jpg) no-repeat bottom left;
	text-align: left;
	width: 980px;
	vertical-align: top;
	}

 #container_bg1 { 	
 	display: block;
 	background: #fff url(../images/header.jpg) no-repeat top center;
	width: 980px;
	margin:0 auto;
	padding:0;
	vertical-align: top;}

#navBreadCrumb, #navBreadCrumb a {
	display:none;
	}
