/*  -------------------------------------------------------------------------------
	SerenaLtd.com Basic CSS
	Design by Stenik.BG (http://www.stenikgroup.com/)
 ---------------------------------------------------------------------------------- */
 
/* --- (DEFAULTS) ------------------------------------------------------------------*/
body {
	margin:0;
	border:0;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	font: 12px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
}
a {
	outline:0;
	font: 12px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
	
}
li {
	list-style: none;
}
.clear {
	clear:both;
}
#wrapper {
	width: 1002px;
	min-height: 682px;
	height:100%;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	font: 20px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	color:#ffffff;
	padding-bottom:15px;
	margin:0;
}
h2 {
	font: 16px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	color:#ffffff;
	padding-bottom:5px;
	margin:0;
}
/* --- (DEFAULTS) ------------------------------------------------------------------*/

/* --- (INTRO) ---------------------------------------------------------------------*/
#wrapper .introContainer {
	width: 962px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#wrapper #header-en {
	background:url('../img/header.jpg') top left no-repeat;
	width:962px;
	height:270px;
	margin-left:auto;
	margin-right:auto;
}
#wrapper #header-bg {
	background:url('../img/header-bg.jpg') top left no-repeat;
	width:962px;
	height:270px;
	margin-left:auto;
	margin-right:auto;
}
#wrapper #header-en span, #wrapper #header-bg span, #wrapper #header-en span.langbg, #wrapper #header-en span.langen, #wrapper #header-bg span.langen {
	line-height:25px;
	display:block;
	padding:185px 0 0 25px;
}
#wrapper #header-bg span a.langen {
	background:url('../img/flag-en.gif') 0 2px no-repeat;
	text-decoration:underline;
	color:#125d28;
	padding-left:20px;
}
#wrapper #header-en span a.langen {
	background:url('../img/flag-bg.gif') 0 2px no-repeat;
	text-decoration:underline;
	color:#125d28;
	padding-left:20px;
}
#wrapper #header-en span a.sitemap, #wrapper #header-bg span a.sitemap {
	background:url('../img/sitemap.gif') 0 2px no-repeat;
	text-decoration:underline;
	color:#125d28;
	padding-left:20px;
}

#wrapper #header-bg div.logoLink, #wrapper #header-en div.logoLink {
	position: relative;
	width: 300px;
	height: 140px;
	top: 30px;
	left: 20px;
	margin-bottom: -140px;
}

#wrapper #header-bg div.titlePatch, #wrapper #header-en div.titlePatch {
	background-color:#ffffff;
	height:44px;
	position:relative;
	top:-3px;
	left: 286px; width: 593px;
}

#wrapper #header span a.sitemap:hover #wrapper #header-bg span a.sitemap {
	text-decoration:none;
	color:#ff0000;
}
#wrapper .introContainer .introNav {
	display:block;
	width:962px;
	height:111px;
	padding:0;
	margin:0;
}
.introNav ul.menu {
	width: 962px;
	height:111px;
	padding:0;
	margin:0;
}
.menu li {
	float: left;
	height: 111px;
	padding:0;
	margin:0;
}
.menu li a {
	display: block;
	height:111px;
	padding:0;
	margin:0;
}
.menu li a.introBtn1 {
	background: url('../img/btn-intro-bg-normal.jpg') top center no-repeat;
	width:481px;
}
.menu li a.introBtn1:hover {
	background: url('../img/btn-intro-bg-hover.jpg') top center no-repeat;
}
.menu li a.introBtn2 {
	background: url('../img/btn-intro-en-normal.jpg') top center no-repeat;
	width:481px;
}
.menu li a.introBtn2:hover {
	background: url('../img/btn-intro-en-hover.jpg') top center no-repeat;
}
#wrapper .introFx {
	width:1002px;
	height:319px;
	margin-left:auto;
	margin-right:auto;
}
#wrapper .introFx .introFooter {
	width:1002px;
	margin-left:auto;
	margin-right:auto;
}
.introFooter {
	width:962px;
	margin-left:auto;
	margin-right:auto;
}
.copyright {
	width:962px;
	font: 12px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	height:25px;
}
.copyright .l {
	width:49%;
	float:left;
}
.copyright .r {
	width:49%;
	float:right;
	text-align:right;
}
.copyright .l a, .copyright .r a {
	font: 12px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration: none;
}
.copyright .l a:hover, .copyright .r a:hover {
	border-bottom:1px dashed #ffffff;
	position:relative;
	padding-bottom:2px;
}
/* --- (INTRO) ---------------------------------------------------------------------*/

/* --- (CONTAINER) -----------------------------------------------------------------*/
#header {
	width: 962px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	width: 962px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}
#container .left {
	float:left;
	width:219px;
}
#container .left ul.nav {
	width: 219px;
	padding:0;
	margin:0;
}
.nav li {
	width: 219px;
	padding:0;
	margin:0;
}
.nav li a {
	display: block;
	height: 58px;
	padding:0;
	margin:0;
}
.nav li a span {
	display: none;
}
#container.en .nav li a.btn1 {
	background: url('../img/btn-home-normal.gif') top left no-repeat;
}
#container.en .nav li a.btn1:hover {
	background: url('../img/btn-home-hover.gif') top left no-repeat;
}
#container.en .nav li a.btn2 {
	background: url('../img/btn-about-normal.gif') top left no-repeat;
}
#container.en .nav li a.btn2:hover {
	background: url('../img/btn-about-hover.gif') top left no-repeat;
}
#container.en .nav li a.btn3 {
	background: url('../img/btn-products-normal.gif') top left no-repeat;
}
#container.en .nav li a.btn3:hover {
	background: url('../img/btn-products-hover.gif') top left no-repeat;
}
#container.en .nav li a.btn4 {
	background: url('../img/btn-gallery-normal.gif') top left no-repeat;
}
#container.en .nav li a.btn4:hover {
	background: url('../img/btn-gallery-hover.gif') top left no-repeat;
}
#container.en .nav li a.btn5 {
	background: url('../img/btn-contacts-normal.gif') top left no-repeat;
}
#container.en .nav li a.btn5:hover {
	background: url('../img/btn-contacts-hover.gif') top left no-repeat;
}
#container.bg .nav li a.btn1 {
	background: url('../img/btn-home-bg-normal.gif') top left no-repeat;
}
#container.bg .nav li a.btn1:hover {
	background: url('../img/btn-home-bg-hover.gif') top left no-repeat;
}
#container.bg .nav li a.btn2 {
	background: url('../img/btn-about-bg-normal.gif') top left no-repeat;
}
#container.bg .nav li a.btn2:hover {
	background: url('../img/btn-about-bg-hover.gif') top left no-repeat;
}
#container.bg .nav li a.btn3 {
	background: url('../img/btn-products-bg-normal.gif') top left no-repeat;
}
#container.bg .nav li a.btn3:hover {
	background: url('../img/btn-products-bg-hover.gif') top left no-repeat;
}
#container.bg .nav li a.btn4 {
	background: url('../img/btn-gallery-bg-normal.gif') top left no-repeat;
}
#container.bg .nav li a.btn4:hover {
	background: url('../img/btn-gallery-bg-hover.gif') top left no-repeat;
}
#container.bg .nav li a.btn5 {
	background: url('../img/btn-contacts-bg-normal.gif') top left no-repeat;
}
#container.bg .nav li a.btn5-bg:hover {
	background: url('../img/btn-contacts-bg-hover.gif') top left no-repeat;
}
#container .left ul.nav ul {
	margin:0;
	padding:0;
	display: block;
	
}
#container .left ul.nav ul li {
	font: 14px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
	color: #125d28;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	width:auto;
	list-style:none;
	border:0px;
	margin:0;
	padding-left:50px;
	line-height: 23px;
	height: 23px;
}
#container .left ul.nav ul li a {
	font: 14px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:lowercase;
	text-decoration:none;
	background-image:url('../img/apple.gif');
	background-position:0px;
	background-repeat:no-repeat;
	color:#125d28;
	line-height:23px;
	height:23px;
	padding-left:25px;
}
#container .left ul.nav ul li a:hover {
	color:#DA251C;
	left:1px;
	top:1px;
	position:relative;
}
#container .main {
	width:730px;
	float:right;
	padding:0;
	left:10px;
}
#container .main .box1 img,
#container .main .box2 img,
#container .main .box3 img {
	border:1px solid #006600;
}
#container .main .box1 {
	float:left;
	width:230px;
	margin-right:12px;
}
#container .main .box2 {
	float:left;
	width:230px;
	margin-right:12px;
}
#container .main .box3 {
	float:left;
	width:230px;
	margin:0;
}
#container .main .box1 .b1Content,
#container .main .box2 .b2Content,
#container .main .box3 .b3Content {
	font: 12px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
	width:230px;
	color:#ffffff;
	border:0;
	padding:0;
	margin-top:10px;
}
#container .main .box1 .b1Content a,
#container .main .box2 .b2Content a,
#container .main .box3 .b3Content a {
	font: 12px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
	text-align:right;
	display:block;
	text-decoration:underline;
	color:#ffffff;
	margin-top:5px;
}
#container .main .box1 .b1Content a:hover,
#container .main .box2 .b2Content a:hover,
#container .main .box3 .b3Content a:hover {
	color:#ffffff;
	text-decoration:none;
}
#container .main .box1 .b1Content .top,
#container .main .box2 .b2Content .top,
#container .main .box3 .b3Content .top {
	background: url('../img/small-box-t.gif') no-repeat;
	width:230px;
	height:7px;
	font-size:1px;
}
#container .main .box1 .b1Content .bottom,
#container .main .box2 .b2Content .bottom,
#container .main .box3 .b3Content .bottom {
	background: url('../img/small-box-b.gif') no-repeat;
	width:230px;
	height:7px;
}
#container .main .box1 .b1Content .center,
#container .main .box2 .b2Content .center,
#container .main .box3 .b3Content .center {
	background-color:#9a0000;
	padding:0 10px;
}
#footer {
	width:1002px;
	min-height:219px;
}
/* --- (CONTAINER) -----------------------------------------------------------------*/

/* --- (ABOUT US, CONTACTS, PRODUCTS) ----------------------------------------------*/
#container .main .lContent {
	float:left;
	width:230px;
}
#container .main .rContent {
	float:left;
	width:470px;
	margin-left:13px;
}
#container .main .lContent img {
	border:1px solid #006600;
}
p {
	margin:0;
}
#container .main .rContent .box_about, #container .main .rContent .box_products, #container .main .rContent .box_contact {
	font: 12px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
	text-align:justify;
	width:470px;
	color:#ffffff;
	border:0;
	padding:0;
}
#container .main .rContent .box_about .top, #container .main .rContent .box_about .bottom, #container .main .rContent .box_products .top, #container .main .rContent .box_products .bottom, #container .main .rContent .box_contact .top, #container .main .rContent .box_contact .bottom {
	height:7px;
	font-size:1px;
}
#container .main .rContent .box_about .top,
#container .main .rContent .box_products .top,
#container .main .rContent .box_contact .top {
	background: url('../img/big-box-t.gif') no-repeat;
}
#container .main .rContent .box_about .center,
#container .main .rContent .box_products .center,
#container .main .rContent .box_contact .center {
	background-color:#9a0000;
	padding:0 10px;
}
#container .main .rContent .box_about .bottom,
#container .main .rContent .box_products .bottom,
#container .main .rContent .box_contact .bottom {
	background: url('../img/big-box-b.gif') no-repeat;
}
#container .textField, #container .textField1 {
	background: url('../img/field-back.gif') top left repeat;
	border-color:#ffffff;
	border-style:solid;
	border-width:1px;
	color:#ffffff;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	padding:3px;
}
#container .main .rContent .box_contact .textField1 {
	padding:4px;
}
input.button {
	font: 11px Tahoma;
	padding: 4px 10px 5px 10px;
	border: 3px double #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-image: url('../img/btn_back.png');
	background-position: bottom;
	cursor:pointer;
}
input.button:hover {
	border-bottom-color: #666666;
	border-right-color: #666666;
}
/* --- (ABOUT US, CONTACTS, PRODUCTS) ----------------------------------------------*/

/* --- (GALLERY) -------------------------------------------------------------------*/


#container .main .gallery {
	margin-left: auto;
	margin-right: auto;
}
#container .main .gallery .images {
	width:213px;
	height:174px;
	background:url('../img/gallery-back.gif') top center no-repeat;
	position:relative;
	float:left;
	padding:0 12px;
}
#container .main .gallery .images img {
	width:177px;
	height:138px;
	border:0;
	padding-top:18px;
	padding-left:18px;
}

#container .main .gallery2 {
	margin-left: auto;
	margin-right: auto;
}
#container .main .gallery2 .images {
	width:213px;
	height:174px;
	background:url('../img/gallery-back.gif') top center no-repeat;
	position:relative;
	float:left;
	padding:0 12px;
}
#container .main .gallery2 .images img {
	width:177px;
	height:138px;
	border:0;
	padding-top:18px;
	padding-left:18px;
}

form {
	margin:0;
}