/*Layout Styles*/

/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	color: #000000;
	height:100%;
	font-size: 90%;
	font-family: verdana, arial, sans-serif;
}

#wrapper {
	width: 1028px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url("../images/RepeatingBackground.png") repeat-y;
	z-index: 1;
	_z-index: 1;
}

#content {
	padding-top: 255px;
	margin-left: 198px;
	margin-right: 205px;
	min-height: 438px;
	position: relative;
	z-index: 4;
}

#inner_content {
	padding: 0.5em;
	padding-bottom: 0;
	z-index: 5;
}


* html #outer{height:100%;} /* IE win treats height as min-height anyway*/
* > html #macinner {/*mac obeys 100% height so we give it an inner with bg color which will expand past 100%*/	
}

#header {
	position: absolute;
	top:0;
	left:0;
	width:1028px;
	height:135px;
	z-index: 1;
}

#left {
	margin-top: 135px;
	width: 198px;
	height: 553px;
	float: left;
	background: url("../images/LeftBackground.png") no-repeat top left;
	z-index: 2;
	_z-index: 2;
}

#right {
	margin-top: 135px;
	width: 205px;
	height: 553px;
	float: right;
	background: url("../images/RightBackground.png") no-repeat top right;
	text-align: center;
	z-index: 2;
	_z-index: 2;
}


* html #left {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float and padding at botom to clear footer because we've pulled float too far back*/
* > html #left {padding-bottom:0; margin-top: 67px;}/* mac style */

#footer {
	clear:both;
	width: 1028px;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/Footer.png") no-repeat top left;
}

#footer p {
	color: black;
	text-align: center;
	font-weight: bold;
	padding-top: 55px;
}


#logo {
	position: absolute;
	top:15px;
	left:405px;
	width:221px;
	height:239px;
	z-index: 6;
}

#logo img {
	behavior: url("../css/iepngfix.htc");
}

#home_page_photo {
	position: absolute;
	bottom:55px;
	left:198px;
	width:625px;
	height:440px;
	z-index: 3;
}


/*End of Layout Styles*/
/*Menu Styles*/

/* Start of main menu */

#left ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left ul.nav li {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	border-bottom: 3px solid black;
}

#left ul.nav, #left ul.nav li {
	position: relative;
	list-style: none;
	z-index: 1;
}

#left ul.nav li a {
	display: block;
	color: black;
	text-decoration: none;
	z-index: 1;
}

#left ul.nav li a:hover {
	color: #FF2C00;
	text-decoration: underline;
}

/* End of Main Menu */

/* Start of sub-level menu */

#left ul.nav li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -999em;
	left: -1px;
	background-color: #D1D1D2;
	border: 2px solid black;
	z-index: 10;
}

#left ul.nav li.hover ul {
	top: 0px;
	left: 11em;
	width: 15em;
	z-index: 10;
}

#left ul.nav li ul li {
	z-index: 10;
	font-size: 0.9em;
}

#left ul.nav li ul li a {
	color: black;
}

#left ul.nav li ul li a:hover {
	color: #FF2C00;
	text-decoration: underline;
}

/*End of Menu styles*/
/*Design Styles*/

p {
	margin: 0;
	padding: 0;
	padding-top: 0em;
	padding-bottom: 1em;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#content ul, #content ol {
	margin: 0;
	padding: 0;
	margin-left: 2em;
	margin-bottom: 1.25em;
}

h1 {
	font-size: 1.5em;
	margin-top: .1em;
	margin-bottom: .5em;
	color: #FF2C00;
}

h2 {
	font-size: 1.25em;
	margin-top: .1em;
	margin-bottom: .5em;
	color: #FF2C00;
}
h3 {
	font-size: 1.1em;
	margin-top: .1em;
	margin-bottom: .5em;
	color: #FF2C00;
	font-weight: bold;
}

h4 {
	font-size: 0.9em;
	margin-top: .1em;
	margin-bottom: 0;
	color: #FF2C00;   
}

#contact_us ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #FF2C00;
}

a:visited {
	color: #FF2C00;
}

a:hover {
	color: black;
}

.price {
	float: right;
	font-weight: bold;
	margin-left: 1em;
}

ul.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form label {
	font-size: .8em;
	padding-top: .25em;
	float: left;
	color: #02632E;    
}

ul.checklist {
	margin-top: 25px;
}

ul.checklist input {
	margin-left: -2em;
	padding-left: 0;
}

.error {
	color: red;
	font-weight: bold;
}

td.menu-item {
	text-align: right;
}