/*=============================================================
  ==========                  Main                   ==========
  =============================================================*/
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

html {
	margin: 0;
	padding: 0;
}
body {
	background: #fffffe url(../../images/bgt.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font: normal 100% Garamond, "Times New Roman", serif;
	color: #004ea4;
}
a, a:link, a:active, a:visited {
	color: #4d94ff;
	text-decoration: none;
}
a:hover {
	color: #ff111a;
}
h1 {
	font: bold 200% Garamond, "Times New Roman", serif;
}
h2 {
	font: bold 180% Garamond, "Times New Roman", serif;	
}

h3 {
	font: bold 160% Garamond, "Times New Roman", serif;
}
h4 {
	font: bold 110% Garamond, "Times New Roman", serif;
	padding-bottom: 0;
}

.red {color: #ff111a}
.home {font: 120% Garamond, "Times New Roman", serif}
.pgnum {
	font: bold 150% Arial, sans-serif;
	color: #039;
}

/*=============================================================
  ==========              Div Containers             ==========
  =============================================================*/
#container {
	width: 1001px; /* odd number avoids 1px alignment problem in IE*/
	margin: 0 auto;
	padding-bottom: 195px; /*to push footer to bottom of page adding footer height plus padding on top and bottom*/
}
#head {
	width: 750px; /*to account for 1px prob*/
	height: 135px;
	margin: 0 auto;
	padding-top: 30px;
}
#topnav ul {
	list-style-type: none;
	width: 1000px; /*Change width if links are changed - also change in cart*/
	height: 33px;
	margin: 0 auto 10px 90px; /*Change left margin if links are changed - also change in cart*/
	padding: 10px;
	display: inline-block;
}
#topnav li {
	float: left;
	width: auto;
}
#topnav ul a {
	padding: .5em 1em;
	display: block;
	font: bold 85% Arial, sans-serif;
	color: #ff111a;
	text-transform: uppercase;
	text-decoration: none;
}
#topnav ul a:hover {
	color: #bb000a;
}
#content {
	width: 580px;
	margin-right: 200px;
	margin-left: 190px;
	padding: 0 10px;
}
#left {
	width: 195px;
	height: 500px;
	margin: 0;
	padding: 0;
	float: left;
}
#right{
	width: 200px;
	height: 500px;
	margin: 0;
	padding: 0;
	float: right;
}
#foot {
	position: relative;
	margin: -195px auto 0 auto; /*height plus padding on top and bottom*/
	width: 100%;
	height: 185px;
	position: relative;
	clear:both;
	background: url(../../images/bgb.jpg) repeat-x bottom left;
	text-align: center;
	padding-top: 10px;
}
#footnav {
	font: normal 85% Arial, sans-serif;
	color: #004ea4;
}
#footnav a:link, #footnav a:visited, #footnav a:active {
	font: normal 85% Arial, sans-serif;
	color: #4d94ff;
	text-decoration: none;
	text-transform: lowercase;
}
#footnav a:hover {
	font: normal 85% Arial, sans-serif;
	color: #4d94ff;
}

input.button {
	background: #4d94ff url(../images/button.gif) no-repeat;  
	width: 100px;
	height: 30px; 
	border: 0px solid #FFFFFF;
	display: block; 
	cursor: pointer; 
	font: bold 110% Garamond, "Times New Roman", serif;
	color: #FFFFFF; 
}

/*=============================================================
  ==========                Clear Fix                ==========
  =============================================================*/
.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 */