/* AC Wrought Iron Style Sheet */

* {
 padding: 0;
 margin: 0;
} /* clear overall margins (ie6 etc)  */

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}	

a img{
 border:none;
 }

h1, h2, h3 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #663333;
}

h2{
 font-size: 114%;
 font-style: italic;
 color: #666666;
}

h3{
 font-size: 100%;
 color: #354637;
 padding: 30px 0px 5px 0px;
}


#wrapper {
 margin: 0 auto;
 padding: 0;
 max-width: 80em;
 min-width: 60em;
}

#header {
 margin: 0 auto;
 height: 95px;
 padding: 0px;
 background-color: #660000;
 text-align:center;
 z-index: 10;
}

/* Below is the horizontal nav */

#nav_bar {
	width: 100%;
	background-color: #996666;
	color: #000000;
	z-index: 2;
}

#nav_wrap {
	margin:0 auto;
	width:635px;
	text-align:center;
	background-color: #996666;
	color: #000000;
	z-index: 2;
}

#nav, #nav ul {
	padding: 10px;
	margin: 0 auto;
	list-style: none;
	background-color: #996666;
	line-height: 75%;
	z-index: 2;
	}
	
#nav a {
	display: block;
	padding-bottom: 3px;
	width: 10em;
	font-weight:700;
	font-style: italic;
}
	
#nav li {
	padding-left: 0;
	float:left;
	width: 10em;
	position: relative;
	}

#nav li ul {
	position: absolute;
	display: none;
	background-color: #eeeeee;
	top: 0.75em;
	line-height: 1.5;
	text-align:left;
	left: -10px;
	}
	
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* end of navigation */


#leftcolumn { /* Parent Wrapper for inside boxes */
 clear: left;
 margin: 0px;
 display: inline; /* IE Hack */
 width: 10%;
 float: left;
 min-height: 300px;
 padding: 4px;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 


#centrecolumn { /* Parent Wrapper for inside boxes */
 margin: 10px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 75%;
 float: left;
 min-height: 300px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#centrecolumn img {
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 10px 5px 5px 5px;
}

#centrecolumn ul {
	margin-left: 15px;
	list-style: bullet;
}

#table {
	width: 50%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#products img{
	float:left;
}

#rightcolumn {
 margin: 0px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 10%;
 float: right;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 


#sitelinks {
 background-color: #f7f7f7;
 margin: 0px 0px 5px 0px;
 display: inline; /* IE Hack */
 padding-bottom: 4px;
 float: left;
 font-size: 75%;
 text-align: center;
 width: 100%;
}

#footer {
 background-color: #e5e5e5;
 margin: -5px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0;
 float: left;
 font-size: 75%;
 width: 100%;
}

#footer a:link, a:hover{
	color: #000000;
}



/* end of css */
