/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
body 
{
	background:#566473;
	margin:0 auto;
	color: #fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1
{
	color:#ffffff;
	font-size:28px;
	font-weight:normal;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	line-height:100%;
	margin-top:0px;
	margin-bottom:15px;
}
h2
{
	color:#004400;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2px;
}
h3
{
	color:#004400;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:2px;
}
h4
{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-top:-15px;
	margin-bottom:10px;
}
h5
{
	color:#333333;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	line-height:100%;
	margin-top:0px;
	margin-bottom:15px;
}
a:link, a:visited {
	color:#0099ff;
}
a:hover {
	color:#66FFFF;
}
ul
{
	margin-left:20px;
	margin-top:0px;
}
p
{
	margin-top:0px;
	font-size:12px;
	margin-bottom:12px;
	line-height:125%;
}
#Wrapper 
{
	width:980px;
	margin:0 auto;
	position:relative;
	top:0px;
}
#Header
{
	width:980px;
	height: 167px;
	background:url(/img/bg_header.jpg) no-repeat #000;
	position:relative;
	z-index:300;
}
.Logo
{
	position:absolute;
	left:27px;
	top:16px;
}
.Phone
{
	position:absolute;
	top: 34px;
	left: 343px;
	z-index:200;
}
.Camera
{
	position:absolute;
	top:0px;
	right:-7px;
}
.Pump
{
	position:absolute;
	left:-31px;
	top:120px;
}
#Body
{
	width:980px;
	background:url(/img/bg_body.gif) no-repeat #000;
	padding-bottom:100px;
	min-height:400px;
	position:relative;
}
#Content
{
	padding:20px 30px 0px 150px;
}
#Form
{
	width:290px;
	padding:15px 15px 0px 25px;
	min-height:235px;
	background:url(/img/bg_form.gif) no-repeat;
	position:absolute;
	right:23px;
	bottom:5px;
}
#Form td
{
	font-size:11px;
	color:#000;
}
#FormInner
{
	width:290px;
	padding:15px 15px 0px 25px;
	position:absolute;
	top:-150px;
	right:2px;
}
#FormInner td
{
	font-size:11px;
	color:#000;
}
#Footer
{
	width:960px;
	color:#66CCFF;
	padding-bottom:10px;
	position:relative;
	top:-100px;
	z-index:500;
}
#FooterInner
{
	position:absolute;
	top:0px;
}
#FooterText
{
	position:absolute;
	top:105px;
	left:25px;
	color:#5890c0;
	font-size:11px;
}
#FooterText a:link, #FooterText a:visited
{
	color:#5890c0;
	font-size:11px;
}
#FooterText a:hover
{
	color:#ccc;
	font-size:11px;
}
.FooterLogo
{
	position:absolute;
	top:80px;
	left:670px !important;
	right:auto !important;
	right:30px;
}
*:first-child+html .FooterLogo
{
	right:30px !important;
	left:auto !important;
}
#Footer a:link, #Footer a:visited
{
}

.Message
{
	color: Red;
}
.TextBox
{
	background-color: #fff !important;
	border:1px solid #999 !important;
	width:220px;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.TextArea
{
	background-color: #fff !important;
	border:1px solid #999  !important;
	width:220px;
	height:35px;
	font-size:11px;
}
.Button
{
	width: 60px;
	height: 20px;
	background-color:#000000;
	border: 1px solid #333;
	font-size:11px;
	cursor: pointer !important;
	color:#ffffff;
}
