/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-image:url(../images/bgslice.gif);
	background-color:#000000;
	background-position:center;
	background-repeat:repeat-y;
	font-family:trebuchet ms, arial;
	font-size:0.9em;
	scrollbar-base-color: #303030;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #303030;
	scrollbar-face-color: #3c3c3c;
	scrollbar-shadow-color: #464646;
	scrollbar-track-color: #3c3c3c;
}
a, a:visited{
	color:#FFF;
}
a:hover, a:active{
	color:#FF6600
}
h1{
	font-size:1.5em;
	color:#FF6600;
}
p{
	font-size:small;
	color:#FFFFFF;
	text-align:justify;
}		
td.content{
	padding:21px;
	background-color:#000000;
	width:496px; 
	height:100%;
	vertical-align:top;
}
td.content, p{
	font-size:0.85em;;
}
td.left-border{
	background-color:#3c3c3c;
	width:7px;
	border-left:1px solid #000000;
}
td.right-border{
	background-color:#3c3c3c;
	width:7px;
	border-right:1px solid #000000;
}
/* MENU */
td.menu{
	background-color:#303030;
	width:160;
	vertical-align:top;
}	
td.menu ul{
	list-style:none;	
	padding:0px;
	margin:0px;	
	font-size:0.7em;;
	line-height:30px;	
}
td.menu a, td.menu a:visited{
	width:160px;
	display:block;
	border-top:1px solid #303030;
	border-bottom:1px solid #464646;
	padding-left:10px;
	color:#FFFFFF;
	margin:0px;
}	
td.menu a:link{
 	color:#FFFFFF;
}
td.menu a:active{
	 color:#FFFFFF;
}
td.menu a:hover{
	color:#ff6600;
	border-top-color:#ff6600;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#ff6600;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#505050;
}
/* Footer */
td.footer{
	height:18px;
	width:160px;
	background-color:#303030;
	align:center;
	vertical-align:bottom;
}
td.footer, span{
	font-size:10px;
	color:#505050;
	height:18px;
	text-align: center;
}
td.footer, span a:link{
	align:center;
	color:#505050;
}
td.footer, span a:visited{
	align:center;
	color:#505050;
}
td.spacer{
	 background-color:#3c3c3c;
}
td.header{
	background-color:#000000;
}
td.bg_text{ 
	width:23px;
	background-image:url(../images/bg_text.gif);
	background-repeat:no-repeat;	
}

/* 
	Links Page
 */

#links{
	margin:0px;
	padding:0px;
}

#links li{
	display:block;
	list-style:none;
	text-decoration: none;
	border-bottom:1px dotted #3c3c3c;
	padding-top:5px;
}

#links p.link_title{
	font-size:1em;
	font-weight:bold;
	padding:0;
	margin:0;
}

#links p.link_desc{
	padding-left:10px;
}

#links p.link_url{
	text-decoration:underline;
}





/*Enquiry Form*/
p.form-header{
	font-weight:bold;
	padding-left:155px;
	font-size:1.9em;
	color:#FFF;
}
p, label{
	color:#FFFFFF;
}
label {
	display:block;
	margin-bottom : .5em; 
}
label span {
	float:left;
	width:100px;
	text-align:right;
	font-weight:normal;
	padding-right:5px;
}
label span.error, p.error{
	color:#FF0000;
}
input,input.blurred, select, select.blurred, textarea, textarea.blurred{
	width:300px;
	border:1px solid #948E7C;
}
textarea, textarea.focused, textarea.blurred{
	height:80px;
}
input.radio{
	width:15px;
}
input.button{
	width:100px;
	border:1px solid #FF6600;
}
input.focused, select.focused, textarea.focused{
	background-color:#FF6600;
	color:#FFFFFF;
}