*{
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	background-color: #339933;
	background-image: url(../images/fiber_background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
img{
	border:0;
}
h2 {
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;
}
h3 {
	font-size: 24px;
	line-height: 31px;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	padding-top: 5px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 17px;
	line-height: 22px;
	padding: 4px 0 4px 0;
	margin-bottom:4px;
}
.subnav a{
	background-color:#99cc33;
	padding:3px;
	border: 1px solid #eee;
	border-radius:4px;
}
.subnav a:hover{
	color:#fff;
}
.subnav li{
	line-height:1.9;
}
a:link, a:active{
	color: #0000ff;
	
}
a:visited{
	color: #587780;
}

a:hover{
	color:#189B58;
	
	
}
input, select{
	padding:4px;
}
table{
	margin: auto;
	border: none;
	
}
table td{
	padding-bottom: 4px;
}
blockquote {
	text-indent: 20px;
}

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
/* Div Tags*/

#main-wrappercc {
	width: 750px;
	margin: 20px auto 20px auto;

}
#bannercc {
	/*height:250px;*/
}
#navigationcc {
	color: #060;
	clear: both;
	height: 25px;
}

#contentcc {
	background-image: url(../images/banner_new.gif);
}

#margincc {
	clear: both;
	text-align: right;
	padding-right: 62px;
}


#left-bordercc {
	float: left;
	width: 62px;
	height: 1px;
}
#main-contentcc {
	float: left;
	width: 626px;
	padding-left: 10px;
}
#right-bordercc {
	float: right;
	width: 62px;
	height: 1px;
}

#Home, #History, #PlantSale, #ArtGallery, #PlantCare, #ContactMe{
 border:none;
 width:125px;
 height: 25px;
}

#orderHere{
	 border:none;
}

#lft_img, #rt_img{
	width: 25px;
	height:25px;
	border:none;
}
	

#lower-navcc {
	background-color: #cccc66;
	clear: both;
	text-align: center;
	padding: 8px 0 8px 0;
}
.nav-list{
	font-size: 14px;
	font-weight: bold;
}
.nav-list li{
	display:inline-block;
}
.nav-list > li + li::before{
	content:"\2022";
	margin: 4px;
}

#footercc {
	background-color: #99cc33;
	clear: both;
	text-align: center;
	padding: 4px 0 4px 0;
}
.clearboth {
	clear: both;
}
/* Form Buttons*/
.buttoncolour{
	color: #000;
	font-size:17px;
	width: 125px;
	height: 40px;
	padding: 8px;
	margin: 4px;
     border: 2px solid;
     border-radius: 25px;
 
}
.buttoncolour:link, .buttoncolour:visited,.buttoncolour:active{
	background-color: #587780;
}

.buttoncolour:hover {
	background-color:  #339933;
}

/* Images */
.borderimages {
	border: 2px solid #000000;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	float: left;
}

.borderimageslong {
	border: 2px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

/*Lists*/
.unorderedlist {
	list-style-type: disc;
	text-indent: 20px;
	list-style-position: inside;
	padding-bottom: 8px;
}
.orderedlist {
	list-style-type: lower-alpha;
	list-style-position: inside;
	padding-left: 20px;
}
.orderedlistnum{
	list-style-type: decimal;
	padding-left: 20px;
}
.orderedlistnum li, .orderedlistli {
	margin-bottom: 8px;
}

.prices{
	margin-left:30px;
}
/* HR rule divider*/
.rule {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #A3D199;
	text-align: center;
	margin: 5px 0 5px 0;
	width: 626px;
}


/*Home page*/
.cactus-list{
	 margin-left: 155px;
}
/*Flash Gallery*/
#slideshow {
	
	width:250px;
	height:250px;
	
}
/* Site Map Menu*/
.vert-menu li {
    padding-left: 8px;
	padding-top: 4px;
	width: 400px;
}
.vert-menu li li {
    padding-left: 16px;
	list-style: none;
	background-color:#A3D199;
}
.vert-menu li li li {
	padding-left: 8px;
	width: 390px;
	list-style: none;
	background-color:#BBF0AF;
	border-bottom:thin #000000 solid;
}
.vert-menu li a {
    cursor:pointer;
    text-decoration:none;
}
/*order table*/
.order-table{
	width: 500px;
}

.gallery-table{
	width: 100%;
}
.gallery-button-right{
padding-left:150px;
}