<!--Website Data-->
	<!--Colors(Hexidecimal)-->
		<!--Blue:99CCCB-->
		<!--Orange:DA7D48-->
		<!--LogoGrey:939598-->
		<!--Grey:5C5C5C-->

html, body, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #DA7D48;
}
a:hover {
	text-decoration: none;
	color: #888;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}


body, h2, h3, h4, form {
	font: 12px arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

body {

	text-align: center;	
}
td {
	padding-left:20px;
}
h1 {
	font: 16px arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #DA7D48;
}
form {
	margin-bottom: 10px;
	font-weight: bold;
}
hr {
	color: #5C5C5C;
	height: 0px;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 835px;
}


#header {
	
	background: url(images/menuBar.jpg) no-repeat;
	height: 203px;
	position: absolute;
}
#header h1 {
	margin-top: 5px;
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 9px;
	padding: 6px 6px 6px 6px;
	font-size: 14px;
	letter-spacing: 0.07em;
}

#nav ul {
	list-style-type: none;
	width: 770px;
}

#nav li {
	padding: 0;
	margin: 0 15px 0 15px;
	display: inline;
}

#nav a:link {
	text-decoration: none;
	color: #444444;
}

#nav .current a:link {
	text-decoration: none;
	font-weight: bold
	color: #DA7D48;
}

#nav .current a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #DA7D48;
}

#nav .current a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #888;
}

#nav .current a:active {
	text-decoration: none;
	font-weight: bolder;
	color: #DA7D48;
}

#nav-menu a:link {
	text-decoration: none;
	color: #444444;
}

#nav-menu a:visited {
	text-decoration: none;
	color: #444444;
}

#nav-menu a:hover {
	text-decoration: none;
	color: #888;
}

#nav-menu a:active {
	text-decoration: none;
	color: #444444;
}

#headline {
	position: relative;
	top: 115px;
	padding-left: 25px;
	padding-right: 15px;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}
#product {
	float: left;
	width: 574px;
	margin: 15px;
	padding: 10px;
	background-color:#99CCCB;
}
#product-header {
	padding-top: 10px;
	padding-left: 15px;
}
#product-header-copy {
	float: left;
	width: 441px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 0px;
}
#product-header-copy h1{
	float: top;
	font: 18px arial, sans-serif;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
	padding: 5px;
	color: #DA7D48;
}
#product-header-copy p {
	float: bottom;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 7px;
	line-height: 20px;
	font-size: 14px;

}
#product img {
	margin-top: 15px;
}
#product-item {
	float: left;
	width: 518px;
	margin: 8px;
	padding: 10px;
	padding-left:30px;
	background-color: #B6DAD9;
}
#product-item h1{
	float: top;
	font: 15px arial, sans-serif;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 7px;
	padding: 5px;
}
#product-item p {
	float: bottom;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 7px;
	line-height: 50px;
}
#product-copy {
	float: left;
	width: 403px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 0px;
}

#product-copy p {
	float: bottom;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 7px;
	line-height: 20px;
	font-size: 14px;

}
#product-copy ul {
	line-height:20px;
	font-size: 14px
}
#feature {
	float: left;
	width: 574px;
	margin: 15px;
	padding: 10px;
	background-color:#99CCCB;
}
#feature img {
	margin-top: 15px;
}
#feature-copy {
	float: left;
	width: 310px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 0px;
}

#feature-copy p {
	float: bottom;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 7px;
	line-height: 20px;
	font-size: 14px;

}
#feature-copy ul {
	line-height:20px;
	font-size: 14px;
}
#info-copy {
	float: left;
	width: 490px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 0px;
}
#info-copy h1{
	float: top;
	font: 18px arial, sans-serif;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
	padding: 5px;
	color: #DA7D48;
}

#info-copy p {
	float: bottom;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 7px;
	line-height: 20px;
	font-size: 14px;
}
#info-copy ul {
	line-height:20px;
	font-size: 14px
}
#form {
	valign:bottom;
}
#button {
	float:left;
	margin-left:50px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

#search-news {
	float: right;
	padding-top: 20px;
	padding-right: 15px;
	width: 140px;
	background-color:#FFFFFF;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 140px;
	border: 1px solid #99CCCB;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-style: italic;
	margin: 1em 0 0.4em 0;
}
#search-news h4 {
	padding-left: 15px;
	font-style: italic;
	margin: 0.4em 0 0 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}
#blog-entries h3{
	background: url(images/bullet_letter.gif) right no-repeat;
}	
#category-list {
}
#category-list ul {
	line-height: 13pt;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 30px;
}
#confirm-text {
	color: DA7D48;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	width: 580px;
}
#body h1 {
	line-height: 30pt;
}
#body-left {
	position: absolute;
	top: 610px;
	width: 235px;
	margin-left: 25px;
	margin-right: 7px;
}
#body-right {
	position: absolute;
	top: 610px;
	left: 535px;
	margin-left: 10px;
	width: 315px;
}
#body-right img{
	padding-right: 15px;
}
#body-center {
	float: left;
	padding-top: 15px;
	width: 605px;
}
#body-center h1 {
	padding: 5px;
	background-color:#CFDADA;
}
#body-left ul.plussbullets {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0;
	font-weight: bold;
}
#body-left ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	position: relative;
	top: 160px;
	color: #FFFFFF;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 1px 0 1px 0;
	margin-top: 2em;
	font-weight: bold;
	line-height: 15pt;
}
