﻿@charset "utf-8";
/* CSS Document */
/************** General **************/
body{
	margin:0px;
	padding:0px;
	background-color: #FFF;
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	overflow-x: hidden;
}
.sohotext, .text {
    font-family:Calibri, Arial, Helvetica, sans-serif;
    font-size:14px !important;
    color:#747373;
    text-align:justify;
    padding-right:20px;
    padding-left:15px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#header{
	float:left;
	width:100%;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
	padding-bottom:15px;
	height: 190px;
}
#search {
	height:60px;
	text-align:right;
	float:right;
	line-height:normal;
	margin-bottom:0px;
	padding:0px !important;
	margin-top: 110px;
	width: 300px;
	text-align:right !important;
}
#ss-exact-phrase-container {display: none; }
#supersearch-container { text-align:right ; }
.align {clear: both;}
table tr th { text-align:left;}
table { border-collapse: collapse; }
/*****************  Content section ****************/
#content{
	float:left;
	margin-top:10px;
	width: 100%;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	color:#00375e;
}
#content h2{
	font-size:20px;
	font-weight:bold;
	color:#00375e;
}
#content h3{
	font-size:20px;
	font-weight:bold;
	color:#00375e;
	padding-top:-5px;
}

#content p a{
	color:#00375e;
	text-decoration:underline;
}
#content p a:hover{
	text-decoration:none;
}

/********* top menu stuff *******************/
.menu_container{	float:left;	width:100%;}
.mButton { width:141px; float:left; height:29px; border:0px;  }
.submenu {position: absolute; display: block; width:200px; margin-left: 140px; margin-top:-217px;}
#submenu {position: absolute; display: none; width:200px; margin-left: 140px; margin-top:-216px;}
#submenu1 {position: absolute; display: none; width:300px; margin-left: 422px; margin-top:-216px;}
.hmains {
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	height:35px; 
	line-height:35px;
	background-color:#4fb7b0 !important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.hmains a:link {
  color: white;
  text-decoration: none;
  display: inline-block;
  border:none;
  background-color:#4fb7b0 !important;
   padding-left:37px;
	padding-right:37px;
}
.hmains a:hover {
	color: #fff;
	text-decoration:none;
	background-color:#6da2c7 !important;
	padding-left:37px;
	padding-right:37px;
}
.hmains a:visited {color: white; text-decoration: none;  }
.hmains a:visited:hover {
	color: #FFF;
	text-decoration:none;
	background-color:#6da2c7 !important;
}
.hmains a:current {color: orange; text-decoration: none;  }
/************ Other links  **************/
a img {border: medium none;}
a:link,
a:visited{color: #000; text-decoration:none;}
a:hover,
a:visited:hover{color:#666; text-decoration:underline; }
/******************** footer ******************/
.footer{
	font-family:"Century Gothic";
	font-size:13px;
	color:#FFF;
	text-align:center;
	line-height:35px;
	float: left;
	width: 100%;
	background-color: #FFF;
	background-image: url(images/footerback.gif);
	background-repeat: repeat-x;
	background-position: center 50px;
	margin-top: 25px;
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 15px;
}
.footer a:link,
.footer a:visited {	color: #FFF;	text-decoration: none;}
.footerlink a:hover,
.footer a:visited:hover  {	color: #999;	text-decoration: underline;}

#copyright {
	text-align:left;
	color: #000;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	width:550px;
	float:left;
	padding-left:0px;
	line-height: 14px;
	margin-bottom:25px;
}
#copyright a:link,
#copyright a:visited{	color:#333;	text-decoration:none;}
#copyright a:hover,
#copyright a:visited:hover{color:black; text-decoration:underline ;}

#right_side {
	text-align:right;
	color: #000;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	width:400px;
	float:right;
	text-align:right;
	line-height: 15px;
}
#right_side a{
	color:#000;
}
/********************** product pages ********************/
.solid-border{ border:1px solid #333;}
ul{ text-align:left; padding-left:10px;}
ul li{ padding-left:15px;}
.shiftUp { top: -130px !important; }
.pdg_menu_ul{top:245px;z-index:100;}
.pdg_menu_ul_hide{}
.pdg_menu_li,.pdg_menu_li_ul_li{background-color: #4fb6b0;border-style:solid;border-width:1px;color:white;display:block;height:20px;list-style-type:none;margin-right:1px;padding-bottom:2px;padding-left:4px;padding-right:4px;padding-top:2px;position:relative;text-decoration:none;}
.pdg_menu_li:hover,.pdg_menu_li_ul_li:hover{cursor:pointer;}
.pdg_menu_ul,.pdg_menu_li_ul{margin:0;padding:0;position:absolute;text-align:left;}
.pdg_menu_li_ul{display:none;top:0;width:332px;}
.product_page_hide{display:none;}
.product_page{margin-left:193px;}

