/* =reset
----------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6,
div, span, blockquote, p, address,
form, fieldset, label, legend, img,
a, abbr, acronym, ul, ol, dl, dt, dd, li,
hr, table, td, th, big, small,q,
strong, em, sup, sub, del, cite, code, button {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	}


body {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #F6E9E0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;

}

.fl { float: left; }
.fr { float: right; }
.fc { margin: 0 auto; }

.cb { clear: both; line-height: 1px;}
.cr { clear: right; line-height: 1px;}
.cl { clear: left; line-height: 1px;}

.tar { text-align: right; }
.tac { text-align: center; }
.taj { text-align: justify; }

.b { font-weight: bold }
.u { text-decoration: underline }
.i { font-style: italic; }

.dn { display: none !important; }
.db { display: block !important;}

#logo h1 {
	background-color: #F6E9E0;
}

h2 {
	background-color: #F6E9E0;
}

#logo {
	width: 588px;
	position: absolute;
	z-index: 2;
}

#logo.main {
	top: 50%;
	left: 50%;
	margin-left: -294px;
	margin-top: -67px;	
}

#logo.page {
	top: 90px;
	left: 50%;
	margin-left: -450px;
	margin-top: -67px;		
}

#center-line {
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 1px 0;
	height: 3px;
	position: absolute;
	z-index: 1;
	width: 100%;
}

#center-line.main {
	top: 50%;
	margin-top: -1px;	
}

#slideshow {
	width: 500px;
	height:	375px;
	border: 1px solid #000;
	display: none;
	margin: 10px auto;
}

#center-line.page {
	top: 90px;
	margin-top: -1px;
	width: 100%;
}

#content {
	width: 960px;
	margin: 0 auto;
	margin-top: 100px;
}


#title h1 {
	margin-left: 620px;
	font-size: 24px;
	font-weight: normal;
	font-family: times new roman;
}

#menu {
	margin-top: 45px;
	float: left;
	width: 200px;
	padding: 10px;	
}

#menu ul {
	list-style: none;	
}

#menu ul li {
	margin-bottom: 10px;
	list-style-image: url("http://www.bloomjuices.com/images/flower.png");	
}

#content-body {
	margin-top: 45px;
	float: left;
	width: 718px;
	padding: 10px;
}

#content-body p {
	margin-bottom: 10px;	
}

#form-contact {
	padding: 20px 0 0 0;	
}

#form-contact label {
	width: 112px;
	display: block;
	float: left;
	text-align: right;
	padding: 3px 5px 0 0;
}

#form-contact div.line {
	padding-bottom: 5px;	
}

#form-contact input {
	width: 250px;	
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-khtml-border-radius: 7px;    /* Konqueror */
	-moz-border-radius: 7px; /* Firefox */
	border-radius: 7px;
	background: #FFF;
	padding: 5px;
}

#form-contact textarea {
	width: 355px;
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-khtml-border-radius: 7px;    /* Konqueror */
	-moz-border-radius: 7px; /* Firefox */
	border-radius: 7px;
	background: #FFF;
	padding: 5px;
}

#form-contact button {
	margin-left: 117px;
	background: #FF3C32;
	color: #FFF;
	width: 150px;
	height: 30px;
	-webkit-border-radius: 7px; /* Safari, Chrome */
	-khtml-border-radius: 7px;    /* Konqueror */
	-moz-border-radius: 7px; /* Firefox */
	border-radius: 7px;
	font-weight: bold;
}

ul.gallery {
	list-style: none;	
}

ul.gallery li {
	float: left;
	margin: 10px 10px 0 0;
	padding: 2px;
	width: 100px;
	height: 100px;
	border: 1px solid #000;	
}

#rose {
	position: absolute;
	top: 100%;
	left: 50%;
	background: url(/images/roza.png);
	width: 400px;
	height: 267px;
	z-index: -1;
	margin-top: -267px;
}

