@charset "UTF-8";
/* CSS Document */

/* ************ LAYOUT ************* */
/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #6facb5
} 


#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 

 
#content{  
 float: left; 
 display:inline; 
 position: relative; 
 width: 760px;
	

 }
  
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/* ************ FONTS ************* */


/*  Huge words, serif, POSTER TITLES  */


h1 {
	font-family: georgia,serif;
	font-size: 31px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -0.2pt;
}	

h1 a{
	text-decoration: none;
}	

/*  Large, LEAGUE GOTHIC  */


h2 {
	font-family: 'LeagueGothicRegular', Arial Narrow, Arial, sans-serif;
	font-size: 28px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: white;
	font-weight: lighter;
	letter-spacing: 4px;
}

h2 a {
	text-decoration: none;
	color: white;
}

h2 a:hover {
	text-decoration: line-through;
}

/*  Medium words, headers  */
h3 {
	font-family: georgia,serif;
	font-size: 24px;
	font-style: italic;
	letter-spacing: 0pt;
}

/* Large copy */
h4 {
	font-family: georgia,serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0pt;
	margin-top: 0px;
	margin-bottom: 0px;

}

h4 a {
	text-decoration: none;
}

h4 a:hover {
	text-decoration: none;
}

/* Sans serif copy */
h5 {
	font-family: verdana,sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}	


/* Sans serif link small */
h6 {
	font-family: verdana,sans-serif;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}

h6 a {
	letter-spacing: 4pt;
	text-transform: uppercase;
}

h6 a:hover {
	font-weight: bold;
}


p {
	font-family: georgia,serif;
	font-size: 12px;
	line-height: 1.5em;
}

p a: {
	font-weight: bold;
	font-style: italic;
}

/* ************ HEADER ************* */

#header{
	position:relative; 
	height:160px; 
} 

#logobox {
	height: 150px;
	width: 295px;
	float: left;

}

#cartbox_wrap {
	height: 38px;
	width: 180px;
	float: right;

	
}

#cartbox {
	font-family: georgia,serif;
	font-size: 12px;
	color: white;
	text-align: right;
	padding-right: 25px;
	padding-top: 5px;
	background-image:  url('cartbox.png');

}

#cartbox a {
    text-decoration: none;
	color: white;
	}

#cardbox a:hover {
    text-decoration: underline;
	}
	
#headernav {
	margin-top: 10px;
	color: white;
	width:505px;
	height:112px;
	float:left;
}

#mainnav {
	width: 480px;
	padding-left: 50px;
	        padding-bottom:20px;
	}

.mainnav_link {
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
	}

.mainnav_link a {
	text-decoration: none;
	color: white;
}

.mainnav_link:hover {
	border-bottom-style: solid;
        border-bottom-color: white;
        border-bottom-width: 4px;
}

	
#storenav {
		clear: left;
		width: 455px;
		margin-right: 10px;
		float: right;
		border-top-color: white;
		border-top-style: dashed;
		border-top-width: 1px;
	}
	
#storenav_head {
	margin-top: 10px;
	width: 110px;
	float: left;
	padding-left:15px;
	}

#storenav_list {
	margin-top: 10px;
	margin-bottom: 0;
}
#storenav_list li {
	display: inline;
	list-style-type: none;
	padding-right: 11px;
	font-family: verdana,sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.4pt;
	text-decoration: none;
	font-weight: bold;
	}

#storenav_list ul {
	margin-top: 0;
	margin-bottom: 0;

}

#storenav_list a {
	text-decoration: none;
	color: white;

}

#storenav_list li a:hover {
		border-bottom-style: solid;
        border-bottom-color: white;
        border-bottom-width: 4px;

}


/* ************ FOOTER ************* */

#footer{
 	height:175px; 
 	background-color:#FFFFFF; 
 	clear:both;
 	padding-left: 20px;
 	padding-right: 20px;
 	padding-bottom: 20px;
 	margin-top: 10px;
 } 

.footerbox {
	width: 170px;
	float: left;
	padding-left:10px;
	Padding-right:10px;
	padding-top:20px;
	color: #ff7f31;

}


#footerlist {
	padding-left: 0;
	margin-left: 0;
	width: 170px;
}

#footerlist li {
	list-style: none;
	margin: 0;
	padding: 4px;
	border-bottom: 1px dashed #958c80;
	font-family: verdana,sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1.4pt;
	text-decoration: none;


}

#footerlist li a {
	text-decoration: none;
	color: #3f352b;
}

#footerlist li a:hover {
	font-weight: bold;
}


/************ CONTENT STYLES *******/

#contentwrapper {
	background-color: #FFFFFF;
 	float: left; 
	display:inline; 
	position: relative; 
	padding-bottom: 20px;
	margin-bottom: 30px;
	padding-top: 30px;
        padding-left: 40px;
        padding-right: 40px;

}


#content h3{
 	color: #958c80;
	border-bottom-style: none;
	border-bottom-color: white;
	border-bottom-weight: 0px;
}



.linebreak {
	width: 720px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 3px;
        border-bottom: 1px solid #ff7f31;
        border-top: 1px solid #6facb5;
	clear: both;
}

#content h4{
	color: #6facb5;
}

#content a{
	color: #ff7f31;
	text-decoration: none;
	font-style: italic;
}

#content a:hover {
	text-decoration: underline;
}
