/* GENERAL */
* { 
	margin: 0px; 
	padding: 0px;
	outline:none;
}

html, body { 
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #616566;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

img { 
	border: 0px; 
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.cl {
	clear: both;  
}

.siteWidth { 
	width: 993px;
	margin: 0px auto; 
}

/* HEADER CONTAINER */
#wrapper {
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg) repeat-y center top #fff;
}

/* MAIN CONTAINER */
#mainCntr {
	background: url(../images/bg.jpg) no-repeat center top;
		position:relative;
}

/* HEADER CONTAINER */
.headerTop {
	background: url(../images/header-top.jpg) repeat-x left bottom #474747;
	height: 40px;
}

.headerTopInner {
	width: 946px;
	margin: 0 auto;
	padding-left: 46px;
}

.headerTop .fild {
	margin: 8px 8px 0 0;
	display: inline-block;
	width: 120px;
	height: 17px;
	border: 1px solid #e7e7e7;
	padding: 1px 5px 1px 12px;
	color: #b2b0b3;
	line-height: normal;
	vertical-align: top;
}

.headerTop .login {
	margin: 8px 10px 0 0;
	display: inline-block;
	vertical-align: top;
}

.headerTop .check {
	margin: 11px 7px 0 0;
	display: inline-block;
	vertical-align: top;
}

.headerTop label {
	margin: 11px 10px 0 0;
	display: inline-block;
	width: 94px;
	color: #6cd9fb;
	font-size: 11px;
	vertical-align: top;
}

.headerTop span {
	margin: 11px 10px 0 0;
	font-size: 11px;
	color: #9a9a9a;
	display: inline-block;
	vertical-align: top;	
}

.headerTop span a {
	margin: 0 3px;
	font-size: 11px;
	color: #fff;
	vertical-align: top;
}

#headerCntr {
	background: url(../images/header-bg.jpg) repeat-x left top #fdfdfd;
}

.droop {
	width: 198px;
	height: 257px;
	position: absolute;
	background: url(../images/droop.png) no-repeat;
	left: 62px;
	top: 127px;
	z-index: 3;
}

/* LOGO */
h1 {  
	float: left; 
	width: 525px;
	padding: 18px 0 18px 30px;
}

h1 a{ 
	width:525px; 
	height: 76px; 
	text-indent: -9999px; 
	display: block; 
	background: url(../images/logo.png) no-repeat left top; 
}

/* SEARCH BOX */
.headerRight {
	width: 371px;
	float: right;
	padding-top: 9px;
}

.press {
	float: left;
}

.searchBox {
	width: 270px;
	float: right;
}

.searchBox .fildBg {
	width: 155px;
	height: 23px;
	background: url(../images/fild.jpg) no-repeat left top;
	float: left;
	margin: 9px 0 0 8px;
}

.searchBox .fildBg input {
	width: 137px;
	height: 18px;
	padding: 0 5px 0 5px;
	background: none;
	padding-top: 2px;
	border: none;
	color: #bababa;
}

.searchBox .button {
	width: 64px;
	height: 23px;
	float: left;
	cursor: pointer;
	background: url(../images/search.jpg) no-repeat left top;
	border: none;
	margin-top: 9px;
}

/* NAVIGATION */
#navigationCntr {
	height: 38px;
}

#navigationCntr ul { 
	list-style-type: none;
	padding: 0 0 0 229px;
}

#navigationCntr li { 
	float: left;
	padding-right: 1px;
}			
					
#navigationCntr li a {
	color: #000;
	text-decoration: none;
	display: block ;
	font-size: 11px;
	float: left;
	font-weight: bold;
	padding-left: 7px;
	background: url(../images/navi-left.jpg) no-repeat left top;
}

#navigationCntr li a span {
	display: block ;
	float: left;
	height: 27px;
	padding: 9px 17px 0 10px;
	background: url(../images/navi-right.jpg) no-repeat right top; 
}

#navigationCntr li a:hover, #navigationCntr li a.active {
	color: #fff;
	cursor: pointer;
	background: url(../images/navi-left-h.jpg) no-repeat left top;	
}

#navigationCntr li a:hover span, 
#navigationCntr li a.active span {
	background: url(../images/navi-right-h.jpg) no-repeat right top;
}

#nav {padding:0; margin:0; list-style:none; height:38px;  position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left; height:38px;}

#nav li:hover {position:relative; z-index:200; }

#navigationCntr ul#nav ul.sub{
position:absolute; 
left:-9999px; 
top:-9999px; 
margin:0; 
padding:0; 
list-style:none;
width:160px; 
}

#navigationCntr ul#nav li:hover ul.sub{
left:1px; 
top:38px; 
z-index:300;
width:160px; 
}

#navigationCntr ul#nav li ul.sub li{
display:block; 
height:30px; 
width:160px;
position:relative; 
font-weight:normal;
background: #FAFAFA;
color:#000000;
float:left;
border-bottom:1px solid #444444;
line-height:30px;
}

#navigationCntr ul#nav li:hover ul.sub li a{
display:block; 
font-size:11px; 
color:#000;
text-decoration:none;
background:none;
height:30px; 
width:160px;
}


#navigationCntr ul#nav li:hover ul.sub li a:hover, 
#navigationCntr ul#nav li:hover ul.sub li a.active {
	color: #FFFFFF;
	cursor: pointer;
	background:#4A5455;
	height:30px; 
    width:154px;
	}

.headerSub {
	background: url(../images/header-box-bg.jpg) repeat-x left top #0c80c0;
	border: 1px solid #9bc9e9;
	padding: 22px 0 24px 259px;
}

.headerSub .sub {
	background: #fff;
	float: left;
	width: 493px;
}

.logonBox {
	width: 161px;
	float: left;
	height: 156px;
	background: url(../images/logon-bg.jpg) repeat-x left bottom #e6e6e6;
	margin-left: 2px;
}

.logonBox img {
	float: right;
	padding: 5px;
}

.logonBox p {
	padding: 6px 5px 10px 5px;
	color: #808588;
	font-size: 10px;
	line-height: 14px;
}

.logonBox h2 {
	background: url(../images/login-h.jpg) no-repeat left top;
	padding: 6px 0 0 54px;
	height: 25px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 13px;
}

.choseBox {
	width: 161px;
	float: left;
	height: 156px;
	background: url(../images/chose-bg.jpg) repeat-x left bottom #e4e8ec;
	margin-left: 2px;
}

.choseBox img {
	float: right;
	padding: 5px;
}

.choseBox p {
	padding: 6px 5px 10px 5px;
	color: #808588;
	font-size: 10px;
	line-height: 14px;
}

.choseBox h2 {
	background: url(../images/best-h.jpg) no-repeat left top;
	padding: 6px 0 0 27px;
	height: 25px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 13px;
}

.savingBox {
	width: 161px;
	float: left;
	height: 156px;
	background: url(../images/logon-bg.jpg) repeat-x left bottom #e6e6e6;
	margin-left: 2px;
}

.savingBox .pic {
	float: right;
	padding: 5px;
}

.savingBox .readmore {
	padding: 9px 0 0 5px;
}


.savingBox p {
	padding: 6px 5px 10px 5px;
	color: #808588;
	font-size: 10px;
	line-height: 14px;
}

.savingBox .link {
	margin-left: 5px;
}

.savingBox h2 {
	background: url(../images/login-h2.jpg) no-repeat left top;
	padding: 6px 0 0 27px;
	height: 25px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 13px;
}

.headerWelcome {
	width: 170px;
	float: left;
	padding-left: 24px;
	font-size: 13px;
	color: #fff;
}

.headerWelcome h2 {
	padding: 12px 0 2px 0;
	color: #f6fe04;
	font-size: 14px;
}

.headerWelcome p {
	padding: 0 0 11px 0;
}

.headerWelcome .readmore {
	text-align: center;
}

/* CONTENT CONTAINER */
#contentCntr {
	padding: 16px 8px 7px 5px;
}

/* LEFT CONTAINER */
#leftCntr {
	float: left; 
	width: 240px;
}

/* FREE QUOTE BOX */
.freeQuoteBox {
	padding: 0 21px 7px 0;
}

.freeQuoteBox .top {
	background: #0093d9;
	border: 1px solid #009ce4;
	padding: 2px;
}

.freeQuoteBox .top h2{
	background: url(../images/free.jpg) no-repeat center top;
	text-indent: -9999px;
	height: 66px;
}

.freeQuoteBox .top p {
	padding: 2px 8px 8px 8px;
	color: #fff;
}

.freeQuoteBox .refresh {
	background: url(../images/refresh.jpg) no-repeat left bottom #ff5755;
	padding: 11px 0px 15px 8px;
	color: #fff;
}

.freeQuoteBox .refresh label {
	vertical-align: top;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
}

.freeQuoteBox .refresh label.sec {
	vertical-align: top;
	color: #fff;
	display: inline-block;
	margin: 18px 0 20px 6px;
	width: 112px;
	float: left;
}

.freeQuoteBox .refresh label.thr {
	vertical-align: top;
	color: #fff;
	display: inline-block;
	margin:6px 0 8px 0;
	width: 80px;
	float: right;
}

.freeQuoteBox .refresh label.for {
	vertical-align: top;
	color: #fff;
	display: block;
	margin:3px 0 0 0;
}

.freeQuoteBox .refresh label.fv {
	vertical-align: top;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin:3px 5px 0 15px;
	width: 70px;
}

.freeQuoteBox .refresh .radio {
	vertical-align: top;
	color: #fff;
	display: inline-block;
	margin:2px 3px 4px 0;
	width: 10px;
	height: 10px;
}

.freeQuoteBox .refresh .fild {
	width: 43px;
	height: 18px;
	padding: 0 3px 0 3px;
	border:1px solid #cfe6e3;
	color: #000;
	display: inline-block;
	margin-right: 3px;
}

.freeQuoteBox .refresh .fild2nd {
	width: 86px;
	height: 18px;
	padding: 0 3px 0 3px;
	border:1px solid #cfe6e3;
	color: #000;
	display: inline-block;
	margin-right: 3px;
}

.freeQuoteBox .refresh .button {
	margin: 7px 0 0 90px;
}

/* OIL PRISE BOX */
.oilPriseBox {
	padding-bottom: 8px;
}

.oilPriseBox td {
	border-bottom: 1px solid #c5bce2;
	border-left: 1px solid #c5bce2;
	padding: 5px 0 7px 0;
	color: #000;
	font-size: 10px;
	line-height: 14px;
}

.oilPriseBox .dark {
	background: #00b1f1;
}

.oilPriseBox .light {
	background: #e6e0ec;
}

.oilPriseBox h2 {
	background: url(../images/heating-h.jpg) no-repeat left top;
	color: #fff;
	font-size: 14px;
	padding: 7px 0 0 0;
	height: 23px;
	text-align: center;
}

/* GRAPH BOX */
.graphBox {
	background: url(../images/graph.jpg) repeat-x left top #f6f6f6;
	padding: 5px 5px 11px 9px;
}

.graphBox h2 {
	background: url(../images/oli.jpg) no-repeat left top;
	height: 43px;
	text-indent: -9999px;
	padding: 0 0 6px 0;
}

.graphBox p {
	padding: 0 0 20px 0;
	color: #8f9fa1;
	font-size: 10px;
}	

/* RIGHT CONTAINER */
#rightCntr {
	float: right; 
	width: 717px;
}

#rightCntr .left {
	width: 519px;
	float: left;
}

/* ORDER BOX */
.orderBox {
	padding-bottom: 0px;
}

.orderBox td {
	border-bottom: 1px solid #9500c7;
	border-left: 1px solid #9500c7;
	padding: 6px 0 8px 0;
	color: #000;
	font-size: 11px;
	line-height: 14px;
}

.orderBox .dark {
	background: #00b0f0;
	border-bottom: 1px solid #00b0f0;
	border-left: 1px solid #00b0f0;
	color: #fff;
}

.orderBox .active {
	background: url(../images/t.jpg) no-repeat center 8px #00b0f0;
	color: #000;
	border-bottom: 1px solid #00b0f0;
	border-left: 1px solid #00b0f0;
}

.orderBox .light {
	background: #e6e0ec;
}

.orderBox .end {
	border-bottom: 0px;
}

.orderBox .endleft {
	border-left: 0px;
}

.orderBox td img {
	vertical-align: middle;
	margin-left: 3px;
}

.contentBox {
	padding: 5px 5px 0 5px;
	color: #717174;
	font-size: 11px;
}

.contentBox h2 {
	font-weight: bold;
	font-size: 13px;
	color: #009ce4;
}

.contentBox .readmore {
	background: url(../images/readmore-bg.jpg) repeat-x left top;
	text-align: right;
	padding-top: 5px;
}

#rightCntr .right {
	width: 181px;
	float: right;
}

#rightCntr .right h2 {
	background: url(../images/msg-h.jpg) no-repeat left top;
	padding: 7px 0 0 12px;
	height: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

#rightCntr .right h3 {
	background: url(../images/video.jpg) no-repeat center 14px;
	height: 44px;
	text-indent: -9999px;
}

#rightCntr .right h4 {
	background: url(../images/video-h.jpg) no-repeat left top;
	padding: 5px 0 0 0;
	height: 21px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* MESSAGE BOX */
#rightCntr .messageBox {
	border: 1px solid #3783e0;
	padding: 9px 8px 25px 8px;
	color:#515151;
	font-size: 11px;
	line-height: 16px;
}

/* VIDEO BOX */
#rightCntr .videoBox {
	padding: 0 4px 8px 4px;
}

/* RIGHT BOTTOM BOX */	
#rightBottomCntr {
	padding-top: 25px;
	color: #282c33;
	font-size: 10px;
}

#rightBottomCntr h2 {
	font-weight: bold;
	font-size: 12px;
	color: #282c33;
	padding-bottom: 3px;
	line-height: 15px;
}

#rightBottomCntr h2 span {
	color: #3480e2;
	display: block;
}

#rightBottomCntr h3 {
	font-weight: normal;
	font-size: 11px;
	color: #1a4878;
	padding-bottom: 2px;
	line-height: 15px;
}

#rightBottomCntr .box {
	width: 214px;
	margin: 0 5px;
	float: left;
	line-height: 15px;
	background: url(../images/box-bg.jpg) repeat-y left top;
} 

#rightBottomCntr .boxtop {
	background: url(../images/box-top.jpg) no-repeat left top;
} 

#rightBottomCntr .boxBottom {
	background: url(../images/box-bottom.jpg) no-repeat left bottom;
	padding: 11px 8px 7px 11px;
	height: 122px;
}

#rightBottomCntr .box .pic {
	padding: 0 0 3px 5px;
	float: right;
} 

/* FOOTER CONTAINER */	
#footerCntr { 
	background: #000;
	color: #fff;
}

#footerCntrInner {
	padding: 11px 20px 15px 20px;
	width: 950px;
	margin: 0 auto;
} 

#footerCntr .left { 
	float: left;
	width: 660px;
	line-height: 24px;
}

#footerCntr .right { 
	float: right;
	width: 210px;
	text-align: right;
}

#footerCntr a { 
	text-decoration: none;
	color: #fff;
	padding: 0 1px;
}

#footerCntr a:hover { 
	text-decoration: underline;
}

#sitesubtitle{
margin-left:5px;
}

.content {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

.btn_submit {
background:url("../images/submit.jpg") repeat scroll 0 0 transparent;
border:0 none;
height:32px;
margin:0;
padding:0;
width:104px;
}

#dept_head {
color:#4A5CE2;
font-size:18px;
font-weight:bold;
line-height:18px;
}

#depts_left {
padding-left:80px;
}
#depts_right {
padding-left:90px;
}
.btn_go {
background:url("../images/go_btn.jpg") repeat scroll 0 0 transparent;
border:0 none;
color:#FFFFFF;
font-weight:bold;
height:29px;
margin:0;
padding:0;
width:45px;
}

.content11 {
font-family:Arial,Helvetica,sans-serif;
line-height:18px;
text-align:justify;
width:700px;
}

.press_wrap {
background:url("../images/press_bg.jpg") no-repeat scroll 0 0 transparent;
font-family:arial;
font-size:13px;
height:135px;
padding:15px 25px;
}

#pressp {
margin:0;
padding-top:5px;
}
.press_wrap {
font-family:arial;
font-size:13px;
}
h3.press {
color:#0FBCCF;
font-size:13px;
font-weight:bold;
margin:0;
}
#content {
width:490px;
}
h3.pressub {
color:#CCCCCC;
font-size:12px;
font-weight:bold;
margin:0;
}

.link1b a, .link1b a:active, .link1b a:visited {
color:#64B312;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
style.css (line 798)
a, a:active, a:visited, a:hover {
outline:medium none;
}
.link1 a, .link1 a:active, .link1 a:visited {
color:#64B312;
text-decoration:none;
}
.link1 {
color:#64B312;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
}
.frm-btn3 {
background:url("../images/submit_btn2.jpg") no-repeat scroll 0 0 transparent;
border:medium none;
color:#FFFFFF;
cursor:pointer;
height:24px;
margin:0;
padding:0 0 3px;
width:71px;
}

.subhead {
color:#4A5CE2;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.bodycontent {
color:#3A3F45;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
}
p.title {
color:#F52700;
font-family:"Times New Roman";
font-size:20pt;
margin:0;
}
.content {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

.bodycontent {
color:#3A3F45;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
}
.button {
background-color:#DFDEF6;
background-image:url("../images/signinbutton_bg.gif");
border-style:none;
bottom:0;
color:#333333;
cursor:pointer;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:21px;
margin:0;
padding:0;
text-align:center;
text-decoration:none;
top:0;
width:68px;
}

.username {
color:#434242;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-decoration:none;
}

#logout {
color:#FFFFFF;
font-size:11px;
margin:0 3px;
vertical-align:top;
}
#blues_ads  {
background:url("../images/title_blue.jpg") repeat-x scroll 0 0 transparent;
}
#blues_ads {
border:1px solid #908F8E;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
height:31px;
padding-top:10px;
text-align:center;
}

p.title2 {
color:#F52700;
font-family:Arial;
font-size:14pt;
margin-bottom:10px;
}

.buttoncheck {
background-color:#DBDBF5;
background-image:url("../images/checkbutton_bg.gif");
border-style:none;
bottom:0;
color:#333333;
cursor:pointer;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:21px;
margin:0;
padding:0;
text-align:center;
text-decoration:none;
top:0;
width:101px;
}

.small_red_info {
color:red;
font-family:arial;
font-size:10px;
font-style:italic;
}

.link1d a, .link1d a:active, .link1d a:visited {
color:#E04B10;
text-decoration:none;
}
a, a:active, a:visited, a:hover {
outline:medium none;
}
#frm-btn1 {
background:url("../images/checkarea_btn2.jpg") no-repeat scroll 0 0 transparent;
border:medium none;
color:#FFFFFF;
cursor:pointer;
height:36px;
margin:0;
padding:0 0 3px;
width:87px;
}
.omkr_mainhead {
color:#434242;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bolder;
text-decoration:none;
text-indent:10px;
}

.formbutton{
cursor:pointer;
border:0px;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
width:56px;
height:23px;
margin-top:6px;
background:url(../images/login.jpg) repeat-x left top;
}

.heatingoilpriceshome  h2{
background:url("../images/oli.jpg") no-repeat scroll left top transparent;
height:43px;
padding:0 0 6px;
text-indent:-9999px;
}

.graphBoxcrude table table td span{
font-size:14px;
}

.graphBoxcrude table table td span img{
margin-left:20px;
}

.graphBoxcrude table{
width:239px;
margin-bottom:-8px;
}

.graphBoxcrude table table{
width:239px;
margin:0px;

}
.graphBoxcrude {
	background: url(../images/graph.jpg) repeat-x left top #f6f6f6;
	padding: 5px 5px 11px 0px;
}

.calsi{
color:#FFFFFF;
}

