/* Vebra Solutions Ltd
Author: James Barwell
Date: 2008 */

*{margin: 0; padding: 0;}

/*
OPTIONAL EXTRAS
Remove this when building the site
*/

#optionalextras img {
	float: left;
	margin: 0 3px 6px 3px;
}

/* ----- LAYOUT ----- */

body {
	background: url(../images/bg_grad.jpg) repeat-x;
	font-family: arial, verdana, tahoma, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 65%;
	line-height: 1.833em;
	font-size-adjust: none;
	font-stretch: normal;
}

html>body {
font-size: 12px;
}

#container {
	margin: 0 auto;
	width: 765px;
	background: #FFFFFF;
}

#header img {
	float: left;
	margin: 0 3px 6px 3px;
}

#navcontainer {
	clear: left;
	width: 765px;
	height: 40px;
	margin: 0 0 6px 0;
}

#pagetitle {
	float: left;
	width: 196px;
	background: #5A8C8E;
	height: 30px;
	padding: 10px 0 0 0;
	margin: 0 6px 0 3px;
}

#navigation {
	float: left;
	width: 557px;
	background: #5A8C8E;
}

#maincontainer {
	clear: both;
	width: 759px;
	margin: 0 3px;
	padding-bottom: 10px;
	overflow: hidden;
}

#maincontainer img {
	float: left;
	margin: 0 6px 0 0;
}

#content {
	float: left;
	margin: 0 3px 0 0;
	width: 534px;
	padding: 5px 10px;
	min-height: 300px;
	margin-bottom: 3px;
	background: url(../images/cont_grad.jpg) 0 0 repeat-y;
}

#foot_grad {
	clear: left;
	height: 10px;
	width: 759px;
	margin: 0 3px;
	background: url(../images/foot_grad.jpg) 0 0 repeat-x;

}

#footer {
	clear: left;
	width: 739px;
	height: 18px;
	margin: 0 3px;
	background: #83AEA8;
	margin-top: 3px;
	padding: 12px 10px 10px 10px;
}

li {
	display: inline;
}

/* ----- TYPOGRAPHY ----- */

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #C4052E;
	margin: 6px 0;
}

p {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
	margin-bottom: 16px;
}

#pagetitle p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

#navigation {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#navigation ul {
	list-style: none;
}

#footer p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.address {
	float: left;
}

.contact {
	float: right;
}

/* ----- MENU & LINKS ----- */

#navigation a {
	float: left;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #5A8C8E;
	height: 30px;
	padding: 10px 10px 0 10px;
}

#navigation #about {width: 4.5em;}
#navigation #about:hover {background: #517E80;}

#navigation #psearch {width: 7.8em;}
#navigation #psearch:hover {background: #517E80;}

#navigation #lsearch {width: 7.6em;}
#navigation #lsearch:hover {background: #517E80;}

#navigation #contact {width: 5.3em;}
#navigation #contact:hover {background: #517E80;}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FF00FF;
}

a:hover {
	text-decoration: none;
	color: #C4052E;
}
