@import "reset.css";

body
{
	background: #231f20 url("../images/layout/stripe.png") repeat-x;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: .85em;
}

#container
{
	background: #fff;
	width: 800px;
	margin: 50px auto;
	padding: 0 0 7px 0;
}

#header
{
	width: 96%;
	padding: 2%;
	overflow: hidden;
}

	#header #logo a
	{
		display: block;
		float: left;
		width: 214px;
		height: 104px;
		text-indent: -9999px;
		background: #fff url("../images/layout/logo.png") no-repeat;
	}
	
	#header #contact
	{
		float: right;
		width: 300px;
		text-align: right;
		color: #c51230;
		font-size: 1.4em;
		font-weight: bold;
	}
	
	#header #contact li
	{
		margin: .3em 0;
	}
	
	#header #contact li.address
	{
		font-size: .9em;
	}
	
	

#navigation
{
	background: #fff url("../images/layout/navigation.png") repeat-x;
	width: 100%;
	overflow: hidden;
}

	#navigation li
	{
		display: inline;
	}
	
		#navigation li a
		{
			display: block;
			text-align: center;
			float: left;
			padding: 10px 0;
			border-right: 1px solid #8d081f;
			width: 132px;
			color: #fff;
			text-decoration: none;
		}
		
		#navigation li a.last
		{
			border-right-width: 0;
		}
		

#body
{
	margin: 10px 0 0 0;
	width: 100%;
	overflow: hidden;
}

	#body #sidebar
	{
		width: 200px;
		float: left;
		padding: 0 10px;
	}
	
	#body #sidebar #search #keyword
	{
		width: 135px;
		margin: 0 0 0 8px;
	}
	
		#body #sidebar div.section
		{
			margin: 0 0 1em 0;
		}
		
			#body #sidebar div.section h3
			{
				background: #fff url("../images/layout/sidebar-header.png") no-repeat;
				color: #fff;
				font-weight: bold;
				padding: 8px 5px 10px 5px;
			}
		
			#body #sidebar div.section ul
			{
				padding: 0 0 0 .4em;
			}
				
				#body #sidebar div.section ul li
				{
					margin: .3em 0;
				}
				
				#body #sidebar div.section ul li.sub
				{
					margin: .3em 0 .3em .6em;
				}
				
					#body #sidebar div.section ul li a
					{
						color: #006bb7;
						text-decoration: none;
					}
				

#body #content 
{
	float: right;
	width: 560px;
	margin: 0 10px 0 0;
}

#footer
{
	background: #fff url("../images/layout/footer.gif") repeat-x;
	margin: 10px 0 0 0;
	padding: 10px;
	text-align: center;
	color: #fff;
}

	#footer a
	{
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		text-decoration: underline;
	}

	#footer ul
	{
		overflow: hidden;
		width: 100%;
		margin: 0 0 .8em 0;
		padding: 0 0 .2em 0;
	}
	
		#footer ul li
		{
			display: inline;
			margin: 0 .3em 0 0;
		}
		
			
	#footer #copyright,
	#footer #intuit
	{
		font-size: .9em;
		margin: 0 0 .2em 0;
	}
	

h1, h2, h3, h4, h5
{
	font-weight: normal;
}

h1
{
	font-size: 1.6em;
	margin: 0 0 .5em 0;
}

h2
{
	font-size: 1.3em;
	margin: 1em 0 .2em 0;
}

dl
{
	margin: .2em 0 .5em 0;
}

	dl dt
	{
		font-weight: bold;
		margin: 0 .1em .2em 0;
		float: left;
	}
	
	dl dd
	{
		margin: 0 0 .2em 1em;
	}
	
fieldset
{
	border: 1px solid #ddd;
	padding: .5em;
}

	fieldset legend
	{
		font-size: 1.3em;
		margin: 0 0 .3em 0;
	}
	
	fieldset label
	{
		display: block;
		margin: 0 0 .3em 0;
	}
	
	fieldset input,
	fieldset textarea,
	fieldset select
	{
		display: block;
		width: 200px;
		margin: 0 0 .8em 0;
	}
	

#content p
{
	margin: 0 0 .8em 0;
	line-height: 140%;
}

#content ul
{
	margin: 0 0 .8em 0;
	list-style: disc;
	padding: 0 0 0 1em;
}

#content ul li
{
	margin: .2em 0;
}

#content a
{
	color: #006bb7;
	text-decoration: none;
}

#checkout-progress
{
	display: block;
	width: 528px;
	height: 27px;
	margin: .7em auto;
}

/* Home Page */

#welcome
{
	height: 248px;
	width: 570px;
	text-indent: -9999px;
	background: #fff url("../images/layout/welcome.jpg") no-repeat;
}

#content.storefront #featured div.product
{
	width: 135px;
	float: left;
	margin: 0 .2em .2em 0;
	text-align: center;
	border: 1px solid #eee;
}

#content.storefront #featured div.product h3
{
	font-weight: bold;
}

/* Contact Page */
#content.contact #other-methods
{
	float: left;
	width: 50%;
}

#content.contact #email
{
	float: right;
	width: 49%;
}

/* Product List */

#content.cataloglist p.call-for-quote
{
	font-weight: bold;
}


/* Product Detail */

#content.catalogdetail h1
{
	margin: 0;
}

#content.catalogdetail #details
{
	width: 100%;
	overflow: hidden;
}

#content.catalogdetail #photo
{
	width: 100%;
	text-align: center;
	margin: 2em 0;
}

#content.catalogdetail #description
{
	margin: 1em 0;
}

#content.catalogdetail p.call-for-quote
{
	font-size: 1.3em;
	font-weight: bold;
}
	