@import url('content.css');

body {
	background-color:#2587c6;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

span.access {
	display: none;
}

span.red {
	color: red;
}

.nomargin {
	margin: 0px !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.container {
	background-color:white;
}


/**************************
		LAYOUT
**************************/
div#top {
	width: 958px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 15px;
}

/*** left ***/
div#left {
	color: #005CA9;
	width: 236px;
}

div#logo {
	margin-bottom: 61px;
}

div#btn_view_tankpod {
	background: url('../images/btn_view_tankpod.jpg') no-repeat;
	width: 209px; /*236px*/
	height: 37px; /*129px*/
	padding-top: 92px;
	padding-left: 27px;
	margin-bottom: 8px;
}

div#btn_view_tankpod a {
	width: 101px;
	height: 17px;
}

div#btn_view_pumppod {
	background: url('../images/btn_view_pumppod.jpg') no-repeat;
	width: 131px; /*234px*/
	height: 47px; /*139px*/
	padding-top: 92px;
	padding-left: 103px;
}

div#btn_view_tankpod a {
	width: 102px;
	height: 17px;
}

/*** right ***/
div#right {
	width: 690px;
	text-align: center;
	padding-left:32px;
	padding-top:150px;
}

div#main_photo_wrap {
	padding-bottom: 20px;
	position: relative;
}

div#circle_wrap {
	width: 430px;
	overflow: hidden;
	
	position: absolute;
	top: 229px;
	left: 127px;
}

div#circle_wrap img {
	width: 96px;
	height: 96px;
	display: block;
	float: left;
	margin-right: 15px;
}

img#txt_main {
	width: 554px;
	margin-top: 30px;
	margin-bottom: 20px;
}

p#find_out {
	font-size: 17px;
	color: #00AFDB;
}

p#find_out img {
	margin-right: 15px;
}

p#find_out span {
	font-size: 11px;
}

p#find_out a {
	font-size: 17px;
	text-decoration: underline;
}


/**************************
		MENU
**************************/

ul#nav {
	width: 690px;
	height: 51px;
	overflow: hidden;
	margin-bottom: 7px;
	padding-left: 0px;
}
ul.default{
	background: url("../images/bg_nav.png") left top no-repeat;
}
ul.tank{
	background: url("../images/bg_tank_nav.png") left top no-repeat;
}
ul#nav li {
	list-style: none;
	float: left;
	text-align: center;
	padding-top:12px;
}

ul#nav li#home {
	width: 147px;
}

ul#nav li#tankpod {
	width: 189px;
}

ul#nav li#pumppod {
	width: 184px;
}

ul#nav li#contact_us {
	width: 170px;
}

ul#nav li a {
	color: #005CA9;
	line-height:16px;
}

ul#nav li a:hover,
ul#nav li a.current {
	color: #fff;
	font-weight: bold;
}

#left ul.menu{
	list-style-type:none;
	width:172px;
}
#left ul.menu li{
	border-bottom:1px solid #e4e4e4;
	padding:3px 0px 3px 25px;
}
#left ul.menu li.show_water{
	background:url(../images/left_menu_bg.png) 10px 4px no-repeat;
}
#left ul.menu li a{
	font-size:14px;
	color:#959595;
}
#left ul.menu li.active a{
	color:#004b8d;
	font-weight:bold;
}
#left ul.menu li.sub{
	padding-left:38px;
	background-position:25px 4px;
}
#left ul.menu li.sub a{
	font-size:13px;
}
#left ul.menu li.lvl2{
	padding-left:48px;
	background:none;
}
/***********************
	pages
************************/
div#action{
	text-align:right;
}
div#action a{
	font-size:11px;
}
div.form{
	border:1px solid #e4e4e4;
	padding:20px;
	margin:10px 0px 40px 0px;
	width:600px;
}
div.form .head{
	color:#0073BC;
	font-weight:bold;
	font-size:14px;
}
div.form .description{
	font-size:11px;
}
div.wrapper{
	margin:20px 0px;
}
div.wrapper .row{
	position:relative;
	margin-left:150px;
	margin-bottom:6px;
}
div.wrapper label{
	position:absolute;
	left:-150px;
	width:140px;
	text-align:right;
}
div.wrapper div.popup{
	margin-left:110px;
}
div.wrapper label.pupop{
	left:-110px;
	width:100px;
}
div.wrapper .text{
	border:1px solid #e4e4e4;
	font-size:12px;
	padding:2px;
}
.error{
	color:#f00;
	font-size:11px;
}
.success{
	color:#00AFDB;
	margin:15px 0px;
}
/**************************
		FOOTER
**************************/

div#bg_footer {
	width: 100%;
	height: 106px;
}
div.default{
	background: url('../images/bg_footer.gif') repeat-x;
}
div.tank{
	background: url('../images/bg_footer_tank.gif') repeat-x;
}
div#footer {
	width: 958px;
	overflow: hidden;
	margin: 0 auto;
}

div#footer div.left {
	width: 483px;
	padding-left: 395px;
	padding-top: 81px;
}

div#footer div.right {
	width: 80px;
	padding-top: 36px;
}

div#footer,
div#footer a {
	color: #fff;
	font-size: 10px;
}
/************
	popup
*************/
#popup_email_page{
	width:378px;
	height:448px;
	background:url(../images/email_bg.png) left top no-repeat;
	overflow:hidden;
}
#popup_close{
	float:right;
	width:50px;
	height:50px;
	position:relative;
}
.popup_wrapper{
	margin-top:50px;
	padding:0px 0px 0px 30px;
}