/* standard elements */
html {min-height: 100%;}

* {
	padding: 0;
	margin: 0;
}

a {color: #005862;}
a:hover {color: #000;}

body {
	background: #005862 url(img/bg.jpg) repeat-x left bottom;
	color: #444;
	font-family: Tahoma, sans-serif;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;
	color: #666;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #eee;
	border-left: 6px solid #005862;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	margin-bottom: 20px;
	height: 250px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.terminals {

	float: left;
	width: 200px;

}

.basic {
	background: #FFF;
	border: 1px solid #eee;
	border-left: 6px solid #005862;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	margin-bottom: 20px;
	height: 300;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 200px;
}

.bfeatures {
	padding: 0px 0px 0px 158px;
}

img.floatleft {
	float: left;
	margin: 0px;
}

img.floatright {
	float: right;
	margin: 0px;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
	line-height: 2em;
}

/* header */
.top {
	background: url(img/) repeat-x;
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.1em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 10px;
	width: 780px;
}
.header .left, .header .right {
	background: #e7b413;
	color: #000;
	height: 150px;	
}
.header .left {
	background: url(img/header.jpg) no-repeat;
	line-height: 1.5em;
	text-align: bottom;
	width: 560px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.header .left {
	width: 560px;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; padding-bottom: 6px; font: normal 1.2em "Trebuchet MS",sans-serif;
}

.banner {
	width: 410px;
	background-position: left;
	padding-top: 67px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
	float: left;

}

.features {
	position: relative;
	margin: 0px;
	padding: 0px;
	
}

.features1 {
	position: relative;
	margin: 0px;
	padding: 0px;

}

/* navigation */
.navigation {	
	background: #005862 url(img/nav.gif);
	border: 1px solid #ccc;
	border-color: #ccc #ccc;
	height: 41px;
}
.navigation a {
	background: #000 url(img/nav.gif);
	border-right: 1px solid #ccc;
	color: #e8b413;
	display: block;
	float: left;
	font: bold 13px sans-serif;
	line-height: 41px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 11px;
}
.navigation a:hover {background-position: left bottom; color: #005862;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

.map {
	float: right;
	width: 145px;
}

.adverts {
	float: right;
	width: 210px;
}

.seo {
	float: right;
	width: 195px;
	padding-left: 12px;
}

.spacer {
	float: right;
	width: 210px;
	height: 10px;
	margin: 0px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */

.content .productheader {

	color: #e8b413;
	background: #005862;
	font-size: 1em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
}

.content .pborder {

	border-color:#005862;
	border-style:none solid solid;
	border-width:0px medium medium;
	padding-bottom:6px;
	padding-left:2px;
	padding-top:6px;
	margin-bottom:6px;
}


.content .productheader2 {

	color: #005862;
	background: #e8b413;
	font-size: 1em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
}

.content .pborder2 {

	border-color:#e8b413;
	border-style:none solid solid;
	border-width:0px medium medium;
	padding-bottom:6px;
	padding-left:2px;
	padding-top:6px;
	margin-bottom:6px;
}

.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}

.content .splash {
	width: 531px;
	background-image: url(img/splash.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	height:192px;
}

.content .descr {
	color: #CC0000;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #E0DFE3;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content p img {

	margin-right: 10px;
	margin-bottom: 10px;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
