/* powercommunications.ie css */

html { height: 100%; margin-bottom: 1px; }

body  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
/* Main Background Colour */
	background-color: #FFFFFF;
}

a  {
  color:#000;
  text-decoration:none;
  font-weight:bold;
}

h1 a  {
  color:#666675;
}

a:hover  {
  color:#999;
}

#wrapper  {
	width:760px;
	margin:0;
	padding:0;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: #202020 url(images/wrap_back.gif) repeat-y top left;
	background-color: #FFFFFF;
}

/* banner stuff ------------------------------------------------------- banner stuff */

#head  {
  width:760px;
  height:180px;
  background:#FFFFFF url(images/powercomms_1.jpg);	
  margin:0;
}

#head h1  {
	font-family:Arial, Helvetica, sans-serif;
	color:#0E50EF;
	font-weight:bold;

	font-size:1.4em;
	margin:0 40px 0 230px;
	padding:120px 0 0 0;
	position:relative;
	font-size: 1.4em;
}

#head h2  {
	font-family:"Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color:#062369;
	letter-spacing:-0.05em;
	font-weight:bold;
	font-size:0.9em;
	margin:0 0 0 280px;
	padding:0;
	position:relative;
	text-transform: lowercase;
	background-color: #FFFFFF;
}




/* nav stuff -------------------------------------------------------------- nav stuff */

#nav  {
	width:200px;
	float:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
/* Nav Menu Standard Colour Background */
	background-color: #FFFFFF;
}

ul.navlist  {
  list-style-type:none;
  margin:0;
  padding:30px 0 40px 0;
  font-family:Arial, Helvetica, sans-serif;	
  font-size:0.8em;
}

ul.navlist a  {
	display:block;
	font-weight:normal;
/* Nav Manu Main Menu - Width */
	width:140px;
/* Nav Menu border line colour */
	border-bottom:1px #B0AFAF solid;
	text-decoration:none;
/* Nav Menu Text Colour for Non Active Page*/
	color:#062369;
	line-height:30px;
	padding: 0 15px 0 15px;
}

ul.navlist a:hover, .navlist ul a:hover,  li #currentpage a:hover, #currentpage a:hover  {
/* Nav Menu Text Colour When Hover over a menu item */
	color:#2F2FFE;
/* Nav Menu Block Colour When Hover over a menu item */
	background-color: #FDFEAD;
}

.navlist ul  {
  list-style-type:none;
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
}

.navlist ul a, #currentpage ul li a  {
	display:block;
	font-weight:bold;
/* Nav Manu Sub or Inner Menu - Width */
	width:120px;
	border-bottom:1px #B0AFAF solid;
	text-decoration:none;
	color:#003333;
	line-height:30px;
	background-color: #FFFFFF;
	padding: 0 25px 0 30px;
}


#currentpage {
/* Nav Manu Active Page */
	background-color: #FFFFFF;
	color: #0E50EF;
	font-weight: bold;
}

/* page content stuff -------------------------------------------- page content stuff */

#main   {
	width:450px;
	padding:0 30px 0 30px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.7em;
	color:#333;
	text-align: justify;
}

#main h1 {
	width:300px;
	font-weight:normal;
	font-size:1.5em;
	letter-spacing: -0.05em;
	line-height: 1.1em;
	text-align:left;
	color:#0E50EF;
	border-bottom:1px #999 solid;
	padding-bottom:5px;
	margin:30px 0 12px 0;
}

.content  {
	margin:0 0 50px 0;
}

.content h2, .content h3, .content h4, .content h5, .content h6  {
	font-weight:bold;
	font-size: 1.25em;
	letter-spacing: -0.06em;
	text-align:left;
	color:#333333;
	margin-top: 40px;
}

.content li  {
  list-style-image:url(images/bullet.gif);
  margin-left:20px;
}

.content img  {
  padding:5px;
  margin:1px;
}

.content a  {
  font-weight:normal;
  color:#0085DD;
  text-decoration:underline;
}

.content a:visited  {
  color:#333;
}

.content a:hover  {
  color:#F37825;
}






/* footer stuff ----------------------------------------------------------- footer stuff */

#footer  {
	margin:0;
	width:525px;
	height:30px;
	clear:both;
/* Text Colour for Footer */
	color:#0E50EF;
	font-size:11px;
	padding-top:15px;
/* Footer Background Colour */	
	background-color: #FFFFFF;
	padding-left: 235px;
}

#footer img {
	padding-right: 10px;
	vertical-align: text-bottom;
}


/* to be sorted ----------------------------------------------------------- to be sorted */
li.tba a {
	color: #C5AF7C;
}

li.tba a:hover {
	color: #C5AF7C;
	background-color: #FFFFFF;
}

.content td {
	vertical-align: top;
	text-align: left;
	padding-bottom: 3px;
/*  Puts a line under the text on index page or another table page*/
/*	border-bottom: solid 1px #bbb;  */
	padding-left: 10px;
}
.content .even {
	background-color: #FFFFFF;
}
.top {
	border-top: solid 1px #bbb;
}

