/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/

/* Reset all the browser default styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;} /* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
font-family:Georgia, Palatino, Palatino Linotype, Times New Roman, Serif;
font-size:62.5%;
background: #fff url(img/bg.jpg) repeat-x top center;
}

/* Headings */

/* remember to add line-height for all headings */

h1,h2,h3,h4,h5,h6 {
  line-height: 1.3em;
	margin-bottom:1em;
}

h1 {

}

h2 {
border-bottom:1px solid #10395C;
color:#10395C;
font-size:36px;
margin-bottom:32px;
padding-bottom:5px;
}

h3 {
color:#10395C;
font-size:25px;
}

h4 {
font-size: 20px;
color: #10395c;
font-style: italic;
margin-bottom: 0px;
}

h5 {
color:#10395C;
font-size:17px;
}

h6 {

}

/* Paragraphs */

p {
color:#364A5C;
font-size:16px;
font-style:italic;
line-height:18px;
margin-bottom:14px;
}

/* Lists */

ul {

}

ul li {

}

ol {

}

ol li {

}

/* Blockquote */

blockquote {

}

/* Links */

a:link, a:visited {
color:#10395C;
}

a:hover, a:active {
color:#10395C;
}

/* Tables */

table {

}

tr {

}

th {

}

td {

}

/* Text formatting */

b, strong {
  font-weight:bold;
}

i,em {
  font-style:italic;
}


/* Wordpress image styles */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* end of image styles */


#wrapper{
width: 960px;
margin: 0 auto;
}

#header{
background:url("img/header.gif") no-repeat scroll left top transparent;
border-bottom:1px solid #063155;
font-size:0;
height:115px;
position:relative;
width:960px;
}
#header h1 a{
background:url("img/logo.gif") no-repeat scroll left top transparent;
display:block;
height:82px;
position:absolute;
text-indent:-9999px;
top:15px;
width:252px;
}
#header h3{
left:775px;
position:absolute;
top:54px;
}
#flash{
width:960px;
height: 296px;
margin:0;
border-bottom: 1px dotted #c2c2c2 
}
#flash img{
 margin-top: 16px;
}
#main-content{
padding-top:28px;
width:960px;
}

#content-left{
width: 517px;
float: left;
}
#content-left p{
  width: 500px;
}
#content-right{
width: 427px;
float:right;
}
#specials-container{
width:426px;
background:  transparent url(img/specials-mid.gif) repeat-y scroll top left; 
text-align: center;
}
#specials-head{
width: 426px;
height: 42px;
background: transparent url(img/specials-header.gif) no-repeat scroll top left
}
#specials-inner{
padding:48px 70px;
}
#specials-footer{
width: 426px;
height: 17px;
background: transparent url(img/specials-footer.gif) no-repeat scroll top left;
}

a#join{
  width:467px;
	height: 94px;
	background: transparent url(img/join.gif) no-repeat scroll top left;
	text-indent: -9999px;
	display:block;
	margin-top: 15px;
	margin-bottom: 15px;
}
a#join:hover{
	background: transparent url(img/join.gif) no-repeat scroll bottom left;
}
a#map{
  width:467px;
	height: 84px;
	background: transparent url(img/map.gif) no-repeat scroll top left;
	text-indent: -9999px;
	display:block;
	margin-bottom: 15px;
}
a#map:hover{
	background: transparent url(img/map.gif) no-repeat scroll bottom left;
}
.clear{
clear:both;
}

#stock{
margin-top: 10px;
}

#footer{
height:100px;
margin-top:21px;
width:960px;
}
#footer p{
color:#10395C;
font-size:11px;
font-style:normal;
margin-bottom:5px;
}
#footer p a{
color:#10395C;
text-decoration: none;
}

#footer p span{
color: #8e8e8e;
}
#footer p span a{
color: #8e8e8e;
text-decoration: none;
}

#signup-table td {
	padding: 6px;
	color:#364A5C;
	font-size:12px;
	font-style:italic;
}

#subscribe_btn {
background:url("img/submit_btn.gif") no-repeat scroll 0 0 transparent;
border:medium none;
cursor:pointer;
height:35px;
width:169px;
}

#subscribe_btn:hover {
	background:url("img/submit_btn.gif") no-repeat scroll 0 bottom transparent;
}

#specials-inner h4{
margin-bottom:20px;
margin-top:20px;
}
