/* 
    Document   : website
    Created on : 31/10/2010, 23:38:36
    Author     : Izik
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

/* Header */
.header {
    width: 1046px;
    height: 80px;
    margin: 17px auto 13px;
    padding: 0 0 0 7px;
}

.header .logo {
    float: left;
}

.header .menu {
    font-size: 18px;
    float: right;
    margin: 57px 0 0 0;
}

.header .menu a,
.header .menu a:visited {
    color: #b27339; /* Default: brown */

    margin: 0 10px;
    padding: 0 0 5px;
    _padding: 0;
}

.header .menu a.current {
    text-decoration: underline;
}

.header .menu a.home {
    text-decoration: none;
}
.header .menu a.home:hover {
    text-decoration: underline;
}

/*.header .menu .brown {
    color: #b27339;
}*/

.header .menu a.gray,
.header .menu a.gray:visited {
    color: #7c7c7c;
    font-weight: normal;

    margin: 0 5px;
}

.header .menu a.yellow,
.header .menu a.yellow:visited {
    color: #70b22c;

    margin: 0 15px;
}

/* Dropbox menu */

.header .menu ul {
    margin: 0;
    padding: 0;
}
.header .menu ul li {
    float: left;
    list-style: none;

}

.header .menu ul li a {
    display: block;
}

.header .menu ul li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
/*	left: 0; top: 35px;*/
	background: #dbdbdb;
	margin: 0px 0 0; padding: 3px;
	display: none;
	float: none;
	width: auto;
	border: 1px solid #6bb025;
	color: #000000;
/*	line-height: 25px;*/
z-index: 20;
}
.header .menu ul li ul.subnav li{
	margin: 7px 0; padding: 0;
/*	display: inline;*/
	float: none;
/*	border-top: 1px solid #252525; --Create bevel effect--*/
/*	border-bottom: 1px solid #444; --Create bevel effect--*/
/*	clear: both;*/
	_width: 170px;
/*	width: auto;*/

}
.header .menu ul li ul.subnav li a,
.header .menu ul li ul.subnav li a:visited {
/*	float: left;*/
/*	width: 145px;*/
/*	background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;*/
/*	padding-left: 20px;*/
color: #000000;
padding: 0;
}
.header .menu ul.subnav li a:hover { /*--Hover effect for subnav links--*/
/*	background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;*/
color: #000000;
}


/* Scenario defaults */
.scenario_container {
    height: 362px;
}

.scenario {
    width: 100%;
    height: 360px;
    background: #000000 /*url("images/scenario.jpg")*/;
    border-bottom: 2px solid #9e9e9e;
}

.scenario div {
    width: 1053px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.scenario h1,
.scenario h2 {
    display: none;
}



/* Scene 1 */
#scene1 {
    background: #000000;
}

#scene1 .scalable_energy_control_l {
    width: 642px;
    background: url("images/scalable_energy_control_movie.jpg") no-repeat -1px -1px;
    float: left;
}

#scene1 .scalable_energy_control_r {
    width: 411px;
    background: url("images/scalable_energy_control.jpg") no-repeat;
    float: left;
}

/* Scene 2 */
#scene2 div {
    background: url("images/scene2.jpg") no-repeat;
}

/* Scene 3 */
#scene3 div {
    background: url("images/scene3.jpg") no-repeat;
}

#scene1 div.scenario_links,
#scene2 div.scenario_links,
#scene3 div.scenario_links {
    background: transparent;
    z-index: 20;
}

div.scenario_links {
    position: absolute;
    bottom: 5px;
    left: 5px;
    height: 18px;
    width: 80px;
/*    margin: 0 auto;*/
/*    display: none;*/
    background: none;
}

.scenario_links a,
.scenario_links a:visited 
.scenario_links a:hover {
    display: block;
    width: 15px;
    height: 14px;
    background: #ffffff;
    margin: 2px;
    float: left;
    opacity: 0.4;
    filter:alpha(opacity=40);
    text-decoration: none;

    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.scenario_links a.current,
.scenario_links a.current:visited
.scenario_links a.current:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}


/* Bottom */
.bottom {
    height: 255px;
    width: 1053px;
    margin: 0 auto;
    background: url("images/news_header.jpg") no-repeat top right;
    clear: both;
}

.bottom .left,
.bottom .center,
.bottom .right {
    width: 255px;
    margin: 8px 10px 0 0;
/*    border: 1px solid black;*/
    border-top-width: 20px;
    border-top-style: solid;

    float: left;
    height: 212px;
}

.bottom .left {
    border-top-color: #b27339;
    color: #b27339;
}

.bottom .center {
    border-top-color: #e8be00;
    color: #e8be00;
}

.bottom .right {
    border-top-color: #496f22;
    color: #496f22;
}

.bottom .left h1,
.bottom .center h1,
.bottom .right h1 {
    font-size: 36px;
    font-weight: lighter;
    margin: 8px 3px 20px;
}

.bottom .left h2,
.bottom .center h2,
.bottom .right h2 {
    font-size: 18px;
    margin: 0 3px 4px;
    font-weight: lighter;
}

.bottom .left div,
.bottom .center div,
.bottom .right div{
    margin: 0 3px;
}

.bottom .left .text,
.bottom .center .text,
.bottom .right .text {
    height: 95px;
    color: #7c7c7c;
    font-size: 14px;
    line-height: 19px;
}

.bottom .left .readmore,
.bottom .center .readmore,
.bottom .right .readmore {
    font-size: 14px;
}

.bottom .left .readmore a,
.bottom .left .readmore a:hover
.bottom .left .readmore a:visited
{
    color: #b27339;
}

.bottom .center .readmore a,
.bottom .center .readmore a:hover
.bottom .center .readmore a:visited
{
    color: #e8be00;
}

.bottom .right .readmore a,
.bottom .right .readmore a:hover
.bottom .right .readmore a:visited
{
    color: #496f22;
}

/* Main page news */
.bottom .news {
    width: 255px;
    float: left;
    color: #7c7c7c;
    font-size: 10px;
}

.bottom .news h2 {
    margin: 3px 0 0 0;
    font-size: 19px;
}

.bottom .news .news_block {
    margin: 15px 0 0 3px;
    font-size: 14px;
}

.bottom .news .news_block h3 {
    margin: 0 0 3px 0;
    font-weight: normal;
    font-size: 14px;
}

.bottom .news .news_block h3 a,
.bottom .news .news_block h3 a:hover,
.bottom .news .news_block h3 a:visited {
    color: #7c7c7c;
}

.bottom .news .news_block h3 a.event,
.bottom .news .news_block h3 a.event:hover,
.bottom .news .news_block h3 a.event:visited {
    color: #496F22;
    font-weight: bold;
    font-size: 15px;
}

.bottom .news .news_block .date {
    font-weight: bold;
    font-size: 13px;
}

.bottom .news .news_block .readmore {
    margin: 0 0 0 5px;
    font-weight: bold;
    font-size: 13px;
}

.bottom .news .news_block .readmore a,
.bottom .news .news_block .readmore a:hover
.bottom .news .news_block .readmore a:visited
{
    color: #80bb43;
}

/* Inner pages */
.inner_banner {
   background: #000000 url("images/inner_banner.jpg") no-repeat center center;
   height: 103px;
   width: 100%;

   border-bottom: 2px solid #9e9e9e;
}

.inner_banner h1 {
    margin: 0 auto;
    padding: 60px 0 0 0;
    width: 765px;

    color: #6db625;
    font-size: 30px;
    font-weight: normal;

}

/* Content */
.content_box {
    width: 765px;
    margin: 20px auto 0;
}
