/*-----------------------------------------------------------------------------
Britespark Screen Stylesheet

version:   1.0
date:      04/01/09
author:    Anthony Harrison
email:     anthony.harrison@britespark.com.au

website:   www.britespark.com

version history: 1.0 - intitial draft
-----------------------------------------------------------------------------*/


/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}


/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 62.5%/1.5  Arial, Helvetica, sans-serif;
	background: #000000 url(../images/background.jpg) repeat-y;
	color: #e8e8e8;	
	text-align:center;
}



#wrapper
	{ 
	width: 800px; /* Set page width here - you can also use percentage */
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background: #000000;
}

.column
	{
	width: 190px;
	float: left;
	margin: 5px;
}



/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 2.0em; /* Equivalent to 20pt */
	margin: 2px;
	padding: 2px;
	line-height:2.01em;
}
	
h2
	{
	font-size: 1.6em; /* Equivalent to 20pt */
	margin: 2px;
	padding: 2px;
	line-height: 1.2em;
}
	
h3
	{
	font-size: 1.8em; /* Equivalent to 18pt */
}
	
h4
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 1.4em; /* Equivalent to 14pt */
}
	
p, q, cite
	{
	font-size: 1.2em; /* Equivalent to 12pt */
	margin: 2px;
	padding: 5px 2px;
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt */
}

li, dd, dt
	{
	font-size: 1.2em; /* Equivalent to 12pt */	
}

/* Header
-----------------------------------------------------------------------------*/
#header 
	{
	background: url(../images/banner.jpg) no-repeat;
	height: 200px;
	width: 800px;
	float:left;
	clear:both;
}


/* Navigation
-----------------------------------------------------------------------------*/

#nav, #secondarynav
	{
	font-size: 1.0em;
	font-weight: bold;
	}


#nav a
	{
	margin: 0;
	padding: 0;
}

a
	{
	color: #5A5A5A;
	text-decoration: none;
}

a:hover
	{
	color: #C1d72E;
}

#nav li.current a, #nav li.section a, #secondarynav li.current a
	{
	color: #C1d72E;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer
	{
	width: 800px;
	background: #FFFFFF;
	float: left;
	clear: both;
	color: #4B4B4B;
}

#footer h1
	{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #4B4B4B;
}

#footer p
	{
	font-size: 1.2em;
	color: #747474;
}


/* Homepage
-----------------------------------------------------------------------------*/


#body
	{
	width: 400px;
	height: 450px;
	background: #545454;
	float: left;
	clear: right;
	
}

#body a, #footer a
	{
	color: #C1d72E;
}

#body a:hover, #footer a:hover
	{
	text-decoration:underline;
}

#spacer
	{
	width: 800px;
	height: 50px;
	background:#000000;
	float:left;
	clear:both;
}

#hero
	{
	width: 400px;
	height: 500px;
	float: left;
	clear: left;
}

#pics
	{
	display: none;
	margin: 0;
	padding: 0;
}
 
#pics a img, #noscriptpics a img {   
   	width: 400px;
	height: 500px;
	margin: 0;
	padding: 0;
}
 

pre { 
	display:none;
}

#pics a, #noscriptpics a {
	margin: 0;
	padding: 0;
	height: 500px;
}



/* Lower template
-----------------------------------------------------------------------------*/

.ourwork
	{
	background: #000000 url(../images/content/client-list.jpg) no-repeat;
}

.contact
	{
	background: #000000 url(../images/content/contact.jpg) no-repeat;
}

.information
	{
	background: #000000 url(../images/content/information.jpg) no-repeat;
}


.products
	{
	background: #000000 url(../images/content/products.jpg) no-repeat;
}

.registration
	{
	background: #000000 url(../images/content/registration.jpg) no-repeat;
}

.hosting
	{
	background: #000000 url(../images/content/hosting.jpg) no-repeat;
}

.webdesign
	{
	background: #000000 url(../images/content/webdesign.jpg) no-repeat;
}

.edm
	{
	background: #000000 url(../images/content/edm.jpg) no-repeat;
}

.seo
	{
	background: #000000 url(../images/content/seo.jpg) no-repeat;
}

.error
	{
	background: #000000 url(../images/content/404.jpg) no-repeat;
}

.service
	{
	background: #000000 url(../images/content/service.jpg) no-repeat;
}



/* Forms
-----------------------------------------------------------------------------*/

form
	{
	padding: 5px;
}

fieldset {
	border: 0;
	font-size: 1.2em;
}

textarea {
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 2px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

input.text, textarea, select {
	padding: 1px;
	border: 1px solid #A7A7A7;
	color: #7C7C7C;
	width: 300px;
	background-color: #EEEEEE;
}
select {
	width: auto;
}

label {
	font-weight: bold;
}

input.action {
	padding: 2px;
	font-weight: bold;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}

.message {
	color: #666666;
}



/* Tables 
-----------------------------------------------------------------------------*/



table
 	
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	
	{
  	text-align: left;
	font-weight: normal;
}













