 /* f3f7e6-almostwhite  c9e69a-lt green  97bd00-dk green  92cfd1-lt teal  006666 */

/*------------------------
	GENERAL SELECTORS
------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.7%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003333;
}

p {
	font-size: 1.3em;
	line-height: 175%;
	margin: 0 0 15px 0;
}

.strong {
	font-weight: bold;
}

.strong2 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 125%;
	padding: 0;
	margin: 0;
}

.space { 
	clear:left;
	height:3em; 
	width:100%; 
}


p.strong {
	font-weight: bold;
	line-height: 125%;
	padding-top: 1em;
}

p.caps {text-transform: uppercase; color: #0d6570; font-weight:500;}

.em {
	font-style: italic;
	color: #006666;
}

.em2 {
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	color: #0d6570;
}


a:link, a:visited {
	color: #006666;
	font-weight: bold;
}

a:hover {
	color: #92cfd1;
	font-weight: bold;
}

.last {
	border-bottom: 2px solid #97bd00;
	margin-bottom: 20px;
    padding-bottom: 15px;
}

/*------------------------
	CONTAINER
------------------------*/
#container {
	width: 740px;
	margin: 20px auto 0 auto;
}

/*------------------------
	HEADER
------------------------*/

#header {
	position: relative;
}

#header h1 a {
	display: block;
	float: left;
	margin: 0 0 20px 0;
	text-decoration: none;
	text-indent: -2100px;
	width: 237px;
	height: 156px;
	background: transparent url(../images/logoandlines.gif) no-repeat left top;
}

/*------------------------
	NAV - NEW
------------------------*/

/* remove the list style */
#nav {
	margin:0; 
	padding:0; 
	list-style:none;
}	

	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#nav li {
		float:left; 
		display:block; 
		width:95px; 
		position:relative;
		z-index:500; 
		margin:0 1px;
	}

	#nav li.first {
		font-weight:bold;  
	}

	#nav li a.tops {
		background:#006666; 
		font-weight:bold; 
		text-transform: uppercase; 
	}


	/* this is the parent menu */
	#nav li a {
		display:block; 
		padding:8px 5px 5px 5px; 
		font-weight:normal;  
		height:30px; 
		text-decoration:none; 
		color:#fff; 
		text-align:center; 
	}

	#nav li a:hover {
		color:#92cfd1;
	}

	/* you can make a different style for default selected value */
	#nav a.selected {
		color:#97bd00;
	}

	/* submenu, it's hidden by default */
	#nav ul {
		position:absolute; 
		left:0; 
		background:#97bd00; 

		display:none; 
		margin:0 0 0 -1px; 
		padding:0; 
		list-style:none;
	}
	
	#nav ul li {
		width:80px; 
		float:left; 
		border-top:1px solid #fff;
	}
	
	/* display block will make the link fill the whole area of LI */
	#nav ul a {
		display:block;  
		height:25px;
		padding: 8px 5px; 
		color:#fff;
	}
	
	#nav ul a:hover {
		text-decoration:underline;	
	}

	/* fix ie6 small issue */
	/* we should always avoid using hack like this */
	/* should put it into separate file : ) */
	*html #nav ul {
		margin:0 0 0 -2px;
	}

/*------------------------
	NAVIGATION2
------------------------*/

#navigation2 {
	/*padding: 66px 0 0 0;*/
	position: absolute;
	top: 22px;
	width: 506px;
	z-index: 4000;
}
#header > #navigation2 {
	position:absolute;
	right:-2px;
}

/*------------------------
	NAVIGATION
------------------------*/

#navigation {
	/*padding: 66px 0 0 0;*/
	position: absolute;
	top: 67px;
	width: 506px;
	z-index: 4000;
}
#header > #navigation {
	position:absolute;
	right:-2px;
}

#navigation li {
	display: inline;
	position: relative;
}

#navigation a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	width: 61px;
	height: 83px;
	/*margin: 0 1px 0 0;*/
	background-position: left top;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* IE Mac \*/
#navigation a:focus { outline: none; }
/* end IE Mac hide */

#nav_desks {
	background: transparent url(../images/nav-desks.gif) no-repeat left top;
	left: 0;
}

#nav_sg {
	background: transparent url(../images/nav-sg.gif) no-repeat left top;
	left: 62px;
}

#nav_enfilades {
	background: transparent url(../images/nav-enfilades.gif) no-repeat left top;
	left: 124px;
}

#nav_aw {
	background: transparent url(../images/nav-aw.gif) no-repeat left top;
	left: 186px;
}

#nav_lawn {
	background: transparent url(../images/nav-lawn.gif) no-repeat left top;
	left: 248px;
}

#nav_whimsical {
	background: transparent url(../images/nav-whimsical.gif) no-repeat left top;
	left: 310px;
}

#nav_chairs {
	background: transparent url(../images/nav-chairs.gif) no-repeat left top;
	left: 372px;
}

#nav_latest {
	background: transparent url(../images/nav-latest.gif) no-repeat left top;
	left: 434px;
}

#navigation a:hover {
	background-position: 0 -83px;
}

#navigation a.current {
	background-position: 0 -166px;
}

/*------------------------
	CONTENT
------------------------*/

#content {
	width: 740px;
	clear: left;
}

* html #content { width: 774px; }

/*------------------------
	COPY
------------------------*/

#copy {
	/*margin: 0 0 0 453px;
	padding: 30px 0 37px 22px;*/
	margin: 0;
	border-left: 1px solid #97bd00;
	width: 287px;
	/*width: 290px;*/
	float: right;
	/*height: 1%;*/
}

* html #copy {
	position: relative;
	right: 34px;	
}

#copy object, #copy embed {
	margin: 0;
	padding: 0;
}

#copy h4, #copy p {
	margin-left: 20px;
	margin-right: 15px;
}

#copy h2 {
	height:287px;
	width:275px;
	text-indent:-2100px;
	margin:0 0 28px 0;
}

#copy h4 {
	text-transform: uppercase;
	color: #006666;
	font-size: 1.4em;
	margin-bottom: 20px;
}

#home #copy h2 {
	background: transparent url(../images/home_tagline.gif) no-repeat left top;
}

#copy img {
	padding: 0 0 10px 20px;
}

#copy p.last {
	border-bottom: 2px solid #97bd00;
	margin-bottom: 20px;
    padding-bottom: 15px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html body #copy {
  margin-left: -3px;
}

/*------------------------
	NEW TOP/BOT
------------------------*/
#home #top {
	width: 730px;
	margin: 5px 0 0 0;
	background: url(../images/top.jpg) no-repeat 0;
	height: 60px;
}

#top p {
	/*--
	text-shadow: 0.05em 0.05em 0.1em #333;*/
	margin: 0;
	text-indent:-2100px;
}

#home #bot {
	width: 730px;
	margin: 0 0 20px 0;
	padding: 0;

	background: url(../images/bot.jpg) no-repeat 0;
	height: 7px;
}

/*------------------------
	NEW SLIDESHOW
------------------------*/
#home #new_slideshow {
	width: 730px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #000;
}

/*------------------------
	SLIDESHOW
------------------------*/

#home #slideshow {
	width: 452px;
	margin: 0;
	padding: 0;
}

#sg #slideshow {
	width: 700px;
	padding: 20px 20px;
}

#home #slideshow a {
	height: 287px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(../img/home_replacement.jpg) no-repeat left top;
	margin: 0 0 40px 0;
}

/*------------------------
	SIDEBAR
------------------------*/

 
* html body #sidebar {
  height: 1%;
  margin-right: 0;
}
/* End hide from IE5/mac */


#sidebar {
	width: 452px;
	/*margin: 0 287px 0 0;*/
	margin: 0;
	padding: 0;
	color: #003333;
}

#sidebar h3 {
	width: 430px;
	padding: 0;
	border-bottom: 1px solid #97bd00;
	margin: 50px 0 15px 0;	
	color: #006666;
	font-size: 1.55em;
	line-height: 1.75em;
}

#sidebar a {
	text-decoration: underline;
}

#sidebar img.left {
	float: left;
}

#sidebar input:focus {
	background-color: #92cfd1;
}

#sidebar .image_left img {
	float: left;
}

#sidebar .image_right img {
	float: none;
}

#sidebar .image_right .inset_image {
	width: 91%;
	height: 1%;
	border: 1px solid #97bd00;
	padding: 10px;
	text-align: center;
	background: #f3f7e6;
	margin: 5px 0;
	display: block;
}

#sidebar .image_left .inset_image {
	width: 300px;
	height: 1%;
	border: 1px solid #97bd00;
	padding: 10px;
	text-align: center;
	background: #f3f7e6;
	margin: 5px 60px;
	display: block;
}

.inset_image p {
	color: #006666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	padding: 2px 0 0 0;
}

#sidebar a img {
 	border: none;
}

.sidebar_image {
	background: none;
}

/*------------------------
	SIDEBAR BOT
------------------------*/

#sidebar_bot h3 {
	border-bottom: 1px solid #97bd00;
	margin: 25px 0 15px 0;
	padding-bottom: 5px;
}

#sidebar_bot p {
	margin-right: 10px;
}

#sidebar_bot h2 {
	border-bottom: 1px solid #97bd00;
}

#sidebar_bot ul {
	list-style-type: none;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2.2em;
}

#sidebar_bot ol {
	list-style-type:decimal;
	font-size: 1.2em;
	line-height: 2.2em;
	list-style-position: inside;
}


/*------------------------
	FOOTER
------------------------*/

#footer {
	position: relative;
	border-top: 1px solid #97bd00;
	padding: 12px 0 75px 5px;
	clear: right;
}

#footer ul li {
	display: inline;
	margin: 0 8px 0 0;
	list-style-type: none;
}

#footer ul li#contact_us, #footer ul li#footer_home {
	border-right: 1px solid #c9e69a;
	padding: 0 8px 0 0;
}

#footer ul li a {
	text-transform: uppercase;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #97bd00;
}

#footer  ul li a:hover {
	color: #92cfd1;
}

.social {
	background: transparent url(../images/social.jpg) no-repeat;
	width: 62px;
	height: 33px;
	margin:0;
	padding:0 0.5em 0 0;
	float: right;
}

.social img {
 	border: 0;
	text-decoration: none;
}

.twitter, .fb {
	float:right;
	display:block;
	text-indent:-999em;
	height:33px;
	padding-left: 0.3em;
	padding-right: 0.8em;
}

.twitter a, .fb a { 
	display:block;
	height:33px;
	text-indent:-999em;
}

.twitter a { /* Footer twitter */
	background:url("../images/twit.gif") no-repeat scroll 0 0;
	width:16px;
}

.twitter a:hover { /* Footer twitter */
	background:url("../images/twit.gif") no-repeat scroll 0 -35px;
	width:16px;
}

.fb a { /* Footer fb */
	background:url("../images/fb.gif") no-repeat scroll 0 0;
	width:19px;
}

.fb a:hover { /* Footer fb */
	background:url("../images/fb.gif") no-repeat scroll 0 -35px;
	width:19px;
}


/*------------------------
	CONTACT ICONS
------------------------*/

#sidebar li.phone {
	background: url(../images/icon-phone.png) no-repeat;
	padding: 0.5em 4em 4em 4em;
}

#sidebar li.write {
	background: url(../images/icon-address.png) no-repeat;
	padding: 0.5em 4em 4em 4em;
}

#sidebar li.hours {
	background: url(../images/icon-hours.png) no-repeat;
	padding: 0.5em 4em 4em 4em;
}

#sidebar li.email {
	background: url(../images/icon-mail.png) no-repeat;
	padding: 0.5em 4em 4em 4em;
}

#sidebar li.form {
	background: url(../images/icon-form.png) no-repeat;
	padding: 0.5em 4em 4em 4em;
}



/*------------------------
	CONTACT FORMS
------------------------*/

#contact { 	
	overflow: hidden;
	position: relative; 
}

#sidebar form {
	width: 350px;
	border: 0;
}

input {
	color: #006666; 
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
} 

#contact p input {
	float: left;
	width: 176px;
	height: 34px;
	margin-top: 1.5em;
	border: #97bd00 1px solid;
	padding: 0 .5em 0 .5em; 
}

#contact textarea { 
	border: #97bd00 1px solid;
	width: 300px; 
	height: 300px; 
	padding: .5em;
	margin-top: .5em;
	line-height: 1.5; 
	color: #006666; 
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}
	
#contact p { 
	color: #006666; 
	margin:0 0 1em 0; 
}
	 
#contact p input:hover, #contact textarea:hover {
	background:#fff; 
}
	
#contact p input, #contact textarea {  
	background:#f3f7e6;  
}
	
#contact p, #contact p span, #contact textarea { 
	float:left; 
	clear:both; 
}

#contact p input {
	clear:both; 
	float:left; 
	width:300px; 
	margin-top:.5em; 
}
	
#contact p input:focus, #contact textarea:focus { 
	background:#fff; 
} 
	
#contact p#submit_button input { 
	width:91px;
	height:35px;
	background:url(../images/buttons/submit_button.png);
	background-position:0 0px;
	text-indent:-9999px;
	margin:0;
	clear:both;
	cursor:pointer;
	border:none; 
}
	
#contact p#submit_button input:hover { 
	background:url(../images/buttons/submit_button.png); 
	background-position:0 35px;
}

ul#response { 
	clear:both; 
}	

ul#response li.success { 
	color: #006666; 
	border-top: 1px solid #006666;
	border-bottom: 1px solid #006666;
	width: 300px;
}

ul#response li {
	width:100%;
	padding:1em .5em 1em .5em;
	border-bottom:#006666 1px dashed;
	overflow:hidden; 
	color: #006666; 
	border-bottom:none; 
}


#preloader { 	/* preloader for the contact form */
	width: 100px; 
	height: 15px; 
	float: left; 
}



/* --------------------------------------------------------------start OTHER PAGES*/

#sg #slideshow {
	width: 700px;
	padding: 20px 20px;
}

#sidebar_about h3 {
	background: transparent url(../images/headline3.gif) no-repeat left top;
	height: 19px;
	border-bottom: 1px solid #97bd00;
	margin: 30px 0 15px 0;
}

#sidebar_bot h5 {
	font-weight: bold;
	font-size: 2.5em;
}

