/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/



/* Elements
----------------------------------------*/
body
{
	background: #454545 url(../images/shadow.jpg) repeat-y center;
	margin-top: 0;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#000000;
}

#mainContainer
{
	width: 899px;
	background: url(../images/Bg.jpg) repeat-x;
	height: 600px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	top: 0;
}

p
{
	margin: 0 0 1em 0;
	font: 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

ul
{
	margin-left: 10px;
	color: #333;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-image: url(../images/bullet.gif);
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color: maroon;
}

a:hover, a:active
{
	color: gray;
	text-decoration:none;
}

h1
{
	color: maroon;
	font: bold 12px Lucida, "Lucida Grande", Verdana, sans-serif;
	margin: .825em 0 10px;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ol
{
	margin-left:25px;
	
}

.strong
{
	color: maroon;
	margin:.825em 0 .5em 0;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.link
{
	color: maroon;
	margin: .825em 0 40px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}

.nav 		
{
	color: maroon;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	
}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#header
{
	width:900px;
	height: 155px;
	border-top-style: solid;
	border-top-color: #990002;
}

	/* Nav
	----------------------------------------*/
	ul#nav
	{
		
		
		
	}
	
	ul#nav li {float:left; list-style-type:none; margin-left:10px;}
	
	/* Image Replacement 
	----------------------------------------*/
	ul#nav li a { display: block; text-indent:-9999px; outline:none;
	height: 20px;
}
	
	/*Include all of your links with unique IDs. Use the correct path to the image and set the width of each image*/
	li#navHome a		{background-image: url(/images/nav/home.png); width:75px;}
	li#navWork a		{background-image: url(/images/nav/work.png); width:70px;}
	li#navServices a	{background-image: url(/images/nav/services.png); width:68px;}
	li#navContact a		{background-image: url(/images/nav/contact.png); width:55px;}
	
	/* CSS Rollover (Sprites) - Advanced Users!
	----------------------------------------*/
	
	/*Each link must have a unique ID - Include all of your links here - Remove if not using!*/
	li#navHome a:hover, li#navWork a:hover, li#navServices a:hover, li#navContact a:hover {background-position:0 -20px; /*Set to height of image !must be negative!*/}
		
/* Main Content
----------------------------------------*/

#textsize
{
	width:310px;
	height: 55px;
	position: relative;
	left: 400px;
	background: url(../images/testsizebg.jpg) no-repeat;
}

#logo
{
	width:300px;
	height: 98px;
	position: relative;
	float: left;
}

#mainContent
{
	width:900px;
	position: relative;
	background: url(../images/banner.jpg) no-repeat;
	height: 85px;
	margin-top: 20px;
}

#nav
{
	height: 49px;
	padding-top: 49px;
	text-align: left;
	width: 500px;
	padding-left: 100px;
	float: left;
	background: url(../images/tel.gif) no-repeat right;
}

#left
{
	width: 399px;
	position: relative;
	height: auto;
	float: left;
	margin-top: 25px;
	padding-left: 20px;
	padding-right: 10px;
	border-right: 1px solid silver;
	overflow: visible;
}

#left2
{
	width: 550px;
	position: relative;
	margin-top: 25px;
	padding-left: 20px;
	padding-right: 10px;
	float: left;
}

#middle
{
	width: 190px;
	position: relative;
	height: auto;
	float: left;
	margin-top: 25px;
	padding-left: 30px;
	overflow: visible;
}

#right
{
	width: 200px;
	position: relative;
	height: auto;
	float: right;
	margin-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: visible;
	border-left: 1px solid silver;
}

#contact-area {
	width: 500px;
	margin-top: 25px;
	float: left;
	position: relative;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 500px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	float: left;
	position: relative;
}

#contact-area textarea {
	height: 50px;
	float: left;
	position: relative;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
	float: left;
	position: relative;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	position: relative;
}

label {
	float: left;
	text-align: left;
	margin-right: 0px;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

.imgright
{

	float: right;
	display: inline;
	margin-right: 20px;
	margin-top: 20px;
}

.imgrightlogos
{

	float: right;
	display: inline;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.imgcentre
{
	border: 1px solid silver;
	padding: 10px 35px;
	text-align: center;
	margin: 10px;
}

#footer p 
{
	font-size: 10px;
	line-height: 10px;
}

#footer 
{
	font-size:.625em;
	width: 860px;
	position: relative;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	border-top: 1px solid silver;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}






