@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	font: 10px Verdana, Arial, sans-serif;
	color: #003979;
}

#wrapper {
	width: 960px;
	min-height: 768px;
	padding-top: 25px;
	background: url(../img/background.jpg) no-repeat top left;
}

.block { display: block; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }

a { color: #003979; text-decoration: underline; }
a:hover { text-decoration: none; }

address {
	margin-top: 150px;
	padding: 0 10px;
}

/*			Header			*/

#head, #head_topline, #head_main, #head_bottomline, #head_position {
	width: 960px;
}

#head {
	
}

#head_topline, #head_bottomline {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background-repeat: repeat-y;
	background-position: top left;
}

#head_topline { height: 5px; background-image: url(../img/head_topline.gif); }
#head_main { height: 90px; }
#head_main .logo { padding: 20px 0 0 10px; float: left; }
#head_main .products { padding-left: 50px; padding-top: 10px; }
#head_main .slogan { padding: 60px 50px 0 0; float: right; }
#head_bottomline { height: 20px; background-image: url(../img/head_bottomline.gif); }
#head_position { height: 50px; font-size: 10px; color: #6d8eb2; }
#head_position img { height: 5px; width: 534px; margin-top: 20px; }
#head_position span.site { margin-left: 20px; color: #003979; }

#secnav { color: #fff; float: right; margin: 3px 50px 0 0; }
#secnav li { float: left; padding: 0 5px; }
#secnav a { color: #fff; text-decoration: none; }
#secnav a:hover { text-decoration: underline; }

/*			Container			*/

#container { width: 960px; overflow: auto; }

/*			Navigation		*/

#navigation {
	float: left;
	width: 150px;
	margin-right: 10px;
	padding-top: 40px;
	background: url(../img/content_smallline.gif) repeat-x top left;
}

#navigation li {
	padding-left: 10px;
	line-height: 30px;
	color: #003979;
}

#navigation li a { color: #003979; text-decoration: none; }
#navigation li a:hover { text-decoration: underline; }

/*			Content			*/

#content {
	float: left;
	width: 560px;
	padding-top: 40px;
	background: url(../img/content_wideline.gif) repeat-x top left;
	color: #003979;
}

.grid3 { width: 220px; padding: 0 10px; }
.grid4 { width: 300px; padding: 0 10px; }
.grid7 { wdith: 540px; padding: 0 10px; }

#content h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

#content h4 {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}
#content p {
	padding: 10px 0;
}

.listing {
	padding-left:15px;
	list-style: disc;
}

/*			News				*/

.news {
	float: right;
	width: 230px;
	overflow: hidden;
}

.news h3 {
	text-align: center;
	color: #fff;
	font-size: 10px;
	background: url(../img/content_smallline.gif) repeat-x top left;
	height: 25px;
	padding-top: 5px;
	margin-bottom: 20px;
}

.news h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 10px;
}

.news p {
	padding: 0 10px 20px 10px;
}

.highline { line-height: 16px; }

/*			Footer			*/

#footer {
	clear: both;
	width: 960px;
	height: 7px;
	background: url(../img/footer_line.gif) top left;
}
