/**************** General Classes *****************/
body {
	margin: 0px;
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #666666; /* Global Gray */
	background-image: url(../img/background.jpg);
}

#homePage {

}

#subPage {

}

#globalContainer {
	width: 780px;
	margin: 15px auto 0px auto;
	background-image:url(../img/content_bkgd.jpg);
	background-repeat: no-repeat;
	background-color: #ffe273; /* Global White */
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #259439; /* Accent 10 */
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #142E51; /* Text Medium */
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	color: #2170BD; /* Link */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;
		
}

#homePage h1 {
	clear: none;
}

#homePage h2 {
	clear: none;
}

#homePage h3 {
	clear: none;
}

a {
 color: #9a780e; /* Link */
 text-decoration: none;
}

p {
	margin: 0px 0px 20px 0px;
}

p.noSpace {
	margin: 0px;
}

#footer {
	width: 770px;
	height: 28px;
	padding: 5px;
	margin: 0px auto;
	color: #FFFFFF; /* Global White */
	background:url(../img/footer.jpg) no-repeat;
}

#footer a {
	color: #203d67; /* Global White */
}

#borderTop {
	background-image: url(../siteassist_images/border_top.jpg);
	height: 7px;
}

#borderBottom {
	background-image: url(../siteassist_images/border_bottom.jpg);
	height: 7px;
}

/**************** Header Classes *****************/
#logo {
	padding: 10px;
}

#homePage #header {
	background-image: url(../siteassist_images/home_header_background.jpg);
	background-repeat:no-repeat;
	height: 201px;
	margin: 0px 6px 0px 7px;
}


#subPage #header {
	background-image: url(../siteassist_images/sub_header_background.jpg);
	background-repeat:no-repeat;
	height: 61px;	
	margin: 0px 6px 0px 7px;	
}

#homePage #header #mainFeaturedLeft {
	float: left;
	width: 159px;
	padding: 60px 10px 10px 15px;
	color: #FFFFFF; /* Global White */
}

#homePage #header #mainFeaturedRight {
	margin-left: 184px;
	padding: 100px 215px 20px 30px;
	color: #FFFFFF; /* Global White */
}

#homePage #header #mainFeaturedLeft h1 {
	color: #E0E8F0; /* BG Light */
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

#homePage #header #mainFeaturedLeft p {
	color: #F1F0EE; /* Global Gray Light */
}

#homePage #header #mainFeaturedRight h1 {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	font-style: italic;
}

#homePage #header #mainFeaturedRight h2 {
	color: #FFFFFF; /* Global White */
	font-weight: bold;
	font-size: 22px;
	margin: 0px 0px 5px 0px;
	font-style: italic;
	padding-left: 15px;
}

/**************** Top Nav Classes *****************/
#topNavTop {
	background-image: url(../siteassist_images/topnav_border_top.jpg);
	height: 4px;
	background-position:center;
	background-repeat: no-repeat;
}

#topNav {
	background-image: url(../siteassist_images/topnav_border_middle.jpg);
	background-repeat: repeat-y;
	margin: 0px 6px 0px 7px;
	padding: 10px 20px;
}

#innerContainerWrapper {
	background-repeat:no-repeat;
	background-position: 0% 100%; /* Global White */
	padding: 15px 0px;
	margin: 0px 6px 0px 7px;
}

#innerContainerWrapper #innerContainer {
	padding: 0px 0px 0px 0px;
}

#innerContainerWrapper #innerContainer #innerLeft {
	width: 184px;
	float: left;
}
img.products {
	border: 1px solid #ffc300;
	float:left;
	margin-right:10px;
}

#homePage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 184px;
}

#subPage #innerContainerWrapper #innerContainer #innerRight {
	margin-left: 184px;
}
td.eC_ShoppingCart {
    text-align:right;
	background-color:#F1F0EE; /* Global_Gray_Light */
	color:#353C48; /* Accent_5 */
	border-top:solid 1px #BABDC2; /* Neutral_Dark */
	border-bottom:solid 1px #BABDC2; /* Neutral_Dark */
}

#subPage .contentHeaderContainer {
	padding-left: 15px;
	padding-right: 15px;
}

#subPage .contentBodyContainer {
	padding-left: 15px;
	padding-right: 15px;
}

#subPage div.hr {

}

/**************** Resources Classes *****************/
#resources {
	padding: 20px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 0px;
  background-color:#fff284; 
}

#sideNav h1 {
	margin: 0px 0px 5px 0px;
}

#homePage #sideNav a {
  text-decoration: none;
	display: block;
}

#featured {
	padding: 0px 15px 10px 15px;
}

#featured .featuredLeft {
	width: 225px;
	float: left;
	padding-right: 15px;
}

#featured .featuredRight {
	margin-left: 240px;
	padding-left: 15px;
}

#featured h1 {
	margin: 0px 0px 10px 0px;
}

#featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:underline;
}

#featured li {
	padding-bottom: 10px;
}
#copyRight {
	color: #333333;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
	display:block;
	padding-left: 10px;
	margin-top: 2px;
	width: 800px;
	float:left;
}
*html #copyRight {
	color: #333333;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
	display:block;
	padding-left: 10px;
	margin-top: 15px;
	width: 800px;
	float:left;
}
/*lightbox stuff*/
#overlay{ 
    background-image: url(../img/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(../img/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
}

#box{
    width:300px;
    background:#2d2d2d;
    padding:10px;
    border:2px solid #eee;
	color:#FFFFFF;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

.white {
	color:#FFFFFF;
}
	
