@charset "utf-8";
/* CSS Document */

/*Start Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(/images/background.gif) top repeat-x #eeeee2;
	}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
	}
	
.h1homepage {
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	}
	
p {
	margin-bottom:10px;
	}

.clear {
	clear:both;
	}
	
#container {
	margin: 0 auto;
	width:960px;
	}
	
#header {
	width:1235px;
	margin-top:14px;
	margin:0 auto;
	background: url(/images/header.jpg) no-repeat right;
	}
	
#headercontainer {
	width:960px;
	margin:0 auto;
	}
	
#logo {
	width:270px;
	float:left;
	}
	
#logbar {
	 margin:0 auto;
	 width:1235px;
	 }
	
#visitus {
	color:#FFFFFF;
	font-size:24px;
	float:left;
	width:300px;
	margin:70px 0px 0px 375px;
	line-height:28px;
	}
	
#visitus strong {
	color:#cc9766;
	font-weight:bold;
	font-size:35px;
	}
	
#nav {
	padding:0px 3px;
	color:#FFFFFF;
	margin:22px 0px 17px 0px;
	}
	
	#nav li {
		border-right:#FFFFFF 1px solid;
		padding: 0px 12px;
		float:left;
		font-size:16px;
		}
		
	#nav a {
		color:#FFFFFF;
		text-decoration:none;
		}
		
	#nav a:hover {
		text-decoration:underline;
		color:#CC9766;
		}
	
#subnav {
	color:#4b2d13;
	width:290px;
	float:left;
	margin:10px 0px 0px 17px;
	}	
	
	#subnav a {
	color:#4b2d13;
	}	

#phone {
	width:250px;
	float:left;
	color:#4b2d13;
	font-size:28px;
	margin-left:403px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	}
	
#homepage {
	margin-top:20px;
	}
	
#subpage {
	font-size:12px;
	padding:16px;
	line-height:19px;
	}
	
	#subpage li {
		list-style:disc;
		margin:0px 0px 10px 15px;
		}
	
#content {
	color:#FFFFFF;
	background-color:#6c7862;
	width:445px;
	float:left;
	line-height:24px;
	padding:10px 15px;
	height:318px;
	
	}
	
#content p {
	margin-top: 7px; 
	}
	
#flash {
	float:left;
	}

#calltoactions {
	margin:20px 0px;
	}
	
	#calltoactions a {
	color:#4d0606;
	}
			
#calltoactionsacolumn {
	width:219px;
	padding:0px 10px;
	float:left;
	font-size:12px;
	line-height:20px;
	border-right:#acbba2 1px solid;
	} 
	
	#calltoactionsacolumn img {
	padding:20px 0px;
	}
	
	#calltoactionsacolumn strong {
	color:#4d0606;
	font-size:17px;
	}

	
#footer {
	background-color:#FFF;
	border-top:2px #6c7862 solid;
	padding:20px 0px;
	width:100%;
		}
		
		#footerinfo {
			margin: 0 auto;
			width:960px;
			font-size:12px;
			color:#4b2d13;
			line-height:30px;
			}
			
		#footerinfo a {
			color:#4b2d13;
			}
			
		#footermannix {
			text-align:right;
			color:d0bbaa;
			font-size:10px;
			}
			
					
		#footermannix a {
			color:d0bbaa;
			}
			
/* Shopping Cart */
.descr .right ul {
	margin: 0 0 0 0;
	list-style-type: disc;
	color: #000000;
}

.descr .right ul li {
	margin: 5px 20px 0 20px;
}


