@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	background: #686e75;
}

a {
	color: #9baac1;
	text-decoration: none;
}

a:hover {
	color: #cbd8c1;
}

p {
	margin-bottom: 13px;
	line-height:18px;
}

h2 {
	font-size: 12px;
	padding-bottom:20px;
	text-align:center;
	color:#9baac1;
	font-weight: normal;
}


#wrapper {
	margin: 20px auto;
	width: 850px;
	background: #fff;
}

#header {
	height: 90px;
	padding: 30px 30px 0 30px;
	border-bottom: 1px solid #cbd8c1;
}

#header img#logo {
	border: 0;
}

#header #address {
	float: right;
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
	line-height: 150%;
	color: #9baac1;
}

#navbar {
	height: 50px;
	border-bottom: 1px solid #cbd8c1;
}

#content {
	padding: 30px 30px 50px 30px;
	color: #82787b;
}

#content #main-image {
	float: left;
	padding: 2px;
	border: 2px solid #bdb8b9;
	margin-bottom: 30px;
}

#content #text {
	float: right;
	width: 400px;
}

#content.home { background: url(../images/home-corner.png) no-repeat bottom left;}
#content.products { background: url(../images/products-corner.png) no-repeat bottom left;}
#content.about { background: url(../images/about-us-corner.png) no-repeat bottom left;}
#content.gallery { background: url(../images/gallery-corner.png) no-repeat bottom left;}
#content.contact { background: url(../images/contact-us-corner.png) no-repeat bottom left;}


/* Navbar Hover magic */

#navbar ul  {
	margin-left: 168px;
}

#navbar ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 10px 0 0 27px;
}

#navbar ul li img {
	border: 0;
}

#navbar li a {
	display: block;
	border: 0;
}


#navbar li#home { position: relative; background: url(../images/nav-home-hover.png) no-repeat bottom; }
#navbar li#about { position: relative; background: url(../images/nav-about-us-hover.png) no-repeat bottom; }
#navbar li#products { position: relative; background: url(../images/nav-products-hover.png) no-repeat bottom; }
#navbar li#gallery { position: relative; background: url(../images/nav-gallery-hover.png) no-repeat bottom; }
#navbar li#contact { position: relative; background: url(../images/nav-contact-us-hover.png) no-repeat bottom; }

#navbar li#current a:hover img {
	visibility: visible;
}

#navbar li a:hover img {
	visibility: hidden;
}


/* Products Styles */
#content .product {
	margin-bottom: 20px;
	height:155px;
	border-bottom: 1px solid #e4f1db;
}

#content .product img.title {
	float:none;
	border: 0;
}

#content .product img {
	clear: left;
	float: left;
	border: 2px solid #82787b;
}

#content .product p {
	line-height:19px;
	margin-left: 150px;
}

#content .product p.returntotop { text-align: right; }


/* Gallery Styles */
#content.gallery #gallery-slideshow {
	width: 706px;
	margin: 0 auto 20px auto;
}

#content.gallery #gallery-slideshow p {
	font-size: 10px;
}

#content.gallery #gallery-slideshow #slideshow {
	border: 2px solid #82787b;
	margin-bottom: 8px;
}

/* Footer */

#footer {
	margin: 20px auto;
	width: 850px;
	padding-bottom: 25px;
	color: #e4f1db;
	font-size: 10px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #9baac1;
}
