/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}
body {
	background: url(../images/default/background.jpg) repeat-x top #788AA2; 
}
img {
	vertical-align: top;
	border: none;
}
.left{ float:left}
.right{ float:right}

.clear {clear: both;}

p{ 
	font-size:12px; 
	color:#333333; 
	padding:5px 0;
}
a{ 
	text-decoration:none; 
	color:#DB690E
}
a:hover{ 
	text-decoration:none; 
	color: #FF6600
}

h1{ font-size:35px; color:#DB690E; font-weight:bold; font-style:italic;}


h2{ color:#7D8EA6; font-size:12px; font-weight:bold; padding:5px 0;}
h3{
	font-size: 16px;
	color:#0E3A64;
	font-style:italic;
	padding:5px 0;
}

/* GENERAL DEFINITIONS ENDS */

#MainContainer{
	margin: 0 auto;
	width:800px; 
	padding-top:24px;
}

/* TOP STARTS */
#Top {
	margin: 0 auto;
	width: 800px; 
	height:188px;
	position:relative
}
.logoPower{ padding-left:200px;}

.logoCompany{ position:absolute; top:131px; left:10px;}

ul#menu{ 
	list-style:none;
	background: url(../images/default/menu_bg.jpg) repeat-x top; 
	width: 600px;
	height:37px; 
	line-height:37px; 
	padding-left:200px;
}
#menu li{ float:left; padding:0 40px 0 30px; font-size:12px; font-weight:bold;}

#menu li a{ color:#FFFFFF;}
#menu li a:hover{ color: #DB690E;}

/* TOP ENDS */

/* MAIN PAGE STARTS */
#PageContent {
	margin: 0 auto;
	width: 800px; 
	background:url(../images/default/page_bg.jpg) repeat-y;
	clear:both
}
#CenterContent{ 
	background:url(../images/default/content_bg.jpg) repeat-x bottom #FFFFFF; 
	width:585px; 
	float:right;
	padding:30px 0 25px 30px;
 }
 #Text{ width:325px; float:left;}
 #Text li{ list-style-position:inside; color:#333333; font-size:12px;}
 #Text h1{font-size:22px; padding-top:10px;}
#contactInfo{ 
	width:160px; 
	float:right; 
	padding:0 20px 50px 0;
	border-left: 1px solid #CCCCCC
}
#contactInfo p{ padding-left:10px;}
/* MAIN PAGE ENDS */

/* BOTTOM STARTS */
#Bottom {
	margin: 0 auto; 
	height:40px; 
	padding-top:20px; 
	clear:both;
}
#Bottom p{ 
	color: #FFFFFF; 
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center; 
	padding-bottom:25px; 
}
#Bottom p a{ text-decoration:none; color: #FEF0CD; font-family:Arial, Helvetica, sans-serif; }
#Bottom p a:hover{ text-decoration:none; color: #90491A}
/* BOTTOM ENDS */

/* FOOTER STARTS */
#Footer {
	margin: 0 auto;
	width: 710px;
	background: url(../images/llp/footer_bg.gif) repeat-x top; 
	height:59px;
	clear:both;
}
#Footer span a{ 
	font-size:18px; 
	font-style:italic; 
	font-weight:bold;
	color:#FFFFFF; float:left;
	margin:10px 0 0 20px; 
	padding-right:35px; 
	background: url(../images/llp/footer_arrows.gif) no-repeat; 
	background-position: 70px 7px;
}
#Footer ul{ 
	padding-top:10px; 
	float:right; 
	width:500px; 
	list-style:none; 
	line-height:20px 
}
#Footer li{ 
	float:left; 
	padding:0 8px; 
	color:#FFFFFF; 
	font-size:12px; 
	font-weight:bold
}
#Footer li.pHome{ width:300px; clear:both;}
#Footer li a{ color:#FFFFFF; font-size:12px; font-weight:bold}
#Footer li a:hover{ color: #CCCCCC}
/* FOOTER ENDS*/