* {
	margin:0;
	padding:0;
}

html {
	font-size:100%;
	height:100%;
}

body {
	background:url(../img/bg/bg-main.png) repeat-x #26609d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	height:100%;
	margin-bottom:10px;
	text-align:center;
}

a img {
	border:0;
}

#wrapper {
	background:url(../img/bg/bg-wrapper.jpg) no-repeat #4586c8;
	margin:0 auto;
	text-align:left;
	width:932px;
}

#header {
	height:235px;
	position:relative;
}

#header #topnav {
	background:url(../img/bg/bg-top-nav.gif) no-repeat;
	height:34px;
	position:absolute;
	right:0;
	top:0;
	width:450px;
}

#header #topnav p {
	color:#5c89b6;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-1px;
	margin-left:20px;
	padding:8px;
	text-align:right;
}

#header #topnav p a {
	color:#5c89b6;
	text-decoration:none;
}

#header #topnav p a:hover {
	color:#46709B;
	text-decoration:underline;
}

#main {
	
}

#main #nav {
	float:left;
	margin-top:40px;
	width:210px;
}

#main #nav p {
	margin-bottom:15px;
}

#main #content {
	color:#FFF;
	line-height:1.1em;
	margin-left:210px;
	padding:15px 15px 15px 45px;
}

#main #content p, #main #content ul, #main #content ol {
	font-size:0.9em;
	line-height:1.4em;
	margin-bottom:0.5em;
}

#main #content ul, #main #content ol {
	margin-left:20px;
}

#main #content h2, #main #content h3 {
	margin-bottom:0.5em;
}

#main #content h3 {
	font-size:1.2em;
}

#main #content .photo {
	float:right;
	margin:0 0 10px 10px;
}

#main #content .photo img {
	border:5px solid #FFF;
}

#main #content .floatleft {
	float:left;
	margin:0 10px 10px 0;
}

#main #content .inline {
	float:none;
	text-align:center;
}

#main #content .graph img {
	border:0;
}

#main #content .clear {
	clear:both;
}

#footer {
	background:#FFF;
	clear:both;
	height:30px;
}

#footer p {
	color:#5c89b6;
	font-weight:bold;
	margin-left:213px;
	padding:7px;
	text-align:right;
}

#footer p a {
	color:#5c89b6;
	text-decoration:none;
}

#footer p a:hover {
	color:#46709B;
	text-decoration:underline;
}

#products {
	float:left;
	padding-left:2px;
	padding-right:2px;
}

#contactinfo {
	float:left;
	}

#contactright {
	float:right;
	padding-top:2px;
	}
	
#contactmapinfo {
	float:right;
	}