@charset "UTF-8";
/* Reset Styles */
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-weight:normal}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}a,a:visited{-moz-outline-style: none;outline-style: none;}html {font-size: 10px;}* html {font-size: .8em;}

/* Global Selectors */
html, body { height: 100%; }
body { background: #0f1326; }
a { color: #A39658; }

/* Structural Selectors */
.contentHolder { overflow: hidden; height: 540px; width: 854px; }
.slidingContent { width: 3000px; height: 540px; }
#contactformdiv, #bookingformdiv { width: 854px; float: left; }
#flashcontent { width: 854px; height: 540px; float: left; }
.forms { width: 580px; margin: 50px auto 0 auto; padding: 10px; border: 5px solid #fff; background: #000; color: #fff; font: 12px Verdana, Arial, sans-serif; line-height: 1.8em; }
.closebutton { float: right; }
.header { float: left; font-size: 14px; font-weight: bold; color: #a39658; margin-bottom: 10px; }

/* Links */

/* Special Classes */
.clear { clear: both; }
.flat { line-height: 0px; font-size: 1px; }
.floatleft { display: inline; float: left; }
.floatright { display: inline; float: right; }