@charset "UTF-8";
/* CSS Document */










body, div, dl, dt, dd,  h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea,th, td {
	margin:0;
	padding:0;
	position: relative;
}
blockquote{
padding-left:30px;
}

ul, ol, li{
padding-left:0px;}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
p, ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* GLOBAL SETTINGS */

/* -------------------- */



a {
	color: #00C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	color: #32467b;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
.clear {
	clear: both;
	line-height: 1px;
	height: 1px
}
.right {
	float:right;
}
img.right {
	padding:0 0 10px 20px;
}
img.left {
	padding:0 20px 10px 0;
}
.left {
	float:left;
	padding: 10px;
}
.strong {
	font-weight:bold;
}
.up {
	text-transform:capitalize
}
 img {
	padding:0;
	margin:0;
}
dt {
	padding-top:10px;
	font-weight:bold;
}
/* font size switcher */

p{
	line-height:1.5em;
	margin-bottom:4px;
	padding-left: 10px;
	padding-right: 10px;
}


/* BASIC LAYOUT */

/* -------------------- */



body {
	margin: 0 auto;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	background-color:#00b0b9;
}
#container {
	position:relative;
	width: 940px;
	margin:auto;
	background-color:#000033;
	text-align: left;
	margin-top: 20px;
}

.container-bottom{
	width:940px;
	height:99px;
	clear:both;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* HEADER */

/* -------------------- */
#header {
	width:940px;
	height:290px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(../images/header.png);
	overflow: hidden;
}
/****************************** TOP NAVIGATION *******************/	
#top_nav {
	position: absolute;
	float:left;
	font-size: 14px;
	text-align: left;
	height: auto;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	top:160px;
	left: 862px;
	z-index:100;
}
#top_nav ul li {
	margin-top:5px;
	float:left;
	display:inline;
}
#top_nav a {
	color:#FFFFFF;
}
#top_nav li:hover, #top_nav li a:hover {
	color:#999999;
}
/* NAVIGATION */

/* -------------------- */

#navigation {
	height:auto;
	width:215px;
	position:relative;
	z-index:9999;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
	margin-left: 15px;
}
#nav {
	list-style:none;
	position:relative;
	padding:0;
	width:175px;
	z-index:900;
	font-family:arial, verdana, sans-serif;
}
#nav li.top {
	display:block;
	padding: 0;
	height:40px;
	margin-top:10px;
}
#nav li.two {
	display:block;
	padding: 0;
	height:40px;
	margin-top:5px;
}
#nav li.three {
	display:block;
	padding: 0;
	height:25px;
	margin-top:15px;
}
#nav li a.top_link {
	background:transparent;
	display:block;
	color:#f3e7cb;
	display:block;
	line-height:18px;
	text-decoration:none;
	font-size:16px;
	cursor:pointer;
}
#nav li:hover a.top_link {
	color:#000;
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}
#nav li:hover ul.sub {
	left:50px;
	top:15px;
	background-color:#4fb077;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:115px;
	height:auto;
	z-index:9999;
	text-align:left;
}
#nav li:hover ul.sub li {
	display:block;
	height:25px;
	position:relative;
	width:110px;
	font-weight:normal;
	margin:0px;
}
#nav li:hover ul.sub li a {
	display:block;
	font-size:14px;
	height:25px;
	width:110px;
	line-height:25px;
	text-indent:5px;
	color:#fff;
	text-decoration:none;
	border:1px solid #bbd37e;
}
#nav li ul.sub li a.fly {
	background:#bbd37e url(images/arrow.gif)40px 6px no-repeat;
}
#nav li:hover ul.sub li a:hover {
	background-color:#0863aa;
	color:#fff;
	border-color:#fff;
}
#nav li:hover ul.sub li a.fly:hover {
	background:#6a812c url(images/arrow_over.gif) 80px 6px no-repeat;
	color:#fff;
}
#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
	left:100px;
	top:-4px;
	background:  #997E4C;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:150px;
	z-index:999;
	height:auto;
}
#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background:#6a812c url(images/arrow_over.gif) 80px 6px no-repeat;
	color:#f3e7cb;
	border-color:#fff;
}
#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly {
	background:#bbd37e url(images/arrow.gif) 80px 6px no-repeat;
	color:#f3e7cb;
	border-color:#bbd37e;
}
.wrapper {
	width:920px;
	padding-left:10px;
	position: relative;
}

#title {
	width:670px;
	background-color: #ABD3C0;
}
#title h1 {
	font-size:22px;
	color:#009;
	font-family: "times new roman";
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
	padding-bottom: 5px;
	width: 670px;
	margin-top: 10px;
	line-height: 1.8em;
	padding-top: 5px;
}
#left {
	height:auto;
	padding:0px;
	width: 690px;
	float: left;
	background-color: #FFFFFF;
}
.comments{
	width:680px;
	position:relative;
}

#content {
	width:670px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	position: relative;
	margin-right: 0px;
	padding-right: 10px;
}


.content-list{
	padding-left:25px;
	line-height: 1.6em;
}
#left_bottom {
	width:690px;
	height:54px;
	background-image: url(../images/content-footer.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 300;
	margin-top: 0px;
	position: relative;
}
/******** Right  Side *************************/
#right {
	
	
	position: relative;
	
	
	width: 215px;
	float: right;
}

#right h1{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	font-variant: small-caps;
	text-align: center;
	line-height: 1.4em;
	padding-bottom: 90px;
	margin-top: 10px;
}

.bluebox{
	width: 215px;
	float: left;
	background-color: #00B0B9;
}

.bluebox-top{
	height: 130px;
	font-family: "Tekton Pro Bold", "Comic Sans MS Bold", Arial;
	width: 215px;
	float: left;
	background-image:url(../images/lt-blue-top.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

.bluebox-content{
	color:#fff;
	font-size:12px;
	padding-right:10px;
	padding-left:10px;
	margin-top:-75px;
	float: left;
}


.bluebox-end{
	background-image: url(../images/lt-blue-footer.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 215px;
	height: 27px;
	float: left;
	margin-left: 0px;
	margin-top: -3px;
}
/************ FAQ ***********************/

.question{
	Color:#000;
	font-size:14px;
	display:block;
	background-color: #96DAEE;
}

.mainsm
{
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
}

.first{display:block;
background-color:#A5C3DF;
}

.second{background-color:#ABD3C0;}



/*********product table**********/
 .top{
	height:25px;
}
.descript{
padding:10px;}

.contact {
	width:620px;
	float:left;
	margin-top:-3px;
	padding: 5px 0px 25px 0px;
}
.contact_box {
	padding-top:10px;
	height:auto;
	width:220px;
	float:left;
	display:block;
	padding-left: 5px;
	margin-right: 0px;
}
.contact h1 {
	line-height: 1.5em;
}
.contact .adr {
	float:left;
	padding-top:10px;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	color:#3e3a23;
	width:190px;
}
.contact .tel {
	padding-top:5px;
	font-size:16px;
	font-weight:bold;
	font-family:times, times new roman, serif;
	color:#3e3a23;
}
.vcard .email {
	font-size:14px;
}
.vcard a {
	color:#32467b;
}
.vcard a:hover {
	color:#f2dcb1;
}
#contact {
	width:650px;
	float:left;
	margin-top:-3px;
	padding: 5px 0px 25px 0px;
}
.contact_boxrt {
	padding-top:10px;
	height:auto;
	width:370px;
	float:right;
	display:block;
	margin-right: 10px;
	margin-left: 10px;
}
.contactrt .adr {
	float:left;
	padding-top:10px;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	color:#3e3a23;
	width:190px;
}
.contactrt .tel {
	padding-top:5px;
	font-size:16px;
	font-weight:bold;
	font-family:times, times new roman, serif;
	color:#3e3a23;
}
.contact_image {
	padding-top:10px;
	height:auto;
	width:340px;
	float:right;
	display:block;
	margin-right: 10px;
	margin-left: 10px;
}
.vcardrt .email {
	font-size:14px;
}
.vcardrt a {
	color:#32467b;
}
.vcardrt a:hover {
	color:#f2dcb1;
}
/* FOOTER */

/* -------------------- */

#footer {
	width:920px;
	margin:0;
	padding:0;
	text-align:left;
	color:#f9eed0;
	font-size:30px;
	line-height:15px;
	height: 50px;
	position:relative;
	padding-left:10px;
	clear:both;
}
#footer a,  #footer h1,  #footer h2,  #footer h3,  #footer h4,  #footer h5,  #footer h6 {
	color: #fdf8ef;
	font-size:10px;
}
#footer #copy {
	color: #f9eed0;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 0;
	width: 920px;
}
#footer ul {
	clear:left;
	width: 920px;
}
#footer li {
	float:left;
	padding-right:7px;
	margin-right:5px;
}
#footer li.last {
	background:none;
}
#footerAddress dl {
	padding-top:15px;
	float:left;
}
#footerAddress dl.first {
	width:194px;
}
#footer #footer-stores {
	clear:left;
}
#footer #other-facilities {
	clear:left;
	padding:15px 0;
}
div#footer p.footerBrand {
	padding: 5px 0;
	margin :0;
	line-height: 20px;
	text-align: left;
}
div#footer p.footerBrand a {
	font-size: 11px;
}
right div#footer p.footerBrand span {
}
div#footer p.footerBrand span img {
	position: relative;
	padding: 0 0 0 5px;
	top: 5px;
}
