/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

i
{ margin: 0px;
  padding: 0px 0px 0px 0px;
  line-height: 20.0em;
  font-size: 7.5%;
  visibility: hidden;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo / footer */
#links, #footer
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 5px 0px 5px;
  width: 750px;
  height: 33px;
  font-size: 80%;
  text-align: center;
}

#links{}

#footer{text-align: center;
		font-size: 79%;
		}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: 112px;
  text-align: right;
}



#logo1 
{ position: relative;
  z-index: 0;
  bottom: -74px;
  margin-left: 420px; 
  margin-right: auto; 
  width: 250px;
  height: 10px;
  
}

#logomenu a {
  float: right;
  width: 90px;
  height: 112px;
  
  text-decoration: none;
  }
  


/*a#logomenuRight { left: 715px; }*/

/*a#logomenuRight:hover { background-image: url() }
*/


#logo h1
{ margin: 0px;
  font-family: times new roman;
  padding: 41px 0px 0px 19px;
  font-size: 250%;
  font-weight: bold;
  letter-spacing: .2em;
}

/* navigation menu */
#menu
{ height: 44px;
  width: 760px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 32px;
  width: 120px;
  text-decoration: none; 
  padding: 8px 3px 2px 3px;
  text-transform: uppercase;
} 

.menu {
height: 44px;

  width: 760px;
  margin-left: auto; 
  margin-right: auto;
  background: #FFFFFF url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
  position: relative;
 z-index: 1;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin: 0px auto;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
  margin: 0px; 
  padding: 0px;
  list-style-type: none;
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
  height: 37px;
  width: 142px;
  text-decoration: none; 
  padding: 3px 5px 2px 5px;
/*color:#000; 
color:#888; */
/*border-bottom:8px solid #888;*/
/*background:#fff; */

/*line-height:1.5em;*/
/*margin-right:2px;*/
text-transform: uppercase;
text-align:center;
background: #FFFFFF url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:152px;
w\idth:142px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
background: #FFFFFF url(menu_hover.png);
  color: #484E56;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:2.85em;
margin-top:11px;
left:0; 
width:150px;
border:1px solid #888;
border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:transparent url(opaque.png); 
color:#000; 
border-top:1.5px solid #888;
margin:0;
color:#333;
font-size:0.9em;
font-weight:bold;
text-transform: none;
height:auto; 
line-height:1em; 
padding:5px 5px 5px 5px; 
width:140px;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#888; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */

}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:150px; /* for IE5.5 faulty box model */
w\idth:140px; /* for IE6 */

}

.menu li a#selected, .menu li a#selected:hover
{ background: #FFFFFF url(menu_hover.png);
  color: #484E56;
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 207px;
  float: right;
  padding: 16px 0px 15px 0px;
}

.sidebaritem
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 25px 0px;
}

.sbihead
{ height: 14px;
  width: 188px;
  padding: 5px 5px 5px 14px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{padding: 14px 8px 8px 19px;}

#v_container a {cursor:pointer;
  }

.sbiscroller{padding: 1px 1px 1px 1px;}

.sbiscroller h3
{  font-size: .68em;
  

}

.img_right
{

border-style: none;

}

.img_flash a
{

 text-decoration: none;
  border-bottom: none;

}

.sbicontent p
{ line-height: 11px; 
  padding: 0px 0px 2px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 5px 4px 14px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 512px;
  float: left;
  padding: 12px 3px 15px 19px;
}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#column2 h5
{   
  font-size: 117.5%;
  font-weight: bold;
}

#column2 h6
{   
  font-size: 152.5%;
  font-weight: bold;
}

#tenpx
{ font-size: 9px; }

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  /*border-bottom: 1px dashed;*/
}

.sidebaritem h5
{ font-size: 12px;

  font-weight: bold;
  color: #FFFFFF;
  border-bottom: 1px solid;
  /*border-bottom: 1px dashed;*/
}

/*.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid;}*/

.sbiscroller a:hover, .sbiscroller a
{ 
    text-decoration: none; 
	 border-bottom: none;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 250px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
}


.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 78px;
  height: 22px;
  cursor: pointer;
  font-weight: bold;
  font-size: 100%;
}

.button
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}

#marqueecontainer{
position: relative;
width: 150px; /*marquee width */
height: 200px; /*marquee height */
background-color: 595959;
overflow: hidden;
/*border: 3px solid orange;*/
padding: 2px;
padding-left: 4px;

}

html{height: 100%;}

body
{ background: #CCCCCC;
  color: #5A6370;
}

#main
{ background: #FFFFFF url(back.png) repeat-y;
  color: #5A6370;
}

#links, #footer, #menu, #menu li a
{ background: #FFFFFF url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #D1D3D7;
}

/*#logo
{ background: #FFFFFF url(headerLeft.jpg) no-repeat;
  color: #5A6370;
}

#logomenu a
{ background: #FFFFFF url(headerRight.jpg) no-repeat;
  color: #5A6370;
}

#logomenu a:hover
{ background: #FFFFFF url(headerRightH.jpg) no-repeat;
  color: #5A6370;
}*/

#logo { color: #5A6370; }

#logomenu a
{ background: #FFF url(http://images.whatsyourimpact.eu.org/logos/whats-your-impact-logo-right.jpg) no-repeat left top;
  color: #5A6370;
}

#logomenu a:hover
{ background-position: right top;
  color: #5A6370;
}

#logo1 
{ background: #FFFFFF url(calculateIt1.jpg) no-repeat;
  color: #5A6370;

}

#logo1 
{ background: #FFFFFF url(calculateIt.jpg) no-repeat;
  color: #5A6370;
 
}

#logo h1
{ background: transparent;
  color: #FFFFFF;
}

h1
{ background: transparent;
  color: #1775D5;
  border-color: #89A9C7;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFFFFF url(menu_hover.png);
  color: #484E56;
} 

#content, #column2 a
{ background: transparent;
  color: #5A6370;
}

#column2 a:hover
{ background: transparent;
  color: #1775D5;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: #595959;
  color: #D1D3D7;
}

.sbihead
{ background: #FFFFFF url(sbi_header.png);
  color: #484E56;
}

.sbihead h1
{ background: transparent;
  color: #484E56;
}

.sbicontent a:hover
{ 
  color: #ffffff; 
}

.sbiscroller a:hover
{ 
  color: #ffffff; 
}

.sbilinks li a
{ background: #FFFFFF url(link.png);
  color: #D1D3D7;
} 

.sbilinks li a:hover
{ background: #B7B7B7;
  color: #1775D5;
} 

input, textarea
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #89A9C7;
}

.error {
	color:#FF0000;
	width: 512px;
}

#tblSample {
	background-color: #fafafa;
	margin-top: 0px;
}

#tblSample td {
	background-color: white;
	padding: 3px;
	text-align : center;
	border-top: 1px dotted #6699CC;
	border-bottom: 1px dotted #6699CC;
}

#tblSample th {
	color:#000000;
	padding: 5px;
	font-size: 120%;
    font-weight: bold;
	text-align : center;
	
	
}

#tblSample tr {
	
	
}

#tblSample th.title1 {
	border-bottom: 2px solid #6699CC;
	border-top: 2px solid #6699CC;
}

td.bold {font-weight: bold;}
tr.bold {font-weight: bold;}

.comment-box {
	margin: 0px 0px 30px 23px;
	padding: 10px;
	width: 200px;
	height: 120px;
	border: 1px solid black;
	float: left;
	background-color: #EEEEEE;
}
.comment-box:hover {
	background-color: #ddd;
	cursor: pointer;
}
.box-text {
font-size:1.1em;
font-weight:bold;
text-align:center;
}

h2.number1 , h2.number2, h2.number3, h2.number4, h2.number5 {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 7em;
	float: left;
	margin-right: 10px;
	text-align:center;
	height:96px;
	width:90px;
}

h2.number1 {	
	color: #0066cc;
	background: transparent url(buy-local.jpg) repeat scroll 0 0;
}

h2.number2 {	
	color: #0066cc;
	background: transparent url(drive-less.jpg) repeat scroll 0 0;
}

h2.number3 {	
	color: #0066cc;
	background: transparent url(use-less-electricity.jpg) repeat scroll 0 0;
}

h2.number4 {	
	color: #0066cc;
	background: transparent url(buy-used-buy-smart.jpg) repeat scroll 0 0;
}

h2.number5 {	
	color: #0066cc;
	background: transparent url(tell-this-to-others.jpg) repeat scroll 0 0;
}

h2.number1:hover, h2.number2:hover, h2.number3:hover, h2.number4:hover, h2.number5:hover {
	text-decoration: none;
}

p.description {
	font-size: 120%;
	font-weight: bold;
}
