@charset   "utf-8";

/* CSS Document */
html,body
{
	margin-left:0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	/*background: #cccccc url(../images/bg.png) repeat-y center;*/
	/*background: url(../images/bg.png);*/
	background:#fafafa; 
	text-align: center;
}

h1, h2
{
	padding: 0;
	margin: 0;
}

.padding_h1
{
	padding-bottom: 10px;
	margin: 0;
}

p
{
	margin: 0;
	padding: 5px 0;
}

#content
{
	width: 1000px;
	margin: 0 auto;
	/*background: url(../images/bg.png);*/
	background:#fafafa; 
	padding: 0 89px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

a { color: #1989BD; }

#head
{
	height: 50px;
	padding-top: 18px;
}

.top-menu { height: 50px; }

.top-menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-menu ul li { float: left; }

.top-menu ul li a
{
	float: left;
	display: block;
	height: 44px;
	width: 131px;
	background: url(../images/item.png) no-repeat;
	font-family: Verdana;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-style: italic;
	text-align: left;
	padding-top: 6px;
	/*padding-left: 20px;
	padding-right: 11px;*/
}

.top-menu ul li a:hover
{
	background: url(../images/item-selected.png) no-repeat;
	color: #FFFFFF;
	
}

.top-menu ul li#first a
{
	width: 116px;
	background: url(../images/item-first.png) no-repeat;
}

.top-menu ul li#first a:hover { background: url(../images/item-first-selected.png) no-repeat; }

.top-menu ul li#last a
{
	width: 115px;
	background: url(../images/item-last.png) no-repeat;
}

.top-menu ul li#last a:hover { background: url(../images/item-last-selected.png) no-repeat; }

.categoryitems
{
	position: absolute;
	width: 160px;
	opacity: 0.9;
}

.top-menu ul li div.categoryitems a
{
	background: url(../images/item-expanded.png) no-repeat;
	height: 51px;
	width: 130px;
	color: #FFF;
	float: none;
}

.top-menu ul li div.categoryitems a:hover
{
	background: url(../images/item-expanded.png) no-repeat;
	color: #FFF;
}

/*new style 121108*/
.top-menu ul li#beforelast div.categoryitems .exp-menu
{
	background: url(../images/expanded-middle.png) repeat-y;
	width: 333px;
	margin-left: -175px;
	position: relative;
	/*float:left;*/
}

.top-menu ul li#beforelast div.categoryitems .exp-menu .exp-body
{
	background: url(../images/expanded-top-last.png) top no-repeat;
	padding-top: 5px;
}
.top-menu ul li#beforelast div.categoryitems .exp-menu .exp-body ul li a
{
	font-size: 12px;
	font-family: Tahoma;
	background: none;
	font-style: normal;
	display: inline;
	float: none;
	padding: 3px 15px;
	height: auto;
	color: #666666;
}

/*end new style*/

.top-menu ul li#last div.categoryitems a
{
	background: url(../images/item-expanded-last.png) no-repeat;
	height: 51px;
	width: 137px;
	float: none;
}

.top-menu ul li#first div.categoryitems a
{
	background: url(../images/item-expanded-first.png) no-repeat;
	height: 51px;
	width: 137px;
	float: none;
}

.top-menu ul li#last div.categoryitems a:hover
{
	background: url(../images/item-expanded-last.png) no-repeat;
	color: #FFF;
}

.top-menu ul li#first div.categoryitems a:hover
{
	background: url(../images/item-expanded-first.png) no-repeat;
	color: #FFF;
}

.top-menu ul li div.categoryitems .exp-menu
{
	background: url(../images/expanded-middle.png) repeat-y;
	width: 333px;
	/*float:left;*/
}

.top-menu ul li#last div.categoryitems .exp-menu
{
	background: url(../images/expanded-middle.png) repeat-y;
	width: 333px;
	margin-left: -197px;
	position: relative;
	/*float:left;*/
}

.top-menu ul li#last div.categoryitems .exp-menu .exp-body
{
	background: url(../images/expanded-top-last.png) top no-repeat;
	padding-top: 5px;
}

.top-menu ul li div.categoryitems .exp-menu .exp-body
{
	background: url(../images/expanded-top.png) top no-repeat;
	padding-top: 5px;
}

.top-menu ul li#first div.categoryitems .exp-menu .exp-body
{
	background: url(../images/expanded-top-first.png) top no-repeat;
	padding-top: 5px;
}

.top-menu ul li div.categoryitems .exp-menu .exp-body ul li
{
	clear: both;
	float: none;
}

.top-menu ul li div.categoryitems .exp-menu .exp-body ul li a,
.top-menu ul li#first div.categoryitems .exp-menu .exp-body ul li a,
.top-menu ul li#last div.categoryitems .exp-menu .exp-body ul li a
{
	font-size: 12px;
	font-family: Tahoma;
	background: none;
	font-style: normal;
	display: inline;
	float: none;
	padding: 3px 15px;
	height: auto;
	color: #666666;
}

.top-menu ul li div.categoryitems .exp-menu .exp-body ul li a:hover { color: #666666; }
.top-menu ul li div.categoryitems .exp-menu .exp-body ul li ul { padding-left: 35px; }

.top-menu ul li div.categoryitems .exp-menu .exp-bottom
{
	background: url(../images/expanded-bottom.png) no-repeat bottom;
	height: 5px;
	font-size: 0;
}

#body
{
	margin-left:auto;
	width:1000px;
	padding-left:90px;
	padding-top: 19px;
	clear: both;
}

.box-logo
{
	background: url(../images/logo.png) no-repeat;
	height: 62px;
	padding-top: 400px;
}

.box-logo h1
{
	/*text-align: center;*/
	padding-left:55px;
	font-size: 24px;
	color: #1782b9;
	font-weight: normal;
}

.middle-box
{
	height: 40px;
	width: 620px;
	float: left;
	padding-top: 17px;
}

.middle-box div
{
	width: 472px;
	height: 34px;
	float: right;
	padding-top: 6px;
	background: url(../images/middle_box.png) no-repeat right;
}

.middle-box div h2
{
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
}

.middle-box div h2 span
{
	font-size: 12px;
	width: 10px;
}

.login
{
	height: 27px;
	width: 150px;
	float: left;
	padding-top: 30px;
	text-align: center;
}

.login a
{
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.bottom-box
{
	height: 234px;
	padding-top: 18px;
}

.bottom-left-box
{
	width: 252px;
	height: 234px;
	float: left;
	margin-left: 90px;
	background: url(../images/box-1.png) no-repeat;
}

.bottom-center-box
{
	width: 241px;
	height: 234px;
	float: left;
	background: url(../images/box-2.png) no-repeat;
}

.bottom-right-box
{
	width: 259px;
	height: 234px;
	margin-left: 8px;
	float: left;
	background: url(../images/box-3.png) no-repeat;
}

.bottom-box-text
{
	width: 204px;
	padding: 13px;
}

.bottom-box-title
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.clear { clear: both; }

.sub
{
	/*vertical-align: sub;*/
	font-size: x-small;
}

.sup
{
	vertical-align: sup;
	font-size: x-small;
}

.relative { position: relative; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.float-right { float: right; }
.float-left { float: left; }
.separator { height: 50px; }

.pad-left-right
{
	padding-left:20px;
	padding-right:15px;
}

.v-align-center
{
 vertical-align: middle;
}

.content
{
	width: 690px;
	float: left;
}

.content div div h2 { color: #1C9DC8; }
.section-title { padding: 20px 10px 20px 15px; }
.light-blue { color: #40AAEC; }

.section-title h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #1c9dc8;
}

.category-title { padding: 0 0 25px 15px; }

.category-title h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
}

.content-box
{
	width:745px;
	background: url(../images/content-box-middle.png) repeat-y left;
	float: left;
}

.content-box-top
{
	background: url(../images/content-box-top.png) no-repeat top left;
	height: 15px;
}

.content-box-middle
{
	padding: 0 35px 0 15px;
	/*	height:475px;
	overflow:auto;*/
}

.content-box-middle h2
{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 10px;
	margin: 0;
}

.content-box-bottom
{
	background: url(../images/content-box-bottom.png) no-repeat bottom left;
	height: 15px;
}

.right
{
	width: 191px;
	float: left;
	padding-left: 70px;
}

.logo-right { text-align: center; }
.right-box { background: url(../images/right-box-middle.png) repeat-y left; }

.top-login
{
	height: 23px;
	padding-top: 12px;
	padding-right: 20px;
	text-align: right;
	background: url(../images/right-box-top.png) no-repeat left top;
}

.top-login a
{
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

.top-login a:hover { text-decoration: underline; }

.right-box-middle
{
	padding: 10px 10px 0;
	/*height: 355px;*/
}

.right-box-text
{
	font-size: 11px;
	font-family: Verdana;
}

.right-box-text h2
{
	font-size: 11px;
	font-family: Tahoma;
}

.more { text-align: right; }

.more a
{
	color: #389fc3;
	text-decoration: none;
}

.click_here a
{
	color: #389fc3;
	text-decoration: none;
}

.right-box-line
{
	height: 5px;
	font-size: 0;
	background: url(../images/right-box-line.png) no-repeat center;
	padding: 5px 0;
}

.right-box-bottom
{
	height: 93px;
	padding: 10px 115px 0px 10px;
	background: url(../images/right-box-bottom.png) no-repeat bottom;
}

.right-bottom-img
{
	position: absolute;
	margin-top: 15px;
	margin-left: 77px;
}

#footer
{
	font-size: 9px;
	text-align: center;
	padding-bottom: 15px;
}

.footer-menu
{
	padding-top: 80px;
	padding-bottom: 20px;
	text-align: center;
	background-color:#fafafa;
	
}

.footer-menu a
{
	margin: 0 10px;
	color: #1989bd;
	font-size: 12px;
	text-decoration: none;
}

ul.nav
{
	list-style: none;
	text-align: center;
	width: 300px;
	margin: 10px auto;
}

ul.nav li
{
	float: left;
	padding: 0 4px;
}

ul.nav li a { float: left; }

.mod-add-text
{
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

.mod_gas_add_text
{
	float:left;
	width:15%;
	padding-left:5%;
}
.image
{
padding:15px 0px 0px 15px;
}

.plus {
font-weight: 800;
}
