

/* ----------- GENERAL FORMATTING ----------------- */

body { 	
	margin: 0; 
	padding: 0; 
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#CCCCCC;
	text-align: center;
	background-image:url(../images/bg.gif);
	background-color:#000000;
}

a {
	color: #f6ff00;
	text-decoration:none;
}

a:hover {
	color: #f6ff00;
	text-decoration:underline;
}

p {
	padding: 0px;
	margin: 2px 0px 10px 0px; 
}

img {
	border: none;
}


.left {
	float:left;
}

.right {
	float:right;
}

.clearing {
	clear: both;
}

H1 {
	font-size: 14px;
	font-weight:bold;
	color: #d9f321;
	text-align:left;
	padding:0px;
}


H2 {
	font-size: 13px;
	font-weight:bold;
	color: #f6ff00;
	text-align:left;
	padding:0px;
	margin: 4px 0px 7px 0px;
}

H3 {
	font-size: 11px;
	color:#f6ff00;
	font-weight:bold;
	padding:0px;
	margin: 0px 0px 4px 0px;
}

#contentarea {
	background-image:url(../images/mainbg.gif); 
	width:936px; 
	height:100%;
}

#main {
	width: 850px;
	text-align:left;
}


/* ----------- HEADER ----------------- */


#header {
	width:900px;
}

#header .leftcol {
	width:773px; 
	text-align:left;
	float:left;
}




/* ----------- FOOTER ----------------- */

#footer {
	text-align:left;
	width: 872px;
	background-color:#000000;
	height:60px;

}

#footer a {
	text-decoration:none;
	color: #CCCCCC;
	text-align:left;

}

#footer .copyright {
	float: left;
	margin-top: 12px;
}

#footer .copyright a:hover {
	color: #d9f321;
}

#footer .links {
	float: right;
	margin-top: 12px;
}

#footer .links a:hover {
	color: #d9f321;
}



#footer .carbonneutral {
	margin-left:20px;
	margin-top:5px;
	float:right;
}

.greenline {
	border-bottom:1px solid #d9f321; 
	width:872px;
}

/* ----------- PRICING ----------------- */


#packages {
	width:275px;
	float:left;
	margin-right:4px;
	clear:none;
}

#packages .title {
	text-align: center;
}


#package {
	width:165px;
	float:left;
	margin-right:4px;
	clear:none;
}

#package .title {
	text-align: center;
}

#action {
	width:275px;
	float:left;
}

#action .button {
	width:55px;
	float: left;
}

#action .price {
	width:110px;
	float:left;
}

#package ul {
	margin-left: 20px;
	padding:0px;
}


#package ul li {
	margin: 3px 0 8px 0px;
	padding:0px;
}

.divider {
	width:1px; 
	height:267px; 
	background-image:url(/prices/images/divider.gif); 
	float: left;
	clear:none;
}


#details {
	width:670px; 
	float: left; 
	margin-left:10px;
}

#details .leftcol {
	width:510px; 
	float:left;
	margin-right:10px;
}

#details .rightcol {
	width:145px; 
	float:left;
}


#details H3 {
	font-size: 11px;
	color:#f6ff00;
	font-weight:bold;
	padding:0px;
	margin: 0px 0px 2px 0px;
}


#details .greendivline {
	border-bottom:1px solid #d9f321; 
	width:670px; 
	margin-bottom:6px;
}


#details .orderbutton {
	margin-top:15px; 
	margin-right:8px;
	float:right;
}












