/* GENERAL STYLES
------------------------------*/

a
{
    color: #00a5e1;
    outline: none;
}

a:hover
{
    background-color: #00a5e1;
    color: white;
}

.breaker
{
    clear: both;
    font-size: 1%;
    overflow: hidden;
}

/* PAGE LAYOUT
------------------------------*/

body
{
    text-align: center;
    margin: 0;
    background-color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: small;
    background-image: url(../images/header_bg.gif); 
    background-repeat: no-repeat;
    background-position: top center;
	color: #475459;
}

#Page
{
	width: 750px;
    margin: 50px auto;
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position:0px 20px ;
    text-align: left;
}

.header
{
	margin: 0;
	padding: 0;
	clear: both;
}

.header h1
{
	margin: 0;
	padding: 0;
	width: 320px;
	height: 0px;
	background-image:url(../images/apple-electrical-logo.gif);
	padding-top:120px;
	overflow: hidden;
	float: right;
}

.header .tagline
{
	display: none;
}

.header ul
{
	padding: 0 0 0 0;
	margin: 50px 0 0 50px;
	height: 37px;
	width: 380px;
	border-bottom: 1px solid black;
	float: left;
}

.header li
{
	display: block;
	list-style: none;
	padding: 5px 10px 5px 10px;
	float: left;
	line-height: 20px;
	font-weight: bold;
}

.header a
{
	color: #475459;
	text-decoration: none;
}

.header a:hover
{
	color: #00a5e1;
	background: none;
	text-decoration: underline;
}

.home .header li.home a,
.services .header li.services a,
.contact_us .header li.contact_us a
{
    color: #00a5e1;
}

#content
{
	position: relative;
	clear: both;
	background-image:url(../images/bottom_bg.gif);
	background-position: bottom left;
	padding: 0 50px 30px 50px;
}

#content h2
{
	margin: 12px 0 12px 0;
	font-size: 16px;
	font-weight: bold;
}

#content h3
{
	margin: 12px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
}

#content p.narrow
{
	width: 380px;
}

#content img.right
{
	float: right;
	display: block;
}

h3.niceic
{
	margin: 10px 0 10px 15px;
	padding: 0;
	width: 120px;
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
	background-image:url(../images/niceic_logo.gif);
	background-position: 10px 0px;
	background-repeat:no-repeat;
	float: left;
	clear: right;
	z-index: 10;
}

p.niceic
{
	background-image:url(../images/niceic_bg.gif);
	border: 1px solid #7a5e45;
	padding: 15px;
	padding-left: 140px;
	clear: right;
}

.footer
{
	clear: both;
	font-size: 80%;
	padding: 5px 40px 5px 40px;
}

.footer p
{
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.footer p.left
{
	float: left;
}

.footer p.right
{
	text-align: right;
}

img.niceic
{
	position: absolute;
	bottom: 30px;
	right: 30px;
}

h3.title
{
	float: left;
}

p.address
{
	margin: 0 0 12px 150px;
	padding-top: 12px;
}

	