/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
iframe {
	border:0;
}
* {
	margin:0px;
	padding:0px;
}
/* 
-----------------------------------------------------------------------------
LAYOUT:Global (cascading order)
-----------------------------------------------------------------------------*/
body {
	text-align:center;
	margin:0px;
	margin-bottom:20px;
	line-height:1.4;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11.5px;
	color:#000;
	background-color:#ff8a00;
	background-image: url(../images/backgrounds/body.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
}
#header {
	position: relative;
	margin: 0px auto;
	width: 877px;
	height: 135px;
	z-index: 2;
}
	#menu {
		position: absolute;
		left: 40px;
		bottom: 2px !important;
		bottom: -11px; 
		height: 50px;
		z-index: 1;
		line-height:1;
	}
	#menu ul {
		margin: 0px;
		padding: 0px;
	}
	#menu li {
		display: inline;
		padding-right: 5px;
	}
	#menu a {
		display: inline-block;
		color: #FFF;
		text-decoration: none;
		font-size: 12px;
		padding: 0px 0px 0px 12px;
	}
	#menu a strong {
		display: inline-block;
		padding: 5px 12px 44px 0px;
		font-weight: normal;
	}
	#menu .selected a,
	#menu a:hover {
		color: #f05e0f; 
		background-image: url(../images/backgrounds/menu-tab.png);
		background-repeat: no-repeat;
		background-position: left top;
		padding: 0px 0px 0px 12px;
		cursor: pointer;
	}
	#menu .selected a strong,
	#menu a:hover strong {
		background-image: url(../images/backgrounds/menu-tab-right.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding: 5px 12px 44px 0px;
		cursor: pointer;
	}
	.call-us {
		color: #fbd2b7;
		padding-top: 10px;
	}
	.call-us strong {
		font-size: 14px;
		color: #FFF;
		font-weight: normal;
	}
	#logo {
		position: absolute;
		top: 60px;
		right: 30px;
	}
	#logo a {
		display: block;
		width: 191px;
		height: 54px;
		background-image: url(../images/logos/bright-site.png) !important;
		background-image: url(../images/logos/bright-site-ie6.png);
		text-indent: -99999999px;
		overflow: hidden;
	}
#page {
	position: relative;
	margin: 0px auto;
	width: 877px;
	height: 397px;
	background-image: url(../images/backgrounds/page.png) !important;
	background-image: url(../images/backgrounds/ie6/page.png);
	background-repeat: no-repeat;
}
.content {
	position: relative;
	float: left !important;
	float: none;
	width: 799px;
	margin: 50px;
	text-align: left;
}
#seasonal {
	position: absolute;
	top: -66px;
	right: -60px;
	width: 338px;
	height: 81px;
	background-image: url(../images/backgrounds/christmas.png) !important;
	background-image: url(../images/backgrounds/ie6/christmas.gif);
	background-repeat: no-repeat;
	z-index: 9999999;
}
#footer {
	position: relative;
	float: left;
	width: 799px;
	font-size: 11px;
	text-align: center;
}
#footer-menu {
	position: absolute;
	left: -25px;
}
#footer-menu li {
	display: inline;
}
#footer-menu a {
	color: #c04605;
	text-decoration: none;
	padding-right: 30px;
}
#footer-menu a:hover {
	color: #FFF;
}
#footer-contact {
	position: absolute;
	right: -35px;
	color: #c04605;
}
#footer-contact a {
	color: #FFF;
	text-decoration: none;
	padding-right: 30px;
}
#footer-contact a:hover {
 	color: #c04605;
}
#address {
	color: #c04605;
	margin-top: 30px;
}
#brightsite {
	margin-top: 40px;
 	color: #c04605;
}#brightsite a {
	color: #FFF;
	text-decoration: none;
}
#brightsite a:hover {
 	color: #c04605;
}

