/* reset and global stuff */
* { margin: 0; padding: 0; }

body { 
	background: #fff;
	font-family: 'Gill Sans', helvetica, arial, sans-serif;
	font-size: 12px;
}

a { color: #5F3914; }

a img { border: 0; }

h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #fff;
	font-style: italic;
}


h2 { 
	text-align: center; 
	font-size: 3.5em; 
	margin-bottom: .25em;
}

		h2 em { 
			font-size: .75em;
			color: #9B7841;
		} 

h3 { 
	text-align: center; 
	font-size: 2em; 
	margin-bottom: .25em;
	color: #333;
}

p {
	line-height: 1.75em;
}

label { font-size: 1.2em; }

ul { list-style-type: none; }

/* global classes */
.pad { padding-right: 30px; }

.center {
	width: 765px;
	margin: 0 auto;
}

.text_align_center { text-align: center; }


/* header */
#header {
	background: url(/img/fur_bg.jpg) repeat-x 0 0;
}

		#header h1 { 
			width: 554px;
			height: 187px;
			background: url(/img/logo.gif) no-repeat 0 50px;
			margin: 0 auto;
		}

				#header h1 span { display: none; }
				

/* meat and potatoes */
#container {  background: #5F3911 url(/img/body_bg.png) repeat-x 0 0; }

#things {
	padding-top: 20px;
}

		#things li { margin-bottom: 40px; }

				#the_end { margin-bottom: 0 !important; }

						#the_end h2 { margin-bottom: 0; }
	

#donate_wwf {
	color: #fff;
	margin-bottom: 0;
	border: 1px solid #996600;
	padding: .5em;
}	

		#donate_wwf a { color: #fff; }
					
/* shirts */
#shirts_header {
	background: url(/img/footer_bg.jpg) repeat-x;
	text-align: center;
	padding: 45px;
}


#donate img { 
	vertical-align: middle; 
	padding-left: 15px;  
}

#donate h3 { 
	text-align: center; 
	background: url(/img/wwf.png) no-repeat center right;
	padding: .45em 0;
	width: 675px;
}

#girl_scouts { 
	border-top: 8px solid #5F3911; 
	border-bottom: 8px solid #5F3911; 
	padding: 20px 0;
	margin-bottom: 20px;
}


.cart { 
	padding-left: 25px; 
	border: 1px solid #ccc;
	padding-right: 15px;
	padding-top: 55px;
}

		.cart form { margin: 15px 0; clear: both; }

.price {
	font-size: 4em;
	font-weight: normal;
	display: block;
	width: 75px;
	float: left;
}

.made_from { 
	font-style: normal;
	font-size: 1.5em;
	display: block;
	float: left;
	width: 265px; 
	padding-top: .85em;
	padding-left: 1em;
}

.size_chart { font-size: 1.3em; padding-left: 1em; }

.buy_now {
	clear: both;
	display: block;
	width: 125px;
	text-align: center;
	background-color:  #5F3911;
	color: #fff;
	font-size: 1.75em;
	padding: .25em .75em;
	cursor: pointer;
	margin-top: 15px;
	float: right;
	margin-bottom: 5px;
}

.before_xmas {
	clear: both;
	font-size: 1.4em;
	text-align: center;
	color: #999900;
	margin-bottom: 0;
}
.donate {
	background: #efefef;
	font-size: 1.5em;
	clear: both;
	padding: .5em;
	text-align: center;
}


#questions {
	padding: 1em;	
	background: #5F3911;
	color: #fff;
}


#questions a, #questions h3  { color: #fff; }


#questions form a { cursor: pointer;  text-decoration: underline; }

#copyright {
	background: #5F3911;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding: .5em 0;
}

#velociraptor { 
	background: #fff; 
	padding: 1em;
	border: 3px solid #333;
	margin: 0 auto;
	width: 640px;
	color: #333;
}

#velociraptor h2 { color: #333; }

