/*****************************************************************************************************

This file should contain
1.) all site wide colour, background and font styles for html tags
2.) a selection of class(.) styles that can be used in the cms text editor

reasoning : so this style sheet could be used to re-style the website

*****************************************************************************************************/

/**************************************** Website Settings *******************************************/

body
{
	background: #FFF;
	color: #000;
	font: small/18px Arial, Verdana, sans-serif; /* Medium = 11 px - Small = 9px */
}

/**************************************** Text Settings **********************************************/

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px 0px 1em 0px;
}
p
{
	margin: 0px 0px 1em 0px;
	line-height: 1.2em;
}
li
{
	margin: 0em;
	padding: 0em; 
	line-height: 1.2em;
}
a
{
	color:#373792;
	text-decoration:none;
}
a:hover
{
	color:#B081B9;
	text-decoration:underline;
}

/************************************** Image Settings ***********************************************/

img { border:0px solid #000000; }

/************************************** Form Settings ************************************************/

form
{
	margin: 0px;
	padding: 0px; 
}
fieldset
{
	border: 1px solid #999;
	padding: 1em;
	margin: 0;
}
legend
{
	color: #000;
	font-size: 1.2em;
}
fieldset div
{
	clear: left;
	margin: 0.5em 0em 0em;
	padding: 0.1em 0.3em 0.1em 0em;
}
fieldset div label
{
	display: block;
	float:left;
	width: 120px;
	padding: 0em;
	margin: 0em 0.5em;
	text-align:right;
}
fieldset div input,
fieldset div textarea,
fieldset div select { border: 1px solid black; }
fieldset div input:focus,
fieldset div textarea:focus,
fieldset div select:focus { border: 1px dotted black; }
fieldset div input.error,
fieldset div textarea.error,
fieldset div select.error { border: 1px dotted red; }
fieldset div label.error
{
	/* remove the next line when you have trouble in IE6 with labels in list */
	padding-left:180px;
	margin-left: 1em;
}

label.error
{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	text-align:left;
	width:auto;
}

/* Button Style */

.button
{
	border:1px solid #373792;
/*	color:#FFFFFF;*/
	font-weight:bold;
	padding:5px;
}

/* Message Style */

div#message
{
	border: 1px solid #ccc;
	background-color: #ffa;
	padding: 5px;
}

/*********** Header ********************/
#header {
	position:relative;
	background:url(/images/logo.jpg) 0 0 no-repeat;
}
#logo a {
	position:absolute;
	width:450px;
	left:250px;
	top:0px;
	height:210px;
	text-indent:-9999px;
	display:block;
}
#menu {
	position:absolute;
	right:0px;
	top:0px;
	width:280px;
	height:210px;
}
#menu-container {
	position:absolute;
	left:75px;
	top:45px;
}
div#menu-container ul, div#menu-container ul li {
	list-style:none;
	margin: 0;
	padding:0;
}
li#menu-home a, li#menu-home a:hover, li#menu-gallery a, li#menu-gallery a:hover, li#menu-links a, li#menu-links a:hover, li#menu-contact a, li#menu-contact a:hover {
	height:30px;
	width:170px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
li#menu-home a {
	background:url(/images/menu-home.jpg) 0 0 no-repeat;
}
li#menu-home a:hover {
	background:url(/images/menu-home.jpg) 0 -30px no-repeat;
}
li#menu-gallery a {
	background:url(/images/menu-gallery.jpg) 0 0 no-repeat;
}
li#menu-gallery a:hover {
	background:url(/images/menu-gallery.jpg) 0 -30px no-repeat;
}
li#menu-links a {
	background:url(/images/menu-links.jpg) 0 0 no-repeat;
}
li#menu-links a:hover {
	background:url(/images/menu-links.jpg) 0 -30px no-repeat;
}
li#menu-contact a {
	background:url(/images/menu-contact.jpg) 0 0 no-repeat;
}
li#menu-contact a:hover {
	background:url(/images/menu-contact.jpg) 0 -30px no-repeat;
}
/************* Gallery *****************/
#submenu {
	font-family:Impact;
	font-size:1.2em;
	letter-spacing: 0.07em;
	text-transform:uppercase;
	position:absolute;
	top:210px;
	width:978px;
	padding:10px;
	text-align:center;
	}
#submenu ul, #submenu ul li {
	list-style:none;
	display:inline;
	margin: 0;
	padding:0;
}
#submenu a {
	color:#87010b;
	text-decoration:none;
}
#submenu a:hover {
	text-decoration:overline;
	border-bottom:solid 1px #87010b;
}
/*****************Links content ***********************/
#linkscontent {
	position:absolute;
	width:450px;
	top:360px;
	left:700px;
}
#linkscontent a {
	font-family:Impact;
	font-size:1.2em;
	letter-spacing: 0.07em;
	text-transform:uppercase;
	color:#87010b;
	text-decoration:none;
}
#linkscontent a:hover {
	text-decoration:overline;
	border-bottom:solid 1px #87010b;
}
/*****************Contact content ***********************/
#contactformcontainer {
	position:absolute;
	width:600px;
	top:320px;
	left:510px;
}
#contactformcontainer div {
	padding-bottom:10px;
}
label {
	display: block;
	float:left;
	width:80px;
}	
/************* Footer *****************/
#footer {
	background:url(/images/footer.jpg) 0 0 no-repeat;
}
#superhighwaymen a {
	position:absolute;
	top:0;
	right:0;
	width:71px;
	height:50px;
	background:url(/images/superhighwaymen.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}
.contenttext {
	text-indent:-9999px;
	width:998px;
	height:640px;
}
