html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('font/texgyreadventor-regular-webfont.eot');
    src: url('font/texgyreadventor-regular-webfont.eot?iefix') format('eot'),
         url('font/texgyreadventor-regular-webfont.woff') format('woff'),
         url('font/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('font/texgyreadventor-regular-webfont.svg#webfontVNQ4fiYu') format('svg');
    font-weight: normal;
    font-style: normal;

}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #00aef0;
}

h1, h2 {
	font-family: 'TeXGyreAdventorRegular', Helvetica, sans-serif;
	font-size: 28px;
	padding-bottom: 5px;
}

strong{
	font-weight: bold;
}

em{
	font-style:italic;
}

a:focus {
	outline:none;
}

/*-------------CORE STRUCTURE-----------*/

html, body {
	height: 100%;
}

.container {
	min-height: 100%;
	min-width: 1024px;
	background-color:#FFF;/*adjust background colours or background image*/
}

.content {
	overflow:auto;
	padding-bottom: 150px;
	min-width: 1024px;
	background-color:#FFF;
}  /* must be same height as the footer */

#header {
	min-width: 1024px;
	height: 383px;
	background:url(images/header-bluered-lines.jpg) #000;
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0 auto;
}

#headercontent {
	width: 1024px;
	height: 383px;
	background:url(images/header-bluered-lines.jpg) #000;
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0 auto;
}

#headerServices {
	min-width: 1024px;
	height: 135px;
	background:url(images/header-bluered-lines.jpg) #000;
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0 auto;
}

#headercontentServices {
	width: 1024px;
	height: 135px;
	background:url(images/header-bluered-lines.jpg) #000;
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0 auto;
}

#logo {
	float: left;
}

#nav {
	background:url(images/header-nav-bg.jpg);
	background-repeat:repeat-x;
	height: 88px;
	margin-left: 35px;
    width: 873px;
	float:left;
}

#navmenu {
	float:right;
}

#navmenu ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
}

#navmenu li {
    float: left;
	padding: 67px 10px 0 10px;
}

#navmenu ul li a {
    color: #000;
    display: block;
	text-decoration:none;
	font-family: 'TeXGyreAdventorRegular', Arial;
}

#navmenu ul li a:hover, #navmenu ul li #selected{
    color: #FFF;
    display: block;
	text-decoration:none;
	font-family: 'TeXGyreAdventorRegular', Arial;
}

#mainbanner {
	width: 1024px;
}

#mainbody {
	width: 1024px;
	background-color:#FFF;
	margin: 0 auto;
	min-height: 200px; /*adjust height*/
}

.footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background-color:#000;
	min-width:1024px;
} 
	
#footercontent {
	width:1024px;
	margin: 0 auto;
}

#footercontent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 25px;
	padding-bottom: 5px;
}

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}


/*--------------HOME-------------*/

.column1{
	width: 290px;
	padding: 25px;
	float:left;
}

.greybox{
	background-color:#d2d0d1;
	float: left;
    height: 31px;
    width: 180px;
	margin-right: 17px;
	margin-bottom: 25px;
}

.morebtn{
	width: 92px;
	float: left;
}

/*--------------ABOUT-------------*/

.textcolumn{
	width: 634px;
	padding: 25px;
	float:left;
}

.textcolumn ul li{
	padding-top: 5px;
	padding-bottom: 5px;
	list-style:disc;
	list-style:inside;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textcolumn strong{
	color:#00aef0;
	font-weight: bold;
}

.column1 ul{
	width: 290px;
}

.column1 ul li{
	width: 290px;
	margin-bottom: 5px;
}

.column1 ul li a{
	width: 290px;
	display:block;
	padding: 10px;
	font-family: 'TeXGyreAdventorRegular', Helvetica, sans-serif;
	font-size: 20px;
	background: #e41937;
	color:#FFF;
	text-decoration:none;
}

.column1 ul li a:hover{
	width: 290px;
	display:block;
	padding: 10px;
	font-family: 'TeXGyreAdventorRegular', Helvetica, sans-serif;
	font-size: 20px;
	background: #00aef0;
	color:#FFF;
	text-decoration:none;
}



/*--------------SERVICES-------------*/

.row{
	clear: both;
}

.textcolumn h3{
	padding: 10px;
	font-family: 'TeXGyreAdventorRegular', Helvetica, sans-serif;
	font-size: 20px;
	background: #e41937;
	color:#FFF;
	width: 500px;
}

.textcolumn p{
	width: 500px;
}

/*--------------CONTACT-------------*/

.formcolumn{
	padding: 25px;
	width: 450px;
	float: left;
}

.column2{
	width: 350px;
	padding: 25px;
	float:left;
}

form.formular2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	height: 448px;
	color:#000;
	margin-left:-2px;
	margin-top: 10px;
}

.formular2 fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;
	
}

.formular2 legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular2 fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular2 label span {
	color: #000;
}

.formular2 input, .formular2 select, .formular2 textarea {
	display : inline;
	margin-bottom: 5px;
}

.formular2 .text-input, .formular2 .captchatext {
	width: 350px;
	color: #000;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	display: block;
}

.formular2 textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular2 .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular2 span.checkbox, .formular2 .checkbox {
	display: inline;
}

.formular2 .submit {
	background-color: #e41937;
	color: #FFF;
	padding: 4px;
	margin-left: 313px;
	float: left;
	text-decoration: none;
	cursor:pointer;
}

.formular2 .submit:hover{
	background-color: #00aef0;
	padding: 4px;
	margin-left: 313px;
	float: left;
	text-decoration: none;
	cursor:pointer;
}

.formular2 hr {
	clear: both;
	visibility: hidden;
}

.formular2 .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

#captcha{
margin:0;
border: 1px solid #000000;
width:260px;
height:60px;
}

#captchabtn{
width: 222px;
}

#captchabtn img{
vertical-align:middle;
display: inline;
}

#captchabtn a{
display: inline;
}
