/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	outline:none;
}
html, body {
	color:#333
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
	display: block;
}
a:link, a:visited {
	text-decoration:none
}
b, strong {
	/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
ul {
	margin:0	
}
li {
	/*
  For IE6 + IE7.
*/
	list-style:none;
	display: list-item;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
sub, sup, small {
	font-size: 75%;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg {
	/*
  For IE9.
*/
	overflow: hidden;
}
.float_l {
	float:left !important
}
.float_r {
	float:right !important	
}

/* Fonts
----------------------------------------------------------------------------------------------------*/

#facebook {
	display:block;
	background-color:#fff;
	padding:0;
	width:300px;
	height:480px;
	z-index:1000	
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:100;
    background-color:#C1272D;
}

h1,
h2 {
	font-family: 'Rancho', cursive;
	font-weight:normal
}

h5 {
	font-family: 'Kalam', cursive;
	font-weight:300
}

h1 {
	font-size:48px;
	line-height:55px;
	margin-bottom:30px;
	color:#534741
}

h2 {
	font-size:28px;
	color:#000;
	margin-bottom:10px
}

h3 {
	color:#534741;
	line-height:25px;
	font-size:21px;
	font-weight:normal;
	margin-bottom:25px
}

h4 {
	font-size:18px;
	font-weight:100
}

h5 {
	font-size:14px;
	font-weight:400;
	margin:15px 0
}

p {
	line-height:20px;
	margin-bottom:15px
}

p a,
h3 a {
	color:#C1272D;
	text-decoration:overline
}

/* Font Options - Color by Page */

#home h1 {
	color:#C1272D;
	margin-bottom:10px
}

.content.no-padding h1 {
	margin-left:10px;
	margin-right:10px	
}

/* Font Options - Color */

.font-red {
	color:#C1272D
}

/* Main Layout
----------------------------------------------------------------------------------------------------*/

.container, .content {
	position:relative;
	display:block;
	min-width:960px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.container {
	width:100%
}

.content {
	margin:0 auto;
	width:960px;
	padding-left:10px;
	padding-right:10px
}

.content.no-padding {
	padding-left:0;
	padding-right:0	
}

.content.minheight {
	min-height:400px	
}

/* Background Options - Transitions */

.dark-brown-transition-start:after {
	position:absolute;
	display:block;
	content:"";
	width:100%
}

.dark-brown-transition-start:after {
	height:20px	
}

.dark-brown-transition-start:after {
	background:url(../images/bg-dark-brown-transition-start.png) repeat-x center top;
	bottom:0
}

/* Background Options - Texture and Padding */

#home .bg-light-brown {
	padding:160px 0 100px
}

#home .bg-dark-brown {
	padding-bottom:80px
}

.bg-red {
	background-color:#C1272D	
}

.bg-light-brown,
.bg-dark-brown {
	padding-top:90px;
	padding-bottom:100px
}

.bg-light-brown {
	background:url(../images/bg-light-brown.jpg) center top
}

.bg-dark-brown {
	background:url(../images/bg-dark-brown.jpg) center top
}


/* Header
----------------------------------------------------------------------------------------------------*/

#header {
	height:200px;
	padding-top:35px;
	background:url(../images/bg-header.jpg) repeat-x center center
}

/* Home Page Mini Header */

#header-logo {
	position:absolute;
	display:block;
	top:15px;
	left:0;
	width:695px;
	height:160px;
	background:url(../images/bg-home-logo.png) no-repeat center center;
	z-index:100
}

#header-logo img {
	margin:25px 0	
}

/* Navigation */

#navigation {
	position:absolute;
	bottom:-100px;
	height:140px;
	z-index:8000
}

#navigation:before,
#navigation:after {
	position:relative;
	display:block;
	content:"";
	width:100%;
	height:40px;
	background-size:100%
}

#navigation:before {
	background:url(../images/bg-navigation.png) repeat-x center top;
	top:0
}

#navigation:after {
	background:url(../images/bg-navigation.png) repeat-x center bottom;
	bottom:0
}

ul#navigation-links {
	display:block;
	width:940px;
	margin:0 auto;
	text-align:center;
	background-color:#C1272D
}

ul#navigation-links li {
	display:inline-block
}

ul#navigation-links li a {
	display:block;
	height:60px;
	padding:0 15px;
	line-height:60px;
	font-size:21px;
	font-family: 'Kalam', cursive;
	font-weight:700;
	color:#fff	
}

ul#navigation-links li:first-child {
	padding:0 30px 0 0;
	float:left;
	visibility:hidden
}

ul#navigation-links li a.active,
ul#navigation-links li a:hover {
	color:#FCEE21
}

/* Navigation - Narrow */

#navigation.nav-narrow {
	height:80px;
	bottom:-40px
}

#navigation.nav-narrow:before {
	position:absolute;
	height:80px
}

#navigation.nav-narrow:after {
	display:none	
}

#navigation.nav-narrow ul#navigation-links {
	background-color:transparent
}

#navigation.nav-narrow ul#navigation-links li a {
	height:80px;
	line-height:85px
}

/* Navigation - Detached */

#navigation.detached {
	position:fixed;
	top:0;
	height:100px
}

#navigation.detached:before {
	display:none
}

#navigation.detached .container {
	padding-top:5px;
	background-color:#C1272D	
}

#navigation.detached ul#navigation-links li a {
	padding-top:10px;
	height:50px;
	line-height:60px	
}

#navigation.detached ul#navigation-links li:first-child {
	visibility:visible;
	padding:0;
	height:60px
}

#navigation.detached:after {
	display:block;
	height:30px
}

/* Content
----------------------------------------------------------------------------------------------------*/

/* Global Styles - Left and Right Columns */

.social-left,
.social-right,
.left-column,
.right-column,
.action-panel,
.action-panel-content,
.action-panel:before,
.action-panel:after {
	position:relative;
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box	
}

.social-left,
.social-right {
	margin-top:10px;
	width:460px;
    text-align:left;
}

.left-column,
.right-column {
	padding-bottom:50px	
}

.social-left,
.left-column {
	float:left
}

.left-column {
	width:300px;
	margin-left:10px	
}

.social-right,
.right-column {
	float:right
}

.right-column {
	width:630px
}

/* Global Styles - Left Column Content */

.widget {
	display:block;
	margin-bottom:40px	
}

.action-panel:before,
.action-panel:after {
	content:"";
	width:300px;
	height:30px
}

.action-panel:before {
	background:url(../images/bg-texture-top.png) no-repeat center top
}

.action-panel:after {
	background:url(../images/bg-texture-bottom.png) no-repeat center bottom
}

.action-panel-content {
	padding:0 25px;
	background:url(../images/bg-texture.png) repeat-y center top	
}

.action-panel .price {
	height:45px;
	background:url(../images/bg-black-line.png) no-repeat center bottom;
	background-size:100%;
	color:#000
}

.action-panel.no-bg .form-btn {
	float:none;
	margin-right:10px
}

.action-panel.no-bg:before,
.action-panel.no-bg:after {
	display:none	
}

.action-panel.no-bg:before,
.action-panel.no-bg:after,
.action-panel.no-bg .action-panel-content {
	background:none;
	padding:0
}

.action-panel .price strong {
	font-family: 'Rancho', cursive;
	font-weight:normal;
	font-size:28px
}

.action-panel .info {
	min-height:140px;
	padding:15px 0 0
}

/* Global Styles - Right Column Content */

.right-column img {
	float:left;
	margin:0 10px 10px 0;
	border:3px solid #fff;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
}

.right-column h2 {
	margin-top:40px;
	color:#C1272D
}

.right-column h5,
.right-column ul.arrow-list li {
	padding-right:10px	
}

.right-column h5.day-heading {
	display:block;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	width:65px;
	height:30px;
	line-height:30px;
	background:url(../images/bg-smudge-green.png) no-repeat top left;
	padding-left:15px;
	margin:0 0 5px
}

/* Global Styles - Links */

a.back-top-btn {
	position:absolute;
	right:-100px;
	bottom:0;
	display:block;
	width:55px;
	height:55px;
	background:url(../images/icon-back-to-top.png) no-repeat center center	
}

a.more-info-link {
	display:inline-block;
	font-family: 'Kalam', cursive;
	font-weight:700;
	color:#fff;
	background:url(../images/bg-more-info-line.png) no-repeat center bottom;
	background-size:100%
}

a.more-info-link.lrg {
	height:30px;
	font-size:21px
}

a.more-info-link.sml {
	height:21px;
	font-size:14px
}

a.form-btn {
	display:inline-block;
	width:123px;
	height:50px;
	background:url(../images/bg-smudge-black.png) no-repeat center left;
	background-size:100%;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:50px;
	text-align:center	
}

a.form-btn:hover {
	color:#FCEE21
}

/* Global Styles - Misc */

.framed {
    padding:10px 10px 15px;
    background: url(../images/bg-image-frame-lrg.png) no-repeat center top;
    background-size:100%;
}

/* List Styles - Float List */

ul.float-list {
	margin-bottom:60px	
}

ul.float-list li {
	position:relative;
	float:left;
	margin:0 10px
}

/* List Styles - Float List - Tour Packages */

ul.float-list.tour-packages li,
ul.float-list.tour-packages li:before {
	display:block;
	width:300px;
	height:250px
}

ul.float-list.tour-packages li {
	margin-bottom:20px
}

ul.float-list.tour-packages li img {
	position:relative;
	display:block;
	border:1px solid #C7B299;
	margin:9px
}

/* List Styles - Float List - Tour Packages - Theme A */

ul.float-list.tour-packages.themeA li {
	background:url(../images/bg-image-frame.png) no-repeat center top
}

ul.float-list.tour-packages.themeA li span {
	position:absolute;
	display:block;
	width:280px;
	height:66px;
	left:10px;
	bottom:10px;
	background:url(../images/bg-image-frame-heading.png) no-repeat center top;
	text-align:left;
	font-family: 'Kalam', cursive;
	font-weight:700;
	color:#fff;
	padding:20px;
	line-height:18px;
	opacity:1;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-o-transition: opacity 150ms;
	-ms-transition: opacity 150ms;
	transition: opacity 150ms
}

ul.float-list.tour-packages.themeA li:hover span {
	opacity:0	
}

ul.float-list.tour-packages.themeA li .description .header,
ul.float-list.tour-packages.themeA li .description .info {
	color:#fff;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box	
}

ul.float-list.tour-packages.themeA li .description {
	position:absolute;
	display:block;
	width:280px;
	height:230px;
	top:10px;
	left:10px;
	text-align:center;
	background:rgba(0,0,0,0.7);
	z-index:200;
	opacity:0;
	-webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-o-transition: opacity 150ms;
	-ms-transition: opacity 150ms;
	transition: opacity 150ms
}

ul.float-list.tour-packages.themeA li:hover .description {
	opacity:1	
}

ul.float-list.tour-packages.themeA li .description .header {
	display:block;
	width:100%;
	height:70px;
	line-height:16px;
	font-family: 'Kalam', cursive;
	font-weight:700;
	padding:25px 20px
}

ul.float-list.tour-packages.themeA li .description .info {
	font-size:12px;
	height:100px;
	padding:0 20px;
	line-height:18px
}

/* List Styles - Float List - Tour Packages - Theme B */

ul.float-list.tour-packages.themeB li,
ul.float-list.tour-packages.themeB li:before {
	height:300px
}

ul.float-list.tour-packages.themeB li {
	background:url(../images/bg-image-frame-hover.png) no-repeat center top
}

ul.float-list.tour-packages.themeB li:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	opacity:1;
	background:url(../images/bg-image-frame.png) no-repeat center top;
	-webkit-transition: opacity 150ms;
	-moz-transition: opacity 150ms;
	-o-transition: opacity 150ms;
	-ms-transition: opacity 150ms;
	transition: opacity 150ms
}

ul.float-list.tour-packages.themeB li:hover:before {
	opacity:0
}

ul.float-list.tour-packages.themeB li:hover a span {
	color:#C1272D
}

ul.float-list.tour-packages.themeB li span {
	position:relative;
	display:block;
	text-align:center;
	font-family: 'Kalam', cursive;
	font-weight:700;
	color:#000;
	padding:10px 20px;
	line-height:18px;
	width:100%;
	height:50px;
	vertical-align:middle;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

/* List Styles - Arrow List */

ul.arrow-list  {
	display:block;
	margin-bottom:50px	
}

ul.arrow-list li {
	margin-bottom:8px;
	padding-left:20px;
	color:#000;
	background:url(../images/icon-listarrow-black.png) no-repeat 0 3px;
	line-height:18px	
}

/* List Styles - Clear List */

ul li.clear-list {
	clear:both;
	float:none;
	width:100%;
	height:auto !important;
	padding:0;
	margin:0 !important;
	border:none;
	background:none !important	
}

ul li.clear-list:before {
	display:none !important
}

/* Home BXSlider CSS Override */

#main-slider {
	display:block;
	height:700px;
	overflow:hidden	
}

#main-slider img {
	width:100%;
	height:100%;
	min-width:1200px;
	min-height:700px	
}

#main-slider .bx-wrapper {
	margin:0 auto;
	min-height:700px;
	height:700px;
	overflow:hidden
}

#main-slider .bx-wrapper .bx-viewport {
	left:0;
	padding:0;
	width:100% !important;
	margin:0 auto
}

#main-slider .bxslider li {
	position:relative;
	height:700px;
	min-height:700px;
	max-height:700px
}

#main-slider .bx-wrapper .bx-controls-direction a {
	top: 50%;
	margin-top:0;
	width: 40px;
	height: 72px
}

#main-slider .bx-wrapper .bx-prev {
    left: 4%;
    background:url(../images/icon-main-slider-prev.png) no-repeat 0 0;
}

#main-slider .bx-wrapper .bx-next {
    right: 4%;
    background:url(../images/icon-main-slider-next.png) no-repeat 0 0;
}

#main-slider .bx-wrapper .bx-prev:hover,
#main-slider .bx-wrapper .bx-next:hover {
	background-position: 0 -72px
}

#main-slider .bx-wrapper .bx-pager {
	padding-top: 0
}

#main-slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 65px
}

#main-slider .bx-wrapper .bx-pager .bx-pager-item,
#main-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	width: 15px
}

#main-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff
}

#main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFFF00
}

.bx-wrapper .bx-controls-direction a {
	width: 18px;
	height: 30px;
	z-index:7000
}

.bx-wrapper .bx-prev {
	left: -40px;
	background:url(../images/icon-carousel-prev.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: -40px;
	background:url(../images/icon-carousel-next.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-position: 0 -30px
}

/* Home BXSlider CSS Override - Carousel */

#carousel li img {
	border:1px solid rgba(140,98,57,0)	
}

#carousel li:hover img {
	border:1px solid rgba(140,98,57,1)	
}

/* Home BXSlider Custom Elements */

.slider-center {
	position:relative;
	width:940px;
	margin:0 auto;
	height:0	
}

.slider-content {
	position:absolute;
	width:940px;
	height:460px;
	margin:120px 0
}

.slider-text {
	position:absolute
}

.slider-text.left {
	left:0
}

.slider-text.right {
	right:0
}

.slider-text.top {
	top:0	
}

.slider-text.bottom {
	bottom:0	
}

.slider-text h1,
.slider-text h3 {
	color:#fff !important
}

.slider-text h1 {
	line-height:44px;
	margin-bottom:5px	
}

.slider-text h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:21px;
	font-weight:100;
	margin-bottom:15px
}

/* Fancybox CSS Override */

.fancybox-skin {
	color:#000
}

.fancybox-close {
	width:60px;
	height:60px;
	top:-27px;
	right: -34px;
	background:url(../images/icon-close-popup.png) no-repeat 0 0 !important;
	z-index:100
}

/* Home Online Payment Link */

.online-payment {
    display:block;
    width:420px;
    height:232px;
    background: url(../images/img-online-payment.png) no-repeat center center;
    padding:30px 0 25px;
    text-align: center;
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.online-payment a {
    margin-top:85px;
}

/* Datepicker Override */

.datepick-popup {
	z-index:9999 !important	
}

/* Enquiry Form */

#enquiryform-container,
#bookingform-container,
#enquiryform_success_message,
#bookingform_success_message {
	display:none
}

#enquiryform-container,
#bookingform-container {
	width:560px
}

#enquiryform-container h2,
#bookingform-container h2 {
	color:#C1272D;
	margin-bottom:10px;
	line-height:50px
}

#enquiryform-container h3,
#bookingform-container h3 {
	font-family: 'Kalam', cursive;
	font-weight:300;
	color:#000;
	margin-bottom:0
}

.form {
	position:relative;
	display:block;
	width:100%;
	padding-top:10px
}

.form .container {
	position:relative;
	text-align:left;
	min-width:inherit;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .container.divided {
	width:270px;
	float:left
}

.form .container.divided:nth-child(3n+2) {
	margin-left:20px
}

.form label {
	display:block;
	height:30px;
	line-height:30px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	width:100%
}

#PaymentPaypal.confirmation label {
    float:left;
    width:200px;
    line-height:34px;
}

.form input {
	height:35px;
	width:100%;
	line-height:35px;
	border:1px solid #ccc;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	padding:0 10px;
	float:left;
	color:#000;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px
}

#PaymentPaypal.confirmation input[type=text] {
    float:left;
    width:220px;
}

.form .select-moz {
	position:relative;
	float:left;
	background-color:#fff;
	width:200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px
}

.form select {
	color:#333;
	width:200px;
	padding:5px 25px 3px 7px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	-webkit-appearance: none;
	-moz-appearance: window;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	background-image: url(../images/bg-option-select.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:transparent
}

@-moz-document url-prefix() {
.select-moz {
	background-image: url(../images/bg-option-select.png);
	background-repeat: no-repeat;
	background-color:#FFF;
	background-position: right center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	border:1px solid #ccc;
	padding-bottom:0 !important
}

}

/* IE Hide Select Arrow */
.form select::-ms-expand {
	display: none
}

.form textarea {
	width:100%;
	height:100px;
	background:#fff;
	padding:8px 11px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#000;
	float:left;
	resize:none;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form textarea,
#enquiryform-recaptcha,
#bookingform-recaptcha {
	margin-bottom:20px
}

.form div#spamtrap {
	visibility:hidden
}

.form .container-error-all {
	position:relative;
	display:block;
	height:auto !Important;
	margin-bottom:10px
}

.form .container-error-all span {
	height:auto !important	
}

.form .error {
	position:absolute;
	top:38px;
	left:0;
	display:block;
	margin:0;
	padding:0 10px;
	z-index:2;
	float:none;
	clear:both;
	line-height:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form #enquiryform_server_errors {
	top: 343px;
	left: 200px;
	white-space: nowrap;
	width: auto;
	visibility:visible !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}

.form .error, .form .error-all {
	font-size: 11px;
	color: #f00;
}

.form .error-all {
	padding:0;
	line-height:15px;
	margin:0
}

.form .error span {
	display:block;
	clear:both;
	font-size:12px;
	font-weight:100;
	height:25px;
	line-height:25px;
	padding-left:81px;
	margin:0
}

#PaymentPaypal .error {
    position: relative;
    display: block;
    top: 0;
    text-align: left;
}

#PaymentPaypal .error span {
    padding:0;
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .button {
	position:relative;
	color:#333333;
	padding:0 20px;
	margin-bottom:10px;
	width:auto;
	height:30px;
	line-height:30px;
	background:#E6E6E6;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px
}

.form-status {
	display:block;
	height:auto	
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled] {
	background:#b5b5b5 !important
}

input[type=submit]:disabled,
button:disabled,
input[type=submit][disabled=disabled],
button[disabled=disabled] {
	color:#ccc !important;
	border-color:#ccc !important
}

input[type=text]:disabled,
input[type=text][disabled=disabled],
text:disabled,
text[disabled=disabled] {
    background:#e0e0e0 !important;
    border-color:#bfbfbf !important
}

#PaymentPaypal .button {
    display: inline-block;
    width: 123px;
    height: 50px;
    padding:0 10px 0 0;
    border:none;
    background: url(../images/bg-smudge-black.png) no-repeat center left;
    background-size: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

#PaymentPaypal.confirmation .button {
    float:right;
}

#PaymentPaypal .button:hover {
    color:#FCEE21;
}
    
/* spam_trap: This input is hidden. This is here to trick the spam bots*/

.form .spmhidip {
	display:none;
	width:10px;
	height:3px
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

#enquiryform-success-message {
	display:none
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	background-color:#C1272D;
	padding:30px 0 10px;
	text-align:center
}

#footer p {
	color:#E09396;
	line-height:22px
}

#footer p span,
#footer p span a {
	color:#D4686C
}

/* Footer Transition */

#footer-transition {
	display:block;
	width:100%;
	padding-top:20px;
	margin-top:-20px;
	background:url(../images/bg-red-transition-start.png) repeat-x center top
}