/*
Site Name: TSC Nursery
Green: #6a9b20	 
Links:	 
*/

/*** Generic Styles ***/
body {
	background: url(../images/bgHeadRepeat.jpg) repeat-x top left;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 0 0 20px 0;
	color: #6a9b20;
}

h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 10px 0 10px 0;
	color: #6a9b20;
}
	
h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 10px 0 6px 0;
	color: #000;
}

p {
	word-spacing: 2px;
	line-height: 19px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #30302c;
	padding: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #6a9b20;
}

#headerWrap {
	position: relative;
	width: 950px;
	height: 410px;
	margin: auto;
}

/*** Header Styles ***/
#header {
	background: url(../images/bgHead.jpg) no-repeat top 140px;
	width: auto;
	height: 409px;
}

#logo a{
	position: absolute;
	top: 5px;
	background: url(../images/logo.png) no-repeat;
	width: 146px;
	height: 115px;
	text-indent: -2000px;
}

#topContact a{
	position: absolute;
	top: 30px;
	right: 0px;
	background: url(../images/contact.png) no-repeat;
	width: 251px;
	height: 53px;
	text-indent: -2000px;
}

#display {
	position: absolute;
	top: 131px;
}

#display img {
	-moz-box-shadow: 1px 1px 5px #3d3d3d;
 	-webkit-box-shadow: 1px 1px 5px #3d3d3d;
	box-shadow: 1px 1px 5px #3d3d3d;
}

#tab {
	background: url(../images/displayTab.png) no-repeat;
	height: 191px;
	width: 263px;
	position: absolute;
	right: 20px;
	top: -8px;
	text-indent: -2000px;
}

/*** Nav Styles ***/
#nav {
	background: #6a9b20 repeat-x;
	border-top: 1px solid #ffffff;
	height: 65px;
	padding-top: 5px;
}

#navWrap {
	margin: auto;
	width: 950px;
	height: 107px;
	position: relative;
}

#nav ul {
	position: absolute;
	right: 0px;
}
#nav li {
	float: left;
	text-indent: -2000px;
}

#nav li#home a {
	background: url(../images/btnHome.png) no-repeat top;
	height: 53px;
	width: 109px;
	display: block;
}

#nav li#home a:hover {
	background-position: bottom;
}

#nav li#landscapers a {
	background: url(../images/btnLandscapers.png) no-repeat top;
	height: 53px;
	width: 169px;
	display: block;
	margin-left: 13px;
}

#nav li#landscapers a:hover {
	background-position: bottom;
}

#nav li#nurseries a {
	background: url(../images/btnNurseries.png) no-repeat top;
	height: 53px;
	width: 130px;
	display: block;
	margin-left: 13px;
}

#nav li#nurseries a:hover {
	background-position: bottom;
}
#nav li#retailers a {
	background: url(../images/btnRetailers.png) no-repeat top;
	height: 53px;
	width: 124px;
	display: block;
	margin-left: 13px;
}

#nav li#retailers a:hover {
	background-position: bottom;
}

#nav li#catalog a {
	background: url(../images/btnCatalog.png) no-repeat top;
	height: 53px;
	width: 111px;
	display: block;
	margin-left: 13px;
}

#nav li#catalog a:hover {
	background-position: bottom;
}

#nav li#contact a {
	background: url(../images/btnContact.png) no-repeat top;
	height: 53px;
	width: 98px;
	display: block;
	margin-left: 13px;
}

#nav li#contact a:hover {
	background-position: bottom;
}

/*** Main Styles ***/
#main {
	background: url(../images/bgMain.jpg) no-repeat;
	height: 684px;
}

#mainWrap {
	margin: auto;
	width: 950px;
}

#mainLeft {
	float: left;
	width: 563px;
	background: #ffffff;
	border: 1px solid #919295;
	padding: 50px 40px 50px 40px;
	margin-top: 33px;
	min-height: 250px;
}

#copyRightTop {
	float: right;
	width: 195px;
	margin: 33px 0 0 30px;
	background: #ffffff;
	border: 1px solid #919295;
	padding: 30px 30px 30px 30px;
}

#copyRightTop a {
	color: #6a9b20;
}

a:hover {
	text-decoration: underline;
}

#copyRightTop img {
	margin-top: 0px;
	background: white;
	width: 195px;
	overflow: hidden;
}

#copyRightTop h1, #copyRightTop h2, #copyRightTop h3, #copyRightBottom h1, #copyRightBottom h2{
	color: #6a9b20;
}

#copyRightTop p {
	line-height: 16px;
	color: #000000;
	padding-bottom: 20px;
}

#copyRightBottom {	
	float: right;
	width: 195px;
	margin: 33px 0 0 30px;
	background: #ffffff;
	border: 1px solid #919295;
	padding: 30px 30px 30px 30px;
}

#copyRightBottom h1, #copyRightBottom h2 {	
	color: #6a9b20;	
}

/*** Footer Styles **/
#footer {
	clear: both;
	background: #6a9b20;
	height: 117px;
	position: relative;
}

#footBg {
	position: absolute;
	top: -51px;
	left: -20px;
	background: url(../images/bgFooter.png) no-repeat center;
	width: 100%;
	height: 168px;
}

#footWrap {
	position: relative;
	width: 950px;
	margin: auto;
}

#footLeft {
	background: url(../images/contactFoot.png) no-repeat;
	width: 305px;
	height: 77px;
	position: absolute;
	left: 40px;
	top: 70px;
	text-indent: -2000px;
}

#footRight {
	position: absolute;
	right: 55px;
	top: 82px;
}

#footRight li {
	float: left;
	padding: 0 7px 0 7px;
	border-right: 2px solid #ffffff;
}

#footRight li:last-child {
	border-right: none;
	}

#footRight a {
	font-size: 16px;
	color: white;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#footInfo {
	position: absolute;
	right: 55px;
	top: 140px;	
	line-height: 0px;
	word-spacing: normal;
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#footInfo a {
	color: white;
	line-height: 0px;
}