@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size:62.5%; /*font-size:62.5%; by Richard Rutter*/
	background-image:url(_img/bg.gif);
	background-repeat:x,y;
	font-family:'Bookman Old Style', 'Times New Roman', Times, serif;
	color: #cc9966;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#container {
	margin:0 auto;
	background-color:#000000;
	width:806px;
	overflow:hidden;
	}
#header img {
	margin: 0 auto;
	padding:5px
	
	}
.clear {clear:both}
.line {
	color:#ba4b24}	

#navigation a {
		text-decoration: none; 
		color: #cc9966;
		font-weight:bold;
		}
#navigation a:hover{
		color:#b34823
		}
#navigation .current {
	color:#b34823
	}
	
#navigation ul, #navigation ul li {
     list-style: none;
     margin: 0;
     padding: 0 0 10px 0;
	 font-size:18px;
 }

 #navigation ul {
     text-align: center;
 }

 #navigation ul li {
     display: inline;
     margin-right: .75em;
 }

 #navigation ul li.last {
     margin-right: 0;
 }
.text {
	font-size:16px;
	text-align:center
	}
.text a {
color:#b34823;
text-decoration:none}

#form_cont {
	margin:0 auto;
	width:480px;
	overflow:hidden
	}

.form_left {
	margin:0 auto;
	width:480px;
	padding: 15px 0;
	}


.form_title {
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
	}
#form_cont label {
	display: block;
	font-weight: lighter;
	text-align: right;
	font-size:15px;
	line-height:22px;
	letter-spacing: 1px;
	width: 120px;
	float: left;
	font-family:Arial, Helvetica, Sans-Serif;
}
	
#form_cont input {
	float: left;
	width: 280px;
	margin: 2px 0 10px 10px;
	color: #444444;
}
	
#form_cont textarea {
	float: left;
	width: 300px;
	margin: 2px 0 15px 19px;
	color: #444444;
}
	
#form_cont button { 
	clear: both;
	margin-left: 262px;
	background: #b34823;
	color: #FFFFFF;
	border: solid 1px #111111;
	font: 12px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding: 4px 6px;
}
 
 #copy {
 	font-size:12px;
	float:right;
	margin:0 15px 15px 0;
	text-align:right;
	font-family:"Helvetica Neue", Helvetica, Verdana, sans-serif;
	}
 #copy a{
color:#b34823;
text-decoration:none
	}

.nav_store {
	float:left;
	color:#b34823;
	font-size:16px;
	margin:20px;
	padding-top:5px
	}
.nav_store a {
		text-decoration: none; 
		color: #cc9966;
		margin: 20px;
     	padding: 0 0 10px 0;
		font-size:18px
		}
.nav_store a:hover{
		color:#b34823
		}
		
.nav_next a {
		text-decoration: none; 
		color: #cc9966;
		padding:20px;
		font-size:16px;
		text-align:right;
		float:right
		}
.nav_next a:hover{
		color:#b34823
		}
.nav_prev a {
		text-decoration: none; 
		color: #cc9966;
     	padding:20px;
		font-size:16px;
		text-align:left;
		float: left
		}
.nav_prev a:hover{
		color:#b34823
		}
.img_store {
	padding:20px 20px 20px 0;
	}
.store_head {
	text-align:center;
	text-transform:capitalize;
	font-size:24px;
	color:#ffa000;
	margin-bottom:10px;
	}
.special a { 
		color:#FF0000;
		}
.special a:hover{
		color:#009933;
		}
