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,
 form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
navigation, 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,
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
textarea{
	resize: none;
}

body{
	background: url(../images/honeymoon-bg.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #636363;
	font-weight: normal;
}
a{
	color: #5c5c5c;
	text-decoration: none;
}


a.button,
span.button{
	float: left;
	background: url(../images/main/button_right.png) no-repeat 100% 0;
	height: 22px;
	font-size: 12px !important ;
	padding-right: 4px;
	color: #fff;
}
a.button span,
span.button span{
	float: left;
	height: 18px;
	font-weight: bold;
	padding: 4px 3px 0 7px;
	background: url(../images/main/button_left.png) no-repeat 0 0;
	cursor: pointer;
}
a.button:hover,
span.button:hover{
	color: #fff;
	text-decoration: none;
	background-position: 100% 100%;
}
a.button:hover span,
span.button:hover span{
	background-position: 0 100%;
}
a:hover.pink{ color: #ee4399; }
a:hover.dark_pink{ color: #c91c8e; }
a:hover.dark_blue{ color: #242a6e; }
a:hover.blue{ color: #14b3d6; }
a:hover.dark_green{ color: #199646; }
a:hover.green{ color: #a8d14b; }
a:hover.dark_yellow{ color: #d8ac1a; }
a:hover.yellow{ color: #f7c61b; }
html,
body,
#page_bakground,
#page_bakground .slide,
#over_layout{
	float: left;
	width: 100%;
	height: 100%;
}
#page{
	width: 978px;
	margin: 0 auto;
}

#page_body{
	width: 938px;
	float: left;
	background-color: #fff;
	padding: 20px 20px 15px;
}

#page_body h1{
	color: #00acd2;
	font: bold 35px Arial;
	letter-spacing: -0.5px;
}
.button_shadow{
	width: 339px;
	height: 93px;
	float: left;
	position: absolute;
	top: 380px;
	left: 3px;
}
.button_shadow div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/main/shadow.png) no-repeat center 67px;
}
.button_shadow a{
	width: 295px;
	height: 47px;
	padding: 20px 0 0 0;
	background: url(../images/main/button_shadow.png) no-repeat 0 0;
	font: bold 22px "Trebuchet MS";
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	text-align: center;
}
.button_shadow a:hover{
	color: #fff;
	text-decoration: none;
}

.home_page .vertical_box p{
	height: 83px;
}
/*Contact page */
.contact_page #page_body{
	margin-top: 60px; margin-bottom: 60px;
}
.contact_page #page_body h2{
	font-size: 24px;
	font-weight: bold;
}
.contact_page #page_body h3{
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: normal;
}
.contact_page #page_body div.text{
	width: 100%;
	float: left;
	line-height: 18px;
	padding: 5px 0;
}
.contact_page #page_body .postcode_area{
	width: 938px;
	height: 170px;
	background-color: #f5f5f5;
	float: left;
	margin: 10px 0;
}
.contact_page #page_body .postcode_area .content{
	margin: 70px auto 0;
	width: 385px;
}
.contact_page .right_box .form div input,
.contact_page .right_box .form div textarea{
	width: 225px;
	height: 32px;
	line-height:32px;
	border: 1px solid #ababab;
	padding: 0 15px;
	font-size: 13px;
	-moz-border-radius: 2px;
	background-color: #fff;
}

label { float: left; display: block; width: 170px;}
fieldset { padding: 15px; border: 1px solid #ccc; }
.form div { padding-bottom: 10px;  }
.contact_page #page_body .postcode_area input.button{
	width: 109px;
	height: 34px;
	background: url(../images/contact/search_button.gif) no-repeat 0 0;
	font: bold 19px "Trebuchet MS";
	color: #fff;
	padding: 1px 0 3px 9px;
	margin: 1px 0 0;
	float: right;
	cursor:pointer;
}
.contact_page #page_body .postcode_area input.button:hover{
	background-position: 0 100%;
}
.contact_page .left_box,
.contact_page .right_box{
	width: 260px;
	float: left;
	line-height: 18px;
	margin: 5px 0 0;
}
.contact_page .left_box b{
	font-weight: bold;
}
.contact_page .right_box{
	width: 678px;
}
.contact_page .right_box .form{
	float: left;
	width: 95%;
	padding: 10px 0;
}
.contact_page .right_box .form div input.text,
.contact_page .right_box .form div textarea{
	border-width: 1px;
	width: 263px;
	height: 30px;
	margin: 0 20px 17px 0;
}
.contact_page .right_box .form div textarea{
	width: 360px;
	height: 95px;
	padding: 10px 15px;
	margin-bottom: 10px;
}
.contact_page .right_box .form .submit{
	width: 70px;
	display:inline-block;
	background: url(../images/contact/button.gif) no-repeat 0 0;
	float: left;
	font: bold 14px/22px "Trebuchet MS";
	color: #fff;
	text-align: center;
	/*padding-top: 2px;*/
}
.contact_page .right_box .form .submit:hover{
	background-position: 0 100%;
	text-decoration:none;
}

.clear{clear:both;}

/*
	Error messages
*/
div.message_stack { margin: 0 0 10px 0;	padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.message_stack p { margin: 0; }
div.message_stack p em { color: #C00; font-style: normal; font-weight: bold; }
div.message_stack ul { list-style:disc; }
div.message_stack li { padding-left: 8px; }
div.message_stack ul { padding:5px;	padding-left: 40px; }
legend {font-weight:bold;}
em{color:#F00;}
a {text-decoration:underline;}
a:hover{
	color: #000;
	text-decoration: underline;
}
