body {
	background-color: #C9D4CF;
	background:url(../images/bg_subpage.jpg) repeat-x #9DA29E;	
}
/* WRAPPER */
#wrapper {
	width: 982px;
	margin: auto;
	background-color: #FFFFFF;
	background:url(../images/right_bg_under.gif) repeat-y top right #FFFFFF;
}
/* TOP  LOGO */
#top {
	height: 140px;
	height: 100px;
}
#top #logo {
	margin: 20px 0 0 30px;
	float: left;
}
/* VERY TOP MENU */
#top_login .blue {
	color: #173D62;
}
#top_login .white {
	color: #FFFFFF;
}
/* MENU */
#top_menu {
	clear: both;
	padding: 0 0 0 50px;
	background-color: #7B868A;
	height: 26px;
	background-image: none;	
}
/* LEFT MENU DIV */
#left_menu  {
	clear: both;
	float: left;
	width: 170px;
	padding: 30px 0 0 20px;
}
#left_menu ul {
	list-style: none;
}
#left_menu li {
	margin: 6px 0 6px 0;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 6px 15px;
}
#left_menu li.top_line {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}
#left_menu li#selected{
	background: url(../images/small_arrow_bullet.gif) no-repeat;
	font-weight: bold;
}
#left_menu li#selected_top{
	background: url(../images/small_arrow_bullet.gif) no-repeat 0 5px;
	font-weight: bold;
}
/* CONTENT DIV */
#content {
	float: left;
	width: 440px;
	padding: 30px 60px 30px 30px;	
}
#content h1 {
	color: #173D62;
	font-size: 8pt;
	padding-bottom: 10px;
}
#content h2 {
	padding-bottom: 0px;
	color: #DB6522;
	font-weight: bold;
	font-size: 8pt;
}
#content h2.add_padding {
	padding-bottom: 10px;
}
#content h2.no_padding {
	padding-bottom: 3px;
}

#content p {
	padding-bottom: 15px;
}
#content p.subheader {
	padding-bottom: 0px;
	color: #DB6522;
	font-weight: bold;	
}
#content p.add_padding {
	padding-bottom: 10px;
}
#content p.no_padding {
	padding-bottom: 3px;
}
#content img.pdf {
	vertical-align: middle;
	padding-left: 10px;

}
/*  FEW TABLES TO FORMAT */
#content table#links td {
	padding: 0 15px 5px 0;

}
#content table#enquiry_form  {
	padding-top: 10px;
}
#content table#enquiry_form td {
	padding: 0 15px 5px 0;
	vertical-align: top;
}
#content table#conversion_tables td {
	padding: 0 25px 5px 0;
}
#content .form_error {
	color: #DB6522;
	padding: 0;
}
#content table.faq_table {
	padding: 0 0 10px 0;
}
#content table.faq_table td {
	padding: 0 15px 5px 0;
	vertical-align: top;	
}
/* FORMATTING LISTS THAT APPEAR IN THE CONTENT */
#content ol {
	padding-left: 22px;
}
#content ol li {
	padding-bottom: 10px;
}
#content ul {
	padding-left: 17px;
}
#content ul li {
	padding-bottom: 10px;
	list-style-image: url(../images/bullet_blue.gif);
	
}
/* RIGHT CELL */
#right_div {
	float: right;
	width: 200px;
	height: 471px;
	background:url(../images/right_bg.jpg) repeat-x #BFCDCD;	
	padding: 30px 30px 0 20px;
/*	overflow: auto; */
}
#right_div p{
	color: #666666;
}
#right_div p.darker{
	color: #000000;
}
#right_div img {
	vertical-align: middle;
	padding-left: 5px;
}
#right_div p.header{
	color: #173D62;
	font-weight: bold;
	padding-bottom: 10px;
}
#right_div  ul{
	list-style: none;
}
#right_div  li{
	padding-bottom: 15px;
	padding-left: 13px;	
	background: url(../images/small_arrow_bullet_home.gif) 0 1px no-repeat;
	
}
/* BLUE BAR AT THE BOTTOM */
#bottom {
	border-top: 20px solid #59686F;

}
/* TOP MENUS */
#top_menu.energy_procurement {
	background:url(../images/top_menu/energy_procurement.gif) no-repeat #7B868A;
}
#top_menu.our_company {
	background:url(../images/top_menu/about_us.gif) no-repeat #7B868A;
}
#top_menu.energy_services {
	background:url(../images/top_menu/energy_services.gif) no-repeat #7B868A;
}
#top_menu.why_choose_cuc {
	background:url(../images/top_menu/why_choose_cuc.gif) no-repeat #7B868A;
}
#top_menu.useful_information {
	background:url(../images/top_menu/useful_information.gif) no-repeat #7B868A;
}
#top_menu.contact_us {
	background:url(../images/top_menu/contact_us.gif) no-repeat #7B868A;
}
#top_menu.news {
	background:url(../images/top_menu/news.gif) no-repeat #7B868A;
}
#top_menu.none {
	background:url(../images/top_menu/none.gif) no-repeat #7B868A;
}
/* HEADERS */
.our_company {
	background:url(../images/headers/header_1.jpg) no-repeat #FFFFFF;
}
.energy_procurement {
	background:url(../images/headers/header_2.jpg) no-repeat #FFFFFF;
}
.energy_services {
	background:url(../images/headers/header_3.jpg) no-repeat #FFFFFF;
}
.why_choose_cuc {
	background:url(../images/headers/header_4.jpg) no-repeat #FFFFFF;
}
.useful_information {
	background:url(../images/headers/header_5.jpg) no-repeat #FFFFFF;
}
.contact_us {
	background:url(../images/headers/header_6.jpg) no-repeat #FFFFFF;
}
.news {
	background:url(../images/headers/header_3.jpg) no-repeat #FFFFFF;
}
/* FIXES FOR TOP MENU FOR IE 6*/
* html .menu ul {
	padding: 0;
}
.menu table{
	top:21px;
}

