﻿body {
	margin: 0;
	font: 11px/14px Arial, sans-serif;
	color: #000;
	background-color: #c5c5c6;
}
img {
	border: none;
	display: block;
}
a:focus {
	outline:none;
}
form {
	margin: 0;
	padding: 0;
}
#main {
	margin: 0 auto;
	width: 888px;
	background: url(../images/container-bg.gif) repeat-y;
	position: relative;
}
.bg-holder {
	background: url(../images/container-bg-bottom.gif) no-repeat 0 100%;
	width: 100%;
	overflow: hidden;
	padding: 0 0 19px;
}
/* header start */
#header {
	width: 869px;
	height: 146px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/header-bg.jpg) no-repeat;
	margin: 0 0 0 19px;
	z-index:1000;
}
/* logo */
.logo {
	position: absolute;
	background: url(../images/logo.gif) no-repeat;
	width: 316px;
	height: 68px;
	text-indent: -9999px;
	overflow: hidden;
	top: 13px;
	left: 34px;
}
/* main navigation start */
.main-nav-box {
	padding: 104px 0 0;
}
#main-nav {
	background: url(../images/main-nav-bg.gif) no-repeat;
	margin: 0;
	padding: 15px 0 0 182px;
	height: 27px;
	width: 869px; /* this is what I changed that made the drop down work - it was orignally 668px */
}
#main-nav li {
	display: inline;
	float: left;
	padding: 0 25px 13px 0;
	z-index:100
}
#main-nav li a {
	float: left;
	display: block;
	text-indent: -9999px;
	padding: 0 0 3px;
}
#main-nav li a span {
	overflow: hidden;
	height: 11px;
	display: block;
	cursor: pointer;
}
/* menu items bg */
#main-nav li.item-2 a span {
	background: url(../images/menu-item-2.gif) no-repeat;
	width: 108px;
}
#main-nav li.item-3 a span {
	background: url(../images/menu-item-3.gif) no-repeat;
	width: 114px;
}
#main-nav li.item-4 a span {
	background: url(../images/resources.gif) no-repeat;
	width: 80px;
}
#main-nav li.item-5 a span {
	background: url(../images/menu-item-5.gif) no-repeat;
	width: 26px;
}
#main-nav li.item-6 a span {
	background: url(../images/menu-item-6.gif) no-repeat;
	width: 101px;
}
#main-nav li.item-7 a span {
	background: url(../images/menu-item-7.gif) no-repeat;
	width: 59px;
}
/* main navigation rollover */
#main-nav li a:hover {
	background: url(../images/line.gif) repeat-x 0 100%;
}
/* active state */
#about #main-nav li.item-2 a.item,
#stories #main-nav li.item-3 a.item,
#news #main-nav li.item-4 a.item,
#buy #main-nav li.item-5 a.item,
#tips #main-nav li.item-6 a.item,
#contact #main-nav li.item-7 a.item {
	background: url(../images/line.gif) repeat-x 0 100%;
}
/* drop-down start */
#main-nav li:hover,
#main-nav li.hover {
	position: relative;
}
#main-nav li.hover ul, 
#main-nav li:hover ul {
	display: block;
}
#main-nav li.hover ul li.hover ul, 
#main-nav li:hover ul li:hover ul {
	display: block;
}
#main-nav li.hover ul ul, 
#main-nav li:hover ul ul {
	display: none;
}
#main-nav ul {
	display: none;
	position: absolute;
	top: 27px;
	left: -11px;
	z-index: 999;
	width: 201px;
	background-color: #06cee4;
	border: 1px solid #fff;
	border-top: 1px solid #bfbebe;
	border-bottom: none;
	margin: 0;
	padding: 0;
	font: 11px/18px Arial, sans-serif;
}
#main-nav ul ul {
	top: -1px;
	left: 201px;
	position: absolute;
	border-top: 1px solid #fff;
}
#main-nav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	width: 201px;
	float: left;
}
#main-nav ul li a {
	text-indent: 0;
	float: none;
	padding: 2px 0 2px 15px;
	width: 186px;
	margin: 0;
	color: #4A4A4A;
	text-decoration: none;
	background-color: #06cee4;
	font-weight: bold;
}
#main-nav ul li.sub-sub-menu a {
	background: url(../images/arrow.gif) no-repeat 186px -2px;
}
/* drop-down rollovers start */
#main-nav ul li a:hover {
	background: #FFFFFF;
		color: #666666;
}
#main-nav ul li.sub-sub-menu a:hover {
	background: #FFFFFF url(../images/arrow.gif) no-repeat 186px -30px;
}
#main-nav ul li:hover a,
#main-nav ul li.hover a {
	background: #dcf3fc;
}
#main-nav ul li.sub-sub-menu:hover a,
#main-nav ul li.sub-sub-menu.hover a {
	background: #dcf3fc url(../images/arrow.gif) no-repeat 186px -30px;
}
#main-nav ul li.sub-sub-menu:hover ul li a,
#main-nav ul li.sub-sub-menu.hover ul li a {
	background: #06cee4;
}
#main-nav ul li.sub-sub-menu ul li a:hover {
	background: #dcf3fc;
}
/* drop-down rollovers end */
/* drop-down end */
/* header end */
/* main container start */
.container {
	overflow: hidden;
	width: 869px;
	margin: 0 0 0 19px;
	padding: 146px 0 0;
	position: relative;
	z-index: 1;
}
.inside-page .container {
	background: url(../images/content-bg.gif) repeat-y 621px 0;
}
/* flash area */
#flash {
	width: 850px;
	height: 305px;
	z-index:0
}
/* photo boxes start */
.photo-boxes-holder {
	background: #98f1fb url(../images/photo-boxed-bg.gif) repeat-x;
	min-height: 158px;
	overflow: hidden;
	width: 850px;
	border-top: 1px solid #fff;
}
* html .photo-boxes-holder {
	height: 158px;
	overflow: visible;
}
/* one box */
.photo-box {
	background: url(../images/photo-border.gif) no-repeat;
	width: 227px;
	height: 125px;
	float: left;
	display: inline;
	margin: 18px 16px 0 33px;
	padding: 2px 0 0 2px
}
.photo-box .photo {
	width: 221px;
	height: 81px;
}
.photo-box p {
	color: #666;
	font: bold 12px Arial, sans-serif;
	float: left;
	margin: 11px 0 0 13px;
	display: inline;
}
.pointer {
	float: right;
	background: url(../images/pointer.gif) no-repeat;
	width: 34px;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 15px 0 0;
	display: inline;
}
/* photo boxes end */
/* container end */
/* footer start */
.footer {
	overflow: hidden;
	width: 850px;
	background-color: #b50b0c;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 0 19px;
	height: 39px;
}
/* OLD footer navigation */
.footertext a {
	text-decoration: none;
	color: #fff;
}
.footertext a:hover {
	text-decoration: underline;
}

.footertext a:visited {
	text-decoration: none;
	color: #fff;
}

.footerCopywrite a {
	text-decoration: none;
	color: #e2a0a1;
}
.footerCopywrite a:hover {
	text-decoration: underline;
}

.footerCopywrite a:visited {
	text-decoration: none;
	color: #e2a0a1;
}

.footertext {
	font: 10px/13px Arial, sans-serif;
	color: #FFFFFF;
}

.footerCopywrite {
	font: 10px/13px Arial, sans-serif;
	color: #e2a0a1;
}

/* footer end */

/* OLD footer navigation 
.footer ul li {
	float: left;
	display: inline;
	background: url(../images/sep.gif) no-repeat 0 3px;
	padding: 0 4px 0 5px;
}
.footer ul li.first {
	background: none;
	padding-left: 0;
}
.footer ul li a {
	text-decoration: none;
	color: #fff;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.phone {
	float: right;
	color: #fff;
	font: bold 12px/16px Arial, sans-serif;
	margin: 12px 0 0;
	padding: 0 70px 0 0;
}
.copyright {
	float: right;
	font: bold 10px/13px Arial, sans-serif;
	color: #fff;
	margin: 13px 0 0;
	padding: 0 30px 0 0;
} */


/* INSIDE PAGE */
/* heading box start */

.content a {
	color: #03c6db;
}

.content a:hover {
	color: #109ab5;
}

.content a:visited {
	color: #03c6db;
}

.heading-box {
	overflow: hidden;
	background-color: #03c6db;
	width: 850px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 13px 0 0;
	height: 35px;
}
.heading-box h1 {
	margin: 0 0 0 30px;
	color: #fff;
	font: 22px/25px Arial, sans-serif;
}
.heading-box h1 span {
	font-size: 12px;
}
/* heading box end */
/* content start */
.content {
	float: left;
	width: 583px;
	margin: 19px 10px 0 28px;
	padding: 0 0 25px;
	display: inline;
}
.content h2 {
	margin: 0;
	padding: 0 0 13px;
	color: #b50b0c;
	font: 18px/22px Arial, sans-serif;
}
.content h3 {
	margin: 0px 0px 7px 0px;
	color: #b50b0c;
	font: bold 13px/16px Arial, sans-serif;
}

.content h4 {
	margin: 0px 0px 7px 0px;
	color: #595959;
	font: bold 13px/16px Arial, sans-serif;
}

.content p {
	margin: 0;
	padding: 0 0 17px;
	color: #595959;
	font: 12px/17px Arial, sans-serif;
}

#item {
	width: 560px;
	height: 180px;
}

.imgLeft {
	float: left;
	margin: 0px 8px 0px 0px;
}

.imgRight {
	float: right;
	padding: 0 25px 0 0;
	margin: 4px 0 0;
}

.content ul {
	margin: 0px 0 0;
	padding: 0 0 7px;
	color: #595959;
	font: 12px/17px Arial, sans-serif;
	
}
.content ul li {
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	padding: 0 0 5px 14px;
}
/* content end */
/* red round link */

#violator {
	width: 97px;
	height: 97px;
	position: absolute;
	top: 164px;
	left: 601px;
	z-index: 0;
}

#dot1 {
	background: url(../images/redDot1.png) no-repeat;
	width: 97px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 164px;
	left: 601px;
	z-index: 10;
}

#dot2 {
	background: url(../images/redDot2.png) no-repeat;
	width: 97px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 164px;
	left: 601px;
	z-index: 10;
}

#dot3 {
	background: url(../images/redDot3.png) no-repeat;
	width: 97px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 164px;
	left: 601px;
	z-index: 10;
}

#dot4 {
	background: url(../images/redDot4.png) no-repeat;
	width: 97px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 164px;
	left: 601px;
	z-index: 10;
}

#dot5 {
	background: url(../images/redDot5.png) no-repeat;
	width: 97px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 164px;
	left: 601px;
	z-index: 10;
}

#dot6 {
	background: url(../images/redDot6.png) no-repeat;
	width: 97px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 164px;
	left: 601px;
	z-index: 10;
}
#dot7 {
	background: url(../images/redDot7.png) no-repeat;
	width: 97px;
	height: 97px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 164px;
	left: 601px;
	z-index: 10;
}

/* right column start */
.column {
	float: right;
	width: 225px;
	margin: 16px 19px 0 0;
	padding: 0 0 20px;
	display: inline;
}
/* image */
.column .image {
	float: right;
	padding: 0 1px 0 0;
}
/* subnavigatiopn start */
.subnavigation-box {
	background: url(../images/sub-nav-bg.gif) no-repeat;
	width: 214px;
	float: right;
	margin: 32px 0 0;
}
.subnavigation-box ul {
	margin: 0;
	padding: 7px 0 10px;
	background: url(../images/sub-nav-bg-bottom.gif) no-repeat 0 100%;
	font: bold 11px/14px Arial, sans-serif;
}
.subnavigation-box ul li {
	list-style: none;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 1px 0 6px;
	padding: 6px 0 7px 13px;
}
.subnavigation-box ul li.last {
	border: none;
	padding-bottom: 6px;
}

.subnavigation-box ul li a .camera{
	text-decoration: none;
	color: #7d7e7f;
	text-transform: uppercase;
	background: url(../images/camera.gif) no-repeat 164px 3px;
	display: block;
}

.subnavigation-box ul li a {
	text-decoration: none;
	color: #7d7e7f;
	text-transform: uppercase;
	background: url(../images/pointer-2.gif) no-repeat 164px 3px;
	display: block;
}
.subnavigation-box ul li a:hover {
	text-decoration: underline;
}
/* subnavigatiopn end */
/* quote box start */
.quote-box {
	float: right;
	background: url(../images/quote-open.gif) no-repeat;
	padding: 7px 0 0 29px;
	margin: 23px 0 0;
	width: 185px;
}
.quote-box div {
	background: url(../images/quote-close.gif) no-repeat 153px 100%;
}
.quote-box cite {
	color: #d2f7fc;
	font: italic 12px/18px Arial, sans-serif;
	margin: 0;
	padding: 0 30px 0 0;
	display: block;
}
.quote-box p {
	margin: 3px 0 0;
	color: #fff;
	font: 11px/14px Arial, sans-serif;
}
/* quote box end */
/* column end */

/* hidden boxes in solutions */
.moreBox 
	{
	display: none;
}

.orangebold {
	font: bold 11px/14px Arial, sans-serif;
	color: #03c6db;
}

.news {
	padding: 5px 5px 0px 10px;
	color: #595959;
	font: 12px/17px Arial, sans-serif;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

.newsRow {
	padding: 5px 5px 0px 10px;
	color: #595959;
	font: 12px/17px Arial, sans-serif;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.newsColumn {
	padding: 5px 5px 0px 10px;
	color: #595959;
	font: 12px/17px Arial, sans-serif;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#faq p {
	color: #595959;
	font: 12px/17px Arial, sans-serif;
	margin-top: -12px;
}

.dotsSeparator {
	color: #03c6db;
}

.formTag {
	font: 11px/14px Arial, sans-serif;
	color: #333333;
	background-color: #CCEDFF;
	padding-left: 10px;
}

.required {
color:#CC0000;
}

INPUT {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #2c7b84;
border-right-color: #2c7b84;
border-bottom-color: #2c7b84;
border-left-color: #2c7b84;
font-size: 10px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
}

TEXTAREA {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #2c7b84;
border-right-color: #2c7b84;
border-bottom-color: #2c7b84;
border-left-color: #2c7b84;
font-size: 10px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
}

SELECT {
font-size: 11px;
color: #333333;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #999999;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #999999;
}