/* global */
html,body{
margin:0px;
}
body{
	background-image: url(../images/bg_rep.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: rgb(228,240,249);
	font: normal 11px/16px Tahoma, Verdana, Arial, sans-serif;
	margin: 0px;
	color: #333333;
}

h3 {
	font: bold normal 10pt Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #0033CC;	
}
h4 {
	font: bold normal 10pt Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:5px;
}
a:link { font-weight: normal; text-decoration: none; color: #003399;}
a:visited { font-weight: normal; text-decoration: none; color:#003399;}
a:hover, a:active { text-decoration: underline ; color: #003399;}


#container {
	width: 938px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	#header {
	width:870px;
	height:125px;
	background-color: rgb(13,100,161);

}

	#trail{
	padding-top:23px;
	height:20px;
	width:740px;
	}
	
	#trail a:link{
	font-weight: bold;	
	}
	
	#newsletter{
	width:115px;
	margin-left:10px;
	margin-top:15px;	
	border:1px solid #FFFFFF;
	}
	
	#content {
	padding: 0;
	margin-left: 160px;
}
	#sidebar-a {
	float: left;
	width: 140px;
	\width: 140px;
	w\idth: 140px;
	height: 450px;
	margin: 0;
	margin-right: 0;
	padding: 0;
}
	#footer {
	clear: both;
	padding: 0;
	margin-top: 0;
	text-align: right;
	padding-right:40px;

}

/*homepage*/

#homecontent{
	width: 365px;
	padding-top:5px;
	float:left;

}
#homevideo{
	width: 340px;
	height: 200px;
	border: none;
	float:left;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	background-repeat: no-repeat;
	background-position: left center;
}

#homequickcontainer{
	width: 365px;
	height: 425px;
	float:right;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
}

#homequicklinks{
	width: 355px;
	height: 200px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding-left: 5px;
	border-right: 1px none #000000;
	border-bottom: 1px solid #999999;
	border-left: 1px none #000000;
}

#homeboxes{
	width: 100px;
	height:140px;
	margin:5px;
	float:left;
}

/*product item/portal page*/
#prodheading{
	font-family: Arial;
	color:#FCA503;
	font-size:20px;
	font-weight:bold;
	margin-top:18px;
	width:725px;
	height:30px;
	border-bottom: 1px solid #999999;
}

#prodcontent{
	margin-top:10px;
	width:500px;
	float:left;
}
#prodcontent1{
	margin-top:10px;
	width:300px;
	float:left;
}

#prodimage{
	width:160px;
	height:200px;
	margin:10px;

	background-color: #CCCCCC;
}

#prodsubnav{

	width: 188px;
	margin-top:10px;
	position: relative;
	padding-right:21px;
	float:right;
}

#prodtree{
	width:185px;
}

#prodtreetrail{
padding-top:23px;
height:25px;
	font-size: 12px;
	font-weight: bold;

}

#prodtreetrail a:link{
font-weight: bold;	
	font-size: 12px;
	font-weight: bold;

}


#prodspecs{
	width:160px;
	height:200px;
	margin:10px;
	background-color: RGB(243,246,251);
	background-image: url(../images/specs_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border:1px solid gray
}

#prodspecshead{
	width:100%;
	height:20px;
	border-bottom:1px solid gray;
	background-image: url(../images/specs_headbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5pt;	
}

#prodmidcontainer{
	width:200;
	float:left;
}

.form
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	BORDER-RIGHT: #98ABC0 1px solid; 
	BORDER-TOP: #98ABC0 1px solid; 
	BORDER-LEFT: #98ABC0 1px solid; 
	BORDER-BOTTOM: #98ABC0 1px solid; 
	BACKGROUND-COLOR: #ffffff; 
	TEXT-ALIGN: left;

}
.button
{
	BORDER-RIGHT: #98ABC0 1px solid;
	BORDER-TOP: #98ABC0 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER-LEFT: #98ABC0 1px solid;
	BORDER-BOTTOM: #98ABC0 1px solid;
	FONT-FAMILY: Verdana;
	text-align: center;
}

/*menu*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
    Z-index:1000;
	width: 128px;

	}

ul li {
	position: relative;
	background-image: url(../images/nav_button.gif);

	}
	
li ul {
	position: absolute;
	left: 127px; /* Set 1px less than menu width */
	width: 145px;
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	background-image: url(../images/nav_subbutton.gif);
	color: #777;
	padding: 4px 5px 4px 20px;
	border-bottom: 0 solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	}
	
ul li.last {
	display: block;
	text-decoration: none;
	color: #777;
	background:url(../images/nav_bottom.gif) no-repeat left top;
	padding: 5px 5px 5px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}

ul li.last a {
	background-image: none;
	border: none;
	}
	
ul li.first{
	display: block;
	text-decoration: none;
	color: #777;
	background: url(../images/nav_top.gif) no-repeat left bottom; /* IE6 Bug */
	padding: 5px 5px 5px 20px;
	}
	
ul li.first a {
	background-image: none;
	border: none;
	}




/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #FF9900; background: #f9f9f9; } /* Hover Styles */
ul li.last a:hover { color: #FF9900; }
ul li.first a:hover { color: #FF9900; }
		
li ul li a { padding: 2px 5px 5px 20px; background-repeat: repeat;} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

/*subnav*/


#prodcontent li{
	background-image: none;
	list-style-position: inside;
	list-style-type: disc;
	display:list;
	padding-left:10px;
	}


#prodcontent ul li{
	background-image: none;
	list-style-position: inside;
	list-style-type: disc;
	display:list;
	

}

#prodcontent ul{
	background-image: none;
	list-style-position: inside;
	list-style-type: disc;
	display:list;
	

}