/* CSS Document */

body{
	margin: 0px;
	background-color: #FFFFFF;
	background:url(../images/bg.gif) repeat fixed;
}

a:link {
	text-decoration: none;
	/*color:#003399*/
}
a:visited {
	/*color:#66CCFF*/
	text-decoration: none;
}
a:hover {
	color:#6699FF;
	text-decoration: none;
}

#top{
	height: 52px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/top_logo.jpg);
}
#adv{
	height: 200px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/new_banner_advo.jpg);
}

.menu{
	height: 30px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/menu_new_sm.jpg);
	color:#FFFFFF;
}

.menu ul {
	list-style:none;
	margin:0;
	padding-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
}
	
.menu li {
	float:left;
	width:144.5px;
	margin:0;
	padding:0;
	text-align:center;
}

.menu li a {
	display:block;
	padding:8px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	border-right:2px groove #6485c8;
	background:url(../Images/menu_bg_nw5.jpg) repeat 0 0;
}

.menu li a:hover, li a:focus, li a:active {
	background-position:-150px 0;
}

/*
#menu ul{
	margin:0;
	padding:0;
	float:left;
	width:100%;

}
#menu li{
	display:inline;
	margin: 5px;
}
#menu ul a{
float:left;
}
*/
.menu ul a:hover{
	color: #CCFF00;
}
/*
.menu ul a:visited{
	color: white;
}
*/
#search{
	background-image: url(../images/search_sm.jpg);
	height: 37px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0 0px 0;
}
.innersearch{
	height: 37px;
	width: 980px;
	padding: 3px 0 0px 0;
}
#container{
	background-image: url(../images/content_bg_sm.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.leftside{
	width: 700px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float:left;
	height: auto;
}
.rightside{
	width: 250px;
	float: right;
	padding-right:0px;
}
.clear{
	clear: both;
}
#footer{
	background-image: url(../images/bottom_sm.jpg);
	height: 100px;
	width: 980px;
}
table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding-top: 0px;
}

table .title{
	font-weight: bold;
	font-size: 12px;
	background-color:#CCCCCC;
	background-image: url(../images/title_bar.jpg);
	height: 25px;
	padding-left: 10px;
	color: #333333;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#logo {
	position:absolute;
	left:150px;
	top:8px;
	width:350px;
	height:98px;
	z-index:1;
}
.date {
	padding-top:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: white;
}
.p {float:left;width:144px;margin:0;padding:0;text-align:center;}
.product_title {
	padding-left:32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#990000;
}
.searchtbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	height: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.searchtbl_left{
	width: 130px;
	padding-left: 10px;
	float:left;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.searchtbl_right{
	width: 150px;
	float: right;
}
.paging {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
.tableborder {
	border: thin solid #CCCCCC;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 340px; /*width of featured content slider*/
height: 90px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 320px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 3px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #FEE496;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.contact_bg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 288px;
	text-align: center;
}

.chromestyle{
height: 30px;
width: 980px;
font-weight: bold;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background: url(../images/menu_new_sm.jpg);
}
/*
.chromestyle:after{ 
content: "."; 
display: block; 
clear: both; 
visibility: hidden;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

.chromestyle ul{
height: 30px;
width: 1000px;
background: url(../images/menu_new.jpg); 
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-align: center; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url(../images/menu_new.jpg); 
}
*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; */
border-bottom-width: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
/*font:normal 12px Arial;*/
line-height:18px;
z-index:100;
background-color: #2f56a5;
width: 230px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
/*border-bottom: 1px solid #BBB;*/ 
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000632;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.prod_box {
	border: thin solid #424F6F;
}
.prod_title {
	padding-left:32px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #424F6F;
}

.footer_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.quicklink {
	border: thin solid #000632;
}

#gallery {
	height: 200px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
	z-index:600;
	background-color:#000;
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:25px;
	width:100%;
	position:absolute;
	bottom:402px;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
