@charset "utf-8";
/* CSS Document */

body {
	background-color: #172642;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFFFFF;
}

#wrap {
	width: 750px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/*------- Header -----*/

#header {
	background-color: #181B29;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 9px;
	padding-bottom: 12px;
}

#toplinks {
	float: right;
	font-size: 10px;
}

#toplinks a {
	color: #FFFFFF;
}

#toplinks a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#logo {
	float: left;
}

#strapline {
	float: right;
	margin-top: 30px;
}

#headerpic {}

#onlineshop a {
	font-size: 12px;
	font-weight: bold;
	color: #ACBBD0;
	text-decoration: none;
	float: right;
	padding-top: 10px;
}

#onlineshop a:hover {
	color: #FFFF00;
	text-decoration: none;
}

/*------- Navigation -----*/

#nav {}

#nav ul {}

#nav li {
	float: left;
}

#nav li a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#nav li a:hover {
	color: #FFFF00;
	text-decoration: none;
}

/*------- Content -----*/

#content {
	background-color: #172137;
	padding: 20px;
	background-image: url(../images/bg_content.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content p {
	padding-top: 7px;
	padding-bottom: 7px;
}

#content a {
	color: #FFFF00;
	text-decoration: underline;
}

#content a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#leftcol {
	width: 520px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8A9EBC;
	padding-right: 10px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #FFFF00;
	padding-bottom: 10px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #FFFF00;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #FFFFFF;
}

.contentpicright {
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#rightcol {
	float: right;
	width: 170px;
}

.sidenav {
	margin-top: 10px;
}

.sidenav ul {
}

.sidenav li {}

.sidenav li a {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6699CC;
	display: block;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

.sidenav li a:hover {
	color: #FFFF00;
}

#prefooter {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8A9EBC;
	padding-top: 10px;
	font-weight: bold;
	color: #FFFF00;
	font-size: 14px;
	margin-right: 10px;
}

.symbio a {
	padding: 5px;
	background-color: #336699;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

/*------- Misc -----*/

.forcer {
	clear: both;
}

.floatright {
	float: right;
}

/*------- Footer -----*/

#footer {
	font-size: 10px;
	color: #8EA8D7;
	margin-top: 10px;
	margin-bottom: 30px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}

