/* CSS Document */

* {margin:0;padding:0;}

body {
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) fixed top center;
	color: #4f4f4f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
table, td, tr, div {
	padding: 0;
	margin: 0;
	vertical-align:top;
	
}
table.padding td {
	padding:6px;
}
.center {
	text-align:center}
img {border:none}
.divider {border-top:1px solid #999; width:85%; margin: 10px auto;}
/* Wrapper Styles */

#wrapper {
	/*position:absolute;
	left:50%;
	width:842px;
	margin-left: -421px;*/
	width:90%;
	max-width: 1110px; 
	min-width: 845px; 
	margin: 0 auto; 
	padding: 0;
}

.leftSide {
	background:none;
}
.rightSide {
	background:none;
}

/* Layout Styles */
#header {
	padding:0;
	margin:0;
}
#header img{
	padding-top: 2px;
}
#navBar {
	background-color:#f4d38a;
	text-align:center;
	border-top:1px solid #561e08;
}
#navBar table{
	width: 100%;
}
#navBar td{
	text-align:center;
	width: auto;
	border-right: 1px solid #561e08;
	font-size:14px;
	color: #561e08;
	font-family:"Times New Roman", Times, serif;
	text-transform:capitalize;
	padding:3px 0 3px 0;
	height:16px;
}
#navBar td.last{
	border-right:0px;
}
#navBar td a{
	color:#561e08;
	text-decoration:none;
}
#content {
	background-color: #FFFFFF;
}
#sideContent {
	width: 200px;
	border-right: 1px solid #68794C;
}
#sideContent .padding{
	padding:7px;
}
#sideContent .border {
	border:solid 1px #666633; 
	padding:5px; 
	margin:15px 0 15px 0;
}
#mainContent .padding{
	padding:20px;
}
#mainContent {
	
}
#footer {
	background: none;
	height:48px;
	text-align:right;
}
#footer div{
	padding-top: 10px;
	font-size:9px;
}

/* Misc */ 

.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.floatClear {
	clear:both;
}

/* Font Styles */

h1, h2, h3, h4, h5, h6 {
	padding: 5px 0;
	margin: 5px 0;
	color: #990000;
	line-height: 22px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 12px;
}
.largeRed {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	font-weight: bold;
	font-size:18px;
	line-height: normal;
}
.Blue {
	color: #000033;
	font-size:11px;
}
.small { 
	font-size: 10px;
}
/* Navigation styles*/

a {
	color: #000033;
}
#navBar a {
	display:block;
	color: #7b8a3c;
	text-decoration:none;
}
#navBar a:hover {
	color: #525C27;
	text-decoration:none;
}

/* signup form */
.ccform {
	width: 80%; margin: 0 auto; text-align:center;
}

/* shop pages */

#shop td {
	background-color:#999966;
	text-align: center;
	line-height:25px;
	vertical-align:top;
	border:2px white solid;
}
#shop a{ 
	color: white; 
	text-decoration:none;  
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:25px;
	display:block;
	background-color:#999966;
}
#shop a:hover {
	background-color:#B99466;
}

#shopFrame {
	/*border:1px; 
	border-style:solid; 
	border-color:#000000;*/ 
	padding:10px;
}
