@charset "UTF-8";

/*------------------------------------------------------------------------------------
* Filename: master.css
* Version: 1.0.0 (2008-06-06)
    ------------------------------------------------------------------------------------*/


/*
[Color codes]

CC Orange #ef4023
White ##d9d8d0
Black #0f0f0f
*/

/*------------------------------------------------------------------------------------
      Global Reset
    ------------------------------------------------------------------------------------*/
	
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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit;
} 

body { 
	line-height: 1;
	color: black; 
	background: white;
	margin: 0;
	padding: 0;  
}
 
ol, ul { 
	list-style: none; 
} 

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

caption, th, td { 
	text-align: left; 
	font-weight: normal; 
} 

blockquote:before, blockquote:after, q:before, q:after { 
content: ""; 
} 

blockquote, q { 
quotes: "" ""; 
}

fieldset,img, abbr { 
	border: 0;
}


/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/

body {
	font: 100% Helvetica, Arial, Verdana;
 	background: url(img/background.jpg) top center no-repeat #0f0f0f;
	text-align: center;
	color: #e0dfd7;
	margin: 0;
	padding: 0;
}

p {
	font-size: 0.75em;
	line-height: 1.38em;
	color: #94938e;
	padding-bottom: 12px;
	margin: 0;
}

a {
	color: #94938e;
	text-decoration: none;
}

a:hover {
	color: #d9d8d0;
	text-decoration: none;
}


/*------------------------------------------------------------------------------------
      Header
    ------------------------------------------------------------------------------------*/
	
#header {
	height: 100px;
	border-bottom: 1px solid #606060;
	margin-bottom: 10px;
	padding: 0 20px;
}

.logo {
	float: left;
	margin-top: 40px;
}

.logo_print {
	display: none;
}
	
	
/*------------------------------------------------------------------------------------
      Page Structure
    ------------------------------------------------------------------------------------*/
	
#container {
	width: 975px;
	margin: 0 auto;
	text-align: left;
}

#banner {
	height: 375px;
	background: url(http://www.couchcreative.com.au/images/banner_background.jpg) no-repeat #000; 
	
	
}

.banner_strip {
	height: 175px;
	background: url(http://www.couchcreative.com.au/images/banner_strip_background.jpg) no-repeat;
	margin-bottom: 10px;
}

#blocks {
	height: 16.56em;
	margin: 10px 0 20px 0;
}

.news {
	display: inline;
	float: left;
	background: url(http://www.couchcreative.com.au/images/block_background.jpg) no-repeat #1e1f1f;
	width: 275px;
	height: 15.3125em;
	margin-right: 15px;
	padding: 10px 20px;
}

.blog {
	display: inline;
	float: left;
	background: url(ihttp://www.couchcreative.com.au/images/block_background.jpg) no-repeat #1e1f1f;
	width: 275px;
	height: 15.3125em;
	margin-right: 15px;
	padding: 10px 20px;
}

.about {
	display: inline;
	float: left;
	background: url(http://www.couchcreative.com.au/images/block_background.jpg) no-repeat #1e1f1f;
	width: 275px;
	height: 15.3125em;
	margin: 0;
	padding: 10px 20px;
}

#column1, #column2, #column3 {
	display: inline;
	float: left;
	width: 285px;
	margin-bottom: 10px;
	padding: 0 20px;
}

#column4 {
	display: inline;
	float: left;
	width: 610px;
	margin-bottom: 10px;
	padding: 0 20px;
}

#preview {
	display: inline;
	float: left;
	width: 610px;
	margin-bottom: 10px;
	padding: 0 20px;
	height:570px;
}

#flashPreview {
	display: inline;
	float: left;
	width: 560px;	
	margin-bottom: 10px;
	padding: 0 45px;
	height:570px;
}

#printPreview {
	display: none;
}

.intro {
	clear: both;
	padding: 0 20px;
}

#content {
	clear: both;
}

#footer {
	border-top: 1px solid #606060;
	margin: 20px 0;
	padding: 10px 20px;
	clear: both;
}


/*------------------------------------------------------------------------------------
      Headings
    ------------------------------------------------------------------------------------*/

/*Sifr*/
h1 {
	font-size: 1.75em;
	color: #4c4d4c;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: -10px;
}

/*Sifr*/
h2 {
	font-size: 1.63em;
	color: #4c4d4c;
	text-align: left;
	text-transform: uppercase;
	
}

/*Sifr*/
h3 {
	font-size: 1.63em;
	color: #d9d8d0;
	line-height: 1.25em;
	text-align: left;
	padding-bottom: 10px;
}

h4 {
	font-size: 0.88em;
	color: #d9d8d0;
	font-weight: normal;
	padding-bottom: 2px;
}

h5 {
	font-size: 0.75em;
	color: #d9d8d0;
	font-weight: normal;
	padding-bottom: 10px;
}

h6 {
	font-size: 0.75em;
	color: #d9d8d0;
	font-weight: normal;
}
	
	
/*------------------------------------------------------------------------------------
      Text Styles
    ------------------------------------------------------------------------------------*/
	
#blocks a, #content a {
	color: #d9d8d0;
	padding: 2px 0;
	text-decoration: none;
}

#blocks a:hover, #content a:hover {
	color: #ef4023;
	padding: 2px 0;
	text-decoration: none;
}

#content ul {
	list-style-image: url(http://www.couchcreative.com.au/images/tick.png);
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 15px;
}

#content li {
	font-size: 0.75em;
	line-height: 1.38em;
	color: #94938e;
	margin: 0;
}

#footer p {
	font-size: 0.69em;
	color: #73726e;
	margin: 0;
}

	
	
/*------------------------------------------------------------------------------------
      Navigation
    ------------------------------------------------------------------------------------*/

.menu {
	float: right;
	list-style: none;
	margin-top: 43px;
	padding: 0;
}

.menu li {
	float: left;
	font-size: 0.69em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.menu a {
	color: #94938e;
	display: block;
	float: left;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	font-weight: normal;
}

.menu a:hover {
	color: #ef4023;
	text-decoration: none;
}    

.footer_menu {
	float: right;
	list-style: none;
	padding: 0;
}

.footer_menu li {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.footer_menu a {
	color: #73726e;
	display: block;
	float: left;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	font-weight: normal;
}

.footer_menu a:hover {
	color: #94938e;
	text-decoration: none;
}  
	
/*------------------------------------------------------------------------------------
      Misc.
    ------------------------------------------------------------------------------------*/

.tagline {
	width: 610px;
	margin-bottom: 10px;
}

.item {
	float: left;
	display: inline;
	margin: 20px;
}

.right {
	text-align: right;	
}

.download {
	display: inline;
	float: right;
	margin-bottom: 10px;
	padding: 0 20px;
}

.clearfloat { 
	clear:both;
}

.imghide {
	display: none;
}

#map {
	width: 610px;
	height: 475px;
	margin-bottom: 10px;
}

