/* Website Structure Styles */
body {
	margin: 0px;
	background: #FFF;
}
.main_table {
	background: #FFF;
}
.header {
	color: #FFF;
	background: url(images/header-bg.gif) bottom center repeat-x;
}
.content {
	color: #FFF;
	padding: 25px;
	background: #79ccc8;
	min-height: 500px;
}
.footer {
	color: #333;
	padding: 5px;
	background: url(images/footer-bg.gif) top center repeat-x;
}
.specs_table td {
	border-left: 1px solid #3eb9b3;
	border-bottom: 1px solid #3eb9b3;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background: #479f9b;
	color: #FFF
}
.specs_table {
	border-right: 1px solid #3eb9b3;
	border-top: 1px solid #3eb9b3;
}
.specs_table .table_header {
	background: #231f20;
	color: #FFFFFF;
}
.breadcrumbs {
	border-bottom: 1px solid #8fe2de;
}

/* Font Styles */
h1, h2, h3 {
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: 0px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3, h3 a {
	font-size: 15px;
	font-weight: bold;
}
td, p, a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
}
td, p {
	color: #231f20;
}
p {
	text-align: justify;
}
a {
	color: #231f20;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #79ccc8;
}
blockquote {
	color: #336600;
	background: #eab600;
	padding: 15px;
	margin: 25px 0px 25px 0px;
	font-style: italic;
	font-size: 14px;
	line-height: 120%;
}
blockquote p {
	color: #336600;
	font-style: italic;
	font-size: 14px;
	line-height: 120%;
}
ul,ol {
	margin-left: 15px;
	padding-left: 5px;
	text-indent: 10px;
}
ul {
	list-style: square;
}
.feature-image {
	padding: 2px;
	border: 1px solid #333;
	background: #FFF;
}

/* Menu Styles */
.menu {
	background: #336600;
	height: 40px;
	padding: 0px 10px;
}
.menu a {
	padding: 14px 15px;
}
.menu a:link {
	color: #79ccc8;
	text-decoration: none;
}
.menu a:visited {
	color: #ffe1e9;
	text-decoration: none;
}
.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

/* Drop Menu Styles */
#dropmenudiv{
	position:absolute;
	border: 1px solid #B4B4B4;
	border-bottom-width: 0;
	line-height: 15px;
	z-index: 1001;
	background: #666;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #B4B4B4;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #8B8A8A;
}