/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%/0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	background-color: #333333;
}
#wrapper {  /* This container div holds the drop shadow for the page */
	width: 1006px;
	margin: 70px auto 20px auto;
	padding: 0;
	background-image: url(../images/side_drop_shadows.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#container {
	width: 958px;
	margin: 70px auto 20px auto;
	padding: 0;
	background-color: transparent;
	position: relative;
}
/* MASTHEAD */
#masthead {
	position: relative;
	width: 1000px;
	top: -50px;
	left: -20px;
	height: 50px;
	background-image: url(../images/container_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#masthead_logo {
	position: absolute;
	top: 50px;
	right: 50px;
}
/* HEADER */







/* Navigation */
#navigation {
	position: relative;
	top: 9px;
	right: 24px;
	width: 120px;
	margin: 0;
	padding: 0;
	float: right;
	clear: none;
	letter-spacing: 0.1em;
	background: transparent;
	display: none;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 7.8em;
	float: left;
	text-align: right;
	background: transparent;
}
#navigation a, #navigation h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 2px 3px;
}
#navigation li ul li a {
	border-bottom: 1px solid #666666;
	background-color: #FFFFFF;
	color: #888888;
}
#navigation h2 {
	font-weight: lighter;
	font-size: 10px;
	color: #888888;
	background: none;
}
#navigation a {
	text-decoration: none;
}
#navigation h2 a {
	padding-top: 2px;
	color: #FFFFFF; /* #009AA6; */
	font-weight: bolder;
}
#navigation a:hover {
	color: #009AA6;  /*#FFFFFF; */
}
#navigation h2 a:hover {
}
#navigation li {
	position: relative;
}
#navigation ul li.active {
	color: #FFFF00;
}
#navigation ul ul {
	position: absolute;
	z-index: 500;
}
#navigation ul ul ul {
	top: 0;
	left: 100%;
}
div#navigation ul ul, div#navigation ul li:hover ul ul, div#navigation ul ul li:hover ul ul {
	display: none;
}
div#navigation ul li:hover ul, div#navigation ul ul li:hover ul, div#navigation ul ul ul li:hover ul {
	display: block;
}
/* end Navigation */



/* COLOUR BAR*/

#colour_bar {
}
#colour_bar p {
	margin: 0 16px 0 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
/*END COLOUR BAR*/



/* MAIN PAGE STRUCTURE*/

#left_column {
	float: left;
	clear: none;
	width: 630px;
	min-height: 360px;
	margin: 8px 0px 168px 20px;
	padding: 0 20px 0 20px;
}
#right_column {
	position: relative;
	width: 232px;
	margin: 8px 20px 8px 700px;
	padding: 0;
	min-height: 360px;/* background-color:#FFFFCC; */
	z-index: 2;
}
#footer {
	position: relative;
	width: 1000px;
	left: -20px;
	clear: both;
	height: 230px;
	background-color: transparent;
	background-image: url(../images/container_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* END MAIN PAGE STRUCTURE */



/* PAGE COLUMN STYLES */
#left_column h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #182B49;
	line-height: 1.2em;
	font-size: 1.4em;
	margin-bottom: 1em;
}
#left_column h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000099;
	line-height: 1.8em;
	font-size: 1em;
}
#left_column h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	line-height: 1.8em;
	font-size: 0.9em;
}
#left_column p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.9em;
	font-size: 0.8em;
	margin-bottom: 1em;
}
#left_column a {
	text-decoration: none;
	color: #666;
}
#left_column a:hover {
	text-decoration: underline;
}
#left_column ul {
	margin: 0 2em 1em 2em;
	font-size: 0.8em;
}
#left_column ul li {
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.9em;
}
#left_column ul li ul li {
	font-size: 1.2em;
}
#left_column ul.tick_list li {
	list-style: url(../images/tick.png);
	padding-left: 1em;
}
#screen_holder {
	position: relative;
	margin: -21px 0 20px -21px;
	width: 667px;
	height: 502px;
}
#movie {
	position: absolute;
	top: 203px;
	left: 49px;
	margin: 0px;
	padding: 0px;
	width: 432px;
	height: 243px;
	background-color: transparent;
	z-index: 10;
}
#special_offer {
	position: absolute;
	width: 350px;
	height: 458px;
	top: -160px;
	left: 400px;
}
#contact_us_movie {
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	width: 630px;
	height: 352px;
	background-color: transparent;
	z-index: 10;
}
.video_title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	padding: 5px;
}
.price {
	float: right;
	margin-top: -75px;
}
.conditions {
	font-size: 9px !important;
	color: #666666 !important;
}
blockquote, blockquote p {
	margin: 1em 3em 2em 3em;
	font-size: 12px!important;
	line-height: 1.1em;
}
cite {
	float: right;
	font-size: 0.8em;
	color: #666666;
}
.float_left {
	float: left;
	padding: 0 1.5em 1.5em 0;
}
.float_right {
	float: right;
	padding: 0 0 1.5em 1.5em;
}
.centre_image {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.video_left {
	float: left;
	padding: 0px;
	margin: 0px;
}
.video_right {
	float: right;
	padding: 0px;
	margin: 0px;
}
.clear_row {
	clear: both;
}
.center {
	text-align: center;
}
.clear_right {
	clear: right;
}
.dropcap {
	float: left;
	width: 0.9em;
	font-size: 2em;
	line-height: 125%;
	color: #333333;
	z-index: 50;
}
#call_now {
	width: 500px;
	position: relative;
	top: 55px;
	left: 60px;
}
#call_now h1 {
	font-size: 18px;
}
.link_image_right {
	float: right;
	border: 0 none;
	margin: 20px 0px 20px 20px;
}
#special_offer_cat {
	margin-bottom: -170px;
	margin-left: -35px;
}
#special_offer_table {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
}
#sign_up {
	background-color: #F00;
	width: 90%;
	min-height: 60px;
	padding: 15px;
}
.sign_up_header {
	font-size: 66px;
	color: #FFF!important;
}
a img {
	border: 0 none;
}
table.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 2em 1em 2em 1em;
}
table.main caption {
	font-weight: bold;
	font-size: 105%;
}
table.main tr {
	background-color: #E6E6E6;
}
#right_column table td {
	padding: 0.5em;
	margin: 0;
	text-align: center;
}
#freebsd {
	font-family:arial;
	font-size:13px;
	height:220px;
	position:absolute;
	right:22px;
	text-align:center;
	text-decoration:none;
	width:200px;
	margin: 0px 0 0 0;
}
#comodo_seal {
	position: absolute;
	right: 30px;
	width: 115px;
	height: 115px;
	font-family: arial;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
#memberships {
	position: relative;
	margin-bottom: 20px;
}
.awia_business {
	position: relative;
	left: 0px;
}
.bni {
	position: relative;
	top: 0px;
	left: 67px;
}
.awia_individual {
	position: relative;
	left: 139px;
}
#paypal_amount_calcuated {
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	color: #000;
	text-align: center;
	margin: 20px;
}
#paypal_button_form {
	width: 100%;
	text-align: center;
}
/* PLANS COMPARISON */
table#plans_comparison_table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 880px;
	text-align: center;
	background-color: #a0ba3b;
	border-color: #508945;
	position: relative;
	z-index: 999;
}
table#plans_comparison_table th {
	background-color: #508945;
	color: #FFF;
	padding: 10px 5px;
}
table#plans_comparison_table td {
	padding: 5px;
}
/* Logo Display GRID */
#left_column ul#logos {
	float: left;
}
#left_column ul#logos li {
	float: left;
	width: 100px;
	height: 130px;
	margin: 10px;
	list-style: none !important;
	text-align: center;
}
#logos li img {
	vertical-align: middle;
}
/* Price Table */
table#card_prices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 2em 1em 2em 1em;
}
table#card_prices caption {
	font-weight: bold;
	font-size: 105%;
}
table#card_prices tr {
	background-color: #E6E6E6;
}
table#card_prices td {
	padding: 0.5em;
	margin: 0;
	text-align: center;
}
/* Price Table */
table#hot_goanna {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 2em 1em 2em 1em;
}
table#hot_goanna caption {
	font-weight: bold;
	font-size: 105%;
}
table#hot_goanna tr {
	background-color:#FF8381;
}
table#hot_goanna th {
	background-color: #F00;
}
table#hot_goanna td {
	padding: 0.5em;
	margin: 0;
	text-align: center;
}
#hot_goanna_video {
	display: block;
	text-align: center;
	margin: 20px 0 20px 0;
}
/* VARIOUS OBJECT STYLES */

#photography_img, #print_design_img, #web_dev_img {
	margin: 40px 0 0 40px;
}
.showcase_frames {
	zoom: 1;
	z-index: 999;
	position: relative;
}
/* FOOTER */
#footer a, #footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_left {
	position: absolute;
	width: 33%;
	text-align: left;
	margin: 148px 0 0 50px;
	z-index: 3;
}
#footer_left p {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
#footer_center {
	float: left;
	width: 33%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#footer_center p {
	margin: 12px 8px 8px 8px;
}
#footer_right {
	float: left;
	width: 33%;
	text-align: right;
	margin: 0;
	padding: 0;
}
#footer_splash {
	position: absolute;
	width: 950px;
	height: 500px;
	top: -205px;
	left: 24px;
	z-index: 0;
}
/* CONTACT FORM LAYOUT */

#booking_form {
	width: 225px; /*225px; */
	float: left;
	clear: none;
	margin: -30px 0px 0px -15px;
	padding: 0;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 2;
}
#booking_form fieldset {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	font-size: 12px;
}
#booking_form legend {
	margin-left: 1em;
	padding: 0;
	color: #666666;
	font-weight: bold;
	font-size: 0.9em;
}
#booking_form p {
	font-size: 11px;
	padding: 0px 10px 10px 10px;
	color: #666666;
}
#clear_row {
	clear: both;
}
#booking_form fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#booking_form fieldset li {
	float: left;
	clear: left;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0em;
}
#booking_form label {
	float: left;
	width: 75px;
	margin: 0px 10px 0px 10px;
	font-size: 10px;
	color: #242424;
	padding: 0px;
}
#booking_form input, #booking_form textarea, #booking_form select {
	float: left;
	clear: right;
	margin: 0px;
	width: 110px;
	font-size: 10px;
	background-color: #F6F6F6;
	border: 1px solid #B6B6B6;
}
#booking_form fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding-left: 16em;
	background-image: none;
	background-color: white;
}
#booking_form fieldset a {
	text-decoration: none;
	color: #009AA6;
}
#booking_form fieldset a:hover {
	text-decoration: underline;
	color: #009AA6;
}
#receptionist {
	margin-top: 20px;
	float: right;
	z-index: 0;
	width: 85px;
	height: 86px;
	padding-left: 1em;
}
.p7ABtrig #fade_text {
	color: red;
}
.calendar {
	z-index: 999;
}
.enquire_button {
	width: 110px;
	height: 18px;
	border: 0px none !important;
}
#social_networking_button {
	padding-top:20px;
	text-align:right;
	width:195px;
}
