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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5em;
	color: black;
	background: white;
	font-family: Arial, Helvetica, serif;
	font-size:11px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p.content{padding:0 8px;}
p.content_small{padding:0 2px;}

#main_container{
	width:750px;
	margin:0 auto;
	}
#header{
	width:750px;
	height:183px;
	background: url(images/header.gif) top left no-repeat;
	}
#nav-box{
	width:750px; 
	height:59px;
	background: url(images/nav_box.gif) top left no-repeat;
	}
#nav-box ul{
	list-style-type: none;
	height: 59px;
	margin: 0;
	padding: 0;
	}
#nav-box li{
	float: left;
	}
#nav-box li a{
	height: 59px; 
	margin: 0; 
	display:block;
	text-indent:-9999px;
	background: url(images/nav_box.gif) top left no-repeat;
	}
#nav-box li#home a{ width:57px; background-position: 0 0;}
#nav-box li#custom a{ width:65px; background-position: -57px 0;}
#nav-box li#instock a{ width:81px; background-position: -122px 0;}
#nav-box li#packaging a{ width:78px; background-position: -203px 0;}
#nav-box li#contact a{ width:84px; background-position: -281px 0;}

#nav-box li#home a.current{ width:57px; background-position: 0 -59px;}
#nav-box li#custom a.current{ width:65px; background-position: -57px -59px;}
#nav-box li#instock a.current{ width:81px; background-position: -122px -59px;}
#nav-box li#packaging a.current{ width:78px; background-position: -203px -59px;}
#nav-box li#contact a.current{ width:84px; background-position: -281px -59px;}

#nav-box li#home a:hover, #nav-box li#home a:active{ width:57px; background-position: 0 -59px;}
#nav-box li#custom a:hover, #nav-box li#custom a:active{ width:65px; background-position: -57px -59px;}
#nav-box li#instock a:hover, #nav-box li#instock a:active{ width:81px; background-position: -122px -59px;}
#nav-box li#packaging a:hover, #nav-box li#packaging a:active{ width:78px; background-position: -203px -59px;}
#nav-box li#contact a:hover, #nav-box li#contact a:active{ width:84px; background-position: -281px -59px;}

#content{
	float:left;
	width:730px;
	padding-left:10px;
	padding-top:28px;
	}
#column_left{
	width:203px;
	border-right:1px dotted #B1AC8C;
	float:left;
	height:360px;
	}
#column_content_welcome{
	background:url(images/welcome.gif) top left no-repeat;
	padding-top:30px;
	width:185px;
	float:left;
	color:#7D7D7D;
	padding-bottom:30px;
	}
#column_content_ordering{
	background:url(images/ordering.gif) top left no-repeat;
	padding-top:30px;
	width:185px;
	float:left;
	color:#7D7D7D;
	}
#column_center{
	width:203px;
	border-right:1px dotted #B1AC8C;
	float:left;
	margin-left:18px;
	height:360px;
	}
#column_content_about{
	background:url(images/about.gif) top left no-repeat;
	padding-top:30px;
	width:185px;
	float:left;
	color:#7D7D7D;
	}
#column_content_about img{padding-bottom:15px;}

#column_right{
	width:287px;
	float:right;
	color:#7D7D7D;
	}
#column_right img{float:left;}

#footer{
	float:left;
	width:750px;
	height:60px;
	background: url(images/footer_bg.gif) top left no-repeat;
	padding-bottom:3px;
	margin-top:20px;
	}
#footer p{
	color:#fff;
	font-size:10px;
	padding-top:32px;
	padding-left:25px;
	}
	
#in_content{
	width:720px;
	padding-left:15px;
	float:left;
	padding-top:28px;
	}
#in_column_left{
	width:317px;
	border-right:1px dotted #B1AC8C;
	float:left;
	height:300px;
	}
#in_column_right{
	width:400px;
	float:left;
	}

#in_content_column{
	width:287px;
	float:left;
	color:#7D7D7D;
	}
#in_content_column img{float:left;}
p.in_content{padding:20px 8px; float:left;}
p.contact{padding:20px 8px; float:left;font-size:18px;font-weight:bold;color:#B1AC8C;line-height:1.2em;}
p.in_content_red{padding:20px 8px; float:left;color:#916445;}
p.in_content_red a{color:#916445;}
