/***** copyright ****************************************/
/*                                                      */
/*     windpower10.com - css v.1.0                      */
/*     all copyright reserved kreationsbyran.se         */ 
/*                                                      */
/********************************************************/

/***** css library v.1.0 ********************************/ 
/*                                                      */
/*		//base 			  								*/
/*		1:1 basic margin, tags etc						*/
/*		1:2 page structure   							*/
/*      1:3 clear fixes                                 */
/*                                                      */
/********************************************************/

/********************************************************/
/*    section 1:1                                       */
/********************************************************/

@import "typography.css";

* {
	margin:0;
	padding:0;
}

html {
	background:#fff;
}

body {
  	font: 76%/135% arial;
	min-height:600px;
	height:auto !important;
	height:600px;
}

.png {
	behavior:url(iepngfix.htc);
}

/********************************************************/
/*    section 1:2                                       */
/********************************************************/

#container {
	width: 1100px;
 	position: relative;
 	margin: 0 auto; 
}

#corner {
  	background: url(../images/bg_top_left.jpg) no-repeat top left;
  	width:150px;
  	height:140px;
  	padding-left:20px;
  	padding-right:10px;
  	padding-top:40px;
  	float:left;
}

/* HEADER */
#corner h1, 
#corner h2 {
	color: #000;
	text-transform: uppercase;
	font-size:1.15em;
  	line-height:1.4em;
}

#corner h1 {
  	letter-spacing: 2px;  	
}

#corner h2 {
  	font-weight:normal;
  	letter-spacing: 1px;
}

#headerFirstPage {
  	background: url(../images/top_logo_big.jpg)  no-repeat 20px 30px;
  	width:  820px;
	height: 470px;
	margin-left:180px;
	margin-bottom:-40px;
}

#header{
    width:  800px;
	height: 180px;
	margin-left:180px;
	padding-left:20px;
	padding-top:15px;
}

#mainContainer {
  	position: relative;
 	margin-left:180px;
}

/* MAIN MENU */
#menu {
 	float:left;
 	width:180px; 
 	height:auto;
 	margin-top:-18px;
}

#menu.firstPage {
  	margin-top:-250px;
  	min-height:300px;
	height:auto !important;
	height:300px;
}

#mainmenu li {
  	background:url(../images/bg_menu.jpg) no-repeat left top;
  	width:160px;
  	min-height:21px;
  	height:auto !important;
  	height:21px;
  	padding-left:20px;
  	padding-top:4px;
  	text-transform:uppercase;
  	letter-spacing: 1px;
	list-style-type: none;
}

#mainmenu li.current,
#mainmenu li.section {
	background:url(../images/bg_menu_open.jpg) no-repeat left top;
}

#mainmenu li a {
	text-decoration:none;
	font-size:0.87em;
	color:#000;
	font-weight:bold;
}

#mainmenu li a:hover {
}

#mainmenu li.current a,
#mainmenu li.section a {
  color:#fff;
}

/* SUB MENU */
#mainmenu li ul.submenu {
	padding-top:5px;
	padding-left:10px;
}

#mainmenu li ul.submenu li {
	background:url(../images/bg_menu_divider.jpg) no-repeat left top;
	width:auto;
	height:auto;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	text-transform:none;
}

#mainmenu li ul.submenu li.first {
	background:none;
}

#mainmenu li ul.submenu li a {
	color:#000;
	font-weight:normal;
}

#mainmenu li ul.submenu li a:hover {
	text-decoration:underline;
}

#mainmenu li ul.submenu li.current a,
#mainmenu li ul.submenu li.section a {
	color:#000;
	font-weight:bold;
}

/* MAIN CONTENT */
#content{
	padding-left:20px;
	width:640px;
	min-height:400px;
	height:auto !important;
	height:400px;
	float:left;
}

#content.firstpage{
	margin-top:0px;
}

#content.loginpage{
	margin-left:180px;
}

#regbutton{
	padding-left:24px;
	padding-top:28px;
}

#teaserimage{
	padding-top:24px;
	text-align:center;
}

#splash{
}

#footer{
	clear:left;
	margin-left: 20px;
	padding-top:20px;
	padding-bottom:20px;
}

#footer span{
	padding-left: 10px;
	color: #666;
}

#footer span a{
	color: #666;
}

/********************************************************/
/*    section 1:45                                      */
/********************************************************/
a img {
  border: none;
}

.hidden{
	display:none;
}
.clearfix:after { 
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
	
} 
.clearfix {
    display:inline-block;
} 
/* hide from ie mac \*/ 
.clearfix {
    display:block;
} 
/* end hide from ie mac */


