/* ---------------------------------------------------------

 _    _  ____  ______  _____  _____     __    _    _  ______
| \  | || ___||__  __||  ___||     \   /  \  | \  | ||__  __|
|  \ | || |__    | |  | |_   |    _/  |    | |  \ | |   | |
| |\\| ||  __|	 | |  |  _|  | |\ \   |    | | |\\| |   | |
| | \  || |__    | |  | |    | | \ \  |    | | | \  |   | |
|_|  \_||____|   |_|  |_|    |_|  \_\  \__/  |_|  \_|   |_|
          
File:     	style.css
Author:   	Greg Stephenson - Netfront Pty Ltd
Email: 		greg@netfront.com.au
Created:  	December 2008
Modified: 	17 May 2010

---------------------------------------------------------- */


/* Global Styles - User Inputs and Headings
----------------------------------------
background: #0268be;*/	

html{
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;}
	
body
	{text-align: center;
	background: #000;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	min-height: 100%;
	height: 100%;
	}
	
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, div, img, table, th, td, tr, input, select, textarea {
	font-family: arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	color: #F1F1F1;}

.clear{clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	line-height: 0;}

.tb {height: 16px;
	width: 150px;}
	
.tbLarge {height: 100px;
	width: 290px;}
	
.tbSmall {height: 16px;
	width: 20px;}
	
.ddl {line-height: 19px;
	height: 19px;
	width: 150px;}

h1 {color: #999;
	font-size: 13px;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	text-align: left;
	border-bottom: 1px dotted #F1F1F1;
	margin: 0 10px 5px 15px;
	height: 24px;
	line-height: 24px;}

h2 {color: #FFF;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	padding: 0 0 5px 0;
	margin: 0 10px 5px 10px;
	height: 24px;
	line-height: 24px;}
	
	
p {padding: 3px;
	font-size: 13px;
	margin: 10px 10px 0 10px;
	text-align: center;
	font-style: italic;
	}
	
.img{border: 1px solid #CCC;}

em {color: #FCF;}
	
a, a:link, a:visited, a:active {color: #999; text-decoration: none;}
	
a:hover {color: #CCC;}

#nav-container{width: 100%; text-align: center; background: #222; background: url(../images/bg-nav.png) repeat-x top; height: 35px; position:relative; z-index: 10}
#nav-container #nav-holder{width: 850px; margin: 0 auto 0 auto;height: 35px; position:relative; z-index: 10}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0 auto 0 auto;
	position: absolute;
	top: 0;
	height: 35px;
	left:0;
	z-index: 20;
	width: 800px;
	font-size: 1.2em;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #999;
	display: block;
	font-weight: bold;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	color: #CCC;
	background: url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 200px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	line-height: 10px;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 200px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 175px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
}
	
/* Main Holding Block 
----------------------*/
	
#main {margin: 20px auto 0 auto;
	padding: 0;
	text-align:center;
	width: 800px;}
	
/* Content Holding Block 
-------------------------*/

#main #content {
	margin:0;
	padding:0; 
	width:100%;
	min-height: 595px;
	position:relative;
	text-align:left;
	display: block;}
	
/* Logo
----------------------*/
	
#main #content #logo{
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 0;
	margin:0 auto 0 auto;
	text-align:right}
	
#main #content #phrase{
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 5px;
	margin:0 auto 0 auto;
	text-align:right}
	
#main #content #text-container{
	position: absolute;
	z-index: 1;
	top: 180px;
	left: 0px;
	width: 350px;
	margin:0 auto 0 auto;
	text-align:left}	
	
#main #content #text-container p{
	color: #666;
	margin-left: 5px;
	text-align:left}
	
#main #content #text-container h1{
	border: 0;
	text-transform: none;
	margin-left: 8px;}
	
#main #content #text-container-white{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 350px;
	margin:0 auto 0 auto;
	text-align:left}	
	
#main #content #text-container-white p{
	color: white;
	margin-left: 5px;
	text-align:left}
	
#main #content #text-container-white h1{
	border: 0;
	color: white;
	text-transform: none;
	margin-left: 8px;}
	
	
/* Left Content Holding Block 
-------------------------------*/

#main #content #cLeft {
	width:300px;
	min-height: 595px;
	margin:0;
	padding: 0;
	text-align:left;}


/* Left Content Holding Block - List
------------------------------------*/

#main #content #cLeft ul.leftInfoList{
	list-style:none;
	margin:15px 12px 0 0;
	padding:0;}		
	
#main #content #cLeft ul.leftInfoList li{
	background:url("../images/bulletNL.gif") no-repeat left top;
	padding:0 0 0 15px;
	margin:0 0 10px 15px;
	line-height:15px;}	
	
/* Right Content Holding Block 
---------------------------------*/

#main #content #cRight {
	width:428px;
	z-index:1;
	position:absolute;
	margin:0;
	top:0;
	right:0;
	padding:0;
	text-align:right;}
	
/* Right - Info Content Holding Block 
---------------------------------*/

#main #content #cRightImage {
	width:428px;
	height: 595px;
	position:absolute;
	z-index: 1;
	margin:0;
	top:0;
	right:0;
	padding:0;
	text-align:right;
	}

#main #content #cRightImage .photo {
	border: none;
	}

#main #content #cRightInfo {
	width:500px;
	position:absolute;
	margin:0;
	top:0;
	right:0;
	height: 595px;
	padding:0;
	text-align:right;}
	
#main #content #cRightCollections {
	width:450px;
	position:absolute;
	margin:0 auto 0 auto;
	padding:0;
	top:0;
	right:0;
	height: 595px;
	}
	
/* Collection Thumbs
------------------------------------*/

#main #content #cRightCollections ul#collectionThumbs{
	width: 440px;
	display: block;
	margin:0 auto 10px auto;
	padding: 0;
	list-style: none;
	clear: both;
	}
	
#main #content #cRightCollections ul#collectionThumbs li{
	float: left;
	margin: 10px 0 8px 18px;
	padding: 0;
	border: 1px solid #ccc;
	background: #CCC;
	}
	
#main #content #cRightCollections .next{
	margin: 0px 30px 0 17px;
	padding: 0;
	line-height: 16px;
	width: 400px;
	text-align: right;
	}
	
#main #content #cRightCollections p{
	margin-top: 0;
	text-align: center;
	font-size: 12px;
	}
	
/* Complete Content Holding Block  - Form Elements
------------------------------------*/

#main #content #cRightImage .formInputs{
	width:420px;
	position: relative;
	padding: 0 0 3px 0;
	margin: 5px 0 5px 0;}
	
#main #content #cRightImage .formInputs .inputText{
	width:120px;
	position: absolute;
	top: 2px;
	left: 5px;
	padding: 0 0 0 30px;}
	
#main #content #cRightImage .formInputs .inputElement{
	width:250px;
	line-height: 20px;
	padding: 0 0 0 150px;}
	
#main #content #cRightImage .formInputs .inputElement .tb{
	width:145px;
	line-height: 16px;
	color: #333;
	height: 16px;
	padding: 0;}
		
#main #content #cRightImage .formInputs .inputElement textarea{
	color: #333;
	padding: 0;}



/* Right Content Holding Block - List
--------------------------------------*/

#main #content #cRight ul.rightInfoList{
	list-style:none;
	margin:15px 0 5px 0;
	padding:0;}		
	
#main #content #cRight ul.rightInfoList li{
	background: url("../images/bulletN.gif") no-repeat left top;
	color: #000;
	padding:0 0 0 18px;
	margin:0 0 0 18px;
	line-height:21px;}
	
#main #content #cRight ul.rightInfoList li.email{
	background: url("../images/email.png") no-repeat left top;
	color: #000;
	padding:0 0 0 30px;
	margin:5px 0 0 10px;
	line-height:24px;}
	
#main #content #cRight ul.rightInfoList li.fax{
	background: url("../images/feed.png") no-repeat left top;
	color: #000;
	padding:0 0 0 30px;
	margin:5px 0 0 10px;
	line-height:24px;}
	
#main #content #cRight ul.rightInfoList li.phone{
	background: url("../images/Phone.png") no-repeat left top;
	color: #000;
	padding:0 0 0 30px;
	margin:5px 0 0 10px;
	line-height:24px;}
	
#main #content #cRight ul.rightInfoList li.address{
	background: url("../images/home.png") no-repeat left top;
	color: #000;
	padding:0 0 0 30px;
	margin:5px 0 0 10px;
	line-height:24px;}
	
/* Border art
---------------------*/

#main #content #border {
	width:258px;
	height: 165px;
	position:absolute;
	bottom:-25px;
	right:0;}
	
/* Netront
---------------------*/

#netfront {
	position:absolute;
	bottom:10px;
	right:10px;
	color: #333;}
	
#netfront a, #netfront a:link, #netfront a:visited, #netfront li a:active {color:#333; text-decoration: none;}

/* Copyright
---------------------*/

#copyright {
	position:absolute;
	bottom:10px;
	left:10px;
	color: #333;}
	
#copyright a, #copyright a:link, #copyright a:visited, #copyright li a:active {color:#333; text-decoration: none;}
