body { background: url(../images/bg.png) fixed repeat; }

#container {
	position: relative;
	width: 987px;
	margin: 0 auto;
	background: url(../images/sidebar_bg.png) left repeat-y;
}

ul, ol, dl { position: relative; }



/* Main
----------------------------------------*/
#main {
	display: block;
	width: 677px;
	float: right;
	padding: 35px 0 0 0;
}

.quote { margin: 30px 0 0 0; }

.panel li {
	color: #fff;
	list-style: disc;
	font-size: 17px;
	line-height: 18px;
	margin: 0 0 3px 20px;
}

.information ul { margin: 0 0 30px 0; }

table { margin: 20px 0; }

.information table { margin: 5px 0 0 0; }

th, td {
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	border-right: 1px solid #fff;
}

th.first { border-left: 1px solid #fff; }

th { padding: 7px 10px; }

th.title {
	text-transform: uppercase;
	border-top: 1px solid #fff;
	background: #ad7ab8;
	font-size: 13px;
	color: #3954a5; 
}

thead tr, tr.last {	border-bottom: 1px solid #fff; }

tbody tr {
	border-left: 1px solid #fff;
	border-bottom: 1px dashed #fff;
}

tbody tr:hover { background: #3954a5; }

td {
	padding: 10px;
}

td.day {
	font-weight: bold;
	width: 100px;
}

#menu_list {
	float: left;
	display: block;
	width: 377px;
	margin: 20px 46px 15px 0;
	padding: 0;
}

#recycling {
	float: right;
	display: block;
	width: 180px;
	margin: 20px 0 15px 0;
	padding: 140px 10px 10px 10px;
	background: url(../images/recycling.png) center 10px no-repeat;
	border: 2px dashed #6abd45;
}



/* Free Trial Form
----------------------------------------*/
#freeTrial {
	display: block;
	float: left;
	width: 440px;
	margin: 20px 0 0 0;
}

#freeTrial div {
	display: block;
	width: 440px;
	margin: 0 0 10px 0;
		
	position: relative;
	overflow : hidden;
	_height : 1%;
	zoom : 1;
}

label, input { display: inline-block; }

label {
	float: left;
	width: 160px;
	font-size: 17px;
	font-weight: bold;
	color: #6abd45;
	padding-top: 10px;
}

input {
	float: right;
	width: 260px;
	border: 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;
}

input:focus {
	padding: 8px;
	border: 2px solid #febf0f;
}

input#address2, input#address3 { margin-top:2px; }

input#button {
	width: 120px;
	padding: 6px 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

input#button:hover, input#button:focus {
	background: #6abd45;
	color: #fff;
}



/* Contact Details
----------------------------------------*/
#contactdetails {
	display: block;
	width: 270px;
	height: 57px;
	padding: 25px 10px 35px 10px;
	background: url(../images/contactdetails_bg.png) no-repeat;
}




/* Sidebar
----------------------------------------*/
#sidebar {
	display: block;
	width: 290px;
	min-height: 100%;
	float: left;
	margin: 25px 20px 0 0;
	/*background: url(../images/sidebar_bg.png) repeat-y;*/
}

#sidebar ul {
	display: block;
	margin: 0 10px 0 30px;
}

#kpi { margin: 36px 0 80px 0; }

#sidebar ul li {
	display: block;
	margin: 7px 0;
	padding-left: 28px;
}

#customers ul li {
	color: #3954a5;
	background: url(../images/customers_bullet.png) left center no-repeat;
}

#kpi ul li {
	color: #6abd45;
	background: url(../images/kpi_bullet.png) left center no-repeat;
}



/* Misc
----------------------------------------*/
.clear {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}

.img_left {
	display: block;
	float: left;
	margin: 0 40px 20px 0;
}

.img_right {
	display: block;
	float: right;
	margin: 0 0 20px 40px;
}
