@charset "UTF-8";
/* kickgraphic */


* {

	margin:0 0 0 0;
	padding: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
body {
	background-color:#ffffff;
	text-align:center;
	}
	
/* STYLES */

p {
	font-size:10px;
	color:#FFFFFF;
	letter-spacing:-0.5px;
	}
a {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	}
a:link {
	font-size:10px;
	color:#FFFFFF;
	}
a:hover {
	font-size:10px;
	text-decoration:underline;
	}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	}					
	
/* DIVS */

#main {
	margin-top:100px;
	text-align:center;
	/*position:relative;*/
	}

#contentHolder {
	background-color:#000000;
	/*width:auto;*/
	padding-top:32px;
	/*position:relative;*/
	}

#content {
	/*width:1000px;*/
	width:960px;
	height:402px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	}
#contentWide {
	/*width:1000px;*/
	width:1075px;
	height:402px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	}			

#bottombar {
	background-image:url(../img/bottom-grass.png);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	padding-top:100px;
	padding-bottom:5px;
	}
#leftC {
	text-align:right;
	width:115px;
	position:absolute;
	}	
#contentMiddle {
	width:547px;
	height:138px;
	position:absolute;
	left:162px;
	background-image:url(../img/bg-newair.jpg);
	padding-top:265px;
	padding-left:18px;
	}
#contentPlantPicture {	
	width:363px;
	position:absolute;
	left:160px;
	}
#contentPlantText {	
	width:162px;
	position:absolute;
	left:523px;
	height:363px;
	padding:20px;
	}	
#contentRight {
	background-image:url(../img/bg-right.gif);
	background-position:top;
	background-repeat:no-repeat;
	position:absolute;
	left:755px;
	height:420px;
	}
#contentRightWide {
	background-image:url(../img/bg-right-wide.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	left:755px;
	height:420px;
	width:300px;
	}
#kglogo {
	position:absolute;
	left:940px;
	top: 160px;
	}	
#kglogoWide {
	position:absolute;
	left:1090px;
	top: 160px;
	}	
	
/* CLASSES */

.smallBtn {
	padding-bottom:12px;
	padding-left:12px;
	}		
