/* CSS Document */

body {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	min-width: 800px;
	background: url('images/bg.jpg') top left repeat-x #F2F7FA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
	
a:link, a:visited {text-decoration: underline; color: #4293D2;}
a:hover, a:active {text-decoration: underline; color: #9C3B32;}

p {
	padding-left: 10px;
	padding-right: 10px;
	}
	
h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	color: #2F586D;
	margin: 5px auto;}

h2 {font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	color: #4293D2;}
	
h3 {font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;}
	
ol {margin-left: 40px;
	list-style-type:decimal;}
ul {margin-left: 40px;}

.store td{background-color: #D0E3F0;
	text-align: center;
	border: 1px solid #B2CBDC;
	vertical-align:top;}

.store td td{border:0px;}
.store table table {text-align:center;}	
	
.border-left {float: left;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffff;
	margin: 4px 8px 4px 0px;
	}
.border-right {float: right;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffff;
	margin: 4px 0px 4px 8px;
	}
.border {
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffff;
	}
.border-gal {
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffff;
	margin-right: 25px;
	}
	
#branding {}
#wrapper {background: url('images/wrapper-bg.gif') repeat-y top left;
	width: 785px;
	margin: 0 auto;
	text-align: right;
	}	
	
#content { clear: both;
	width: 740px;
	padding: 15px 10px 25px 35px;
	text-align: left;
	background: url('images/footer.jpg') bottom right no-repeat;
	}

#mainnav {width: 750px;
	float: right;
	background: url('images/menu-bg.jpg') top right repeat-y;
	text-align: left;
	padding: 0px 0px 0px 10px;
	border-bottom: 8px solid #ffffff;
	}
#mainnav a{font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	padding: 0px 8px 0px 12px;
	background: url('images/divider.jpg') no-repeat 0 50%;
	}
#mainnav a:link, #mainnav a:visited {color:#EEF5F9;}
#mainnav a:hover, #mainnav a:active {color:#F9D848;}
	
#footer {
	clear: both;
	width: 785px;
	margin: 0px auto;
	}
#footer p{text-align: center;
	font-size: 12px;
	color: #666666;
	margin: 10px 0px 10px 0px;}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */