@charset "utf-8";
/* CSS Document */


@media print{
	body{
		display:none;
	}
}

html, body {
	margin:0;
	padding:0;
}

body {
	text-align:center; /* For centred layout */
	background:#30353e;
}

/* General Copy */
a:link, a:visited {
	color:#30353e;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	/*border-bottom:1px dotted #30353e;*/
}

.wrapper {
	width:1000px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#header {
	background:url(images/body-bg.jpg) repeat-x;
}

#header .wrapper {
	position:relative;
	height:215px;
	background:url(images/header-bg.jpg) top left no-repeat;
}


#logo {
	position:absolute;
	width:210px;
	height:215px;
	top:0px;
	left:12px;
}

#logo img {
	border:0;
}

h1 {
	display:none;
}


#top-flags {
	position:absolute;
	width:140px;
	height:30px;
	top:183px;
	left:920px;
}

#top-flags img {
	border:0;
}

#top-flags a:hover {
	border-bottom:0;
}

#top-menu {
	position:absolute;
	height:30px;
	top:185px;
	left:235px;
}

#top-menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#top-menu li {
	margin:0;
	padding:0;
	display:block;
	height:30px;
	float:left;
	background:url(images/top-menu-dec.jpg) bottom right no-repeat;
}

#top-menu a:link, #top-menu a:visited {
	display:block;
	line-height:30px;
	text-align:center;
	padding:0 15px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#fff;
}

#top-menu a:hover {
	background:#fff;
	color:#333;
	border-bottom:0;
}

#top-menu .selected {
	display:block;
	line-height:30px;
	text-align:center;
	padding:0 15px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	background:#fff;
	color:#333;
}


#content {
	background:url(images/content-bg.jpg) top center no-repeat #fff;
	margin:0;
	padding:0;
}

#content .wrapper {
	background:url(images/right-bg.gif) bottom right no-repeat;
}

#right {
	width:735px;
	margin-right:5px;
	margin-bottom:10px;
	padding:10px 20px 10px 5px;
	min-height:70px;
	float:right;
}

#right .box {
	width:350px;
}

#right .left {
	float:left;
}

#right .right {
	float:right;
}

#left {
	width:230px;
}

#side-menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-transform:uppercase;
	
	margin:0 0 0 12px;
	padding:10px 0 0 0;
}

#side-menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#side-menu li {
	margin:0 0 1px 0;
	padding:0;
}

#side-menu a:link, #side-menu a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	width:200px;
	height:21px;
	padding-left:9px;
	line-height:19px;
	background:url(images/side-menu-bt.gif) top left no-repeat;
}

#side-menu a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/side-menu-bt-hover.gif) top left no-repeat;
	border-bottom:0;
}

#side-menu .selected {
	color:#fff;
	text-decoration:none;
	display:block;
	width:200px;
	height:21px;
	padding-left:9px;
	line-height:19px;
	background:url(images/side-menu-bt-hover.gif) top left no-repeat;
}


.side-banner {
	margin:10px 0;
	padding:0;
}

.side-banner img {
	border:0;
}

.side-banner a:hover {
	border-bottom:0;
}

.side-info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#898C8D;
	padding-left:25px;
	margin-top:10px;
}

.side-info .blu {
	color:#415E7E;
}

.cleaner {
	clear:both;
}

#footer {
	background:url(images/footer-bg.jpg) repeat-x #30353e;
	margin:0;
	padding:0;
	
	/* Copy */
	font-family:Tahoma, Arial;
	font-size:7pt;
	color:#fff;
}

#footer a:link, #footer a:visited {
	color:#ccc;
}

#footer a:hover {
	color:#fff;
	border-bottom:1px dotted #fff;
}

#footer .wrapper {
	background:url(images/footer-wrapper-bg.jpg) top center no-repeat;
	min-height:50px;
	padding-top:20px;
	margin:0 auto;
}
	
#footer .credits {
	width:230px;
	float:left;
	padding-left:25px;
	font-size:8px;
}

#footer .legal {
	margin-left:230px;
	padding-left:25px;
}


/* Copy Content Right */

#right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#284c92;
	line-height:17pt;
	text-align:justify;
	min-height:570px;
}

#right h2 {
	display:block;
	background:url(images/right-h2-bg.jpg) left bottom no-repeat;
	border-bottom:1px solid #47aae0;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight:normal;
	margin:10px 0px;
	padding:15px 0px 0px 50px;
	vertical-align:bottom;
	color:#284c93;
	
}

#right img {
	/*width:344px;*/
	background:#a3afab;
	padding:2px;
	margin:0;
	overflow:hidden;
}

#right .products img {
	/*width:344px;*/
	padding:0px;
	margin:0;
	overflow:hidden;
}

.img_container {
	width:235px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:0px;
}

.img_container .img_description {
	background:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
}



/* Contact Form */

#contact-wrapper {
	width:690px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:20px;
	
	font-family:Arial, Tahoma, sans-serif;
	
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}

#contact-wrapper label.error {
	color:#FF3300;
	font-size:10pt;
}

form#contactform input {
	width:97%;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}

form#contactform select {
	width:99%;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}

form#contactform textarea {
	width:97%;
	height:90px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

.fke {
	width:1px;
	height:1px;
	overflow:hidden;
	visibility:hidden;
}