@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}
body {
	background: #FFFFFF url(../images/footerOrange.gif) repeat-x bottom;
	margin: 0px;
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
img {
	border: 0px;
}
a:link {
	font-weight:bold;
	color:#006699;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color:#006699;
	text-decoration:none;
}
a:active {
	font-weight:bold;
	color:#006699;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color:#006699;
	text-decoration:underline;
}
/*CSS FOR Slider*/
#sliderWrap {
	margin: 0 auto;
	width: 802px;
}
#slider {
	position: absolute;
	width: 802px;
	height: 500px;
	margin-top: -510px;
	background: transparent url(../images/CONTACTS.jpg) no-repeat 20px bottom;
}
#sliderContent {
	position: absolute;
	text-align:center;
	color:#333333;
	font-weight:bold;
	background: transparent;
	height: 500px;
	width: 802px;
}
#sliderWrap #slider #sliderContent #ContactInfo {
	position: relative;
	text-align: left;
	background: #FFFFFF;
	margin-top: 275px;
	margin-left: 250px;
	padding: 40px;
	margin-right: 50px;
	border: 1px solid #FF0000;
	font-weight: lighter;
}
#openCloseIdentifier {
    height: 1px;
}
/*CSS DEFINITION FOR MENU*/
#pointermenu {
	border-top: 7px solid black;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#pointermenu ul {
	margin: 0;
	margin-left: 15px;
	float: left;
	padding-left: 8px;
	font: bold 13px Verdana;
	background-color: black;
	background: black url(../images/leftround.gif) bottom left no-repeat;
}
* html #pointermenu ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em;
	margin-left: 7px; /*menu offset from left edge of window in IE*/
}
#pointermenu ul li {
	display: inline;
}
#pointermenu ul li a {
	float: left;
	color: white;
	font-weight: bold;
	padding: 2px 11px 7px 7px;
	text-decoration: none;
	background: url(../images/pointer.gif) bottom center no-repeat;
	text-transform: uppercase;
}
#pointermenu ul li a:visited {
	color: white;
}
#pointermenu ul li a:hover, #pointermenu ul li a#selected {
	color: #FFCC00;
	text-transform: uppercase;
}
#pointermenu ul li a#rightcorner {
	padding-right: 0;
	padding-left: 2px;
	background: url(../images/rightround.gif) bottom right no-repeat;
}
#Scontainer {
	text-align: center;
	margin: 0px auto;
	width: 802px;
	min-height: 100%;
	background: url(../images/background3.jpg) repeat-y center center;
	border-top: 1px solid #CCCCCC;
}
#Scontainer #Sproducts img {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#Scontainer #SLogo {
	padding-top: 5px;
	padding-bottom: 20px;
}
#Scontainer .bdivbg {
	height: 25px;
	background: url(../images/divbgblack.gif) repeat-x;
}
#Scontainer .odivbg {
	background: url(../images/divbgOrange.gif) repeat-x;
	height: 25px;
}
#Scontainer #Sproducts {
	padding-top: 20px;
	padding-bottom: 10px;
}
.padbot30 {
	padding-bottom: 30px;
}
.clear {
	clear:both;
	height:0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bottom-menu {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 11px;
	background: #fff;
	margin: 0px auto;
	width: 500px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 11px;
	background: #fff;
	margin: 0px auto;
	width: 500px;
	padding-top: 2px;
	padding-bottom: 5px;
}
.copyright a:hover {
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
}
#footer {
	margin: 0px auto 7px!important;
	width: 802px!important;
	background: url(../images/background3.jpg) repeat-y center center!important;
	text-align: right!important;
	border-bottom: 1px solid #CCCCCC!important;
	padding:0!important;
}
#footer a {
	color: #D7421D!important;
	font: italic lighter 10px/10px Geneva, Arial, Helvetica, sans-serif!important;
}
#footer p {
	padding-right: 10px!important;
	padding-top: 20px!important;
}
div.offscreen { text-indent: -9999px; display:none; }
div.status {
  background:none repeat scroll 0 0 #CCFF88;
  border-color:#BBEE77;
  color:#336600;
	padding: 20px;
	margin-bottom: 20px;
}