@charset "utf-8";
/* CSS Document */
body {
	font-family:trebuchet,verdana;
	font-size:12px;
	/*background-image:url(/img/bg_top.gif);*/
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	color:#969696;
}
div {
	/*border:1px solid #ccc;*/
}
h2 {
	font-size:14px;
	font-family:arial;
	text-transform:uppercase;
	text-align:left;
}
h1 {
	margin-top:10px;
	font-size:20px;
	width:750px;
	height:40px;
	font-family:arial;
	background-image:url('/img/bg_content_header_03.png');
	background-repeat:no-repeat;
	color:#FFF;
	display:block;
	padding:8px;

}
.header {

	font-size:40px;
	font-family:arial;
	background-color:#003399;
	color:#FFF;
	line-height:60px;
	width:350px;
	padding:5px;

}
	
#mainPage {
	width:1000px;
	margin:auto;
	margin-top:40px;
}

#wrapper {
	width:100%;
	margin:0px;
	/*background-image:url(/img/bg_bottom.gif);*/
	background-repeat:repeat-x;
	background-position:bottom;
	display: block;  
	position: absolute;  
	top: 0px;  
}

#menuBar {
	/*border-bottom:2px solid #999;
	border-top:2px solid #999;*/
	background-image:url('/img/menu_bg.png');
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding:5px;
	width:1000px;
	padding-top:8px;


}

#menuBar a {
	text-decoration:none;
    padding:5px;
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	color:#888888;
	font-weight:bold;
	font-size:110%;
	/*width: 100px;*/
	display: inline-block;
}

#menuBar .mBlock {
	/*width: 110px;*/
	display: inline-block;
	vertical-align: text-top;
	
	height:40px;
}

#menuBar a.submenu {
	text-decoration:none;
    padding:5px;
	color:#00349c;
	font-size:90%;
	/*font-weight:normal;
	border-left:1px solid #003399;*/

}

#menuBar #selected {
	text-decoration:none;
    padding:5px;
	font-weight:bold;
	color:#003399;
	/*background-color:#fff;*/
	font-size:110%;
}

#menuBar a:hover {
	background-color:#ffffff;
	padding:5px;
}


#footer {
		/*border-top:2px solid #999;*/
		background-image:url(/img/bg_footer.gif);
		background-repeat:no-repeat;
		text-align:right;
		padding:10px;
		color: #666;
		margin:auto;
		margin-bottom:40px;
		
		width:980px;
		font-weight:bold;
		clear:both;
		height:83px;
}
#footer a {
	color:#666;
}
#footer a:hover {
	text-decoration:none;
	
}
#newsAreacontent {
	padding:20px;
	margin:0px;
	margin-left:20px;
	margin-bottom:10px;
}

#newsArea {
	float:right;
	width:240px;
}
#matrixArea {
	padding:20px;
	margin:0px;
	margin-left:0px;
	margin-bottom:10px;
	width:200px;
	color:#FFF;
	
	background-image:url(/img/bg__15.png);
	background-repeat:no-repeat;
	display:block;
}

#newsArea a {
	color:#555;
	width:200px;
}

#newsArea a:hover {
	text-decoration:none;
}
.subTotal {
	color:#FFF;
	background-color:#003399;

}


.listItem {
border:1px solid #666666; 
	display:block;
	width:650px;
	height:75px;
	padding:10px;
	text-decoration:none;
	margin:10px;
	margin-left:40px;
}
.listItem:hover {
	border:1px solid #666; 
	background-color:#66A3D2;
	color:#fff;
	cursor:pointer;
}

.listItem p {
	margin:0px;
	padding:0px;
	color:#000000;
	text-decoration:none;
}
.listItem h3 {
	color:#003399;
	margin:0px;
	padding:0px;
	text-decoration:none;
}

.listItem:hover p{
	color:#FFFFFF;
}

a.listItem {
	border:1px solid #666666; 
	display:block;
	width:650px;
	height:75px;
	padding:10px;
	text-decoration:none;
	margin:10px;
	margin-left:40px;
}

.listItem img {
	border:1px solid #003399;
	align:right;
	margin-left:10px;
}

a.listItem:hover {
	border:1px solid #666; 
	background-color:#999;
}

a.listItem h3 {
	color:#003399;
	margin:0px;
	padding:0px;
	text-decoration:none;
}


a.listItem p {
	margin:0px;
	padding:0px;
	color:#000000;
	text-decoration:none;
}

a.listItem:hover p{
	color:#FFFFFF;
}


a.listItem img {
	border:1px solid #003399;
	align:right;
	margin-left:10px;
}

#navigation {
	background-color:#fff;
	width:750px;
	margin:0px;
	padding:0px;
	
	text-align:center;
}
#navigation #previous {
	float:left;
}
#navigation #next {
	float:right;
}

#navigation a { 
	color:#ffffff;
	background-color:#003399;
	padding:5px;
}
#navigation a:hover {
	text-decoration:none;
}

a.backbutton {
    padding:5px;
	color:#003399;
}
a:hover.backbutton {
	text-decoration:none;
	color:#ffffff;
	background-color:#003399;
	padding:5px;
}

a.backbutton_selected {
	text-decoration:none;
    padding:5px;
	color:#003399;
}
a:hover.backbutton_selected {
	text-decoration:none;
	padding:5px;
}


.productBox {
	width:260px;
	float:left;
	border:1px solid #666666;
	margin:10px;
	padding:5px;
}
