/* CSS Document for Absolute Power Electrical */

/* This section defines the basic styles of the page*/
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
    color:#FFFFFF;
	margin: 0 auto;
	background-color:#09030f;
}
p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
a
{
	text-decoration:underline;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover
{
	color:#000000;
}
img
{
	border: none;	
}

/*This section defines styles for different content blocks*/
#wrapper
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#banner
{
	margin-top: 10px;
	height: 152px;
	background-image:url(images/banner.jpg);
}

#left_column
{
	float:left;
}

#nav_block
{
	width: 190px;
}

#nav_top
{
	height:25px;
	background-image:url(images/block_nav.jpg);
}

#nav_content
{
	height:250px;
	background-image:url(images/bg_nav.jpg);
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -10px;
}

#nav_bot
{
	height:25px;
	background-image:url(images/block2_nav.jpg);
}

#spacer
{
	width: 190px;
	height: 11px;
	background-image:url(images/spacer.jpg);
}

#aff_block
{
	width: 190px;
}

#aff_top
{
	height:25px;
	background-image:url(images/block_aff.jpg);
}

#aff_content
{
	height:70px;
	background-image:url(images/bg_aff.jpg);
}

#aff_bot
{
	height:25px;
	background-image:url(images/block2_aff.jpg);
}

#spacer2
{
	float:left;
	width: 12px;
	height: 431px;
	background-image:url(images/spacer2.jpg);
}

#content_block
{
    float:left;
	width: 598px;
}

#content_top
{
	height:25px;
	background-image:url(images/block_content.jpg);
}

#content_iframe
{
	border:none;
	width:598px;
	height:381px;
	overflow:auto;
}

#content_content
{
	height: 381px;
	background-image:url(images/bg_content.jpg);
}

#content_bot
{
	height:25px;
	background-image:url(images/block2_content.jpg);
}

/*This section Defines styles for the vertical scroller code*/
.vsborder
{
	overflow:hidden;
	border-style:none;
	border-width:0px;
	border-color:#000;
}

.vscroll
{
	position:relative;
	display:none;
	z-index:0;
	margin-bottom:-10px;
}

.scroller
{
	font-size:10px;
	text-align:center;
	list-style-type:none;
}
.scroller a
{
	font-size:10px;
}