/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	border: 0;
}
* {
	margin: 0px;
	padding: 0px;
}

/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px auto;
	line-height: 1.2;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #000;
	background-image: url(../images/backgrounds/body.png);
	background-repeat: repeat-x;
}
a {
	color: #004B27;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
} 
p {
	margin: 0 0 15px 0;
}
h1 {
	font-size: 14px;
}
h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
}

small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/
#container {
	margin:0px auto;
	width:800px;
	min-height:600px;
	background-color:#FFF;
}
#header {
	position: relative;
	margin: 0px auto;
	margin-top: 10px;
	text-align: left;
	width: 800px;
	background-image: url(../images/backgrounds/header.png);
	background-repeat: no-repeat;
	height: 42px;
}
#video {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 800px;
	height: 330px;
	background-color: #FFF;
}
#homelefttext {
	width:360px;
	position:relative;
	left:10px;
}
#homelefttext img {
	float:left;
	margin-right:12px;
	margin-bottom:6px;
}
#homerighttext {
	width:360px;
	position:absolute;
	top:20px;
	right:20px;
}
#homerighttext img {
	float:left;
	margin-right:12px;
	margin-bottom:6px;
}
#menu {
	position:relative;
	margin:0px auto;
	padding-left: 15px;
	background-image:url(/images/backgrounds/menusliver.jpg);
	background-repeat:repeat-x;
	min-height:23px;
	padding-top:8px;
	width:785px;
	text-align:left;
}
#menu ul {
	list-style:none;
}
#menu ul li {
	display:inline;
}
#menu a {
	color:#FFF;
	font-size:12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration:none;
	text-align:left;
	padding: 10px 15px;
 }
#menu a:hover{
	background-image:url(/images/backgrounds/menuselection.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#description {
	position: relative;
	margin: 0px auto;
	width: 760px;
	background-color: #FFF;
	color: #000;
	padding:20px;
	background-image: url(../images/backgrounds/description.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}
#pagefooter {
	position: relative;
	margin: 0px auto;
	width: 800px;
	background-image: url(../images/backgrounds/contentbottom.jpg);
	background-repeat: no-repeat;
	height: 5px;
	margin-bottom: 10px;
}
#abovefooter {
	position: relative;
	margin: 0px auto;
	width: 800px;
	background-image: url(../images/backgrounds/footertop.jpg);
	background-repeat: no-repeat;
	height: 6px;
}
#belowfooter {
	position: relative;
	margin: 0px auto;
	margin-bottom: 20px;
	width: 800px;
	background-image: url(../images/backgrounds/footerbottom.jpg);
	background-repeat: no-repeat;
	height: 6px;
}
#footer {
	position: relative;
	margin: 0px auto;
	background-image: url(../images/backgrounds/footersliver.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 800px;
	height: 90px;
	padding: 1px 0px;
}
#footer a {
	color:#FFF;
}
#get-quote {
	position:absolute;
	top:10px;
	left:12px;
}
#request-callback {
	position:absolute;
	top:10px;
	left:209px;
}
#see-us {
	position:absolute;
	top:10px;
	left:406px;
}
#watch-showreel {
	position:absolute;
	top:10px;
	left:603px;
}
#footercomment {
	position:absolute;
	left:10px;
	bottom:10px;
	color:#666;
}
#footermenu ul {
	list-style:none;
	text-align:right;
	position:absolute;
	bottom:10px;
	right:8px;
}
#footermenu ul li {
	display:inline;
}
#footermenu a {
	color:#666;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration:none;
	text-align:right;
	padding-right:8px;
	padding-left:4px;
	border-right:1px solid #666;
}
#footermenuend a{
	border:none;
}
#footer2 {
	position: relative;
	margin: 0px auto;
	background-image: url(../images/backgrounds/footer2.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 800px;
	height: 60px;
	padding: 1px 0px;
}
.input {
	margin-bottom:7px;
}
.label {
	text-align: right;
	padding-right:10px;
	padding-bottom: 5px;
}
/* 
-----------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------*/
#logo {
	position: absolute;
	bottom: 0px;
	left: 20px;
}
#number {
	position: absolute;
	right: 0px;
	bottom: 0px;
}