/* Horizon Kitchens Style Sheet */
/* Written By Andrew Dowley 04-01-08 */


body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bg-horizon2.jpg);
	background-repeat: repeat-x;
	background-color: #010080;
	text-align: center;
	}

div.access {
	display:none;
	}
	
#wrapper	{
	width: 700px;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-image: url(header2.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	}
	
#main {
	top: 120px;
	padding-top: 120px;
}

/*--------------------- Header ---------------------*/

#header	{
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
	}
	

/*-------------------- Nav Menu --------------------*/
	
#nav {
	position: relative;
	float: left;
	clear: none;
	width: 185px;
	padding: 10px 0 0 10px;
}

div#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	

}

div#nav li {
	margin: 2px 0 0 0;	
}

div#nav a:link, div#nav a:visited {
	color: #2F4DA7;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 150px;
	padding-top: 0px;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
}

div#nav a:hover, div#nav .on {
	color: #2F4DA7;
	text-decoration: underline;
	font-weight: bold;	
	display: block;
	width: 60px;
	padding-top: 0px;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
}

div#content a:link, div#content a:visited {
	color: #0051BA;
	text-decoration: underline;
}

div#content a:hover, div#content .on {
	color: #FCB514;
	text-decoration: none;
}



/*--------------------- Content ---------------------*/

h1 {
	font-size: 1.1em;
	color: #2F4DA7;
	}
	
h2 {
	font-size: 0.9em;
	color: #2F4DA7;
	}

h3 {
	font-size: 0.8em;
	color: #2F4DA7;
	padding-top: 4px;
	}
	
p, li, dd, dt {
	font-size: 0.8em;
	color: #2F4DA7;
	}
table, th, tr, td, caption {
	font-size: 0.9em;
	color: #2F4DA7;
	}
	
#content {
	float: left;
	clear: none;
	position: relative;
	width: 450px;
	text-align: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0px;
}


#base {
	width: 700px;
	color: #2F4DA7;
	clear: both;
	font-size: 0.7em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ff6501;
	border-right-color: #E7AB0B;
	border-bottom-color: #E7AB0B;
	border-left-color: #E7AB0B;
	height: 50px;
	padding-top: 10px;
	}	
	
.contentMenu
	{
	border-top: 2px solid #075FA6;
	border-bottom: 2px solid #075FA6;
	margin: 5px 5px 20px 0;
	padding: 5px 5px;
	text-align: center;
	background-color: #F6F6F6;
	}
	
#content .contentMenu li
   {
	list-style-image: none;
	list-style: none;
	font-weight: bolder;
	display: inline;
	color: #075FA6;
   }

/*--------------------- Footer ---------------------*/

#footer {
	width: 700px;
	height: 5px;
	color: #ff6501;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 0.7em;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	}	
.secNav {
	font-size: 0.7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}




