*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #a3b399;
}

.maincontainer
{
	width: 859px;
	margin: auto;	
}

#header
{
	width: 859px;
	height: 156px;
}

#nav
{
	background-image:url(../images/navbg.jpg);
	width: 859px;
	height: 28px;
}

#navpadding
{
	font-family:Tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}

#threeimages
{
	width: 859px;
	height: 356px;
}

#thebody
{
	width: 859px;
	background-image:url(../images/cellbg.jpg);
	overflow:auto;
}

#thebody2
{
	width: 859px;
	background-image:url(../images/cellbg2.jpg);
	background-repeat: no-repeat;
	overflow:auto;
}

.cellbg
{
	width: 859px;
	background-image:url(../images/cellbg.jpg);
	background-repeat:repeat-y;
	overflow:auto;
}

#bodyimgleft
{
	width: 330px;
	float: left;
}

#bodycontentright
{
	width: 529px;
	float: left;
}

#bodypadding
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 70px;
	padding-top: 10px;
	font-family:Tahoma, sans-serif;
	font-size: 12px;
	color: #676767;
	line-height: 1.6;
	text-align:justify;
}

.greentext
{
	font-family:Tahoma, sans-serif;
	font-size: 12px;
	color:#009933;
	line-height: 1.6;
	text-align:justify;

}

#bodypadding2
{
	padding-bottom: 0px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 10px;
	font-family:Tahoma, sans-serif;
	font-size: 12px;
	color: #676767;
	line-height: 1.6;
	text-align:justify;
}

#bodypaddingwide
{
	padding-bottom: 0px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 10px;
	font-family:Tahoma, sans-serif;
	font-size: 12px;
	color: #676767;
	line-height: 1.6;
	text-align:justify;
}

#footer
{
	width: 859px;
	height: 66px;
	background-image:url(../images/footer.jpg);
}

#footerpadding
{
	font-family:Tahoma, sans-serif;
	font-size: 11px;
	color: #a6a6a6;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 0px;
}

a.whitelink { text-decoration:none; color: #fff; font-weight: bold;} 
a.whitelink:link { text-decoration:none; color: #fff; font-weight: bold; } 
a.whitelink:visited { text-decoration:none; color: #fff; font-weight: bold; } 
a.whitelink:hover { text-decoration:none; color: #fff; font-weight: bold; } 
a.whitelink:active { text-decoration:none; color: #fff; font-weight: bold; }

a.greenlink { text-decoration:none; color: #134c28; font-weight: bold;} 
a.greenlink:link { text-decoration:none; color: #134c28; font-weight: bold; } 
a.greenlink:visited { text-decoration:none; color: #134c28; font-weight: bold; } 
a.greenlink:hover { text-decoration:none; color: #134c28; font-weight: bold; } 
a.greenlink:active { text-decoration:none; color: #134c28; font-weight: bold; }

a.greylink { text-decoration:none; color: #a6a6a6; font-weight: bold;} 
a.greylink:link { text-decoration:none; color: #a6a6a6; font-weight: bold; } 
a.greylink:visited { text-decoration:none; color: #a6a6a6; font-weight: bold; } 
a.greylink:hover { text-decoration:none; color: #a6a6a6; font-weight: bold; } 
a.greylink:active { text-decoration:none; color: #a6a6a6; font-weight: bold; }

p
{
	margin-top:0px;
	margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6
{
	display: inline; /*Gets rid of line break after header tag*/
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 18px; 
	color: #464548;
	font-weight: bold;
}

.cellleftheader
{
	padding: 6px;
	border-right: 1px dotted #FFF;
	background-color:#666666;
	color:#FFFFFF;
}

.cellrightheader
{
	padding: 6px;
	border-bottom: 1px dotted #999999;
	background-color:#666666;
	color:#FFFFFF;
}


.cellleft
{
	padding: 6px;
	border-bottom: 1px dotted #999999;
	border-right: 1px dotted #999999;
}

.cellright
{
	padding: 6px;
	border-bottom: 1px dotted #999999;
	text-align:center;
}

.tarrifftable
{
	border: solid 2px #666666;
}

.pricecol
{
	float: left;
	margin-right:20px;
}

.formbox
{
	border: 2px solid #006600;
	background-color:#EEEEEE;
	width: 530px;
}

.formpadding
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.thumbborder
{
	border: 2px solid #006600;
}

.thumbs 
{
	border: 1px solid #b3b3b3;
	margin: 6px;
	padding: 3px;
}

.thumbs a 
{
	border: 1px solid #b3b3b3;
	margin: 6px;
	padding: 3px;
}

.thumbs a:hover 
{
	border: 1px solid #000;
	margin: 6px;
	padding: 3px;
}

.thumb_container 
{
	width: 200px;
	text-align: center;
	display: block;
}

.swapgallery
{
	overflow:auto;
}

.listpadding
{
	padding-left: 20px;
}

.textimg
{
	border: 1px solid #666666;
	margin-left: 20px;
}

.stdimg
{
	border: 1px solid #666666;
}