@charset "UTF-8";
/* CSS Document */
#container {
	height: 800px;
	width: 955px;
	margin: 0px auto;
}


#con_01 {
	float: left;
	width: 400px;
	height: 600px;
	margin-top: 50px;
	margin-left: 30px;
	z-index: 1;
	

}

	#con_02 {
	float: left;
	width: 800px;
	margin-top: 50px;
	margin-left: 30px;
	z-index: 1;
	text-align: left;
	}
	
	#con_03 {
	float: left;
	width: 800px;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	z-index: 1;
	}
	
	#con_04 {
	float: left;
	width: 350px;
	height: 500px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
	}
	
	#con_05 {
	float: left;
	width: 300px;
	height: 200px;
	margin-top: -100px;
	margin-left: 100px;
	z-index: 1;
	}
	
	#con_06 {
	float: left;
	width: 300px;
	height: 200px;
	margin-top:0px;
	margin-left: 0px;

	z-index: 1;
	}
	
	#con_07 {
	float: left;
	width: 970px;
	height: 50px;
	margin-top: 100px;
	margin-left: 0px;

	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	}

#footer {
	position: absolute;
	bottom: 0px;
	width: 975px;
	
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	}

			


fieldset {/ * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 140px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}


input, form textarea, form select, form checkbox {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }



html {
background-color: #69A133;
height: auto;
}

#header {
	width: 810px;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
}

	#header a:link {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	text-decoration: none;
	}
	
	#header a:visited {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	text-decoration: none;
	}
	
	#header a:hover {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC00;
	padding-right: 10px;
	text-decoration: none;
	}

#looloo_power {
	position: relative;
	float: left;
	top: 5px;
	height: 450px;
	left: 0px;
	z-index: 2;
	
	margin-left: 50px
	
}

#looloo_flash {
	position: relative;
	float: left;
	top: 5px;
	height:200px;
	width: 440px;
	left: 0px;
	z-index: 1;
	
	margin-left: 60px
	
}

#logo {
	position: relative;
	top: 5px;
	left: 0px;
	z-index: 2;

}

.mainContent {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
line-height: 18px;
}

	.mainContent h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFFFFF;
line-height: 18px;
}

.mainContent h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFCC00;
line-height: 18px;
}

	.mainContent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
	}
	
	.mainContent strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	
	}
	
#payPal_logos {
	float: left;
	width: 700px;
	margin-top: 100px;
	text-align: center;
	
}