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

/*body {
	margin: 0;
	padding: 0;
	background-image: url(../images/maldonbackground.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
}*/

body {
	margin:0;
	pading:0;	
}

#fsbg {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: -100;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 1040px;
		
}

.clear {
	clear: both;	
}

.headerholder {
	width: 1000px;
	height: 300px;
	margin: 0px auto;
	margin-top: 90px;
	/*background: #E41D21;*/
	z-index: 999;
}

.mainholder {
	width: 1000px;
	height: 1200px;
	background: #FFFFFF;
	margin: 0px auto;
	/*opacity: 0.9;*/
	padding: 10px;
	margin-top: -38px;
	border-radius: 9px;
}

.main {
	width: 1000px;
	height: 1200px;
	/*background: #2948C0;*/
	float: left;
	margin: 0px auto;
	border-radius: 9px;
}

.mainholdergrab {
	width: 1000px;
	height: 1400px;
	background: #FFFFFF;
	margin: 0px auto;
	/*opacity: 0.9;*/
	padding: 10px;
	margin-top: -38px;
	border-radius: 9px;
}

.maingrab {
	width: 1000px;
	height: 1400px;
	/*background: #2948C0;*/
	float: left;
	margin: 0px auto;
	border-radius: 9px;
}

#skiphiretitle {
	width: 1000px;
	height: 250px;
	/*background: #F8070B;*/
	margin-bottom: 10px;
	border-bottom: 1px solid #B1B1B1;	
}

#reviewtitle {
	width: 1000px;
	height: auto;
	/*background: #F8070B;*/
	margin-bottom: 10px;
	border-bottom: 1px solid #B1B1B1;	
}

#logo {
		
}

#skiphireleftcontent {
	width: 340px;
	height: 350px;
	/*background: #1587D9;*/
	float: left;
	margin-right: 10px;
	text-align: justify;	
}

#rightfloatleftbox {
	width: 310px;
	height: 350px;
	float: right;
	/*background: #C3C3C3;*/	
}

#skiphirerightcontent {
	width: 329px;
	height: 350px;
	/*background: #75EC35;*/
	float: left;
	padding-left: 10px;
	border-left: 1px solid #B1B1B1;
}

#skiphirecta {
	width: 1000px;
	height: 250px;
	/*background: #A7A2A2;*/
	margin-top: 10px;
	border-bottom: 1px solid #B1B1B1;
	border-top: 1px solid #B1B1B1;
}

#skiphireboxholder {
	width: 1000px;
	height: 300px;
	/*background: #D3C60F;*/
	float: left;
	margin-top: 10px;	
}

#box1 {
	width: 320px;
	height: 300px;
	/*background: #F800E7;*/
	float: left;
	margin-left: 10px;
	border-right: 1px solid #B1B1B1;
}

#box2 {
	width: 320px;
	height: 300px;
	/*background: #F800E7;*/
	float: left;
	margin-left: 10px;
	border-right: 1px solid #B1B1B1;
}

#box3 {
	width: 320px;
	height: 300px;
	/*background: #F800E7;*/
	float: left;
	margin-left: 10px;
}

#skiphirerightcontent ul {
	list-style: none;
	font-family: arial;
	font-size: 13px;	
}

#skiphirerightcontent ul li {
	background-image: url(../images/tickbground.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	padding-top: 10px;	
}

/*Titles and Links*/

h1 {
	font-family: arial;
	font-size: 18px;
	color: #464646;	
}

h2 {
	font-family: arial;
	font-size: 16px;
	color: #464646;	
}

p {
	font-family: arial;
	font-size: 13px;
	color: #464646;		
}

.contactbutton {
	width: 140px;
	height: 25px;
	background: #05B329;
	color: #FFFFFF;
	border-radius: 8px;
	text-align:center;
	/*padding-top: 1px;*/
	line-height: 25px;
	box-shadow: 1px 1px 2px #333333;	
}

a:link {
	text-decoration: none;	
}

/* contact form styling */

/*#contactformhome {
	float: left;
	background-color: #e9e9e9;
	padding: 10px;
	margin-top: 20px;
	margin-left: 20px;	
}*/

#formWrap {
	width: 569px;
	background: #FFF;
	border: 1px solid #F1F1F1;
	-moz-border-radius :10px;
	/*-moz-box-shadow: 2px 2px 5px #999;*/
	-webkit-border-radius :10px;
	/*-webkit-box-shadow: 2px 2px 5px #999;*/
	border-radius: 10px;
	/*box-shadow: 2px 2px 5px #999;*/
	padding: 16px 10px 10px;
}

#formWrap #form {
	border-top: 1px solid #EEE;
	width: 569px;
	
}

#form .row {
	border-bottom: 1px dotted #eee;
	display: block;
	line-height: 22px;
	overflow: auto;
	padding: 4px 0px;
	width: 100%;
}

#form .row .label {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	width: 110px;
	text-align: left;
	color: #9ab005;
}

.detail {
	width: 520px;
	font-family: arial;
	font-size: 11px;
	padding: 7px 8px;
	margin: 0;
	-moz-border-radius :5px;
	-webkit-border-radius :5px;
	border-radius: 5px;	
	float: left;
	display: block;
}

.mess {
	width: 520px;
	font-family: arial;
	font-size: 11px;
	padding: 7px 8px;
	margin: 0;
	-moz-border-radius :5px;
	-webkit-border-radius :5px;
	border-radius: 5px;
	max-width: 380px;
	overflow: auto;
	display: block;
}

#form .row .input {
	float: left;
	width: auto;
}

/*
#form .row .context {
	
}
*/

#form #submit {
	font-family: arial;
	margin-top: 5px;
	/*margin-left: 100px;*/
	color: #000;
	font-size: 11px;
	text-shadow: 1px 1px 1px #999;
	padding: 5px;
}

span.error {
	color: #9A0002;
	display: block;
	font-family: arial;
	font-size: 11px;	
}

#formWrap h4 {
	font-family: arial;
	text-shadow: 0.3px 0.3px 0.3px #ccc;
	color: #9ab005;
	font-size: 13px;
}