/*--------------------------------------------------
Barters Plant Centre style sheet

version 1.0
author: platform 1 design
email: info@platform1design.com
website: http://www.platform1design.com
--------------------------------------------------*/

/*foundations*/

* {
	margin: 0;
	padding: 0;
	font: 11px/1.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #202a47;
	}
	
body {
/*background-image: url(../img/bartersRepeat1.gif);*/
background-color: #DCB482;
}

p {
	margin-bottom: 0.7em;
}	

a {
	text-decoration: none;
	border-bottom: dotted 1px #B77A2E;
	color: #B77A2E;
}
.bold {
	font-weight: bold;
}

h1 {
	font-size:140%;
	font-weight: bold;
	color: #005030;
	margin: 0.5em 0 1em 0;
}

h2, .menuHead {
	font-size:105%;
	font-weight: bold;
	color: #aea33b;
	margin: 1.5em 0 1em 0;
}

h3, .emphasis {
	color:  #aea33b;
	font-weight: bold;
}

h5 {
	font-size:110%;
	font-weight: bold;
	color: #214f94;
	margin: 1.5em 0 1em 0;
}


.clear {
	clear: both;
}

strong {
	font-weight: bold;
}
.inner {
	margin: 0 0 0 20px;
}

/*layout panels*/

.page {
	background-color: #fdf6d0;
	width: 782px;
	margin: 10px auto;
	border: solid 1px #005030;
}

.banner {
	height: 154px;
	padding: 0;
}

.banimage {
	background-image: url(../img/bannerblossom.jpg);
	background-repeat: no-repeat;
	height: 132px;
}

.banimageabout {
	background-image: url(../img/bannerpoppy.jpg);
	background-repeat: no-repeat;
	height: 132px;
}

.banimageplants {
	background-image: url(../img/banneryellow.jpg);
	background-repeat: no-repeat;
	height: 132px;
}

.banimageinfo {
	background-image: url(../img/bannerpink.jpg);
	background-repeat: no-repeat;
	height: 132px;
}

.banimagevisit {
	background-image: url(../img/bannerbee.jpg);
	background-repeat: no-repeat;
	height: 132px;
}

.nav, .navwhole {
	background-color: #005030;
	height: 28px;

	/*	height: 30px;
border-bottom: 10px solid #005030;*/
}

.banimage a, .banimageabout a, .banimageplants a, .banimageinfo a, .banimagevisit a {
	border:0;
	text-decoration:none;
}


.nav {
	background-image: url(../img/bannername.gif);
	background-repeat: no-repeat;
}

.navwhole {
	background-image: url(../img/bannername-wholesale.gif);
	background-repeat: no-repeat;
}



.nav ul {
	padding: 0;
	margin: 0 0 0 443px;
	list-style-type: none;
}
	
.nav ul li {
	float: left;
	display: inline;
	margin: 0 19px 0 0;
	}
	
.nav ul a {
	display: block;
	padding: 0;
	float: left;
	font-size: 11px;
	height: 28px;
	color: #fdf6d0;
	text-decoration: none;
	border-bottom: none;
}

.nav .home a {
	width: 39px;
	background-image: url(../img/homeband.gif);
	background-repeat: no-repeat;
}

.nav .about a {
	width: 56px;
	background-image: url(../img/aboutband.gif);
	background-repeat: no-repeat;
}

.nav .products a {
	width: 36px;
	background-image: url(../img/plantsband.gif);
	background-repeat: no-repeat;
}

.nav .info a {
	width: 69px;
	background-image: url(../img/infoband.gif);
	background-repeat: no-repeat;
}

.nav .contact a {
	width: 44px;
	background-image: url(../img/visitband.gif);
	background-repeat: no-repeat;
}

.nav ul a:hover {
	border-bottom: solid 3px #aea33b;
}

.nav ul a.vis {
	border-bottom: solid 3px #aea33b;
}

/*.nav a {
	border:0;
	margin: 0 0 0 33px;
}*/

#band {
	background-color: #005030;
	height: 28px;
}

.content {
	width: 100%;
	margin: 10px 0;
}


/*first column*/
.col1 {
	width: 210px;
	float: left;
	margin: 59px 0 0 0;
}

.col1 img {
	margin: 0 0 5px 0;
}

.menu {
	width: 170px;
	}
	
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.menu li {
	margin:0 0 1em 0 ;
	padding:0;
	}
	
.menu a {
	text-decoration:none;
	color: #005030;
	font-weight:bold;
	margin-left: 20px;
	margin-right:0;
	border-bottom: none;
	}
		
.menu a:hover, .menu .vis a {
	color:  #aea33b;
	/*background: url(../img/menubutvis.jpg) no-repeat left 2px;*/
}

.menu p{
	margin-left: 20px;
}



/*second column*/
.col2 {
	width: 362px;
	float: left;
	margin: 10px 0;
}

.col2a {
	width: 562px;
	float: left;
	margin: 10px 0;
}

.index p {
	font-size:120%;
	font-weight: normal;
	color: #005030;
}
/*third column*/
.col3 {
	width: 180px;
	float: left;
	margin: 59px 0 0 10px;
}

.col3 img {
	float: right;
	margin-bottom: 8px;
}

.footer {
	width:762px;
}
.footer p {
	margin: 5px 0 10px 20px;
	font-size:9px;
	text-decoration: none;
	color:#5a5a5a;
}

.footer a {
	margin: 0;
	font-size:9px;
	text-decoration: none;
	color: #aea33b;
	border: none;
	float:right;
}

/*.col1 img, .col2 img, .col3 img {
	border: #999 1px solid ;
}*/

/*image floats*/

.float-r img{
	float: right;
	margin-left:8px;
}

.float-l img{
	float: left;
	margin-right:8px;
}



/*form*/
.entry {
	width: 31em;
}
/*input,*/ textarea, .text1line {
	width: 100%;
	padding: 3px;
}

input:focus, textarea:focus {
}


.insettext {
	padding-left: 25px;
}

.typedrop {
	background-image: none;
}


.send {
	width: auto;
	background: none;
}

.p1warning {
	color: #aea33b;
	font-weight: bold;
}

