/* GENERAL - Body and Container */
html {
  height: 100%;
}

body {
	margin:0;
	padding:0;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.4em;
	color: #ffffff;
	text-decoration: none;
	background-color: #f77900;
	background-image: url(images/zylo_bg_main.jpg);
	background-position:center top;
	background-repeat: no-repeat;	
}

#container {
	margin: 0 auto;
	padding:0;
	width: 800px;
	text-align: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#top {
	padding: 0 0 20px 0;
	margin: 0;
	width: 800px;
}
	
#logo {
	height: 100px;
	float: left;
}

#promo {
	padding: 20px 20px 0 0;
	height: 80px;
	width: 530px;
	float: right;
}

#nav {
	margin: 0;
	padding: 0 0 2px 0;
	width: 800px;
	height: 40px;
}

.nav_img
{
  margin: 0;
  border: 0;
  height: 29px;
  width: auto;
  float: left;
  text-align: center;
}	

.nav_img img
{
  display: inline;
  margin: 0px;
  border: 0px;
}	

#inside_photo {
	height: 488px;
}

#inside_subnav {
	margin: 0;
	padding: 20px 20px 0 20px;
	width: 760px;
	text-align: left;
	letter-spacing:.05em;
}


#inside_text {
	width: 760px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
}

#inside_text a:hover, #inside_text a:active, #inside_text a:link, #inside_text a:visited {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing:.05em;
}

.subnav_item
{
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
  text-align: left;
  font-weight: bold;
}	


/* GENERAL - Links */

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

a:hover, a:active {
	color:#4c3327;
	text-decoration: none;
}


#inside_subnav a {
	color:#4c3327;
}

#inside_subnav a:hover {
	color:#ffffff;
}

#inside_subnav a.active:hover, #inside_subnav a.active:active, #inside_subnav a.active:link, #inside_subnav a.active:visited {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}

