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

body {
background: #3882B1;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
width: 940px;
background: #FFF;
border: 2px solid #000;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
padding-top:0px;
margin-top:0px;

}

#header {
width: 940px;
background: #FFF;
}

#search {
background: #93C089;
min-height: 40px;
margin-bottom: 5px;
}

#head_r {
float: right;
}
#nav_r {
float: right;
margin-top: -14px;
}
#head_r img {
margin-top: 8px;
}

#bar {
float: left;
width: 540px;
padding-top: 10px;
padding-left: 10px;}

#livechat {
	float:left;
	width: 387px;
	padding-right: 3px;
	padding-top: -5px;
}	
	
#container {
width: 940px;
}	

#left {
width: 150px;
float:left;
margin-left: 5px;
}

#navleft {
border: 2px #3583B1 solid;
margin-bottom: 5px;
}

#navleft a {
margin-left: 5px;
text-decoration:none;
}

.sidetop {
background-color: #93C089;
}

#links {
border: 2px #3583B1 solid;
margin-bottom: 5px;
}


#main {
	width: 620px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

#slideshow {
    text-align: center;
}

#products {
width:613px;
border: 2px solid #000;
margin-top:5px;
}

#right {
width: 150px;
float:left;
margin-right:5px;
}

#seals {
border: 2px #3583B1 solid;
margin-bottom: 5px;
}

#testimonials {
border: 2px #3583B1 solid;
}

div.clear {
 clear: both;
  }



#seotext {
padding-left: 10px;
padding-right: 10px;
}

h1 {
color: #4365C9;
font-size: 14px;
margin-top: 0px;
}

h1.side {
color: #4365C9;
font-size: 14px;
}

h2 {
font-size:14px;
color:#fff;
margin-top:0px;
}

img
{  border-style: none;
}

#footer {
background: #FFF;
width: 940px;
border-top: 2px #000 solid;
}

#footer a {
color: #000;
}

#myGallery
{
width: 400px !important;
height: 225px !important;
} 

#right1 {
width: 613px;
}

#koozieleft {
float: left;
width: 152px;
}

#koozieright {
float: right;
width: 153px;
}

#kooziesleft {
float: left;
width: 152px;
}

#kooziesright {
float: right;
width: 153px;
}


table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #93C089;
	height: 29px;
	padding-left: 4px;
	padding-right: 4px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 4px;
	padding-right: 4px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #93C089;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}

div.tooltip { display: inline; -webkit-border-radius: 9px; -moz-border-radius: 9px; text-align: right; }
div.tooltip:hover {background: #3882B1; text-decoration:none; } /*BG color is a must for IE6 - 3882B1 is page background */
div.tooltip span {display:none; padding: 0.1em; margin-right: 1em; } /*  margin-right: 7em;  */
div.tooltip:hover span{display:inline; background:#ffffff; border:1px solid #cccccc; color:#4c4c4c; font-size: 1.5em; }
