/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px Arial, Verdana, Helvetica, Sans Serif;
	color: #676767;
	text-align: left;
	background: #FFF url(images/bg.gif) repeat-x top center;
}

img {
	display: block;
	border: none;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #0f4271;
	text-decoration: none;
}
a:hover {
	color: #86C3DF;
	text-decoration: underline;
}


/*________ MAIN NAV ________*/


#mainNav {
	font: 12px Arial, Verdana, Sans Serif;
	font-weight: bold;
	color: #787878;
	text-align: center;
	padding: 12px 0;
	height: 18px;
	background: #FFF url(images/bg-nav.gif) no-repeat top center;
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	color: #787878;
	text-decoration: none;
	padding: 12px 14px;
}
#mainNav li a:hover {
	color: #FFF;
	background-color: #FFF;
	text-decoration: none;
	padding: 12px 14px;
	background: #86c3df url(images/bg-nav-roll.gif) repeat-x top center;
}


/*________ FLASH AREA ________*/

#intro {
	height: 360px;
	margin-bottom: 20px;
}


/*________ CONTENT ________*/

#contentTopBorder {
	background: url(images/bg-content-top.gif) no-repeat top;
	overflow: hidden;
	margin: 20px 0;
}
#contentBottomBorder {
	background: url(images/bg-content-bottom.gif) no-repeat bottom;
	overflow: hidden;
}
#contentBodyBorder {
	background: #FFF url(images/bg-content.gif) repeat-y top center;
	margin: 10px 0 10px 0;
	padding-bottom: 20px;
	overflow: hidden;
}
#contentTopBorderSidebar {
	background: url(images/bg-content-top-sidebar.gif) no-repeat top;
	overflow: hidden;
	margin: 20px 0;
}
#contentBottomBorderSidebar {
	background: url(images/bg-content-bottom-sidebar.gif) no-repeat bottom;
	overflow: hidden;
}
#contentBodyBorderSidebar {
	background: #FFF url(images/bg-content-sidebar.gif) repeat-y top center;
	margin: 10px 0 10px 0;
	padding-bottom: 20px;
	overflow: hidden;
}

#sidebar {
	float: left;
	margin: 0 20px 0 5px;
}

#content.sidebar {
	float: left;
	width: 720px;
	margin: 0;
}

#content {
	float: none;
	margin: 0 30px 0 30px;
}
#content h2 {
	margin: 10px 0 15px 0;
	color: #86c3df;
	;
	font-weight: bold;
	font-family: "Swis721 Cn BT";
	text-align: left;
	font-size: 16px;
}
#content h3 {
	margin-bottom: 5px;
	color: #787878;
	font: Arial;
	;
	font-weight: normal;
	font-size: 16px;
}
#content p {
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: Arial;
	font-style: normal;
	color: #787878;
	font-size: 12px;
	text-align: left;
}
#content p strong {
	color: #666;
	font-size: 13px;
}
#content ul, #content ol {
	margin: 0 0 15px 45px;
	line-height: 1.4;
}
#content .button a {
	background: #e6e6e6;
	border: 1px solid #c7c7c7;
	padding: 10px 15px;
	color: #787878;
	font-weight: bold;
	display: block;
	width: 200px;
	text-align: center;
}
#content .button a:hover {
	background: #cdcdcd;
	border: 1px solid #b0b0b0;
	text-decoration: none;
	color: #FFF;
}

#productsMainButtons img {
	float: left;
	margin-bottom: 10px;
}

.testimonial {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: normal;
}
.testimonial .testimonialName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #1f5484;
	font-size: 16px;
}

#faq p strong {
	color: #86c3df;
	font-size: 16px;
	font-weight: normal;
}

#promoButtons {
	height: 190px;
	margin-bottom: 20px;
}
#promoButtons img {
	float: left;
}


/*__________FOOTER__________*/

#footerContainer {
	text-align: center;
	width: 100%;
	clear: both;
	background: #86c3df url(images/bg-footer.gif) repeat-x top center;
}
#footer {
	font-size: 11px;
	color: #036;
	text-align: left;
	width: 950px;
	height: 322px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #86c3df;
	background-image: url(images/bg-footer2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 0em;
}

#footer ul {
	font: 11px Arial, Verdana, Sans Serif;
	color: #c2d0de;
	height: 18px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #FFF;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
#footer ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer ul li a.noBorder {
	border: 0;
}

#footer a {
	color: #036;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


/*________ MISC ________*/

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.imgCenter {
	margin: 0 auto;
}

/*__________ CONTACT US __________*/

#contactDetails {
	float: left;
	width: 420px;
}

#contactDetails dl {
	width: 250px;
}

#contactDetails dl dt {
	float: left;
	margin-bottom: 10px;
	clear: both;
	width: 70px;
	font-weight: bold;
}

#contactDetails dl dd {
	margin-bottom: 10px;
	overflow: hidden;
}

#emailUs {
	overflow: hidden;
width: 450px;
}

#emailUs form p.small {
margin: 0 0 0 130px;
font-size: 11px;
margin-bottom: 10px;
}

#emailUs form fieldset {
	width: 450px;
	border: 0;
}

#emailUs form fieldset legend {
	display: none;
}

#emailUs form label {
	float: left;
	clear: both;
	width: 110px;
	padding-top: 2px;
	margin: 0 20px 10px 0;
	text-align: right;
}

#emailUs form fieldset input {
	margin: 0 0 10px 0px;
	padding: 2px 0 2px 3px;
	width: 197px;
}

#emailUs form fieldset select {
margin: 0 0 2px 0;
padding: 2px;
}

#emailUs form fieldset textarea {
	width: 257px;
	height: 120px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 3px;
	overflow: auto;
	font: 100% Arial,Verdana,sans-serif;
}

#emailUs form input {
	margin: 0 0 0 130px;
}

#emailUs #verification {
margin: 0 0 0 130px;
}

#emailUs #verification a {
padding: 2px 0;
display: block;
}

#emailUs #verification label {
float: none;
display: block;
width: auto;
text-align: left;
padding: 0 0 2px 0;
margin: 0;
}

#errorText {
	border: 1px solid #a60000;
	color: #a60000;
	background-color: #f78282;
	padding: 10px 20px 10px 20px;
	margin: 0 0 10px 0;
}

body #container #content #errorText p {
	margin: 0;
	padding: 0 0 5px 0;
}

#errorText ul {
	padding: 0;
}

#errorText ul li {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: disc;
	font-weight: normal;
}

#successText {
	border: 1px solid #0a6d00;
	color: #0a6700;
	background-color: #87f77b;
	text-align: center;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

#successText p {
	padding: 0;
	margin: 0;
}
