html { 
	min-height: 101%; 
}

body, div, form, input, textarea, ul, li {
	font-family: helvetica;
	font-size: 14px;
	color: #6f7870;
	line-height: 18px;
}
body {
	background: url(style_roze/mainbg23.jpg) no-repeat;
	background-attachment:fixed;
	background-position:top; 
	background-color: #f5f5f5;
	margin: 0;
	padding: 0;
}
a {
	color: #659215;
}

a.extern:hover {
    background: url(images/externallink.gif) center right no-repeat;
    padding-right: 15px;
}


img {
	border: none;
	text-decoration: none;
}
#main_top {
	width: 100%;
	height: 80px;
}
#main {
	width: 930px;
	margin: -64px auto;
}

iframe.googlemap {
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}


/* =========== Header =========== */

#header {
	height: 167px;
	background: url(style_roze/maintopbg.png) no-repeat;
	position: relative;
}
#search {
	position: absolute;
	top:  33px;
	right: 68px;
	background: url(style_roze/searcharea.gif) no-repeat;
	width: 103px;
	height: 19px;
}
.se {
	width: 80px;
	height: 16px;
	border: none;
	font-size: 12px;
	margin: 1px 0 0 2px;
	position: absolute;
}
.bu {
	width: 14px;
	height: 12px;
	background: url(style_roze/ic_search.gif) no-repeat;
	position: absolute;
	right: 3px;
	top: 4px;
	border: none;
	cursor: pointer;
}
.logo {
	width: 320px;
	height: 110px;
	position: absolute;
	top:  30px;
	left: 25px;
}
.slogan {
	color: #849286;
	font-size: 16px;
	position: absolute;
	top:  81px;
	left: 250px;
	margin: 0;
	padding: 0;
}
.rss {
	display: block;
	padding-left: 25px;
	background: url(style_roze/ic_rss.gif) no-repeat;
	font-size: 12px;
	height: 19px;
	line-height: 20px;
	position: absolute;
	top: 32px;
	right: 200px;
}

.facebook {
	display: block;
	padding-left: 23px;
	background: url(style_roze/face_grey.gif) no-repeat;
	font-size: 12px;
	height: 19px;
	line-height: 20px;
	position: absolute;
	top: 28px;
	right: 155px;
	color: #999999;
}

.video {
	display: block;
	padding-left: 23px;
	background: url(style_roze/film_grey.gif) no-repeat;
	font-size: 12px;
	height: 19px;
	line-height: 20px;
	position: absolute;
	top: 28px;
	right: 40px;
	color: #999999;
}

.facebook:hover {
	background: url(style_roze/face.gif) no-repeat;
	color: #659215;
}

.video:hover {
	background: url(style_roze/film.gif) no-repeat;
	color: #659215;
}





/* =========== End Header =========== */


/* =========== Navigation =========== */

#nav {
	position: absolute;
	top: 90px;
	right: 40px;
}
#nav ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav li {
	display: block;
    float: left;
    list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}
#nav a {
	color: #66764b;
	background: #bdd397;
	font-size: 14px;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	margin: 0 1px 0 0;
	display: block;
	line-height: normal;
}
#nav a:hover, #nav .current {
	background: #9eb773;
	color: #fff;
}
.nav_tl {
	position:absolute; 
	top:0px; 
	left:0;
}
.nav_tr {
	position:absolute; 
	top:0; 
	right:1px;
}
.nav_bl {
	position:absolute; 
	bottom:0; 
	left:0px;
}
.nav_br {
	position:absolute; 
	bottom:0; 
	right:1px;
}

/* =========== End navigation =========== */


/* =========== Footer =========== */
#footer {
	background-image:url('style_roze/mainbotbg.png');
	background-repeat:no-repeat;
	height: 60px;
	padding: 30px 15px 0 15px;
	font-family: helvetica;
}

#footer a {
	color: #659215;
	text-decoration: none;
}

#footer a:hover {
	color: #8e1d5d;
	text-decoration: underline;
}

#disclaimer {
	float: right;
	width: auto;
	color:#999999;
	font-size: 10px;
}

#copyr {
	float: left;
	width: auto;
	color:#555555;
	font-size: 10px;
}

/* =========== End Footer =========== */


/* =========== Index Articles =========== */

#index_articles {
	background: url(style_roze/slider_post.jpg) no-repeat;	
	width: 900px;
	margin-left: 15px;
	overflow: hidden;
}
#articles_series {
	width: 900px;
	margin-left: 15px;
	overflow: hidden;
}
#articles_series ul, #index_articles ul {
	float: left;
	font-size: 14px;
	color: #6e7870;
	font-family: helvetica;
	line-height: 17px;
	padding-bottom: 35px;
	margin: 0;
	padding: 0 0 30px 0;
}
#articles_series li, #index_articles li {
	margin: 5px 0 0 40px;
	width: 245px;
	text-align: left;
    float: left;
    list-style: none;	
    display: inline;
}
#articles_series h3, #index_articles h3 {
	font-size: 23px;
	margi: 20px 0px 0px 0px;
	font-weight: 400;
	font-family: Contra;
	max-width: 250px;
	overflow: hidden;
	height: 35px;
	line-height: 30px;
}
#articles_series a, #index_articles a {
	text-decoration: none;
	color: #555;
}
.articletitlepic {
	float: left;
	width: auto;
	margin: 15px 5px 0px 0px;
}

/* =========== End Index Articles =========== */


/* =========== Index Categories =========== */

#index_categories {
	width: 900px;
	margin-left: 15px;
	margin-bottom:25px;
	overflow: hidden;
}

#articles_categories{
	width: 900px;
	margin-left: 15px;
	overflow: hidden;
}

#index_categories ul {
	float: left;
	font-size: 14px;
	color: #6e7870;
	font-family: helvetica;
	line-height: 17px;
	padding-bottom: 35px;
	margin: 0;
	padding: 0 0 30px 0;
}

#index_categories li {
	margin: 5px 0 0 40px;
	width: 245px;
	text-align: left;
    float: left;
    list-style: none;	
    display: inline;
}

#index_categories h3 {
	font-size: 16px;
	font-weight: bold;
	max-width: 250px;
	overflow: hidden;
	color: #555555;
	padding:0 5px 0 35px;
	background:transparent url(style_roze/leaf1.gif) center left no-repeat;
	line-height: 32px;
	margin: 15px 0 5px 0;
}

#index_categories h4 {
	font-size: 12px;
	max-width: 250px;
	overflow: hidden;
	color: #555555;
	padding:0 0 0 15px;
	background:transparent url(style_roze/bullet.gif) center left no-repeat;
	margin: 0 0 0 20px;
}


#index_categories a {
	text-decoration: none;
	color: #7b924e;
}

#index_categories a:hover {
	text-decoration: underline;
	color: #8e1d5d;
	
}


/* =========== End Index Categories =========== */


/* =========== Index Bottom =========== */

#index_bottom {
	background: #8a685e url(style_roze/index_bottom_bg.jpg) repeat-x;
	width: 900px;
	margin-left: 15px;
	margin-top: 25px;
	overflow: hidden;
}

#index_bottom ul {
	float: left;
	margin: 0;
	padding: 10px 0 10px 0;
}

#index_bottom li {
	font-size: 11px;
	font-family: helvetica;
	margin: 0 0 0 40px;
	width: 245px;
	text-align: left;
    float: left;
    list-style: none;
    display: inline;
	color: #ccbab6;
}
#index_bottom h3 {
	font-size: 12px;
	font-weight: bold;
	max-width: 250px;
	overflow: hidden;
	color: #E5E5E5;
	padding:0 5px 0 23px;
	background:transparent url(style_roze/minileaf.gif) center left no-repeat;
	line-height: 22px;
}

#index_bottom a {
	color: #E5E5E5;
}


/* =========== End Index Bottom =========== */





/* =========== Slider =========== */

#slider{
	position: relative;
	height: 244px;
	background: url(style_roze/sliderbg.jpg) repeat-x;
	width: 900px;
	margin-left: 15px;
	position: relative;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:900px;
	height:241px;
	overflow:hidden; 
}

#prevBtn, #nextBtn{ 
	display:block;
	width:27px;
	height:49px;
	position:absolute;
	left:15px;
	top:95px;
}	
#nextBtn{ 
	left:888px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:27px;
	height:49px;
	background:url(style_roze/btn_prev.png) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(style_roze/btn_next.png) no-repeat 0 0;	
}
.slide {
	padding: 48px 0 0 68px;
	width: 500px;
	height: 240px;	
	display: block;
	font-family: Contra;
	text-decoration: none;
	color: #8e1d5d;
	font-size: 20px;
	line-height: 22px;
}

.slide a {
	text-decoration: none;
	color: #555555;
}

#slider h3 {
	font-size: 45px;
	font-weight: 400;
	margin: 0 0 25px 0;
	color: #837955;
	line-height: 45px;
}
.sliderimg {
	float: right;
	margin: 0 52px 0 0;
	width: auto;
}

/* =========== End Slider =========== */


/* =========== Content =========== */

#content {
	background: url(style_roze/mainmidbg.png) repeat-y;
	overflow: hidden;
	position: relative;
}
#content_title {
	margin: 0;
}
#content_title h3 {
	width: 860px;
	padding: 4px 0 4px 5px;
	margin: 0 0 0 30px;
	border-top: 1px solid #959c96;
	border-bottom: 1px solid #959c96;
	font-family: Contra;
	font-size: 26px;
	color: #8e1d5d;
	font-weight: 400;
	line-height: 30px;
}

#content_in {
	padding: 30px 50px 50px 50px;
	font-size: 14px;
	color: #6f7870;
	line-height: 18px;
}

#content_in_mainp {
	padding: 15px 50px 5px 50px;
	font-size: 14px;
	color: #6f7870;
	line-height: 18px;
}

#content_in_mainp h3 {
	padding: 15px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	line-height: 21px;
	color: #8e1d5d;
	font-style: italic;
}

#content_in h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	line-height: 25px;
}
blockquote {
	background-color: #ecdbe5;
	display: block;
	padding: 15px;
	border-left: 3px solid #8e1d5d;
	margin: 0 0 0 30px;
	color: #555555;
}

/* =========== End Content =========== */


/* =========== Beauty events =========== */

#event_items {
	overflow: hidden;
}
.event_item {
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}
.eventpic {
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	display: block;
	width: 110px;
	height: 110px;
}
.event_item_text {
	float: right;
	width: 460px;
	display: block;
}

#event_items h5 {
	color: #7b924e;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 8px 0px 8px 0px;
	padding:0 5px 0 23px;
	background:transparent url(style_roze/minileaf.gif) center left no-repeat;
}

#event_items a {
	text-decoration: none;
}
#event_items a:hover {
	color: #6f7870;
}
.event_meta {
	font-size: 14px;
	padding: 3px 3px 3px 25px;
	height: 20px;
	margin-top: 6px;
	color: #8e1d5d;
	background:#eeeeee url(style_roze/date.png) center left no-repeat;
	background-position: 5px;
}

.event_text {
	height: 90px;
	max-height: 90px;
	overflow: hidden;
}

/* =========== End Beauty events =========== */


#breadcrumbs {
	font-size: 12px;
	color: #6f7870;
	margin: 5px 0 0 50px;
}
#articles {
	width: 890px;
	padding-left: 10px;
	overflow: hidden;
}
#articles h3 {
	font-size: 21px;
	margin-top: 40px;
	font-weight: 400;
	font-family: Contra;
	max-width: 250px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	color: #6f7870;
}
#articles a {
	color: #6f7870;
}
.article {
	width: 245px;
	float: left;
	margin: 10px 0 0 45px;
	font-size: 14px;
	color: #6e7870;
	font-family: helvetica;
	line-height: 17px;
	display: inline;
	padding-bottom: 35px;
}
.clearboth {
	clear: both;
	height: 1px;
}
#content_left {
	padding: 10px 15px 50px 50px;
	width: 600px;
	font-size: 12px;
	color: #6f7870;
	float: left;
	border-right: 1px solid #CCCCCC;
}

#content_left ul li{
	font-size: 12px;
	line-height: 16px;
}

#content_left h3 {
	color: #8e1d5d;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 25px 0px 10px 0px;
	padding:0 5px 0 23px;
	background:transparent url(style_roze/minileaf.gif) center left no-repeat;
}

#content_left h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 25px 0px 10px 0px;
}

#content_left img, #content_in img {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#content_left img.left, #content_in img.left {
	float: left;
	margin: 0 10px 10px 0;
}

#content_left img.right, #content_in img.right {
	float: right;
	margin: 0 0 10px 10px;
}

#content_left img.noborder, #content_in img.noborder {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0px;
	border: none;
}

#content_left a {
	color: #7b924e;
}

#content_left a:hover {
	color: #8e1d5d;
}


#content_right {
	float: right;
	width: 210px;
	margin: 15px 40px 15px 5px;
}


#content_right ul {
	float: left;
	font-size: 14px;
	color: #6e7870;
	font-family: helvetica;
	line-height: 17px;
	margin: 0 0 0 0;
	padding: 0;
}

#content_right li {
	width: 200px;
	text-align: left;
    float: left;
    list-style: none;	
    display: inline;
}

#content_right h3 {
	font-size: 16px;
	font-weight: bold;
	max-width: 160px;
	overflow: hidden;
	color: #555555;
	padding:0 5px 0 35px;
	background:transparent url(style_roze/leaf1.gif) center left no-repeat;
	line-height: 32px;
	margin: 15px 0 5px 0;
}

#content_right h4 {
	font-size: 12px;
	max-width: 160px;
	overflow: hidden;
	color: #555555;
	padding:0 0 0 15px;
	background:transparent url(style_roze/bullet.gif) center left no-repeat;
	margin: 0 0 0 20px;
}


#content_right a {
	text-decoration: none;
	color: #7b924e;
}

#content_right a:hover {
	text-decoration: underline;
	color: #8e1d5d;
}

#content_right_form{
	float: right;
	width: 195px;
	margin: 5px 47px 15px 5px;
	background-color:#EDEDED;
	border: 1px solid #999999;
	font-size: 14px;
	padding: 7px;
}

#content_right_form_placeholder {
	float: right;
	width: 195px;
	margin: 5px 47px 15px 5px;
	border: 1px solid #DDDDDD;
	font-size: 14px;
	padding: 7px;
}

#content_right_form form {
	padding: 0px;
	margin: 0px;
}

#content_right_form input {
	width: 180px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	border: solid 1px #999999;
	padding: 2px;
}

#content_right_form textarea {
	width: 180px;
	height: 55px;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	border: solid 1px #999999;
	padding: 2px;
}

#contactform input {
	width: 300px;
	padding: 5px 0;
	font-size: 18px;
	vertical-align: middle;
}

#contactform textarea {
	width: 300px;
	height: 150px;
	font-size: 18px;
}
.articles_container {
	overflow: hidden;
	display: inline;
}
