*{
	margin: 0;
	padding: 0;	
}

img{
	border: 0;	
}

label{
	cursor: pointer;	
}

/***************************************************************************************************
HTML / Body
****************************************************************************************************/


html,
body{	
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../imgs/water-bottom-repeat.jpg);
	height: 100%;
	width: 100%;
}

/***************************************************************************************************
Container
****************************************************************************************************/


#container{

}


.content{
	margin: 0 auto;
	width: 892px;
}



#primary{
	position: relative;
	background-image:url(../imgs/content-bg.gif);	
}

#header{
	background-image:url(../imgs/header-bg.png);
	height: 394px;
	width: 892px;
	position: relative;
}

#logo{
	height: 193px;
	width: 430px;
	position: absolute;
	top: 40px;
	left: 232px;
}

#header ul.nav{
	position: absolute;
	top: 268px;
	left: 85px;
}

#header ul.nav li{
	padding: 10px;	
}

#store-content{
	width: 500px;
	margin: 0 auto;
}

#copy{
	width: 890px;
	background-color: white;
	border-left: 1px solid #4d8ca0;
	border-right: 1px solid #4d8ca0;
	padding: 0 0 35px 0;
}


#copy p{
	font-size: 12px;
	margin: 5px 0;
}

#copy h1,
#copy h2,
#copy h3,
#copy h4,
#copy h5{
	margin: 5px 0;
	color: #326daf;
	font-style: italic;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#copy h1{
	font-size: 24px;	
}

#copy h2{
	font-size: 22px;	
}

#copy h3{
	font-size: 18px;	
}

#copy h4{
	font-size: 14px;	
}

#copy h5{
	font-size: 12px;	
}

#home-left,
#home-right{
	padding: 20px;
	width: 405px;
	position: relative;
}

#home-right{
	height: 270px;	
}

#standard-content{
	width: 550px;
	margin: 0 auto;
}

#footer{	
	margin-top: -27px;
	height: 20px;
	padding-top: 35px;
	background-image:url(../imgs/water-footer.png);
	background-repeat:repeat-x;
}

#sub-footer .content{	
	text-align:center;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#sub-footer a:link,
#sub-footer a:hover,
#sub-footer a:active,
#sub-footer a:visited{	
	color: white;	
}


/***************************************************************************************************
Misc. Default Styles
****************************************************************************************************/

ul.nav{
	list-style: none;
	display: block;
}

ul.nav li{
	display: inline;
	float: left;
}

/***************************************************************************************************
Misc. IE 6 hacks and other necessary evils.  Don't touch any of this.
****************************************************************************************************/

/* Make sure floating divs within other divs are contained properly */
.clear-accross {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0; 
	overflow: hidden;
	width: 0;
}

/* Purely to avoid the IE6 double left margin issue */
.float-left{
	margin: 0;
	padding: 0;	
	float: left;
	position: relative;
}
