/* Teddy Geiger */
/* Master Stylesheet
----------------------------------------------------------------------------- */

	@import url("actions.css");
	@import url("alerts.css");
	@import url("forms.css");	
	@import url("layout.css");
	@import url("navigation.css");
	@import url("prompts.css");
	@import url("tabs.css");
	@import url("tooltip.css");
	@import url("widgets.css");
	

/* Style Precedents
----------------------------------------------------------------------------- */


	body {
	
	background: #cfc0ad url(../images/layout/bg-body.png) top center repeat-y;
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 11px/15px Arial, sans-serif;
	
	}
	
	h1, h2, h3, h4, h5 {
	
	margin: 0;
	padding: 0;
	
	}
	
	h1 {
		
	display: none;
		
	}
	
	h2 {
	
	float: left;	
	width: 935px;
	height: 57px;
	padding: 12px 0 0 18px;
	background: url(../images/layout/bg-h2.jpg) no-repeat;
	margin: 0 0 3px 0;
	overflow: hidden;
			
	}
	
	h2 strong {
	
	display: block;	
	text-indent: -5000px;
		
	}

	body.section-store h2 {

	padding-top: 8px;
	height: 61px;

	}

	body.section-store h2 strong {
		
	display: block;	
	width: 329px;
	height: 53px;
	background: url(../images/section-store/h2-letsgoshopping.gif) no-repeat;
	text-indent: -5000px;

	}
		
	h3 {
		
	}
	
	h4 {
	
	}
			
	ul, ol {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}
	
	p {
	
	margin: 0 0 10px 0;
	line-height: 15px;
	
	}
		
	a {

	color: #57240f;
	text-decoration: none;
	
	}
		
	a:hover {
	
	color: #000;
	
	}
		
	img {
	
	border: none;
	
	}
	
	
/* Lists */


	dl {
	
	margin: 0;

	}
			
	dt {

	width: 115px;
	clear: left;
	float: left;
	margin-bottom: 3px;
	font-weight: bold;
	color: #532918;
		
	}
		
	dd {

	width: 210px;
	float: left;
	margin: 0 0 3px 0;
	color: #532918;
	
	}
