/*------------------------------------------------------------------------------------
* Filename: global.css
* Version: 1.0.0 (2009-04-09)
* Website: www.couchcreative.com.au
* Author: Tayyab Azam
* Description: Handles the site layout.
    ------------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------
		CSS RESET
------------------------------------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
	}
ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
a {
	text-decoration:none;	
}
	
/* --------------------------------------------------------------------------------------------------------------------
		GLOBAL
------------------------------------------------------------------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(/images/background.jpg) #000000 center top no-repeat;
	}
p {
	color:#40c8f4;
	font-weight:normal;
	padding:8px 0;
	}
a {
	color:#FFF;	
	}
a:hover {
	color:#fcb03b;	
	}

/* --------------------------------------------------------------------------------------------------------------------
		STRUCTURE
------------------------------------------------------------------------------------------------------------------------*/
#wrapper {
	width:100%;
	}

#container {
	width:900px;
	margin:0 auto;
	}

#header {
	height:169px;
	}

#logo {
	padding:15px 0 0 0;
	float:left;
	}

#navigation {
	height:30px;
	color:#FFFFFF;
	margin-left:35px;
	}

#body_content {
	min-height:400px;
	margin: 45px 0 0 35px;
	padding: 0 0 50px 25px;
	margin-top:-155px;
	z-index:1;
	}

#footer {
	height:100px;
	margin: 0 0 0 35px;
	padding: 0 0 0 25px;
	color:#FFF;
	font-weight:bold;
	background-color:#000;
	/*background:url(/images/logo_placeholder.jpg) repeat-x 30px ;*/
	}

#footer_left {
	float:left;
	text-transform:uppercase;
	}

#footer_right {
	float:right;
	font-size:10px;
	}
.line {
	border-bottom: #FFF 1px solid;
	height:5px;
	}

.clearFloat {
	clear:both;
	}

/* --------------------------------------------------------------------------------------------------------------------
		HEADINGS
------------------------------------------------------------------------------------------------------------------------*/
h1 {
	color:#FFF;	/* works fromsifr-config.js*/
	font-size:32px;
	background:url(/images/icon_free.jpg) no-repeat 220px;
	}

h2 {
	color:#fcb03b;	/* works fromsifr-config.js*/
	font-size:27px;
	text-transform:uppercase; 	/* works fromsifr-config.js*/
	}

h3 {
	margin:30px 0 0 0;
	color:#fcb03b;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	}

h4 {
	margin:20px 0 20px 0;
	color:#40c8f4;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	}

h5 { /*white underline*/
	margin:25px 0 0 0;
	color:#FFF;
	}
/* --------------------------------------------------------------------------------------------------------------------
		TEXT  STYLES
------------------------------------------------------------------------------------------------------------------------*/
#body_content a {
	/*text-decoration:underline;*/
	color:#FFF;
	}

#body_content a:hover {
	/*text-decoration:underline;*/
	color:#3cbbe4;
	}

.links{
	text-transform:uppercase;
	text-decoration:underline;
	color:#3cbbe4;
	}

.links{
	/*color:#FFF;*/
	}

#two_column a {
	text-transform:uppercase;
	text-decoration:underline;
	color:#3cbbe4;
	}

#two_column a:hover {
	color:#FFF;
	}

#two_column {
	width:700px;
	margin-top:10px;
	}
#two_column p {
	font-weight:normal;
	padding:1px 0;
	}
.white{
	color:#FFF;
	}
#two_column .left {
	width:350px;
	float:left;
	}
#two_column .right {
	width:350px;
	float:right;
	}
#content_half_content {
	width:350px;
	margin-top:10px;
	}
#content_half {
	width:400px;
	margin-top:25px;
	}
#content_half p {
	}
ul#menu {
	list-style:none;
	line-height:29px;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	}
ul#menu li{
	display: inline;
	list-style-type: none;
	padding: 0 15px;
	border-right: 1px dotted #8bb7c7;
	}
ul#menu li.last{
	border-right:none;
	}

.underline {
	text-decoration:underline;
	color:#FFF;
	}
	
	
	.imghide {

	display: none;

}
	
#rotating_images {
	height:200px;
	/*background-color:#333333;*/
	margin-left:465px;
	z-index:0;
	}
	
	
ol {
	font: italic 1em Georgia, Times, serif;
	color: #40c8f4;
}

ol p{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #40c8f4;
}
