/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	color: #333333;
	overflow: scroll;
	background-color: #0E76BC;
}
.wrapper {
	background-color: #FFFFFF;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 30px 50px 30px;
	position: relative;
}

/*------------------- Mast head ------------------*/
.masthead {
	padding-top: 50px;
	text-align: right;
	display: block;
}
#logo {
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
	float: left;
}
.language {
	margin-top:-40px;
	margin-right:3px;
}
.language #ireland img {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.language a img {
	margin-left: 6px;
}
.language a img:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
#emailtab {
	margin-top: 35px;
	margin-right: 2px;
}
/*------------------------------------------------*/


/*------------- Small Top Menu ------------*/
.navmenu-top {
	position: absolute;
	z-index: 20;
	top: 50px;
	right: 30px;
}
.navmenu-top ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.navmenu-top ul li{
	float: left;
}
.navmenu-top ul li a {
	font-size: 13px;
	letter-spacing: 0.009em;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	margin-left: 3px;
	padding: 2px 6px;	
}
.navmenu-top ul li a:hover {
	color: #45812B;
}


/*------------- Main Menu ------------*/
.navmenu {
	float: right;
	margin: 11px 0 0 0;
}
.navmenu ul {
	margin: 0px;
	padding: 0px;
}
.navmenu li {
	float: left;
	list-style-type: none;
}
.navmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 45px;
	width: 155px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 8px;
	line-height: 14px;
	margin-left: 6px;
	background-color: #074372;
}
.navmenu li a:hover {
	background-color: #0A5694;
}
#home .wrapper .navmenu #home,
#value .wrapper .navmenu #value,
#why .wrapper .navmenu #why,
#questions .wrapper .navmenu #questions,
#customers .wrapper .navmenu #customers,
#welcome .wrapper .navmenu #welcome,
#about .wrapper .navmenu #about,
#contact .wrapper .navmenu #contact {
	background-image: url(images/Nav-blue.png);
}
.navmenu a#pull {
    display: none;
}      
/*------------------------------------------------*/

.column-right {
	max-width: 533px;
	float:right;
	margin: 0 -30px 0 10px;
	height:auto;
}

.content {
	font-size: 1.2em;
	line-height: 22px;
	clear: both;
	padding-top: 16px;
	padding-left: 8px;
}
.content a:link, .content a:visited {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
.content a:hover {
	font-size: 18px;
	line-height: 22px;
	color: #0E73B7;
	text-decoration: none;
}
.content ol {
	padding: 7px 0 10px 27px;
	margin: 0px;
	font-weight:bold;
}
.content ol>li {
	font-weight:normal;
	padding-left: 16px;
	margin-top: 2px;
}

img.page-image {
	  padding-bottom: 10px;
	  -webkit-border-bottom-left-radius: 10px;
	  -moz-border-radius-bottomleft: 10px;
	  border-bottom-left-radius: 10px;
}

/*-------------- forms ----------------*/

form label {
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 168px;
	text-align: right;
	float: left;
	line-height: 14px;
	padding-top: 7px;
}
form input, form textarea {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #084472;
	margin: 0 0 5px 15px;
	padding: 4px 5px 5px 4px;
	background-color: #C8DFEF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
}
form input:focus, form textarea:focus, form input:hover, form textarea:hover {
	background-color:#FFEF00;
	color: #000;
}

/*-------------- Contact form ----------------*/
form.contact {
	background-color: #0E76BC;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
form.contact a:link {
	color:#FFF;
}
form.contact input, form.contact textarea {
	width: 100%;
	margin-left: 0px;
}
form.contact label {
	width:auto;
	padding-bottom: 5px;
	float: none;
	text-align: center;
}


#error, .error {
	color: #FFFFFF;
	background-color: #CC3300;
	padding: 20px;
	margin-top: 30px;
	border: thin solid #FF0000;
	cursor: pointer;
}
/*-------------- forms end----------------*/
/*------------- form button -------------*/
button {
	border:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 10px;
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}
button.submitBtn { 
  background:url(images/formbutton/btn_blue_right.gif) right no-repeat; 
  font-size:1.3em; 
}
button.submitBtn span { 
  height:50px; 
  line-height:50px;
  background:url(images/formbutton/btn_blue_left.gif) left no-repeat;
  color:#fff; 
}
button.submitBtn:hover {
	background:url(images/formbutton/btn_blue_right_hover.gif) right no-repeat; 
}
button.submitBtn:hover span {
	background:url(images/formbutton/btn_blue_left_hover.gif) left no-repeat; 
}
/*---- form button end ----*/


/*------------ Valuation Form ------------*/

.valuation {
	margin:0px;
	padding: 15px 20px 43px 20px;
	font-size: 23px;
	text-align: center;
	background-color: #0E76BC;
	color: #FFF;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
/*	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;*/
}
.valuation a:link, .valuation a:visited {color:#FFF;}
.valuation #regplate {
	height: 95px;
	width: 100%;
	max-width: 415px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/regplate.png);
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 48px;
	text-align: center;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 6px;
	text-transform: uppercase;
}
.valuation #valueproceed {
	background-color: rgb(113, 191, 68);
	height: 52px;
	width: 100%;
	max-width: 409px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-family: 'Titillium Web', sans-serif;
	font-size: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}

#slidingDiv {
	display: none;
}

.valuationhidden legend {
	color: #FFFFFF;
}

.valuationhidden input, .valuationhidden textarea {
	width: 180px;
	margin-left: -15px;
}

form.german #regplate {
	font-size: 32px;
}

/*------------ Valuation Form End ------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	display: block;
	font-weight: normal;
	margin-top: 0px;
	position: absolute;
	top: 15px;
	left: 38px;
	max-width: 60%;
}


h5 {
	font-size: 28px;
	margin: 11px 0 0 0;
	padding: 0px;
	line-height: 32px;
}

/*----------------- footer -----------------*/
.footer {
	clear:both;
}
.footer a {
	color:#000;
	text-decoration:none;
}
.footer a:hover {
	font-weight:bold;
}
.footer .callus {
	background-color: #074372;
	color: #FFF;
	text-align: center;
	margin: 20px auto auto 0px;
	font-size: 24px;
	padding: 20px 5px 35px 5px;
}
.footer .callus a { color:#FFF;}
.footer .menu { padding:10px 0 0 0;}
.footer .menu .column {
	width:33%;
	box-sizing:  border-box;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	float: left;
	padding: 18px 0 0 12px;
	line-height: 22px;
}
.footer .menu .column ul { 
	margin:0px;
	padding:0px;
}
.footer .menu .column ul li:before { content:">"; padding-right:5px;}
.footer .menu .column ul li { list-style:none;}
.footer .menu .column.contact {	border:none;}


/*-----------------------------------------*/
#off {
display:none;
}
