/* Stylesheet for Solar Powered */

#container {
	min-width: 400px;
	max-width: 950px;
	margin: auto;
	text-align: center;
}

#header {
	width: 1000px;
	height: 357px;
	text-align: center;	
}

#nav-container {
    width: 1000px;
	text-align: center;
}

#left-nav {
	/* background: url(images/left-nav.jpg) no-repeat; */
	width: 248px;
	height: 702px;
	float: left;
}

#content {
	width: 668px;
	height: 702px;
	background: #FCFAFA;
	padding: 5px;
	margin-top: 5px;
	float: left;
	overflow: auto;
}

#footer {
    width: 1000px;
	height: 20px;
	border-top: 1px dotted #000000;
	clear: both;
	text-align: center;	
}

body {
	background: #FCFAFA;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #027AF4;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #027AF4;
}

a:hover {
	text-decoration: underline;
	color: #027AF4;
}

a:active {
	text-decoration: none;
	color: #027AF4;
}
 
.header {
        font-family: Arial;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
}
.bodyheader {
        font-family: Arial;
        font-weight: bold;
        font-size: 12px;
        color: #000000;
}

.error {
        font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		color: #FF0000;
}

.bodyerror {
        font-family: Arial;
		font-size: 12px;
		color: #FF0000;
}

.normal {
        font-family: Arial;
		font-size: 12px;
		color: #000000;
		align: left;
}
.padding {
		padding: 5px;
}

.freephone {
        font-family: Arial;
        font-weight: bold;
        font-size: 18px;
        color: #000000;
}

.services {
	    font-family: Arial;
	    font-size: 18px;
	    font-weight: bold;        
		color: #0081FF;
}

.products {
	    font-family: Arial;
	    font-size: 18px;
	    font-weight: bold;        
		color: #00FF02;
}

.systems {
	    font-family: Arial;
	    font-size: 18px;
	    font-weight: bold;
        color: #FF0200;
}
