/* CSS styles for The Flower Emporium */
/* coded by DJENAN KOZIC :: 26/11/2007 */


/* THE BASICS */

* { margin:0; padding:0; }

body {
	background:#641459 url('images/bg.gif') repeat-y center center;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

p {
	color:#fff;
	font-weight:normal;
	font-size:12px;
	line-height:1.6em;
	padding-top:0.8em;
}

h1 {}
h2 {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:1.6em;
	padding-top:0.8em;
}

a, a:hover, a:active, a img, a, a:hover img, a:active img { outline:none; border:none; }


/* HEADER */

#header {
	position:relative;
	background:#000 url('images/header_bg.jpg') no-repeat top center;
	margin:0 auto;
	width:900px;
	height:299px;
	border-bottom:1px solid #fff;
	}
h1.logo {
	text-indent:-9000px;
	}
a.logo {
	position:absolute;
	top:29px;
	left:312px;
	width:547px;
	height:37px;
	}
a.email {
	position:absolute;
	top:79px;
	left:479px;
	height:0px;
	width:379px;
	overflow:hidden;
	padding-top:23px;
	background:transparent url('images/email_address.gif') no-repeat top left;
	background-position:0 0;
	}
a.email:hover {
	background-position:0 -23px;
}
h2.phonenumbers {
	position:absolute;
	top:115px;
	left:437px;
	height:0;
	width:423px;
	background:transparent url('images/phone_numbers.gif') no-repeat top left;
	padding-top:18px;
	overflow:hidden;
}

/* NAVIGAITON */

#navigation {
	position:relative;
	background-color:#000;
	width:865px;
	padding:25px 0 0 35px;
	height:30px;
	}

#navigation li { display:inline; margin:0; padding:0;}
#navigation ul { list-style:none; margin:0; padding:0;}
#navigation li a { background-image:url('images/nav.gif'); float:left; height:0; padding:18px 15px 0 0; margin-right:15px; overflow:hidden; border-right:2px solid #b803b5;}

#navigation li#nav-1 a { background-position:0 0; width:53px; }
#navigation li#nav-1 a:hover { background-position:0 -18px; }

#navigation li#nav-2 a { background-position:-86px 0; width:175px; }
#navigation li#nav-2 a:hover { background-position:-86px -18px; }

#navigation li#nav-3 a { background-position:-296px 0; width:121px; }
#navigation li#nav-3 a:hover { background-position:-296px -18px; }

#navigation li#nav-4 a { background-position:-452px 0; width:149px; }
#navigation li#nav-4 a:hover { background-position:-452px -18px; }

#navigation li#nav-5 a { background-position:-635px 0; width:110px; padding-right:0; border:none; }
#navigation li#nav-5 a:hover { background-position:-635px -18px; }


/* CONTENT */

#contentwrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	padding:0 0 25px 0;
	background: #000 url('images/bottom_curve.gif') no-repeat bottom center;
	}

#content {
	margin:0 0 0 34px;
	width:830px;
	}

#content p.images { text-align:center; line-height:0;}
#content p img { margin:10px; border:none; }

#content ol, #content ul {
	padding-top:0.8em;
	margin-left:16px;
	}
#content li {
	color:#fff;
	font-weight:normal;
	font-size:12px;
	line-height:1.6em;
	}

#content a {
	color:#a664bf;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#content a:active {}

#images {}
#images img {}

#clear { clear:both; }

/* FOOTER */

#footer {
	position:relative;
	width:900px;
	height:52px;
	margin:0 auto;
	}

#footer p {
	color:#000;
}

#footer a {
	color:#6f1568;
	text-decoration:underline;
	}
#footer a:hover {
	text-decoration:none;
	}
#footer a:active {}

p.copyright {
	float:left;
	padding:15px 0 0 30px;
	}
p.credit {
	float:right;
	padding:15px 30px 0 0;
	}
