/* CSS Document */
body {
	background: #015700 url(images/bg_about_floral_design.jpg) no-repeat fixed center;
	font: 14px/1.75 Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.bouquets body {
	background: #015700 url(images/bg_bouquet_floral_design.jpg) no-repeat fixed center;
	font: 14px/1.75 Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-family:Georgia,;
	font-size:40px;
	font-weight:normal;
	line-height:80%;
	margin-top: 38px;
	margin-top /**/: 18px;
	margin-bottom: 35px;
}

.page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.header {
}

.header h1 {
	padding-top: 25px;
	overflow: hidden;
	height: 25px;
}

.logo {
	width: 171px;
	height: 194px;
	overflow: hidden;
	background: url(images/flaxx_floral_design.gif) no-repeat center center;
	display: block;
	float: left;
}

.logo_bouquet {
	width: 171px;
	height: 194px;
	overflow: hidden;
	background: url(images/flaxx_floral_design_lavender.gif) no-repeat center center;
	display: block;
	float: left;
}

.logo_celeb {
	width: 171px;
	height: 194px;
	overflow: hidden;
	background: url(images/flaxx_floral_design_ltgreen.gif) no-repeat center center;
	display: block;
	float: left;
}

.logo_details {
	width: 171px;
	height: 194px;
	overflow: hidden;
	background: url(images/flaxx_floral_design_lime.gif) no-repeat center center;
	display: block;
	float: left;
}

.logo_info {
	width: 171px;
	height: 194px;
	overflow: hidden;
	background: url(images/flaxx_floral_design_medgreen.gif) no-repeat center center;
	display: block;
	float: left;
}

.main_body {
	background: url(images/bg_album.gif) no-repeat;
	opacity: .75; /*mozilla*/
	filter:alpha(opacity=75); /*ie*/
	width: 920px;
	height: 550px;
	clear: both;
	padding: 20px;
}

.main_body_about {
	background: url(images/bg_about.gif) no-repeat;
	opacity: .75; /*mozilla*/
	filter:alpha(opacity=75); /*ie*/
	width: 920px;
	height: 423px;
	clear: both;
	padding: 20px;
}

.main_body img {
	opacity: 1.0; /*mozilla*/
	filter:alpha(opacity=100); /*ie*/

}

.main_body_header {
	width: 507px;
	height: 42px;
	background: url(images/hdr_about_flaxx_floral_design.gif) no-repeat bottom;
	margin-top: 38px;
	margin-top /**/: 18px;
	margin-bottom: 35px;
}

.floral_chandelier {
	float: right;
	width: 316px;
	height: 423px;
	background: url(images/floral_chandelier.jpg) no-repeat;
	margin-left: 20px;
}

.firstltr {
font-family:Georgia,;
font-size:36px;
font-weight:normal;
line-height:80%;
}

.footer {
	text-align: right;
	padding: 0px 20px;
	font-size: 10px;
}

.album {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.album img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	position: relative;
}

p.album {
	float:right;
	width: 40%;
	text-align: left;
}

/* top navigation */
ul.top_nav {
	list-style: none;
	float: left;
	display: inline;
	margin-top: 164px;
	background-color: #003300;
	height: 25px;
	margin-left: 40px;
	padding-left: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 3px;
}

.top_nav li {
	display: inline;
	float: left;
	list-style: none;
	padding: 1px 15px;
}

.top_nav a:link, .top_nav a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #003300;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.top_nav a:hover, .top_nav a:active {
	background-color: #007D00;
	border: 1px solid #AAF10B;
}

a.selected:link, a.selected:visited {
	background-color: #007D00;
	border: 1px solid #AAF10B;
	padding: 3px;
}
/*end top navigation */

/* album nav */
.pagination {
	margin-bottom: 10px;
}

.nav {
	padding: 3px;
}

a.nav:link, a.nav:visited {
	color: #015700;
}

a.nav:hover, a.nav:active {
	background-color: #015700;
	color: #FFF;
}

