@charset "UTF-8";
/* CSS Document */
/* LIGHT GREY: #b3c5c9;
   DARK GREY : #5d6f79;
   NEW2
*/


/* NAVIGATION ANCHORS */

#home a#home,
#about a#about,
#services a#services,
#products a#products,
#reviews a#reviews,
#contact a#contact {
	font-weight: bold;
	color: #5d6f79;
}

* {
	font-family: sans-serif;
	color: gray;

}

h1 {
	font-size: 21px;
	line-height: 30px;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #5d6f79;

}

h3 {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #5d6f79;


}

h4 {
	font-size: 12px;
	line-height: 25px;
	padding-bottom: 10px;
	color: #5d6f79;


}

p, li, td {
	line-height: 15px;
	padding-bottom: 10px;
	font-size: 12px;
}

li {
	list-style: circle;
	list-style-position: outside;
	margin-left: 15px;
	padding-right: 60px;
}

.underline {
	text-decoration: underline;
}

hr {
	height: 0;
	background-color: white;
	border-top-color: #b3c5c9;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* HEADER */

#nav {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav ul {
}

#nav li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#nav li a {
	text-decoration: none;
	color: #b3c5c9;
	font-size: 14px;
	
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
} 

#nav li a:hover {
	color: #5d6f79;
}

#nav li a.normal {
	padding-right: 12px;
	margin-right: 10px;
	
	border-right-color: #b3c5c9;
	border-right-style: solid;
	border-right-width: 1px;
}

#nav li a.last {
}



/* FOOTER */

#footer {
}

#footer p {
	text-align: right;
	padding-bottom: 5px;
}

#footer p.smallprint {
	font-size: 10px;
	font-family: Verdana, sans-serif;
}


/* MAIN CONTENT */

#logo {
	position: fixed;
	top: 25px;
	left: 60px;
		

}

#flower {
	width: 83px;
	height: 83px;
	position: fixed;
	top: 45%;
	left: 130px;
	
	background-image: url(../assets/pure_flower.gif)
}

#btm_image {
	width: 313px;
	height: 232px;
	position: fixed;
	left: 0px;
	bottom: -5px;
}

#home #btm_image {
	background-image: url(../assets/left-rail_home.jpg)
}

#about #btm_image {
	background-image: url(../assets/left-rail_about.jpg)
}


#services #btm_image {
	background-image: url(../assets/left-rail_services.jpg)
}

#products #btm_image {
	background-image: url(../assets/left-rail_products.jpg)
}

#reviews #btm_image {
	background-image: url(../assets/left-rail_reviews.jpg)
}

#contact #btm_image {
	background-image: url(../assets/left-rail_contact.jpg)
}


.marquee {
	padding-top: 15px;
	padding-bottom: 15px;
}

.marquee h1 {
	font-size: 18px;
	font-weight: normal;
	color: #5d6f79;
	padding-bottom: 5px;
}

.marquee p {
	font-family: serif;
	font-style: italic;
	color: #5d6f79;
}

p.learnmore {
	text-align: right;
	font-size: 12px;
}

p.learnmore a {
	text-decoration: none;
	color: #5d6f79;
}

p.learnmore a:hover {
	text-decoration: underline;
}


