/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0px 0px 25px 0px;
	font-family: Arial,Helvetica,sans-serif;
/*	font-size: 12px;*/
	font-size: 62.5%;
	/*line-height: 15px;*/
	color: #525249;
	padding: 0px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	}
* {
	/* -- remove broswer defaults --*/
	margin:0;
	/*padding:0;*/
	color:none;
	text-decoration: none;
}

img { border:none; }
p { margin-top:0px;}


/*wrappers - page or section containers*/
#mainWrapper {
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
	width: 841px;
	margin: auto;
	position: relative;
    font-size: 1.2em;
	}

#logo {
	height: 149px;
}
#headerWrapper {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:841px;
	position: relative;
	height: 149px;
	}

#missionstatement {
	position: absolute;
	right: 0px;
	bottom: 18px;
	}

#navSuppWrapper {
	width: 841px;
	position: relative;
	left: -5px;
	background-image: url(../images/bg_edge.gif);
	padding: 0px 5px;
}

#navSupp {
	color:#94938A;
	background-color: #E7DBC5;
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 11px;
}

#navSupp li {
	margin:0px;
	padding:0px 6px 0px 6px;
	list-style-type:none;
/*	border-left:solid 1px #94938A;*/
	display:inline;
	}
#navSupp li a:link, #navSupp li a:visited { 
	color:#94938A; 
	font-weight:bold;
	}

#navSupp li.first {
	border:none;
	padding:0px 6px 0px 0px; 
	}



/********* GWC *****************/
#radio {
	background-image: url(../images/bg_btn_light.jpg);
	background-repeat: repeat-x;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#radio a:link {
	color: #525249;
	text-decoration: none;
	}

#radio a:visited {
	color: #525249;
	text-decoration: none;
	}
#radio a:hover {
	color: #E3E2D7;
	text-decoration: none;
	background-color: #66665E;
	}
#radio a:active {
	color: #FFFFFF;
	text-decoration: none;
	}

#radio a {
	background-image: url(../images/radio_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

a:link {
	color: #F6000A;
	text-decoration: none;
	}

a:visited {
	color: #F6000A;
	text-decoration: none;
	}
a:hover {
	color: #990000;
	text-decoration: underline;
	}
a:active {
	color: #F6000A;
	text-decoration: none;
	}
	
#navEZPagesTop ul,
#navMain ul {
	list-style-type: none;
	background-color: #484840;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-size: 11px;
	background-image: url(../images/bg_nav_btn.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 20px;
	/* fixes Firefox 0.9.3 */
}

#navEZPagesTop ul li,
#navMain ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}
#navEZPagesTop ul li a,
#navMain ul li a.first {
	border-left: 1px solid #8F8F8B;
}
#navEZPagesTop ul li a,
#navMain ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #8F8F8B;
	}

#navEZPagesTop ul li a:hover,
#navMain ul li a:hover {
	background-color: #FFFFFF;
	color: #484840;
	}

#navEZPagesTop ul li a,
#navMain ul li a {
	text-decoration: none;
	color: #E3E2D7;
	padding: 4px 12px;
	font-weight: bold;
	}

#navEZPagesTop ul li a.selected,
#navMain ul li a.selected {
	background-color: #FFFFFF;
	background-image: url(../images/nav_selected_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000000;
}

#indexHome #contentMainWrapper {
	width: 766px;
	position: relative;
	left: -5px;
	background-image: url(../images/bg_edge.gif);
	padding: 18px 42px;
}	

#leftedge {
	position: absolute;
	left: -5px;
	top: 149px;
	background-image: url(../images/leftedge.jpg);
	background-repeat: repeat-y;
	width: 5px;
	height: 307px;
	background-position: top right;
	z-index: 999;
}
#rightedge {
	position: absolute;
	top: 149px;
	background-image: url(../images/rightedge.jpg);
	width: 5px;
	height: 307px;
	background-position: top right;
	z-index: 999;
	left: 841px;
}

#bottomedge {
	background-image: url(../images/footer_bottom.gif);
	height: 5px;
	width: 851px;
	position: relative;
	left: -5px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-size:0px;
	line-height:0px;
}


a.redarrow {
	font-weight: bold;
	padding-left: 8px;
	background-image: url(../images/red_arrow.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
}
a.first {
	margin-right:12px;
}

.ctaBox p {
	margin-bottom: 8px;
}
.ctaBox p.noBottomMargin {
	margin-bottom: 0;
}
.ctaBox {
	border:solid 1px #DDDDDB;
	background-image:url(../images/bg_boxgrad1.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:8px;
	margin-bottom: 8px;
}
p.contactInfo{
	font-size: 11px;
	line-height: 13px;
	margin-top: 12px;
	}
#home_leftcolumn {
	width: 450px;
	background-image: url(../images/bg_divider.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 20px;
}
#home_leftcolumn h1 {
	font-size: 20px;
	margin-bottom: 18px;
}
#home_leftcolumn img.mike {
	margin-bottom: 18px;
	margin-left: 18px;
}
#home_rightcolumn {
	width: 276px;
}
#home_leftbar {
	width: 226px;
	background-image: url(../images/bg_divider.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 20px;
}
#home_rightbar {
	width: 550px;
}
#contentMainWrapper {
	margin-top: 20px;
}
.centerColumn{ font-size: 1.2em; }
.floatLeft { float: left; }
.floatRight { float: right; }
