/*-- Mr. Bill Code ---*/

@import "reset.css";

body
{
	background: #fff;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: .85em;
}

#container
{
	background: #fff;
	width: 860px;
	margin: 15px auto 0 auto;
	border: 8px solid #ddd;
	border-bottom:0;
}

#header
{
	width: 100%;
	overflow: hidden;
	padding: .3em 0 0 0;
}

	#header #logo a
	{
		display: block;
		float: right;
		width: 298px;
		height: 96px;
		text-indent: -9999px;
		background: #fff url("../images/layout/logo.gif") no-repeat;
	}
	
	#header #phone
	{
		float: left;
		width: 400px;
		color: #006bb7;
		font-size: 1.2em;
		padding: 5px; 
		margin: 10px 0 5px 0;
		text-align: center;
		color: #f5983b;
		font-weight:bold;
	}
	
		#header #phone span
		{
			display: block;
			font-size: 1.4em;
			color: #3889c1;
			font-weight: bold;
		}
	
	
	
	#header #navigation
	{
		margin: 10px 0 0 0;
		padding: 0;
		width: 550px;
		overflow: hidden;
		float: left;
	}
	
		#header #navigation li
		{
			display: inline;
		}
		
			#header #navigation li a
			{
				display: block;
				text-align: center;
				float: left;
				padding: 12px 15px 7px 6px;
				background: #3889c1 url('/images/headnavbg.jpg') center repeat-x;
				color: #fff;
				text-decoration: none;
				font-weight:bold;
			}
			
			#header #navigation li a:hover {
				color:orange;
			}
		

#body
{
	border-top: 5px solid #3889c1;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}

	#body #sidebar #cartBox p
	{
		margin: 0;
		padding: 0;
	}
	
	#body #sidebar #cartBox img {
		float:right;
	}
	
	#body #sidebar #cartBox #cartTotal {
		font-weight:bold;
		color:#000;
	}
	
		#body #sidebar #cartBox #cartTotal span {
			color:#900;
		}

	#body #sidebar
	{
		width: 200px;
		float: right;
	}
	
	#body #sidebar #calendar {
		font-size:11px;
		font-weight:bold;
		width:195px;
		overflow:hidden;
		margin-bottom:10px;
		text-align:right;
		padding-right:5px;
	}
	
	#body #sidebar #search-box
	{
		width: 120px;
	}
		
		#body #sidebar #search {
			text-align:center;
		}
		
		#body #sidebar div.section
		{
			margin: 0 0 1em 0;
			text-align: right;
		}
		
			#body #sidebar div.section h3
			{
				background: #3889c1 url('/images/headnavbg.jpg') center repeat-x;
				font-family: "Verdana", "Arial", sans-serif;
				color: #fff;
				font-weight: bold;
				padding: 8px 10px;
				margin: 0 0 .2em 0;
				text-align:center;
				font-size:14px;
			}
		
			#body #sidebar div.section ul
			{
				padding: 0 .4em 0 0;
				text-align: left;
			}
				
				#body #sidebar div.section ul li
				{
					margin: .3em 0;
				}
				
					#body #sidebar div.section ul li a
					{
						font-weight:bold;
						color: #006bb7;
						text-decoration: none;
					}
					
					#body #sidebar div.section ul li a:hover
					{
						color:#f5983b;
					}
					
					#body #sidebar div.section ul li.tree-level-2
					{
						padding: 0 0 0 1em;
					}
					
					#body #sidebar div.section ul li.tree-level-3
					{
						padding: 0 0 0 2em;
					}
					
					#body #sidebar div.section ul li.tree-level-4
					{
						padding: 0 0 0 2.5em;
					}
					
	
					
					
#body #content 
{
	float: left;
	width: 620px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}


#footer
{
	background: #fff;
	margin: 0 auto;
	color: #000;
	width: 876px;
	overflow: hidden;
}

	#footer #contactBox {
		width: 850px;
		overflow:hidden;
		color:#3889C1;
		font-size:12px;
		font-weight:bold;
		padding:10px 0 10px 10px;;
		border:8px solid #ddd;
		margin-bottom:10px;
	}
	
		#footer #contactBox a {
			color:#3889C1;
			text-decoration:underline;
		}

	#footer #contactBox #address
	{
		float:left;
		line-height: 130%;
		width:33%;
	}
	
	#footer #contactBox #ccThawte {
		float:left;
		width:32%;
		text-align:center;
	}
	
	#footer #contactBox #contactInfo {
		float:left;
		line-height: 130%;
		text-align:right;
		width:33%;
	}

	#footer #realfooter {
		width:100%;
		overflow:hidden;
		text-align:center;
	}
	
	#footer a
	{
		color: #000;
		text-decoration: none;
	}

	#footer ul
	{
		overflow: hidden;
		margin: 0 0 .5em 0;
	}
	
		#footer ul li
		{
			display: inline;
			margin: 0 1.5em 0 0;
			font-weight:bold;
		}
		
			
	#footer #copyright
	{
		font-size: .9em;
		margin: 0 0 .3em 0;
	}
	
	

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

h1
{
	color: #000;
	font-size: 18px;
	margin: 0 0 .2em 0;
}

h2, legend
{
	color: #074B7A;
	font-size: 1.3em;
	padding: .4em 0 .3em 0;
}

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

a:hover
{
	text-decoration:underline;
}



ul li
{
	margin: 5px 0;
}

#content.storefront h2
{
	margin: 1.2em 0 .3em 0;
	padding: .3em 0;
}

p
{
	line-height: 140%;
	margin: 0 0 1em 0;
}


#checkout-progress
{
	display: block;
	width: 616px;
	height: 45px;
	margin: 5px auto 25px auto;
}

#content.catalogdetail #product
{
	width: 100%;
	border: 1px solid red;
}

/*-- Mr. Curt Code ---*/

div#body div.storefront div#homepagePhoto {
	margin:0 0 0 -11px;
}

div#body div.storefront div#featured-products {
	width:100%;
	overflow:hidden;
	height:285px;
}

	div#body div.storefront div#featured-products h2 {
		width:550px;
		text-align:center;
		font-size:20px;
	}

	div#body div.storefront div#featured-products div.product {
		width:130px;
		height:180px;
		float:left;
		padding:5px;
		text-align:center;
	}
	
	div#body div.storefront div#featured-products div.product div.photo {
		/* thumbnails should be no more than 140px wide by 150px high */
		width:130px;
		height:150px;
		text-align:center;
	}
	
	div#body div.storefront div#featured-products div.product div.price {
		color:#000;
		font-weight:bold;
	}
	
	div#body div.storefront div#featured-products div.product div.price span {
		color:#900;
	}
	
	div#body div.storefront div#welcomeText {
		width:550px;
	}
	
/* from bd */

body div#body div.cataloglist div.categoryHeader {
	height:150px;
	margin-left:3px;
	width:584px;
	margin-bottom:8px;
	border:1px solid #ccc;
	font-size:14px;
	padding:10px;
}

	body div#body div.cataloglist div.categoryHeader div.catDescription {
		height:150px;
		width:400px;
		float:left;
	}
	
	body div#body div.cataloglist div.categoryHeader div.catPhoto {
		width:150px;
		height:150px;
		float:right;
	}
	
body div#body div.cataloglist div.subcategories,
body div#body div.catalogdetail div.subcategories {
	width:135px;
	height:175px;
	margin:0 3px 6px 3px;
	padding:5px;
	text-align:center;
	border:1px solid #ccc;
}

	body div#body div.cataloglist div.subcategories a:hover,
	body div#body div.catalogdetail div.subcategories a:hover {
		text-decoration:none;
		font-weight:bold;
	}				

	body div#body div.cataloglist div.subcategories div.photo,
	body div#body div.catalogdetail div.subcategories div.photo {
		background:#ccc;
		cursor:pointer;
		margin-bottom:8px;
		width:135px;
		height:135px;
	}
	
	body div#body div.catalogdetail div.relatedCategories {
		width:100%;
		overflow:hidden;
	}
	
		body div#body div.catalogdetail div.relatedCategories h2 {
			float:left;
		}
		
		body div#body div.catalogdetail div.relatedCategories div.viewall {
			padding:10px 10px 0 0;
			font-size:12px;
			float:right;
		}
		
		body div#body div.catalogdetail div.relatedCategories div.clearbox {
			width:100%;
			overflow:hidden;
		}
		/*
		body div#body div.catalogdetail div.subcategories {
			margin:0 7px;
			font-size:12px;
		}
		*/
	body div#body div.catalogdetail div.relatedCategories div {
		float:left;
	}
	
body div#body div.cataloglist div.product {
	width:600px;
	overflow:hidden;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}

	body div#body div.cataloglist div {
		float:left; /* floats all divs in .product left */
	}
	
	body div#body div.cataloglist div.photo {
		width:150px;
		overflow:hidden;
		text-align:center;
	}
	
	body div#body div.cataloglist div.information {
		width:294px;
	}
	
		body div#body div.cataloglist div.information p {
			margin-bottom:10px;
		}
		
		body div#body div.cataloglist div.information p.productName {
			font-size:12px;
			font-weight:bold;
		}
	
	body div#body div.cataloglist div.add {
		width:150px;
		text-align:center;
	}
	
		body div#body div.cataloglist div.add p {
			margin-bottom:15px;
			font-weight:bold;
		}
		
			body div#body div.cataloglist div.add p span {
				color:#900;
			}
			
		body div#body div.cataloglist div.add div {
			margin-top:10px;
			width:100%;
			text-align:center;
		}
		
	body div#body div.cataloglist div.resultPages {
		font-size:14px;
		margin-top:10px;
	}
	
body div#body div.catalogdetail {
	width:620px;
}

	body div#body div.catalogdetail div.top {
		width:100%;
		overflow:hidden;
	}

	body div#body div.catalogdetail div.info {
		width:340px;
		float:left;
	}
	
		body div#body div.catalogdetail div.info div.callToAction {
			width:100%;
			border:2px solid #FFA500;
			padding:10px;
		}
		
			body div#body div.catalogdetail div.info div.callToAction table td {
				vertical-align:middle;
				padding:3px;
				overflow:hidden;
			}
			
			body div#body div.catalogdetail div.info div.callToAction table td.one {
				width:20px;
				text-align:center;
			}
			
			body div#body div.catalogdetail div.info div.callToAction table td.two {
				width:80px;
				font-size:12px;
				font-weight:bold;
			}
			
			body div#body div.catalogdetail div.info div.callToAction table td.three {
				width:240px;
				font-size:12px;
			}
			
			body div#body div.catalogdetail div.info div.callToAction table td.three select {
				width:240px;
			}
			
				body div#body div.catalogdetail div.info div.callToAction table td.price{
					font-weight:bold;
					color:#900;
					font-size:14px;
				}			
				
	body div#body div.catalogdetail div.photo {
		width:250px;
		float:right;
		overflow:hidden;
	}
	
	body div#body div.cart td.moreKeys p {
		font-size:12px;
	}
	
	body div#body div.cart td.moreKeys div.keybox {
		padding:10px;
		border:2px solid #fca427;
		margin-bottom:10px;
	}
	
	body div#body div.cart td.moreKeys div.keybox h3 {
		color: #fca427;
		font-size: 1.0em;
		margin: .4em 0 .3em 0;
		font-weight:bold;
	}
	
	h3 {
		font-size:.9em;
		color: #fca427;
		margin: .4em 0 .3em 0;
		font-weight:bold;
	}
		
	body div#body div.contactus form label, 
	body div#body div.contactus form input, 
	body div#body div.contactus form select, 
	body div#body div.contactus form textarea {
		display:block;
	}
	
	body div#body div.contactus form label {
		font-weight:bold;
	}
	
	body div#body div.contactus form input, 
	body div#body div.contactus form textarea {
		width:300px;
	}
	
	body div#body div.contactus form input, 
	body div#body div.contactus form select, 
	body div#body div.contactus form textarea {
		margin:0 0 10px 5px;
	}
	
#productDescription p {
	margin-bottom:10px;
}

#productDescription ul {
	margin-bottom:10px;
}

#productDescription ul li {
	list-style:disc;
	margin-left:30px;
}
