/* 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:#009E2D}
a:hover{ text-decoration:none; color: #64B034}

h1{ font-size:35px; color:#009E2D; 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 */

/* 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.contactLink{ width:150px}
#menu li a{ color:#FFFFFF;}

#menu li a:hover{ color:#009E2D;}


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

table{ border: 0; margin-bottom:10px;}
td.product{ width:240px}
td.price{ width:60px}
/* 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: #C5DF99; font-family:Arial, Helvetica, sans-serif; }
#Bottom p a:hover{ text-decoration:none; color:#009E2D}

/* BOTTOM ENDS */

/* FOOTER STARTS */
#Footer {
	margin: 0 auto;
	width: 710px;
	background: url(../images/valley/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/valley/footer_arrows.gif) no-repeat; 
	background-position: 70px 7px;
}
#Footer ul{ 
	padding-top:10px; 
	float:right; 
	width:450px; 
	list-style:none; 
	line-height:20px 
}
#Footer li{ 
	float:left; 
	padding:0 10px; 
	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*/