/* CSS Document for the "Pine Tree" CoffeeCup Software HTML Editor Template
   Copyright 2008 CoffeeCup Software - coffeecup.com */

* {margin:0; padding:0; border:none; outline:none}

body {font-size:14px; font-family:Arial, Verdana, sans-serif; color:#040404; background:#243926 url(../images/body_bg.jpg) left top repeat-x}

h2, h3, h4, h5 {margin-bottom:20px; font-family:Georgia, Times, "Times New Roman", serif; font-weight:bold}
h2 {font-size:24px; color:#a16c18}
h3 {font-size:18px}
p {margin-bottom:20px}
a {color:#01489f; font-weight:bold; text-decoration:none}
	a:hover {text-decoration:underline}
hr {clear:both; border:1px solid #c3a147; margin:15px 0}
#wrapper {overflow:hidden; width:997px; margin:0 auto}

	#header {overflow:hidden; width:967px; padding:30px 15px; margin:0 auto}
		#header h2 {width:367px; height:49px; margin:0 auto; text-indent:-999em; background:url(../images/holiday_greeting.png) 50% top no-repeat}
			h1 {margin-top:5px; text-align:center; font-size:20px; font-family:Georgia, Times, "Times New Roman", serif}
				h1 a {font-weight:normal; color:#b8b8b8}
					h1 a:hover {text-decoration:none}
		
	#navigation {float:left; width:777px; height:69px; padding-left:220px; font-family:Georgia, Times, "Times New Roman", serif; background:url(../images/navigation_bg.jpg) left top no-repeat}
		#navigation li {float:left; display:inline; text-transform:lowercase; background:url(../images/nav_separator.png) left top repeat-y}
			#navigation li a {display:block; height:49px; padding:20px 45px 0 45px; font-size:18px; font-weight:normal; text-transform:lowercase; text-align:center; color:#fff}
				#navigation .last a {background:url(../images/nav_separator.png) right top repeat-y}
				
	#hero {clear:both; padding:20px 20px 20px 520px; width:477px; height:290px; color:#fff; background:url(../images/hero_bg.jpg) left top no-repeat}
		#hero h2 {font-size:30px; color:#fff}
		#hero p {font-size:18px}
		.store_button {width:220px; height:58px; background:url(../images/store_button.png) left top no-repeat}
			.store_button a {display:block; width:220px; height:58px; text-indent:-999em}
	
	#content {clear:both; background:#fff; overflow:hidden; width:967px; padding:15px; margin:0 auto}
		.left_column {float:left; display:inline; margin-right:20px; width:457px}
		.right_column {float:right; width:457px}
		#content img {float:left; display:inline; margin:0 15px 15px 0}