/* CSS Document */

/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{  
	margin:0; 
	padding:0; 
} 

table 
{ 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img 
{  
	border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var 
{ 
	font-style:normal; 
	font-weight:normal; 
} 

ol,ul 
{ 
	list-style:none; 
} 

caption,th 
{ 
	text-align:left; 
}
 
h1,h2,h3,h4,h5,h6 
{ 
	font-size:100%; 
	font-weight:normal; 
}

q:before,q:after 
{ 
	content:''; 
} 

abbr,acronym 
{ 
	border:0; 
} 

/* additions */

body
{
	font-size:62.5%; /* sets default font to 10px */
}

:focus
{
	outline:none;
}

a
{
	text-decoration:none;
}

h2, h3, h4, h5, p, ul
{
	margin: 0 20px;
	padding: .5em 0;
}

/* standard helper classes */

.pkg:after
{
	content: '&nbsp;';
	display:block;
	visibility:hidden;
	clear:both;
	height:.1px;
}

.pkg
{
	display:inline-block;
}

/* page layout */

body
{
	font-family:verdana, arial, sans-serif;
	background-color: #823e0d;
	color: #333333;
	text-align: center;
	background-image:url(graphics/applest.png);
	background-repeat: repeat;
}

#container
{
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color:#ffffff;
	border-left:solid #003300 10px;
	border-right:solid #003300 10px;
	border-bottom: solid #003300 10px;
}

#container-inner
{
	position: static;
	width:100%;
}

#logo
{
	position:relative;
	left:50px;
	width:110px;
	min-height:500px;
	float:left;
	margin-bottom:10px;
}

#logo h1
{
	text-indent:-9999px;
}

#logo img
{
	margin-bottom:30px;
}

#content
{
	position:relative;
	top:10px;
	left:150px;
	width:660px;
	float:left;	
	margin-bottom:30px;
} 

#nav
{
	position:static;
	width:670px;
	height:43px;
}	

#nav ul
{
	position:relative;
	top:0px;
	left:12px;
}

#nav ul li a 
{
	position: relative;
	top:0px;
	display: block;
	float:left;
	width:75px;
	height: 15px;
	cursor: pointer;
	color:#823e0d;
	font-family:Georgia,Times New Roman,Times, serif;
	font-size:18px;
}

#nav ul li a:hover
{
	color:#003300;
}
	
#nav ul li a.products  
{
	position:absolute;
	left:18px;
}

#nav ul li a.about  
{
	position:absolute;
	left:180px;
}

#nav ul li a.contact  
{
	position:absolute;
	left:325px;
}	

#nav ul li a.submissions
{
	position:absolute;
	left:460px;
}

#box
{	
	position:static;
	width:100%;
	background-image:url(graphics/borderbox_05.png);
	background-repeat:repeat-y;
	margin: 0 auto 0 auto;
	text-align:center;
}

#box h1
{
	margin-left: 20px;
	font-size:1.6em;
	color:#003300;
	text-align:left;
	font-weight:bold;
}

#box h2
{
	font-size:1.4em;
	color:#003300;
	text-align:left;
	font-weight:bold;
	margin-left:20px;
}

#box h3
{
	font-size:1.2em;
	color:#003300;
	text-align:left;
	font-weight:bold;
	margin-left:20px;
}

#box h4
{
	font-size:1.2em;
	font-weight:bold;
	color:#003300;
	text-align:left;
	margin:0;
}	

#box p
{
	margin-left:20px;
	padding-right:20px;
	text-align:left;
	font-size:1.2em;
}

#box a
{
	color:#823e0d;
}

#box a:hover
{
	color:#003300;
}

#box ol
{
	list-style:outside;	
	text-align:left;
	margin-left:40px;
	padding-right:80px;
	font-size:1.2em;
}

#box ul
{
	text-align:left;
	font-size:1.2em;
	list-style-type:disc;
	list-style:inside;
}

#boxnav
{
	padding-bottom:5px;
	list-style-type: lower-roman;
}

#boxnav p
{
	font-size:1.2em;
	font-weight:bold;
	color:#823e0d;
}

#boxnav p a
{
	color:#003300;
}

#subcat
{
	text-align:center;
}

#subcat img
{
	margin:0 auto 0 auto;
}

#subcat h2
{
	color:#003300;
	font-weight:bold;
}

#subcat ul
{
	list-style-type:none;
	margin-left:0px;
	width:100%;
}

#subcat ul li a
{
	color:#003300;
	font-size:1.2em;
}

#content-main
{
	position:relative;
	top:20px;
	left:10px;
	width:500px;
}	

#boxbottom
{
	position:static;
	width:100%;
	height:43px;
	background-image:url(graphics/tabs03_17.png);
	background-repeat:no-repeat;
}

#footer
{
	position: relative;
	top:20px;
	clear:both;
	width:600px;
	margin: 0 0 30px 10px;
}

#footer p
{
	margin:0px;
	font-size:.8em;
}

.book
{
	width:600px;
	min-height:250px;
	display:block;
	margin:0 0 10px 20px;
	border-bottom: 2px solid #823e0d;
	text-align:left;
}

.sample
{
	position:relative;
	margin:15px 0 0 10px;
	padding:0;
	float: right;
	clear:both;
	text-align:center;
}

.sample h6
{
	clear:both;
	font-size:.8em;
	text-align:center;
	margin:0 0 5px 20px;
	padding:0 0 10px 0;
}

.sample h6 a
{
	color:#823e0d;
}

.sample h6 a:hover
{
	color:#003300;
}

.sample img
{
	margin:0 0 3px 20px;
	padding:0 0 3px 0;
}

.info
{
	margin:0 20px 60px 40px;
	font-size:.9em;
	color:#333333;
}

.links p
{
	margin:0;
	font-size:1.1em;
	text-align:left;
	font-weight:bold;
}
	
.links a
{
	color:#003300;
}

.spacer
{
	width:1px;
}






