/* CSS Document */
body{
 background-color:#004771;
 text-align:center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 padding:0;
 margin:0;
}
#wrapper{
 width:950px;
 margin:0 auto;
 text-align:left;
 background-color:#CCCCCC;
}
.side_container{
 border:1px solid #000;
 font-size:12px;
 line-height:18px;
 width:211px;
}
.news_title{
 color:#000066;
 font-weight:bold;
}
.normal_container{
 border:1px solid #000;
 font-size:12px;
 line-height:20px;
 width:710px;
}
.container_header{
 background-image:url('images/container_header.jpg');
 color:#FFF;
 line-height:26px;
 border-bottom:1px solid #000;
 font-weight:bold;
 padding-left:10px;
}
.container_body{
 padding:10px;
 background-color:#FFF;
}
#footer{
 background-image:url('images/footer_bckgnd.jpg');
 line-height:40px;
 font-size:12px;
 text-align:center;
 color:#333333;
}
a img{
 border:none;
}
input, textarea, select{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
}
.product_title{
 color:#000066;
 font-weight:bold;
 font-size:14px;
}
.product_price{

}
form p {
 width: 100%;
 clear: both;
}

form p label{
 display: inline;
 float: left;
 width: 120px;
 text-align:right;
 font-weight: bold;
 margin-right:5px;
}

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#Menu, #Menu ul { /* all submenu lists */
	padding: 0;
	margin-top: -5px;
	border: 0px none;
	white-space: nowrap;
	position: relative;
	z-index: 99999; list-style-type:none; margin-left:0; margin-right:0; margin-bottom:0
}

#Menu li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0px none;
	padding: 0
}

#Menu li li { /* all items under the top level */
	z-index: 11113;
}

#Menu a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0px none;
	padding: 0
}

#Menu li li a { /* all item links under the top level */
	margin: 0;
	border: 0px none;
	padding: 0
}

#Menu li a:hover {
	margin: 0;
	border: 0px none;
	padding: 0
}

#Menu li li a:hover {
	margin: 0;
	border: 0px none;
	padding: 0
}

#Menu li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0px none;
	padding: 0;
	z-index: 11112
}

#Menu li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0px none;
	padding: 0
}

#Menu li:hover ul ul, 
#Menu li:hover ul ul ul, 
#Menu li.sfhover ul ul, 
#Menu li.sfhover ul ul ul {
	left: -9999px;
}

#Menu li:hover ul, 
#Menu li li:hover ul, 
#Menu li li li:hover ul, 
#Menu li.sfhover ul, 
#Menu li li.sfhover ul, 
#Menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#Menu{ /* all submenu lists */
	width: 100%;
	height: 44px;
	background-color: #2778A9;
	background-image: url('images/menu_bck.jpg');
	background-repeat: repeat-x;
}

#Menu ul{
	background-image:none;
	background-color:#2778A9;
}

#Menu a { /* all links within the menu wrapper */
	color : #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 20px;
	line-height: 44px;
	border-right:1px solid #ccc;
}

#Menu li a:hover {
	color : #eee;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 20px;
	line-height: 44px;
	border-right:1px solid #ccc;
}

#Menu li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #333;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0 0 0 0;
	/* end hack */
	line-height: 20px;
	height: auto;
}

#Menu li ul ul { /* third-and-above-level lists */
	margin: -41px 0 0 144px;
	_margin: -40px 0 0 144px;
	border: solid 1px #333;
	line-height: 20px;
}

#Menu li li { /* all items under the top level */
	width: 148px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#Menu li li a { /* all item links under the top level */
	width: 148px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}