/* Stylesheet Thuiswerkbaan.com */

/* @group Reset
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* @end */

/* GLOBALS */

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
html{
	font-size: 62.5%;
}
body{
	position: relative;
	background: #1E538F;
	background-image: linear-gradient(bottom, #27A9E1 0%, #1E538F 100%);
	background-image: -o-linear-gradient(bottom, #27A9E1 0%, #1E538F 100%);
	background-image: -moz-linear-gradient(bottom, #27A9E1 0%, #1E538F 100%);
	background-image: -webkit-linear-gradient(bottom, #27A9E1 0%, #1E538F 100%);
	background-image: -ms-linear-gradient(bottom, #27A9E1 0%, #1E538F 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #27A9E1), color-stop(1, #1E538F));
	-pie-background: linear-gradient(#1e538f, #27a9e1);
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #292929;
	padding: 28px 0;
	behavior: url('PIE.php');
}
h1,h2{
	font-family: "Bevan", serif;
}
a{
	color: #292929;
}
.orange{
	color: #ff6900;
}
strong{
	font-weight: bold;
}
em{
	text-decoration: underline;
}
/* END GLOBALS */

/* LAYOUT */
#wrap{
	margin: 0 auto;
	width: 1020px;
	padding: 0 40px;
}
#main{
	position: relative;
	background: #fafafa;
	background-image: url('img/footer-bg.png'), url('img/struc.jpg');
	background-repeat: no-repeat, repeat;
	background-position: right bottom, left top;
	-pie-background: #fafafa url('img/footer-bg.png') no-repeat 550px bottom;
	border: 4px solid #fff;
	border-radius: 14px;
	padding: 32px 38px 0px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #333;
	behavior: url('PIE.php');
}
#lhs{
	width: 640px;
	float: left;
	margin-bottom: 120px;
}
#rhs{
	width: 260px;
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 220px;
}
#footer{
	position: absolute;
	bottom: 0;
	float: left;
	margin-top: 15px;
}
#sm{
	height: 20px;
	margin-bottom: 15px;
}
#sm a.twit{
	float: left;
	background: url('img/twitter-icon.png') no-repeat left top;
	height: 20px;
	width: 96px;
	text-indent: -9999px;
	margin-right: 15px;
}
#sm a.fb{
	float: left;
	height: 20px;
	width: 91px;
	background: url('img/fb-icon.png') no-repeat left top;
	text-indent: -9999px;
	margin-right: 15px;
}
#sm a.google{
	float: left;
	height: 20px;
	width: 49px;
	background: url('img/g-icon.png') no-repeat left top;
	text-indent: -9999px;
}
#footer p{
	margin-bottom: 16px;
	font-size: 13px;
	font-size: 1.3rem;
	text-shadow: 0px 1px 1px #fff;
	behavior: url('PIE.php');
}
#more{
	margin-bottom: 70px;
}
#options{
	float: right;
	margin-top: 15px;
}
#summ{
	position: relative;
	background: #dbf0fa;
	margin-top: 60px;
	margin-left: 30%;
	margin-right: 15px;
	padding: 20px 20px;
	border-radius: 6px;
	behavior: url('PIE.php');
}
#ad-main{
	margin-top: -65px;
}
/* END LAYOUT */

/* NAVIGATION */
#nav{
	list-style: none;
	float: left;
	text-transform: uppercase;
	margin-top: -10px;
}
#nav li{
	position: relative;
	float: left;
	margin-right: 5px;
	padding: 10px;
	border-radius: 6px;
	behavior: url('PIE.php');
}
#nav a{
	display: block;
	font-family: "Droid Sans" sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #97d3f8;
	text-decoration: none;
}

#nav li:hover, #nav li:focus, .current-page {
	background: #2382bc;
}

#nav li:hover > a, #nav li:focus > a, #nav li.current-page > a{
	color: #ffffff;
}
#nav ul ul{
	position: absolute;
	z-index: 400;
	left: -9999px;
	width: 190px;
	padding: 10px 13px 5px;
	margin-left: 0;
	margin-top: 8px;
	border-radius: 4px;
	border: 2px solid #ffffff;
	background: #fafafa;
	background-image: linear-gradient(bottom, #fafafa 0%, #ebebeb 100%);
	background-image: -o-linear-gradient(bottom, #fafafa 0%, #ebebeb 100%);
	background-image: -moz-linear-gradient(bottom, #fafafa 0%, #ebebeb 100%);
	background-image: -webkit-linear-gradient(bottom, #fafafa 0%, #ebebeb 100%);
	background-image: -ms-linear-gradient(bottom, #fafafa 0%, #ebebeb 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f7f7), color-stop(1, #ebebeb));
	-pie-background: linear-gradient(#ebebeb, #f7f7f7); /*PIE*/
	box-shadow: 0px 3px 5px #b0b0b0, inset 0px 0px 15px 3px #d5d5d5;
	behavior: url('PIE.php');
}
#nav li:hover ul, #nav li:focus ul{
	left: 0;
}
#nav ul ul li{
	font-family: "Droid Sans", sans-serif;
	display: block;
	width: 100%;
	text-transform: none;
	border-bottom: 1px solid #e6e6e6;
	padding: 0;
}
#nav ul ul li:hover{
	background: none;
}
#nav ul ul li a{
	color: #292929;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 8px 0;
}
#nav ul ul li:hover > a{
	color: #ff6900;
}
#nav ul ul li.btn{
	position: relative;
	border: none;
	margin: 20px 0 15px 0;
	padding: 2px 10px;
	border: 1px solid #d5d5d5;
	width: auto;
	border-radius: 16px;
	box-shadow: 0px 1px 3px #b0b0b0;
	background: #d9d9d9;
	background-image: linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -o-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -moz-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -ms-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d9d9d9), color-stop(1, #e9e9e9));
	-pie-background: linear-gradient(#e9e9e9, #d9d9d9); /*PIE*/
	behavior: url('PIE.php');
}
#nav ul ul li:hover.btn {
	background-image: linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ececec), color-stop(1, #c2c2c2));
	-pie-background: linear-gradient(#c2c2c2, #ececec); /*PIE*/
	behavior: url('PIE.php');	
}
#breadcrumb{
	margin-bottom: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #959595;
}
#breadcrumb a{
	color: #292929;
}
#breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a:active{
	font-weight: bold;
}
#breadcrumb .splitter{
	margin: 0 8px;
}
#numbernav{
	float: left;
	margin-top: 23px;
	margin-left: 30px;
	font-size: 13px;
	font-size: 1.3rem;
}
#numbernav a{
	margin-right: 15px;
}
#numbernav a.current{
	text-decoration: none;
}
#pagenav{
	float: right;
	margin-top: 23px;
	margin-right: 30px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
#pagenav a{
	text-decoration: none;
}
#pagenav a:hover{
	text-decoration: underline;
}
#steps{
	margin: 30px 0;
	overflow: hidden;
	font-size: 13px;
	font-size: 1.3rem;
}
#one, #two, #three, #four{
	position: relative;
	float: left;
	height: 40px;
	width: 142px;
}
#one.active{
	background: url('img/step1.png') no-repeat left top;
}
#two.active{
	background: url('img/step2.png') no-repeat left top;
}
#three.active{
	background: url('img/step3.png') no-repeat left top;
}
#four.active{
	background: url('img/step4.png') no-repeat left top;
}
#one.todo{
	background: url('img/step1.png') no-repeat left -40px;
}
#two.todo{
	background: url('img/step2.png') no-repeat left -40px;
}
#three.todo{
	background: url('img/step3.png') no-repeat left -40px;
}
#four.todo{
	background: url('img/step4.png') no-repeat left -40px;
}
#one.done{
	background: url('img/step1.png') no-repeat left -80px;
}
#two.done{
	background: url('img/step2.png') no-repeat left -80px;
}
#three.done{
	background: url('img/step3.png') no-repeat left -80px;
}
#four.done{
	background: url('img/step4.png') no-repeat left -80px;
}
#steps a{
	padding-left: 45px;
	display: block;
	padding-top: 6px;
}
.active a{
	color: #ff6900;
	font-weight: bold;
	text-decoration: none;
}
.todo a{
	color: #a7d6f2;
	font-weight: bold;
	text-decoration: none;
}
/* END NAVIGATION */

/* MASTHEAD */
#masthead{
	position: relative;
	height: 86px;
}
#masthead h1 a{
	background: url('img/logo.png') no-repeat 14px top;
	width: 385px;
	height: 66px;
	float: left;
	text-indent: -9999px;
	margin-right: 60px;
}
#lang{
	position: absolute;
	right: 0;
	z-index: 99;
	height: 16px;
	overflow: hidden;
	background: #fafafa;
	background-image: linear-gradient(bottom, #ebebeb 0%, #fafafa 100%);
	background-image: -o-linear-gradient(bottom, #ebebeb 0%, #fafafa 100%);
	background-image: -moz-linear-gradient(bottom, #ebebeb 0%, #fafafa 100%);
	background-image: -webkit-linear-gradient(bottom, #ebebeb 0%, #fafafa 100%);
	background-image: -ms-linear-gradient(bottom, #ebebeb 0%, #fafafa 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #fafafa));
	-pie-background: linear-gradient(#fafafa, #ebebeb); /*PIE*/
	margin-top: -6px;
	border: 1px solid #bebebe;
	border-radius: 4px;
	padding: 4px 6px 2px 6px;
	font-weight: bold;
	box-shadow: -1px 1px 3px #333;
	behavior: url('PIE.php');
}
#lang ul li{
	margin-bottom: 10px;
}
#lang ul li a{
	display: block;
	text-decoration: none;
	color: #444;
	font-size: 11px;
	font-size: 1.2rem;
	line-height: 1.1em;
	text-shadow: 1px 1px 1px #ffffff;
	padding-left: 21px;
}
#lang ul li a:hover, #lang ul li a:focus{
	color: #97d3f8;
}
#lang li.ned, #lang li.ger, #lang li.bel{
	background: url('img/ned.jpg') no-repeat left 1px;
}
#lang li img{
	margin-left:10px;
}
#lang:hover{
	height: auto;
}
/* END MASTHEAD */

/* LHS */
#latest-head{
	margin-bottom: 12px;
	overflow: hidden;
}
#conditions .right p{
	margin: 0 0 20px 0;
}
#latest-main, #current-main, #premium, #single-main, #foto-main, #client-main, #place-main{
	position: relative;
	border: 4px solid #fff;
	border-radius: 10px;
	padding: 30px 15px 10px;
	margin-bottom: 20px;
	box-shadow: 0px 3px 5px #b0b0b0, inset 0 0 30px #afe1fb;;
	background-image: linear-gradient(bottom, #e9f6fc 0%, #f9fcfe 100%);
	background-image: -o-linear-gradient(bottom, #e9f6fc 0%, #f9fcfe 100%);
	background-image: -moz-linear-gradient(bottom, #e9f6fc 0%, #f9fcfe 100%);
	background-image: -webkit-linear-gradient(bottom, #e9f6fc 0%, #f9fcfe 100%);
	background-image: -ms-linear-gradient(bottom, #e9f6fc 0%, #f9fcfe 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e9f6fc), color-stop(1, #f9fcfe));
	-pie-background: linear-gradient(#f9fcfe, #e9f6fc); /*PIE*/
	behavior: url('PIE.php');
}
#latest-footer, #current-footer{
	position: relative;
	background-color: #d6eef9;
	margin: 35px -15px -9px;
	border-top: 1px solid #fff;
	border-radius: 0 0 8px 8px;
	height: 55px;
	box-shadow: inset 0 0 30px #afe1fb;
	behavior: url('PIE.php');
}
.vacs li{
	padding-right: 30px;
	margin-bottom: 30px;
}
.vacs li img{
	float: left;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 3px solid #d5edf8;
	border-radius: 3px;  
}
#latest-footer a.btn{
	position: relative;
	float: left;
	font-weight: bold;
	margin-left: 16px;
	margin-top: 10px;
	height: 23px;
	padding: 10px 8px 0;
	text-decoration: none;
	color: #444444;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #d5d5d5;
	border-radius: 16px;
	box-shadow: 0px 1px 3px #b0b0b0;
	background-image: linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -o-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -moz-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -ms-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d9d9d9), color-stop(1, #e9e9e9));
	-pie-background: linear-gradient(#d9d9d9, #e9e9e9); /*PIE*/
	behavior: url('PIE.php');
}
#latest-footer a:hover.btn{
	background-image: linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ececec), color-stop(1, #c2c2c2));
	-pie-background: linear-gradient(#c2c2c2, #ececec); /*PIE*/
	behavior: url('PIE.php');	
}
#latest-footer a.txt{
	float: right;
	margin-right: 15px;
	margin-top: 22px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #292929;
	font-weight: bold;
}
#cats, .featured{
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
	behavior: url('PIE.php');
}
#cats-head{
	border-bottom: 1px solid #ccc;
	margin-bottom: 27px;
	height: 30px;
}
#cats-head h1{
	font-size: 24px;
	font-size: 2.4rem;
	float: left;
}
#cats-head a{
	float: right;
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #292929;
	font-weight: bold;
}
.cats li{
	width: 187px;
	display: inline-block;
	float: left;
	margin-right: 19px;
	margin-bottom: 30px;
}
.cats li:nth-child(3n+3){
	margin: 0;
	float: left;
}
.cats li.third-child{
	margin-right: 0px;
}
.cats li img{
	width: 185px;
	height: 105px;
	border: 1px solid #c4ccd0;
	background: #efefef;
	margin-bottom: 11px;
	overflow: hidden;
}
#cats-footer{
	position: relative;
	height: 55px;
	background-color: #d6eef9;
	margin: 0 -16px -16px;
	padding: 0 20px;
	border-radius: 0 0 8px 8px;
	behavior: url('PIE.php');
}
ul.cat-all{
	position: relative;
	float: left;
	height: 20px;
	background-image: linear-gradient(bottom, #ebebeb 0%, #fafafa 100%);
	background-image: -o-linear-gradient(bottom, #ebebeb 0%, #fafafa 100%);
	background-image: -moz-linear-gradient(bottom, #ebebeb 0%, #fafafa 100%);
	background-image: -webkit-linear-gradient(bottom, #ebebeb 0%, #fafafa 100%);
	background-image: -ms-linear-gradient(bottom, #ebebeb 0%, #fafafa 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #fafafa));
	-pie-background: linear-gradient(#ebebeb, #fafafa); /*PIE*/
	margin-top: 13px;
	border: 1px solid #bebebe;
	border-radius: 4px 0 0 4px;
	padding: 9px 13px 0 13px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	box-shadow: 0 -1px 3px #b0b0b0;
	behavior: url('PIE.php');
}
ul.cat-all a, ul.cat-rest a{
	text-decoration: none;
}
ul.cat-rest a{
	display: block;
	padding: 9px 0 7px;
}
ul.cat-all li{
	margin-bottom: 10px;
}
ul.cat-rest li{
	margin: 0;
}
ul.cat-all a:hover, ul.cat-rest a:hover,ul.cat-all a:focus, ul.cat-rest a:focus{
	color: #ff6900;
}
ul.cat-rest{
	position: absolute;
	visibility: hidden;
	width: 220px;
	padding: 10px 13px 5px;
	margin-left: -13px;
	margin-top: -2px;
	background-image: linear-gradient(bottom, #fafafa 0%, #ebebeb 100%);
	background-image: -o-linear-gradient(bottom, #fafafa 0%, #ebebeb 100%);
	background-image: -moz-linear-gradient(bottom, #fafafa 0%, #ebebeb 100%);
	background-image: -webkit-linear-gradient(bottom, #fafafa 0%, #ebebeb 100%);
	background-image: -ms-linear-gradient(bottom, #fafafa 0%, #ebebeb 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f7f7), color-stop(1, #ebebeb));
	-pie-background: linear-gradient(#ebebeb, #f7f7f7); /*PIE*/
	box-shadow: 0px 3px 5px #b0b0b0;
		border-radius: 0 0 8px 8px;
	
	behavior: url('PIE.php');
}
ul.cat-rest li{
	border-bottom: 1px solid #e2e2e2;
}
ul.cat-rest li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
ul.cat-all:hover > ul.cat-rest{
	visibility: visible;
	position: absolute;
	height: auto;
	border: 1px solid #fff;
	border-top: 0;
}
#premium{
	position: relative;
	margin-bottom: 60px;
	padding-top: 18px;
	padding-bottom: 15px;
	background-image: linear-gradient(bottom, #9FD6F1 0%, #f4fbfe 85%, #E0F2FB 100%);
	background-image: -o-linear-gradient(bottom, #9FD6F1 0%, #f4fbfe 85%, #E0F2FB 100%);
	background-image: -moz-linear-gradient(bottom, #9FD6F1 0%, #f4fbfe 85%, #E0F2FB 100%);
	background-image: -webkit-linear-gradient(bottom, #9FD6F1 0%, #f4fbfe 85%, #E0F2FB 100%);
	background-image: -ms-linear-gradient(bottom, #9FD6F1 0%, #f4fbfe 85%, #E0F2FB 100%);
	background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0, #9FD6F1),	color-stop(0.85, #f4fbfe), color-stop(1, #dff1fb));
	-pie-background: linear-gradient(#dff1fb, #9FD6F1)); /*PIE*/
	behavior: url('PIE.php');
}
img.prem-buss-logo{
	position: absolute;
	top: 22px;
	right: 15px;
	box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 4px #84b8cf;
	behavior: url('PIE.php');
}
.featured{
	padding-right: 122px;
	padding-bottom: 30px;
	margin: 30px 0;
}
#single-main, #client-main{
	padding: 30px 25px;
	margin-bottom: 35px;
}
#single-main dt, #client-title dt{
	float: left;
	width: 28%;
	font-size: 13px;
	font-size: 1.3rem;
	color: #436371;
	font-weight: bold;
	margin-bottom: 30px;
	margin-right: 30px;
}
#vac-title, #client-title{
	position: relative;
	background-color: #d6eef9;
	margin: -30px -25px 30px;
	padding: 22px 25px 22px;
	border-bottom: 1px solid #fff;
	border-radius: 8px 8px 0 0;
	box-shadow: inset 0 0 30px #afe1fb;
	behavior: url('PIE.php');
}
#premiumlinks{
	position: relative;
	float: right;
	width: 382px;
	border: 1px solid #b6dbeb;
	border-radius: 8px;
	padding: 0 14px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
	behavior: url('PIE.php');
}
#premiumlinks li{
	position: relative;
	overflow: hidden;
	margin: 0 -14px;
	padding: 10px 0 10px 14px;
	border-bottom: 1px solid #b6dbeb;
}
#premiumlinks h2.special{
	font-family: "Droid Sans", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#premiumlinks li:last-child{
	border-bottom: none;
}
#premiumlinks li:hover{
	background: #d1ecf8;
}
#premiumlinks li a{
	display: block;
	overflow: hidden;
	padding: 0 20px 0 0;
	text-decoration: none;
}
#premiumlinks li p{
	margin: auto 0;
}
#premiumlinks li a span{
	font-weight: bold;
}
#premiumlinks li img{
	margin-right: 15px;
	border: 1px solid #d0d0d0;
	display: block;
	float: left;
	vertical-align: middle;
}
#premiumlinks li a:hover > img{
	border: 1px solid #84b8cf;
}
#foto-main{
	padding: 17px 14px;
	margin-bottom: 30px;
}
#foto-main img{
	border: 3px solid #d5edf8;
	margin-right: 15px;
	border-radius: 3px;
}
#foto-main img:last-child{
	margin-right: 0;
}
.extra{
	margin-bottom: 30px;
}
#place-main{
	padding-bottom: 35px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
	overflow: hidden;
}
#ad{
	overflow: hidden;
	margin-bottom: 16px;
}
#ad p.right{
	margin: 0;
}
.description{
	margin-bottom: 20px;
}
#conditions{
	float: left;
	margin-top: 28px;
}
.data img{
	margin-right: 10px;
	border: 3px solid #d5edf8;
	height: 70px;
	width: 70px;
	overflow: hidden;
}
#conditions p{
	margin-left: 30%;
}
.attention{
	margin-bottom: 40px;
	margin-left: 30%;
	margin-right: 30px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
}
div.right{
	width: 70%;
	float: right;
	margin-bottom: 20px;
}
input#accept, input#opt-in{
	float: left;
	margin-right: 8px;
	margin-left: 15px;
}
/* END LHS */

/*RHS*/
#rhs div{
	margin-bottom: 20px;
}
#tip, #top3{
	position: relative;
	padding: 25px 19px;
	border: 4px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 5px #b0b0b0, inset 0 0 30px #afe1fb;
	background: #eff9fd;
	background-image: linear-gradient(bottom, #e9f6fc 0%, #f9fcfe 100%);
	background-image: -o-linear-gradient(bottom, #e9f6fc 0%, #f9fcfe 100%);
	background-image: -moz-linear-gradient(bottom, #e9f6fc 0%, #f9fcfe 100%);
	background-image: -webkit-linear-gradient(bottom, #e9f6fc 0%, #f9fcfe 100%);
	background-image: -ms-linear-gradient(bottom, #e9f6fc 0%, #f9fcfe 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e9f6fc), color-stop(1, #f9fcfe));
	-pie-background: linear-gradient(#e9f6fc, #f9fcfe); /*PIE*/
	behavior: url('PIE.php');
}
#tip h1, #top3 h1{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
	text-shadow: 0 1px 1px #fff;
	behavior: url('PIE.php');
}
#tip a, #premium a, .featured a, a#continue{
	position: relative;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	border-radius: 16px;
	text-decoration: none;
	box-shadow: 0px 1px 3px #b0b0b0;
	background: #ff6900;
	background-image: linear-gradient(bottom, #f55a04 0%, #ffa43d 100%);
	background-image: -o-linear-gradient(bottom, #f55a04 0%, #ffa43d 100%);
	background-image: -moz-linear-gradient(bottom, #f55a04 0%, #ffa43d 100%);
	background-image: -webkit-linear-gradient(bottom, #f55a04 0%, #ffa43d 100%);
	background-image: -ms-linear-gradient(bottom, #f55a04 0%, #ffa43d 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f55a04), color-stop(1, #ffa43d));
	-pie-background: linear-gradient(#ffa43d, #f55a04); /*PIE*/
	behavior: url('PIE.php');
}
#tip a:hover, #premium a:hover, .featured a:hover, a:hover#continue{
	background: orange;
	background-image: linear-gradient(bottom, #f58029 0%, #f76000 100%);
	background-image: -o-linear-gradient(bottom, #f58029 0%, #f76000 100%);
	background-image: -moz-linear-gradient(bottom, #f58029 0%, #f76000 100%);
	background-image: -webkit-linear-gradient(bottom, #f58029 0%, #f76000 100%);
	background-image: -ms-linear-gradient(bottom, #f58029 0%, #f76000 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f58029), color-stop(1, #f76000));
	-pie-background: linear-gradient(#f76000, #f58029); /*PIE*/
	behavior: url('PIE.php');
} 
a#continue{
	margin-left: 30%;
}
#quickstart{
	position: relative;
	padding: 25px 20px;
	border: 4px solid #fff;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0px 3px 5px #b0b0b0;
	behavior: url('PIE.php');
}
#quickstart h1{
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 15px;
	text-shadow: 0 1px 1px #fff;
	behavior: url('PIE.php');
}
#quickstart a{
	text-decoration: none;
}
ul.secondary{
	border-top: 1px solid #fff;
	margin: 15px -20px -24px;
	padding: 15px 20px 5px;
	border-radius: 0 0 6px 6px;
	behavior: url('PIE.php');
}
#quickstart ul li{
	margin-bottom: 10px;
	text-shadow: 0 1px 1px #fff;
}
#quickstart ul li a:hover, #quickstart ul li a:focus{
	text-decoration: underline;
}

#geo{
	margin-top: 50px;
	padding: 0 20px;
	overflow: hidden;
}
#geo h1, #type h1{
	font-family: "Droid Sans", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#geo li:before, #type li:before{
	content: "» ";
}
#geo li{
	width: 120px;
	float: left;
	margin-bottom: 5px;
}
#geo li:nth-child(2n+1){
	width: 100px;
}
#type{
	padding: 0 20px;
}
#type li{
	margin-bottom: 5px;
}
/* END RHS */

/* TYPE */
#latest-head h1{
	font-size: 30px;
	font-size: 3.0rem;
	float: left;
	margin-top: 8px;
}
#latest-head h1:after{
	content: '';
	position: absolute;
	background: url('img/rss-icon.png')no-repeat 11px top;
	height: 30px;
	width: 30px;	
}
#current-head h1, #single-head h1{
	font-size: 24px;
	font-size: 2.4rem;
	padding-top: 5px;
	margin-bottom: 20px;
}
#current-head h1:after{
	content: '';
	position: absolute;
	background: url('img/rss-icon.png')no-repeat 11px top;
	height: 30px;
	width: 30px;	
}
#single-head h1{
	color: #ff6900;
	float: left;
}
#more h1{
	color: #ff6900;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
#place h1{
	font-size: 24px;
	font-size: 2.4rem;
	color: #ff6900;
	margin-bottom: 10px;
}
.attention h2{
	font-size: 18px;
	margin-bottom: 15px;
}
#place p{
	padding-right: 15px;
	margin-bottom: 15px;
}

dd h1, dd h2 {
	font-family: "Droid Sans", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
dd h2 a{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}
dd h2 a:hover, dd h2 a:active{
	font-weight: bold;
}
.vacs li a {
	text-decoration: none;
}
.vacs li a h2 {
	color: #ff6900;
	font-family: "Droid Sans", sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
}
.vacs li a:hover h2 {
	text-decoration: underline;
}
.vacs li p{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
}
.cats{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
}
.cats a{
	text-decoration: none;
	display: block;
}
.cats a:hover h2{
	text-decoration: underline;
}
.cats a h2 {
	font-family: "Droid Sans", sans-serif;
	color: #ff6900;
	font-weight: bold;
}
h2.premium, .featured h1{
	color: #ff6900;
	font-size: 18px;
	font-size: 1.8rem;
	max-width: 465px;
	padding-left: 40px;
	margin-bottom: 15px;
}
.featured h1{
	padding-left: 0;
}
.extra h2{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.extra p{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
	margin-bottom: 11px;
}
#premium p{
	width: 490px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 15px;
}
#premium a{
	float: left;
}
.featured p{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
	margin-bottom: 25px;
}
#more p{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
	margin-bottom: 30px;
}
#more p a:hover{
	color: #ff6900;
}
.featured ul {
	list-style: disc inside;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
	margin-bottom: 25px;
}
#direct{
	float: left;
}
#direct h3{
	font-family: "Bevan", serif;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: #292929;
}
#direct ul li:before{
	content: "» ";
}
#direct ul li{
	margin-bottom: 5px;
}
#info{
	color: #657377;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4em;
}
#info h1{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
#info h2{
	font-family: "Droid Sans", sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
}
#info p{
	margin-bottom: 24px;
}
h3.premium-tag{
	position: absolute;
	top: -10px;
	left: -10px;
	background: url('img/premium-tag.png') no-repeat left top;
	text-indent: -9999px;
	width: 71px;
	height: 73px;
}
#info ul{ 
	margin-bottom: 24px;
}
#info ul li{
	text-indent: -8px;
	padding-left: 10px;
	margin-bottom: 6px;
}
#start h1{
	margin-bottom: 10px;
}
#fotos h1, #clientdata h1{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 18px;
}
#tip p{
	margin-bottom: 20px;
	line-height: 1.3em;
}
#top3 ol, ol h2, #top3 a{
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Droid Sans", sans-serif;
	text-decoration: none;
}
ol{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 23px;
}
ol, ol li h2{
	color: #ff6900;
	text-decoration: underline;
	font-weight: bold;
}
ol li a:hover > h2{
	color: #292929;
}
ol li h2{
	margin-bottom: 10px;
	display: inline;
}
ol li{
	margin-bottom: 30px;
}
ol li:last-child{
	margin-bottom: 0;
}
ol p{
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
}
ol p strong{
	display: block;
	margin-top: 5px;
}
a.bttn{
	position: relative;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
	color: #444;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #d5d5d5;
	border-radius: 20px;
	box-shadow: 0px 1px 1px 1px #b0b0b0;
	background-image: linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -o-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -moz-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -ms-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d9d9d9), color-stop(1, #e9e9e9));
	-pie-background: linear-gradient(#e9e9e9, #d9d9d9); /*PIE*/
	behavior: url('PIE.php');
}
a:hover.bttn{
	background-image: linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ececec), color-stop(1, #c2c2c2));
	-pie-background: linear-gradient(#c2c2c2, #ececec); /*PIE*/
	behavior: url('PIE.php');
}
#options a{
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
}
#options a:hover{
	text-decoration: underline;
}
a.send{
	margin-right: 15px;
	background: url('img/send.png') no-repeat left top;
	padding: 6px 0 5px 30px;
}
a.print{
	background: url('img/print.png') no-repeat left top;
	padding: 6px 0 5px 30px;
}
table a:hover, #geo a:hover, #type a:hover{
	font-weight: bold;
}
.data h3{
	margin-left: -200px;
	float: left;
	color: #436371;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.data{
	margin-bottom: 17px;
}
p.description {
	font-size: 16px;
}
.naw{
	margin-bottom: 0;
}
#ad-main.data p{
	margin-bottom: 30px;
}
/* END TYPE */

/* FORMS */
#searchform {
	float: right;
}
#searchform input{
	position: relative;
	width: 221px;
	height: 36px;
	line-height: 36px;
	border: 3px solid #fff;
	border-radius: 8px;
	font-size: 13px;
	color: #8c8e8e;
	padding-left: 37px;
	box-shadow: inset 1px 1px 2px #d3d3d3;
	background: #eeeeee url('img/search-icon.png') no-repeat 8px 9px;
	behavior: url('PIE.php');
}
#rhs #searchform input{
	width: 216px;
}
#info a{
	color: #657377;
	font-weight: bold;
}
#info a:hover, #info a:focus, #info a:active{
	color: #292929;
}
#search-sec{
	padding-top: 13px;
}
#search-sec input.fill{
	position: relative;
	width: 335px;
	height: 27px;
	line-height: 27px;
	float: left;
	padding-left: 15px;
	border: 1px solid #c0cfd5;
	border-radius: 0 8px 8px 0;
	background: #fff;
	box-shadow: 0 -1px 3px #b0b0b0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #8c8e8e;
	behavior: url('PIE.php');
}
input.bttn{
	position: relative;
	float: right;
	font-weight: bold;
	height: 31px;
	padding: 0px 15px;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
	color: #444;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #d5d5d5;
	border-radius: 16px;
	box-shadow: -1px 0 3px #b0b0b0;
	background-image: linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -o-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -moz-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -ms-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d9d9d9), color-stop(1, #e9e9e9));
	-pie-background: linear-gradient(#e9e9e9, #d9d9d9); /*PIE*/
	behavior: url('PIE.php');
}
input.bttn:hover{
	background-image: linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ececec), color-stop(1, #c2c2c2));
	-pie-background: linear-gradient(#c2c2c2, #ececec); /*PIE*/
	behavior: url('PIE.php');
}
#mail input.bttn{
	float: none;
}
#mail input.txt{
	position: relative;
	width: 258px;
	padding: 9px 6px;
	margin-bottom: 10px;
	margin-right: 5px;
	color: #8e8c8c;
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	background: #eeeeee;
	border: 3px solid #ffffff;
	border-radius: 8px;
	box-shadow: inset 1px 1px 3px #e3e3e3;
	behavior: url('PIE.php');
}
#filters{
	height: 40px;
}
#filters p{
	display: inline;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
#categorie, #number{
	float: left;
}
#categorie select, #number select{
	border: 1px solid #c7d8e3;
}
select{
	margin-left: 8px;
}
td.right select{
	margin: 0;
}
.wide select{
	width: 220px;
}
#number{
	float: right;
}
/* END FORMS */

/* TABLES */
table{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3em;
}
td.left{
	width: 30%;
	color: #436371;
	font-weight: bold;
	padding: 15px 0 15px 0;
}
td.right{
	width: 430px;
	padding-left: 15px;
}
td.right p{
	padding-top: 12px;
}
td input{
	position: relative;
	border-radius: 8px;
	width: 245px;
	padding: 10px 6px;
	margin-bottom: 10px;
	margin-right: 80px;
	color: #8e8c8c;
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	border: none;
	box-shadow: inset 1px 1px 3px #e3e3e3;
	behavior: url('PIE.php');
}
table#stepform{
	margin-bottom: 25px;
}
#stepform tr{
	height: 40px;
}
#stepform td{
	padding: 0;
	vertical-align: top;
}
#stepform td.left{
	padding-top: 3px;
}
#stepform input{
	border: 3px solid #d7eef9;
	margin-top: -8px;
	margin-bottom: 15px;
}
#stepform textarea{
	position: relative;
	width: 90%;
	margin-bottom: 10px;
	border: 3px solid #d7eef9;
	border-radius: 8px;
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	color: #8e8c8c;
	padding: 5px;
	height: 150px;
	box-shadow: inset 1px 1px 3px #e3e3e3;
	behavior: url('PIE.php');
}
#stepform td.narrow input{
	width: 10%;
	float: left;
	margin: 0 10px 10px 0;
}
#stepform a.bttn{
	float: left;
	margin:  0 10px 15px 0 ;
}
#stepform p{
	float: left;
	color: #8e8c8c;
}
td.narrow p{
	margin: 0;
}
#table{
	overflow: hidden;
}
.row{
	display: block;
	overflow: hidden;
	padding: 15px 0 15px 0;
}
.row.contact{
	padding-top: 20px;
	position: relative;
}
h3.left{
	float: left;
	width: 30%;
	color: #436371;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
p.right{
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	margin-left: 20px;
}
button.contactbttn{
	position: relative;
	font-weight: bold;
	padding: 6px 8px;
	margin-left: 20px;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	color: #444;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	box-shadow: 0 1px 3px #b0b0b0;
	background-image: linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -o-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -moz-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -webkit-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -ms-linear-gradient(bottom, #e9e9e9 0%, #d9d9d9 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d9d9d9), color-stop(1, #e9e9e9));
	-pie-background: linear-gradient(#e9e9e9, #d9d9d9); /*PIE*/
	behavior: url('PIE.php');
}
button.contactbttn:hover{
	background-image: linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -o-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -moz-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -webkit-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -ms-linear-gradient(bottom, #ececec 0%, #c2c2c2 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ececec), color-stop(1, #c2c2c2));
	-pie-background: linear-gradient(#c2c2c2, #ececec); /*PIE*/
	behavior: url('PIE.php');
}
button.contactbttn:before{
	content: url(img/arrow-down-big.png);
}
.contact.open{
	padding-bottom: 60px;
}
#contactform{
	display: none;
	overflow: hidden;
	background: #dcf0fa;
	border-radius: 8px;
	padding: 70px 20px 30px 20px;
	margin-top: -50px;
	behavior: url('PIE.php');
}
#contactform p input, p.right input{
	position: relative;
	border-radius: 8px;
	width: 245px;
	padding: 10px 6px;
	margin-bottom: 10px;
	margin-right: 80px;
	color: #8e8c8c;
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	border: none;
	box-shadow: inset 1px 1px 3px #e3e3e3;
	behavior: url('PIE.php');
}
textarea#remarks{
	position: relative;
	height: 155px;
	width: 350px;
	margin-bottom: 20px;
	color: #8e8c8c;
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	border: none;
	border-radius: 8px;
	padding: 10px 6px;
	box-shadow: inset 1px 1px 3px #e3e3e3;
	behavior: url('PIE.php');
}
p.right input{
	margin-top: -10px;
}
#contactform p input.radio{
	width: 22px;
	margin: 10px 0 15px 0;
}
#contactform p label{
	margin-right: 35px;
}
#contactform p input.submit{
	position: relative;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	width: auto;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 10px 13px;
	border-radius: 22px;
	box-shadow: 0px 1px 3px #b0b0b0;
	background-image: linear-gradient(bottom, #f55a04 0%, #ffa43d 100%);
	background-image: -o-linear-gradient(bottom, #f55a04 0%, #ffa43d 100%);
	background-image: -moz-linear-gradient(bottom, #f55a04 0%, #ffa43d 100%);
	background-image: -webkit-linear-gradient(bottom, #f55a04 0%, #ffa43d 100%);
	background-image: -ms-linear-gradient(bottom, #f55a04 0%, #ffa43d 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f55a04), color-stop(1, #ffa43d));
	-pie-background: linear-gradient(#ffa43d, #f55a04);
	behavior: url('PIE.php');
}
#contactform p input.submit:hover {
	background-image: linear-gradient(bottom, #f58029 0%, #f76000 100%);
	background-image: -o-linear-gradient(bottom, #f58029 0%, #f76000 100%);
	background-image: -moz-linear-gradient(bottom, #f58029 0%, #f76000 100%);
	background-image: -webkit-linear-gradient(bottom, #f58029 0%, #f76000 100%);
	background-image: -ms-linear-gradient(bottom, #f58029 0%, #f76000 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f58029), color-stop(1, #f76000));
	-pie-background: linear-gradient(#f76000, #f58029); /*PIE*/
	behavior: url('PIE.php');
} 
/* END TABLES */
