/* 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;
}
a{ text-decoration:none; color:#FF0000}
a:hover{ text-decoration:none; color:#990000}

h1{ font-size:35px; color:#0E3A64; 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;
}
p{ font-size:12px; color:#333333; 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: 780px;
	height:37px; 
	line-height:37px;
	padding-left:20px;
}
#menu li{ float:left; padding:0 12px; font-size:12px; font-weight:bold;}

#menu li a{ color:#FFFFFF;}

#menu li a:hover{ color: #FF0000;}

/* 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;}
 
#contactInfo{ 
	width:200px; 
	float:right; 
	padding:0 20px 50px 0;
	border-left:1px solid #CCCCCC;
}
#contactInfo p{ padding-left:10px;}

#Text ul{ list-style:none; color:#333333}
li.page, li.page a{ color:#0E3A64; font-weight:bold; padding-top:10px;}
li.pageSec a{ color: #666666;}
li.pageSec a:hover{ color: #990000;}

/* 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: #CFD7E0; font-family:Arial, Helvetica, sans-serif; }
#Bottom p a:hover{ text-decoration:none; color:#990000 }

/* BOTTOM ENDS */

