/* ------------------------------------------ */
/* ABOUT PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

#contact {
	width: 400px;
	height: 24px;
	margin: 0 auto;
}

#contact ul li {
	height: 24px;
	background-color: #c31f26;
	background-position: top right;
	background-repeat: no-repeat; 
	float: left;
	padding: 0px;
	padding-right: 25px;
	padding-left: 13px;
	margin: 0px 1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
}

#contact li a {
	text-decoration: none;
	color: #fff;
}

#contact li h5 {
	font-size: 0.9em;
	margin-top: 4px;
	color: #fff;
}

#contact li h6 {
	font-size: 0.9em;
	margin-top: 4px;
	color: #c31f26;
}

#contact .arrow_up {
	background-image: url("../images/arrow_up.gif");
}

#contact .arrow_right {
	background-image: url("../images/arrow_right.gif");
}

#contact .grey {
	color: #c31f26;
	background-color: #f0f0f0;
}

#logo {
	width: 199px;
	height: 108px;
	background-image: url("../images/ongas_logo.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 22px;
}

#page_title {
	width: 569px;
	height: 76px;
	margin-left: 391px;
	/* padding: 8px 20px 8px 0px; */
	background-color: #fff;
	background-image: url("../images/solar_header.gif");
	background-repeat: no-repeat;
}


#page_title h1 {
	text-transform: uppercase;
	font-size: 4em;
	color: #8c8c8c;
	font-weight: bolder;
	float: right;
	display: none;
}

#main {
	width: 960px;
	min-height: 830px;
	background-image: url("../images/solar_main.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

/* nav_over */

#nav_over {
	text-transform: uppercase;
	letter-spacing: -0.02em;
	font-size: 1.3em;
	float: right;
	width: 160px;
	padding: 0px 20px;
	position: relative;
	top: -79px;
	left: 0px; 
	text-align: right;
}

ul#navlist_o li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist_o li a
{
display: block;
width: 100%;
text-decoration: none;
colour: #5e5e5e;
}

/* end nav_over */

/* nav_under */

#main .nav_under {
	text-transform: uppercase;
	letter-spacing: -0.02em;
	font-size: 1.3em;
	float: right;
	width: 160px;
	padding: 0px 20px;
	position: relative;
	top: 28px;
	left: 0px; 
	text-align: right;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
text-decoration: none;
}

/* end nav_under */

/* content 1 */

#main .content {
	float:left;
	height: 550px;
	width: 320px;
	background-color: #000;
	padding: 17px 14px;
	position: relative;
	top: 32px;
	left:22px; 
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
}

#main .content h2 {
	text-transform: uppercase;
	font-size: 2.7em;
	letter-spacing: -0.03em;
	line-height: 0.9em;
	color: #fff;
	margin-bottom: 15px;
}

#main .content h3 {
	text-transform: uppercase;
	font-size: 2.2em;
	letter-spacing: -0.03em;
	line-height: 1.1em;
	color: #fff;
	margin-bottom: 20px;
}

#main .content p {
	font-size: 1.1em;
	color: #fff;
	line-height: 1.4em;
	}

/* end content 1*/

/* content 2 */

#main .content_2 {
	float:left;
	width: 300px;
	height: 180px;
	background-color: #219e33;
	padding: 10px 14px;
	position: relative;
	top: 32px;
	left: 59px; 
}

#main .content_2 h3 {
	text-transform: uppercase;
	font-size: 2.2em;
	letter-spacing: -0.03em;
	color: #fff;
	margin-bottom: 13px;
}

#main .content_2 p {
	font-size: 1.1em;
	color: #fff;
}

/* end content 2*/

/* content 3 */

#main .content_3 {
	float:left;
	width: 300px;
	height: 268px;
	background-color: #fff;
	padding: 10px 14px;
	position: relative;
	top: 32px;
	left: 58px; 
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
}

#main .content_3 h3 {
	text-transform: uppercase;
	font-size: 2.2em;
	letter-spacing: -0.05em;
	color: #c31f26;
	margin-bottom: 13px;
}

#main .content_3 img1 {
	width: 255px;
	height: 132px;
	background-image: url("../images/about_com.jpg");
	background-repeat: no-repeat;
	margin-left: 0px;
}

#main .content_3 p {
	font-size: 1.1em;
	color: #5e5e5e;
}

#main .content_3 ul {
	margin-left: 12px;
	list-style-image: url("../images/green_bullet.gif");
	list-style-position: outside;
}
	
#main .content_3 ul li {
	font-size: 1.1em;
	color: #000;
	line-height: 1.4em;
	padding-left: 2px;
}

/* end content 3*/

#logos {
	padding: 0px 20px;
	float:right;
	position: relative;
	top: 71px;
	left: 0px;
	width: 160px;
}

#logos img {
	margin-top: 10px;
}

/* END STRUCTURE */
