/*#############################################################
Name: LEJENA
Date: 2010-01-24
Author: Miroslava Todorova, Vladimir Strinski
URL: http://www.lejena.com
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #000000 url(../images/lejena_spring_bkg2.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px
   color: #003366;
}
input {
	color: #555;
/*	font: normal 1.1em "Lucida Sans Unicode",sans-serif;  */
}
p,cite,code,ul {
/*	font-size: 1.2em; */
	padding-bottom: 1.2em;
}
h1 {
/*	font-size: 1.4em; */
	margin-bottom: 4px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
/*	font: normal 1.1em "Lucida Sans Unicode",serif; */
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
/*	font: normal 1.3em "Lucida Sans Unicode",serif; */
	padding-left: 28px;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 900px;
   color: #576638;
   position: relative;
}

/* google top ad bar - 728x90 */
.top_ad_bar {
/*	background: url(../images/bgheader.gif) repeat-x;  */
	height: 90px;
	margin: 0 auto;
	width: 728px;
}


/* header */
.header {
	background: url(../images/bgheader.gif) repeat-x;
	height: 60px;
	margin-top: 10px;
	width: 900px;

/*
border: 1px solid #625e00;
border-width: 1px 0;
*/
}

/* title */
.title {
   position: relative;
	padding: 0px;
	height: 60px;
	overflow: visible;
}
.title h1 {
	color: #E4DBCF;
/*	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;  */
}
.title .logo {
	height: 115px;
	border: 0px;
	margin: 0 auto;
	position: relative;
	top: -50px;
	left: -20px;
}
.title .topmenu {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

.menu_l{
	background: url(../images/menu_spring_left.jpg) no-repeat;
	height: 35px;
	width:   7px;
	margin: 0 auto;
}
.menu_r{
	background: url(../images/menu_spring_right.jpg) no-repeat;
	height: 35px;
	width:   7px;
	margin: 0 auto;
}
.menu_m{
	background: url(../images/menu_spring_mid.jpg) repeat-x;
	font: normal 14px "Lucida Sans Unicode",sans-serif;
	height: 35px;
	margin: 0 auto;
	color: black;
}








.linkbutton{
	background: url(../images/button_spring.png) no-repeat;
	height: 28px;
	width:  94px;
	border: none;
}

.content{
	width: 900px;
   padding-bottom: 10px;
   position: relative;
/*
border: 1px solid #625e00;
border-width: 1px 0;
*/
}

.content .mainmenu {
	margin: 5px auto;
}
.content_t{
	background: url(../images/container_top.png) no-repeat;
	width:  900px;
	height:   6px;
	font-size: 1pt;
}
.content_b{
	background: url(../images/container_bot.png) no-repeat;
	width:  900px;
	height:   6px;
	font-size: 1pt;
}
.content_m{
	background: url(../images/container_mid.png) repeat-y;
	width:  900px;
}

.featured_box{
   height: 240px;
   margin: auto 15px;
   position: relative;
}

.featured_content_box{
   height: 160px;
   width:  630px;

   border: 4px solid #C0C0C0;
   border-left-width: 65px;
   border-right-width: 65px;

	background: #000000 url(../images/sample.jpg) no-repeat;
/*	background-attachment:fixed;  */
	background-position:center center;
}

.featured_box .featured_buttons_box{
   height:  60px;
   width:  630px;
}

.featured_star{
   float: left;
   position: absolute;
   top:   110px;
   left:   80px;
   z-index: 1;
}

.featured_buttons_box .featured_buttons{
   width:500px;
   height:65px;
   float: right;

   border: 0px solid red;
   margin: 2px auto;

   text-align: right;
	font: bold 14px "Lucida Sans Unicode",sans-serif;
	color: #576638;
}

.featured_buttons a {
	color: white;
	text-decoration: none;
}
.featured_buttons a:hover {
	color: black;
}

/* main */
.main {
	margin: 0px 20px;
}

