body { 
  color : #000000; 
  background : #ffffff; 
  font-family : sans-serif;
  font-size : 12pt; 
  zoom: 80%;

}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}

.footer{
	height: 42px;
	width: 768px;	
	background-image: url(/_images/footer.jpg);
	background-repeat: no-repeat;	
}

.header{
	display: block !important;
	width: 768px;
	height: 64px;
	background-image: url(/_images/header.jpg);
	background-repeat: no-repeat;
	padding-left: 180px;
	position: relative;
}

label {
	margin-left: 5px;
}
.all{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	position: relative;
}

p{
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.4em;
	text-align: justify;
}

form {
	margin: 0px;
	padding: 0px;
}

a{
	color: #000099;	
	text-decoration: underline;
}

img{
	border: none;	
}

td {
	vertical-align: top;
}
th {
	text-align: left;
}

.menu1{
	display: none;

}
.menu1 a{
	display: none;
}
.menu1 a:hover{
	display: none;
}
.menu1 ul{
	display: none;
}
.menu1 li{
	display: none;
}

/*********** menu 2 ************/
.menu2{
	display: none;
}
.menu2 a{
	display: none;
}
.menu2 a:hover{
	display: none;
}
.menu2 ul{
	display: none;
}
.menu2 li{
	display: none;
}

.first{
	padding-left: 0px;
	background-image: none;
}
#main{
	background-color: #FFFFFF;	
	float: left;
	margin-top: 0px;
}
.mainimage{
	display: none;
}
.footer{
	height: 42px;
	width: 790px;	
}
.title{
	width: 566px;
	height: 13px;
	margin-left: 34px;
	margin-bottom: 4px;
	margin-top: 10px;
}

/**********  About Us, Recycling, Schools etc. ************/
.heading_right {
	display: none;
	font-size: 1.7em;
	width: 752px;
	font-weight: normal;
	float: right;
	color: #3e78aa;
	padding-right: 35px;
	padding-top: 12px;
	background-image: url('../_images/about/seperator.png');
	background-repeat: no-repeat;
	text-align: right;
	background-position: bottom right;
}

.clear_fix {
	line-height: 1%;
	height: 1%;
	overflow:hidden;
	clear: both;
}

#seperator {
	
	width: 790px;
	height: 1px;
	margin: 0px 0px 0px 19px;
	padding: 0px;
	
}

#content_left {
	float: left;
	width: 355px;
	padding: 5px 10px 5px 25px;
	margin: 0px; 
	text-align: justify;
	
}

#content_middle {
	float: left;
	width: 365px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-align: justify;
}

#content_main {
	float: left;
	width: 590px;
	margin: 0px;
	padding: 5px 0px 5px 22px;
	/*border: 1px solid red;*/
}

#content_main_full { /*need for pages like contactus, testimonial, arrangements, distributors. */
	float: left;
	width: 745px;
	margin: 0px;
	padding: 5px 0px 5px 22px;
	/*border: 1px solid red;*/
}

#content_builder {
	float: left;
	margin: 0px;
	padding: 2px 20px 0px 10px;
	/*border: 1px solid red;*/
}

#content_right {
	display: hidden;
	float: left;
	width: 145px;
	padding: 5px 5px 5px 15px;
	/*border: 1px solid red;*/
	margin: 0px;
}

	.images_spacing {
		padding: 4px;
	}
	
h1 {
	font-size: 1.6em;
	color: #008080;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
h2 {
	font-size: 1.4em;
	color: #008080;
	padding: 0px;
	margin: 0px;
	text-align: left;
}


.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.mandatory {
	color: #990000;
}

/***** process is defined for <ul> *****/

ul {
	padding: 0px;
	margin: 0px;
	padding-left: 13px;
	line-height: 1.4em;
}

.process {
	padding: 0px;
	margin: 0px;
	padding-left: 13px;
	line-height: 1.4em;
}

.image_center{
	text-align: center;
	width: 100%;
	display: block;
	padding: 0px;-top: 4px;
	margin: 4px;
	border: 1px solid #ddd;
	float: left;
}

.ajax_table{
	border: 1px solid #bbb;
	margin-top: 15px;
	margin-bottom: 15px; 
	padding: 0px;
}

.calendar {
	width: 70px;
	background-color: #CCCCCC;
}
.submit_button {
	width: 90px;
	background-color: #CCCCCC;
}


/******* BGCOLORS ON / OFF *******/
.bgcolor_on {
	background-color: #f6f6f6;
}
.bgcolor_off {
	background-color: #ffffff;
}


/******** Define Error Block *****/
#error_block {
	padding: 1px;
	padding-bottom: 4px;
	color: #900;
	border: 1px solid #c33;
	background: #fcc;
	margin-left: 5px;
	margin-bottom: 3px;
}
#error_block h4 {
	padding: 0px;
	margin: 2px;
}
#error_block ul{
	margin-top: 5px; 
	margin-left: 60px;
	margin-bottom: 4px;
}
#error_block ul li{
	margin: 4px;
}


/******* Admin login box ********/
#loginbox{
	float: left;
	border: 1px solid #999999;
	background-color: #F7F7F7;
	width: 270px;
	margin-left: 115px;
	margin-top: 50px;
}

#logintop{
	text-align: center;
	background-image: url(/_images/bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 5px;
}

/******* Testimonial box ********/
.testimonial {
	text-align: justify;
}

#testimonial_box{
	float: left;
	border: 1px solid #999999;
	background-color: #F7F7F7;
	width: 100%;
}

#testimonial_top{
	text-align: center;
	background-image: url(/_images/bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 5px;

}






/***************************************************** /
/****** About us Navigation *****/
#about_us{
	display: none;
	float: left;
	width: 104px;
	display: none;
	position: absolute;
	left: 205px;
	top: 53px;
	background-color: #FFFFFF;
	z-index: 1000;
}
#about_us ul{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#about_us li{
	display: inline;
}
#about_us li img{
	vertical-align: top;
}

/****** Recycling Navigation ******/
#recycling {
	display: none;
	float: left;
	width: 104px;
	display: none;
	position: absolute;
	left: 305px;
	top: 53px;
	background-color: #FFFFFF;
	z-index: 1000;
}
#recycling ul{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#recycling li{
	display: inline;
}
#recycling li img{
	vertical-align: top;
}

/****** Sense Navigation ******/
#sense {
	display: none;
	float: left;
	width: 104px;
	display: none;
	position: absolute;
	left: 345px;
	top: 53px;
	background-color: #FFFFFF;
	z-index: 1000;
}
#sense ul{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sense li{
	display: inline;
}
#sense li img{
	vertical-align: top;
}

/****** Products Navigation ******/
#products {
	display: none;
	float: left;
	width: 104px;
	display: none;
	position: absolute;
	left: 407px;
	top: 53px;
	background-color: #FFFFFF;
	z-index: 1000;
}
#products ul{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#products li{
	display: inline;
}
#products li img{
	vertical-align: top;
}

/****** Schools Navigation ******/
#schools {
	display: none;
	float: left;
	width: 104px;
	display: none;
	position: absolute;
	left: 682px;
	top: 53px;
	background-color: #FFFFFF;
	z-index: 1000;
}
#schools ul{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#schools li{
	display: inline;
}
#schools li img{
	vertical-align: top;
}


/****** Custom Made Products Navigation ******/
#custom {
	display: none;
	float: left;
	width: 104px;
	display: none;
	position: absolute;
	left: 525px;
	top: 53px;
	background-color: #FFFFFF;
	z-index: 1000;
}
#custom ul{
	display: none;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#custom li{
	display: none;
	display: inline;
}
#custom li img{
	display: none;
	vertical-align: top;
}
