/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ol, ul {list-style: none}
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {background:#241d11 url(../images/body_bg.jpg) left top repeat; font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#fff}
a {outline:none; color:#41c2d1}
	a:hover {text-decoration:none}
p {line-height:1.25em}

h1 {font-size:2.5em}
h2 {margin-bottom:15px; font-size:2em}
h3 {font-size:1.75em}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {width:800px; overflow:hidden; margin:0 auto; background-color:#151009}

	#header {float:left; display:inline; padding:0 17px 18px 17px; width:766px; border-top:5px solid #151009; background:#45d5e6 url(../images/header_bg.jpg) left top repeat-y}
		#store_info {float:left; display:inline; width:593px; padding:10px 15px 0 0}
			#store_info p {margin-top:15px; font-size:1.5em; font-family:Georgia, Times, "Times New Roman", serif; font-style:italic; color:#d7f3f4}

		#navigation {float:left; display:inline; width:158px; padding-top:10px}
			#navigation li {float:left; display:inline; display:block; width:123px; margin-top:18px; padding-left:35px; font-size:1.5em; text-transform:uppercase; background:url(../images/navigation_arrow.jpg) 15px bottom no-repeat}
				#navigation li a {color:#fff; text-decoration:none}
					#navigation li a:hover {color:#c4f1f6}

		#content {clear:both; float:left; display:inline; padding:18px 17px; margin-bottom:60px; width:766px}
			#content p {margin:15px 0; line-height:1.5em}
			#content img {float:right; display:inline; margin:0 0 15px 15px}

			/* Form Styles */
			#content input, textarea {width:350px}	
			#content input#submit {width:auto; font-weight:bold}											
						
			#footer {clear:both; padding:10px 17px; width:816px; font-size:.9em; background-color:#0f0b06}
					#footer a {color:#cdcece}
