html { 
 height: 100%; 
 margin-bottom: 1px; 
}

body
{
	font-family: arial,helvetica,sans-serif;
	color: #000;
	background-color: #426566;
	text-align: center;
	margin: 0px;
}

h1
{
	font-size: 16pt;
	font-weight: bold;
	color: #426566;
	margin-top: 0px;
}

h1 a
{
	font-size: 9pt;
	color: #BE368E;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 2px;
}

h1 a:hover
{
	text-decoration: none;
}

h2
{
	font-size: 11pt;
	font-weight: bold;
	color: #B61300;
	margin-bottom: 5px;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	
}

h4
{
	font-size: 10pt;
	text-transform: uppercase; 
}

#addressImage
{
	float: right;
	padding-top: 375px;
}

#navPhoto
{
	margin-bottom: -10px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 15px;
}

#navPhoto a
{
	color: #BE368E;
}

#navPhoto a:hover
{
	text-decoration: none;
}

.storeItem
{
 float: left;
 width: 190px;
 height: 250px;
}

.storeItem2
{
 padding-left: 10px;
 border-bottom-color: black;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 padding-bottom: 20px;
 padding-top: 10px;
 float: none;
}

.storeItem2 h3
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.storeItem2 form
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.storeItem2 form img
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.gallery
{
	border: 10px solid #FFFFFF;
}

.subNav
{
	font-size: 9pt;
	color: #BE368E;
	font-weight: normal;
}

.subNav:hover
{
	text-decoration: none;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	height: 14px;
	text-decoration: none;
	font-size: 8pt;
	text-indent: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	}	

#nav li a:link, #nav li a:visited {
	display: block;
	}
	
#nav li a:hover {
	color: #FFF;	}	

.nav1
{
	background-color:  #FFA800;
	color: #B61300;
	font-weight: bold;
}

.nav1:hover
{
	background-image: url('../images/navBackgroundOver.jpg');
}

.navCart
{
	background-image: url('../images/navCartBackground.jpg');
	color: #401F10;
	font-weight: bold;
	padding-left: 30px;
}

.navCart:hover
{
	background-image: url('../images/navCartBackgroundOver.jpg');
}

.nav1on
{
	background-color:  #CDE8EE;
	color: #426566;
	font-weight: bold;
}

.nav1on:hover
{
	background-color:  #859FA6;
}

.nav2
{
	background-color:  #A4B9BE;
	color: #FFFFFF;
}

.nav2:hover
{
	background-color:  #859FA6;
}

.nav2on
{
	background-color:  #A4B9BE;
	color: #333333;
}

.nav2on:hover
{
	background-color:  #859FA6;
}
		
#container
{
	width: 800px;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#topcontent
{
	margin-left: 20px;
	margin-right: 20px;
}

#header
{
	padding: 0px;
	margin: 0px;
}

#nav
{
	float: left;
	width: 130px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#content
{
	background-color: #CDE8EE;
	margin-left: 130px;
	margin-right: 0px;
	font-size: 10pt;
	color: #333333;
	line-height: 13pt; 	
	padding: 25px;
	
}

#footer
{
	clear: both;
	background-color: #426566;
	color: #FFFFFF;
	font-size: 7pt;
}

#footerRight
{
	float: right;
	padding-right: 50px;
	text-align: right;
}

#footer a
{
	color: #FFFFFF;
	padding-left: 50px;
}

#footer a:hover
{
	text-decoration: none;
}

td
{
	font-size: 10pt;
	color: #333333;
}

.storeItem2 img
{
	padding-right: 50px;
	float: right;
}

.storeItem2 form
{
	padding-bottom: 10px;
	padding-left: 25px;
}