/*******************************

Main layout styles for Sattler clothing site

All component installs should reference this
stylesheet for overall site consistancy

All image paths in this file need to ref siteroot

**********************************/
/***************************
Site colors:
#534522 dark brown
#be8228 orange
#48858c turquoise
#dcf0f2 light blue
#404040 dark gray text
***************************/


body {
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 74%;
	color: #404040;
	background: #462300;

}

h1, h2, h3, h4, h5, h6 {
	color: #534522; /* dark brown */
}

div, p, ul, ol, li, form {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	font-weight: bold;
	color: #be8228;
	text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:hover {
	color: #48858c;
}

img {
	border: none;
}

#container {
	background-color: #fff;
	margin: 0px auto;
	width: 900px;
	border: 5px solid #fff;
	border-top: none;
}

#Header, #content, #footer {
	width: 900px;
	margin: 0 auto;
	background-color: transparent;
}

body#home #Header {
	background: url(/images/header-logo.jpg) top left no-repeat !important;
}

body#home #Header #TopNav {
	text-align: center;
	padding: 7px 0 7px;
	position: relative;
	top: 85px;
	left: 20px;
	font-size: 110%;
	font-weight: bold;
}


.box500 {
	background: transparent url(/images/box-900x500.png) center top no-repeat;
	height: 500px;
	overflow: hidden;
	margin-top: 0;
	padding-top: 30px;
}

.box475 {
	background: transparent url(/images/box-900x475.png) center top no-repeat;
	height: 475px;
	overflow: hidden;
	margin-top: 0;
	padding-top: 30px;
}

.box685 {
	background: transparent url(/images/box-900x685.png) center top no-repeat;
	height: 685px;
	overflow: hidden;
	margin-top: 0;
	padding-top: 30px;
}



/*************** expanding box ********************
 this box is NOT transparent! due to limitations
 in IE7 repeating and overlapping center section
 
 box is comprised of 4 divs: .box contains
 .boxtop and .boxbottom, with .boxcontent between
 top and bottom--so:
 <div class="box">
   <div class="boxtop"></div>
	 <div class="boxcontent">
	   content here
	 </div>
	 <div class="boxbottom"></div>
	</div>

*************************************************/

.boxexpanding {
	background: url(/images/expanding-box_03.jpg) repeat-y 0 0;
	margin-top: -30px;
}

.boxtop {
  background: url(/images/expanding-box_01.jpg) center top no-repeat;
	height: 14px;
}

.boxbottom {
  background: url(/images/expanding-box_05.jpg) center bottom no-repeat;
	clear: both;
	height: 14px;
}

.boxcontent {
  margin: 5px 25px;
}

/********** end expanding box styles ***********/

#results {
	float: left;
	width: 670px;
	height: 440px;
	overflow: hidden;
	margin-left: 25px;
	background: url(images/african-child.jpg) center top no-repeat;
}

#initiatives {
	float: right;
	margin-right: 5px;
	width: 247px;
	height: 450px;
	background: transparent url(images/centerbox.png) center top no-repeat;
	overflow: hidden;
	margin-top: 0;
}

#initiatives #text {
	margin: 22px 18px 18px;
	overflow: hidden;
	height: 450px;
}

#initiatives #text p {
  margin-bottom: 19px;
}

#initiatives #text a {
	color: #534522;
}

#initiatives #text a:hover {
	color: #be8228;
	text-decoration: underline;
}


#footer {
  text-align: center;
}

#featured {
	float: right;
	margin-right: 20px;
	width: 180px;
	height: 440px;
	/*background: transparent url(images/centerbox.png) center top no-repeat;*/
	overflow: hidden;
	margin-top: -5px;
	text-align: center;
	padding: 0;
}

#featured h2 {
	background: none;
	border: none;
	text-transform: none;
	padding: 0;
	margin: 5px 0 10px;
}

/**************************
				<div class="featuredProduct">
					<p class="productThumb"><img width="160" src="/storefront/images/uploads/babie_onesie.JPG"/></p>
					<p class="productName">Name</p>
					<p class="productDesc">description</p>
				</div>
************************/

.featuredProduct {
	width: 110px;
	text-align: center;
	margin: 0 auto 25px;
}

.productName {
	font-weight: bold;
	color: #534522;
	margin-bottom: 0;
	line-height: 1.1;
}

.productDesc {
	margin-top: -7px;
}

#boxleft {
	width: 48%;
	float: left;
}

#boxright {
	margin-left: 430px;
}

