@charset "utf-8";
/* CSS Document */

#image_main {
	height:229px;
	background-image:url(../images/page-solar.jpg);
}

#main_content_left_container {
	float:left;
	width:320px;
	height:auto;
	margin-left:0px;
	margin-top:0px;
}

#main_content_left_spacer {
	float:left;
	width:325px;
	height:20px;
}


#main_content_left {
	float:left;
	width:325px;
	height:auto;
	padding-bottom:20px;
	font-size:16px;
}

#main_content_left h1 {
	float:left;
	width:325px;
	height:auto;
	background-image:url(../images/sub_orange_2.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:23px;
	color:#616161;
	text-transform:uppercase;
	padding-bottom:20px;
	font-weight:normal;
}

#main_content_right {
	float:right;
	width:635px;
	height:auto;
	padding-bottom:20px;
	font-size:16px;
	color:#282828;
}

#main_content_right h1 {
	float:left;
	width:635px;
	height:auto;
	background-image:url(../images/sub_orange.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:23px;
	color:#282828;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-bottom:20px;
	font-weight:normal;
}

.product_list_item {
	float:left;
	width:320px;
	height:25px;
	padding-top:11px;
	padding-left:5px;
	background-color:#fed5a5;
	background-image:url(../images/solar_arrow_1.png);
	background-position:right;
	background-repeat:no-repeat;
	font-size:14px;
	color:#202020;
	text-decoration:none;
	outline:none;
	outline-style:none;
}

.product_list_item:hover {
	float:left;
	width:320px;
	height:25px;
	padding-top:11px;
	padding-left:5px;
	background-color:#ff6c00;
	background-image:url(../images/solar_arrow_2.png);
	background-position:right;
	background-repeat:no-repeat;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	outline:none;
	outline-style:none;
}

.product_list_separator {
	float:left;
	width:325px;
	height:1px;
	background-image:url(../images/point_menu.png);
	background-repeat:no-repeat;
	background-color:#fed5a5;
	
}

.download_solar_1 {
	float:left;
	width:225px;
	padding-left:100px;
	height:80px;
	padding-top:54px;
	background-image:url(../images/download_panel_selection.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#ff9c00;
	outline-style:none;
	outline:none;
}

.download_solar_1:hover {
	float:left;
	width:225px;
	padding-left:100px;
	height:80px;
	padding-top:54px;
	background-image:url(../images/download_panel_selection.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#ff7200;
	outline-style:none;
	outline:none;
}

.download_solar_2 {
	float:left;
	width:225px;
	padding-left:100px;
	height:80px;
	padding-top:54px;
	background-image:url(../images/download_solar_products.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#ff9c00;
	outline-style:none;
	outline:none;
}

.download_solar_2:hover {
	float:left;
	width:225px;
	padding-left:100px;
	height:80px;
	padding-top:54px;
	background-image:url(../images/download_solar_products.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#ff7200;
	outline-style:none;
	outline:none;
}

