/* CSS Document */

/* DOCUMENT INFORMATION -----------------------------------

TITLE:			Default screen display styles
LAST UPDATED:	7th November 2005
AUTHOR:			Nick Toye

-- CONTENTS -----------------------------------------------

	=1:		[HTML & BODY]
	=2:		[LINKS]
	=3:		[COMMON ELEMENTS]
	=4:		[TOP ELEMENTS]
	=5:		[NAVIGATION]
	=6:		[MAIN COLUMN]
	=7:		[SIDEBAR COLUMN]
	=8:		[FOOTER]
	=9:		[LISTS]
	=10:	[FORMS]
	=11:	[IMAGES]
	=12:	[MISC]
	=13:	[sIFR STYLES]
	
-----------------------------------------------------------*/

/*	=1:	[HTML & BODY] -------------------------------------*/	

* {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	}
	
/*	=2:	[LINKS] -------------------------------------*/	
	
/* NOTES: 
remember LoVe HAte, also I have added a current class for current elements 
*/

a:link {
	color: #000;
	text-decoration: none;
	}
a:visited {
	color: #000;
	}
a:hover {
	color: #5e9f3b;
	}
	
a:active {
	color: #5e9f3b;
	}
	
a.current {
	color: #5e9f3b;
	}

/*	=3:	[COMMON ELEMENTS] -------------------------------------*/	

p {
	font-size: 100%;
	line-height: 120%;
	margin-top: 10px;
	}
	
h1 {
	font-size: 150%;
	}
	
h2 {
	font-size: 130%;
	}
	
h3 {
	font-size: 120%;
	margin-bottom: 10px;
	}
	
h4 {
	font-size: 110%;
	margin-bottom: 10px;
	}

code {
	color: #000000;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	}
		
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
	
a abbr {
	border: none;
	}
	
em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
	
del {
	text-decoration: line-through;
	}
	
ins {
	text-decoration: none;
	font-style: italic;
	}
	
address {
	margin: 10px 0;
	padding: 0;
	font-style: normal;
	line-height: 130%;
	}


/*	=4:	[TOP ELEMENTS] -------------------------------------*/	

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
  	width: 100%;
	background: url(../_images/faux.png) repeat-y 70% 0;
	}
	
#header {
	background: url(../_images/header_faux.png) repeat-y 70% 0;
	height: 165px;
	width: 100%;
	position: relative;
	}

#header h1 {
	float: left;
	position: relative;
	top: 15px;
	left: 30px;
	width: 237px;
	height: 65px;
	background: url(../_images/logo.png) no-repeat top left; /* for logo */
	text-indent: -3000px;
	}
	
#header h2 {
	float: right;
	position: relative;
	top: 30px;
	right: 40px;
	width: 272px;
	height: 66px;
	background: url(../_images/tag.png) no-repeat top left; /* for logo */
	text-indent: -3000px;
	}

/*	=5:	[NAVIGATION] -------------------------------------*/	

/* NOTES: 
obviously the image references need to be altered to customise design
*/

ul#nav {
	position: absolute;
	bottom: 29px;
	left: 20px;
	height: 41px;
	list-style: none;
	}
	
ul#nav li {
	float: left;
	text-indent: -3000px;
	margin: 0;
	padding: 0;
	}
	
#homeBtn a {
	display: block;
	margin-left: 30px;
	height: 32px;
	width: 89px;
	background: url(../_images/homeBtn.png) no-repeat;
	}
	
#homeBtn a:hover, #homeBtn a.current {background-position: 0 -32px;}

#servicesBtn a {
	display: block;
	height: 32px;
	width: 89px;
	background: url(../_images/servicesBtn.png) no-repeat;
	}
	
#servicesBtn a:hover, #servicesBtn a.current {background-position: 0 -32px;}
	
#aboutusBtn a {
	display: block;
	height: 32px;
	width: 89px;
	background: url(../_images/aboutusBtn.png) no-repeat;
	}
	
#aboutusBtn a:hover, #aboutusBtn a.current {background-position: 0 -32px;}

#contactBtn a {
	display: block;
	height: 32px;
	width: 89px;
	background: url(../_images/contactBtn.png) no-repeat;
	}
	
#contactBtn a:hover, #contactBtn a.current {background-position: 0 -32px;}


/*	=6:	[MAIN COLUMN] -------------------------------------*/	

/* NOTES: 
this is for two column layouts and three column layouts 
*/

#main {
	width: 70%;
	float: left;
	min-height: 420px;
	}
		
#main .gutter {
	padding: 0 20px;
	}
	
ul.mainList {
	margin: 10px 0;
	font-weight: bold;
	font-size: 90%;
	}	
	
ul.mainList li a {
	text-decoration: none;
	font-weight: bold;
	}
	
ul.mainList li {
	padding-right: 17px;
	background: url(../_images/bullet.gif) no-repeat 0 50%;
	}


/*	=7:	[SIDEBAR COLUMN] -------------------------------------*/	

/* NOTES: 
this is for two column laouts 
*/

#sidebar {
	width: 30%;
	float: right;
	}
	
#sidebar .gutter {
	padding: 0 20px;
	}
	
ul.sidelist li a {
	text-decoration: none;
	font-weight: bold;
	}
	
ul.sidelist li {
	padding-right: 17px;
	background: url(../_images/bullet.gif) no-repeat 0 50%;
	}

	
/*	=8:	[FOOTER] -------------------------------------*/	

/* NOTES: 
this is for two column laouts 
*/

#footer {
	clear: both;
	height: 58px;
	width: 100%;
	background: url(../_images/footer_faux.png) repeat-y 70% 0;
	}
	


/*	=9:	[LISTS] -------------------------------------*/	

ul {
	list-style: none;
	}
	
ul li {
	background: url(imagepath) no-repeat 0 50%;
	padding-left: 17px;
	}
	
dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 90%;
	line-height: 1.5em;
	}
dl dt {
	font-weight: bold;
	}


/*	=10: [FORMS] -------------------------------------*/	


form {
	float: left;
	margin: 0;
	padding: 0;
	}

form dl {
	line-height: 25px;
	}
	
form dd {
	clear: left;
	float: left; 
	margin: 0;
	}

form dt {
	clear: left;
	float: left; 
	font-weight: bold;
	}
	
form label {
	font-weight: bold;
	}
	
form fieldset {
	border: 1px solid #ccc;
	padding: 0 20px;
	}
	
form legend {
	font-weight: bold;
	font-size: 90%;
	border: 1px solid #ccc;
	padding: 4px 8px;
	}
	
.mediumBox {
	width: 350px;
	height: 50px;
 }
.wideBox {
	width: 350px;
	font-size: 12px;
 }
.textArea {
    width: 350px;
    height: 150px;
 }
.button {
	width: 100px;
	margin-top: 15px;
}

/*	=11: [IMAGES] -------------------------------------*/	

img {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	}
	
/*	=12: [MISC] -------------------------------------*/	

/* skip navigation rule*/ 
.skiplink {
	display:none;
}
	
/*	=13: [sIFR STYLES] -------------------------------------*/	

/* NOTES: 
h1 as default, but this can be changed
*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

html .sIFR-hasFlash h1 {
	font-size: 24px;
	visibility: hidden;
	letter-spacing: -5px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.sIFR-hasFlash h1 {
	font-size: 24px;
	visibility: hidden;
	letter-spacing: -5px;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}



