body {
	margin: 50px 0px 0px 0px;
	text-align: center;
	background: #000000;
}
html {
	overflow: -moz-scrollbars-vertical;
}
.floatleft{ float:left;}
.floatright{ float:right;}
.clearboth{ clear:both;}
.spacer { height: 10px; width: 100%;}
.spacer2 { height: 20px; width: 100%;}

#container {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}

#header{
	width: 940px;
	height: 111px;
	float: left;
	text-align: right;
	margin: 0;
	padding: 14px 20px 0px 0px;
}

#maincontent{
	width: 960px;
	height: auto;
	min-height: 550px;
	background: #FFFFFF;
	border-top: #B6FF00 solid 5px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: visible;
}

#footer{
	width: 940px;
	height: 60px;
	background: url(../images/general/footerbg1.jpg) left top no-repeat;
	float: left;
	clear: both;
	text-align: right;
	margin: 0;
	padding: 10px;
}

#contactusbg{
	width: 610px;
	height: auto;
	background: #EEFFDD;
	border-top: #000000 solid 5px;
	float: left;
	margin: 0;
	padding: 10px 20px 20px 20px;
	display: block;
}
.contactusbg_left{
	width: 290px;
	height: auto;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0;
	display: block;
}
.contactusbg_right{
	width: 290px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	display: block;
}

/* START OF CELLS */

.cell_left{
	width: 230px;
	height: auto;
	float: left;
	text-align: right;
	margin: 30px 0px 20px 20px;
	padding: 0;
}
.cell_right{
	width: 650px;
	height: auto;
	float: left;
	text-align: left;
	margin: 5px 40px 20px 20px;
	padding: 0;
}

/* END OF CELLS */


/* MENUS */

.leftnav {
	width: 200px;
	float: right;
}
.leftnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.leftnav li {
	margin: 0px 0px 5px 0px;
	padding: 0;
}
.leftnav a {
	display: block;
	padding: 5px 10px 5px 0px;
}
.leftnav a:link, .leftnav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #333333;
	border-right: #B6FF00 solid 5px;
}
.leftnav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #82B300;
	border-right: #000000 solid 5px;
}

/* END OF MENUS */

/* LISTS */

#contactus ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width: 290px;
	display:block;
	text-align:left;
}
#contactus li{
	height: auto;
	width: 270px;
	display: block;
	vertical-align:middle;
	clear:both;	
	list-style-type:none;
	margin-bottom: 10px;
	padding: 10px;
}
#contactus li img{
	float:left;
	display:block;
	margin-right: 5px;
}
#contactus li span{
	float:left;
	display:block;
}

.list1 {
	width: 650px;
	height: auto;
	margin: 0;
	padding: 0;
}
.list1 ul{
	margin: 0;
	padding: 0;
}
.list1 li { 
	width: 650px;
	height: auto;
	clear: both;
	list-style-type: none; 
	text-align: left;
	margin: 0;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed #B6FF00;
	font-weight: bold;
}
.list1 li span { 
	width: auto;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
}

.webgallery ul {
    width: 650px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: both;
}
.webgallery li {
    float: left;
	text-align: center;
	background: #CCCCCC;
	width: 130px;
	height: 110px;
	display: inline;
	padding: 0;
	margin: 0px 15px 15px 0px;
	overflow: hidden;
}
.webgallery li.order {
    float: left;
	text-align: center;
	background: #CCCCCC;
	width: 130px;
	height: 170px;
	display: inline;
	padding: 0;
	margin: 0px 15px 15px 0px;
	overflow: hidden;
}
.webgalleryaction {
	width: auto;
	height: 60px;
	background: #FFFFFF;
	text-align: center;
	display: block;
	margin: 0;
	padding: 5px 0px 0px 0px;
}

/* END OF LISTS */

/* FORMS */

.contactusform{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	width: 310px;
	display: block;
	padding: 0;
}
.contactusform label{
	float: left;
	font-weight: bold;
	text-align:left;
	width: 180px;
	display:block;
	margin-bottom: 5px;
}
.contactusform input, select{
	width: auto;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform textarea{
	width: auto;
	height: 60px;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform br{
	clear: left;
}

.orderform{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	width: 130px;
	display: block;
	padding: 0;
}
.orderform select{
	width: 130px;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}

/* END OF FORMS */

input.submit , a.submit , a.submit:link, a.submit:visited{ color: #000000; background: #B6FF00; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px; cursor: pointer; text-decoration:none; width:auto; margin:1px;} 
a.submit:hover, input.submit:hover{ color: #B6FF00; background: #000000; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px; cursor: pointer; text-decoration:none; width:auto;}
	
h1{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	color: #96CE00;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}
h2{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: normal;
	color: #000000;
	font-weight: bold;
	text-align:left;
	margin: 0;
	padding: 0;
}

hr{
	height: 1px;
	background-color: #000000;
	color: #000000;
	width: 100%;
	border: 0;
}

a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #B6FF00;
	text-decoration: underline;
	font-weight: normal;
}
.footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #B6FF00;
}
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: underline;
	font-weight: bold;	
	color: #B6FF00;
}
a.footertext:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #FFFFFF;	
}
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	list-style: square;
}
a.sitetext:link, a.sitetext:visited, a.sitetext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #000000;
}
a.sitetext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #B6FF00;	
}