/* RESET */

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;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* MAIN STYLES */

body {
	margin: 0;
	font: normal 12px/18px Helvetica, Arial, Sans-serif;
	color: #261503;
	background: #4e0902;
}

.container {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

a:link, a:visited {
	color: #7a1e0d;
	text-decoration: none;
}

a:hover, a:active {
	color: #7a1e0d;
	text-decoration: underline;
}

h2 {
	font: normal 16px 'Times New Roman', Georgia, Serif;
	text-transform: uppercase;
	color: #401a03;
	padding-top: 10px;
}

p {
	padding-bottom: 10px;
}

/* DIVS */

#header {
	height: 60px;
	text-align: center;
	font: normal 24px/60px 'Times New Roman', Georgia, Serif;
	text-transform: uppercase;
	color: #b9ae8d;
}

#header p {
	padding: 0;
	_padding-top: 15px;
}

#main {
	background: #9d9274 url(../images/bkgd.jpg) top center repeat-x;
}

#col1 {
	float: left;
	width: 300px;
	padding: 20px 0 0px 40px;
}

#col1nav {
	background: url(../images/bkgd-navigation.jpg) no-repeat;
	height: 430px;
	text-align: center;
	padding: 0 0 0 0;
	font: normal 14px 'Times New Roman', Georgia, Serif;
	text-transform: uppercase;
}

#col1nav ul {
	padding: 190px 0 0 0;
	line-height: 36px;
}

#col1nav ul li {
	background: url(../images/nav-spacer1.jpg) bottom center no-repeat;
}

#col1nav ul li a {
	color: #b9ae8d;
	text-decoration: none;
}

#col1nav ul li a:hover {
	color: #210200;
	text-decoration: none;
}

#col1storeinfo {
	text-align: center;
	padding: 10px 0 10px 0;
}

#col1storeinfo p {
	line-height: normal;
}

#col2 {
	float: right;
	width: 620px;
	padding: 20px 40px 0 0;
}

#col3 {
	padding: 10px 0 10px 0;
	float: left;
	width: 300px;
	text-align: center;
}

#col4 {
	padding: 10px 0 10px 0;
	float: right;
	width: 300px;
	text-align: center;
}

#col5 {
	padding: 0 10px 10px 0;
	float: left;
	width: 200px;
	text-align: left;
}

#col6 {
	padding: 0 10px 10px 0;
	float: left;
	width: 200px;
	text-align: left;
}

#col7 {
	padding: 0 0 10px 0;
	float: right;
	width: 200px;
	text-align: left;
}

#col8 {
	padding: 10px 0 10px 0;
	float: left;
	width: 300px;
	text-align: left;
}

#col9 {
	padding: 10px 0 10px 0;
	float: right;
	width: 300px;
	text-align: left;
}

#footer {
	padding-top: 0px;
	margin-top: 0px;
	font: normal 11px/33px Helvetica, Arial, Sans-serif;
	color: #210200;
}

#footer .containerbg {
	background: #4e0902 url(../images/bkgd-footer.jpg) center bottom repeat-x;
}

#footer .container {
	height: 100px;
	bottom: 0px;
	padding: 10px 0 0 0;
}

#footer .logo {
	float: left;
	padding: 0 0 0 40px;
}

#footer p {
	float: left;
	padding: 0 0 0 10px;
	color: #b9ae8d;
	height: 33px;
}

#footer ul {
	float: right;
	padding-right: 40px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #b9ae8d;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* ----------forms-------------- */

form {
	
}

fieldset {
	border: none;
	padding: 0;
	margin: 0 0;
}

fieldset ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0 !important;
}

fieldset ul li {
	padding-bottom: 0px;
	background: none;
}

fieldset input, 
fieldset select,
fieldset textarea {
	font: normal 12px Helvetica, Arial, Sans-serif;
	font-weight: normal;
	border: 0;
	border: 1px solid #878787;
	padding: 2px 0 2px 2px;
	margin: 3px 0 10px 0;
	color: #261503;
}

fieldset input.multi, fieldset select.multi, fieldset textarea.multi {
	border: 1px solid #261503;
}

fieldset input {
	height: 18px;
}

fieldset input:hover, 
fieldset select:hover,
fieldset textarea:hover {
	border: 1px solid #261503;
}

fieldset input.multi:hover, fieldset select.multi:hover, fieldset textarea.multi:hover {
	border: 1px solid #261503;
}

fieldset input, 
fieldset select,
fieldset textarea {
	overflow: auto;
	font: normal 12px/18px Helvetica, Arial, Sans-serif;
}

fieldset select {
	padding: 1px;
	padding: 2px 1px 2px 0;
}

fieldset select option {
	padding: 0 10px 0 2px;
}

fieldset label {
	font: normal 12px Helvetica, Arial, Sans-serif;
	display: block;
	margin: 5px 0;
}

fieldset label.note {
	font: bold 12px Helvetica, Arial, Sans-serif;
	color: #261503;
	margin: 0 10px 2px 0;
}

.required {
	color: #7a1e0d !important;
}

fieldset label.checkbox_note {
	font-weight: normal;
	line-height: 14px;
	display: inline;
	float: none;
}

fieldset label.full, fieldset input.full, fieldset input.multi
fieldset select.full, fieldset textarea.full {
	width: 300px;
}

fieldset label.full, fieldset label.multi {
	float: left;
}

fieldset p {
	margin-bottom: 5px !important;
}

button, button:hover, .buttons a:hover {
	background: url(../images/submit.jpg) center top no-repeat;
	margin: 6px 0 10px 0;
	height: 20px;
	width: 70px;
	cursor: pointer;
	border: none;
	color: #transparent;
}

.browse {
	width: 100px;
	height: 24px;
	background: #999999;
	margin-left: 10px;
	cursor: pointer;
}