@import url('reset.css');
@import url('tags.css');
@import url('lightbox.css');

body{
	
	color: #0F056B;
	font: 13px Arial, sans-serif;
		margin: 0 auto;
	position: relative;
	width: 900px;
	background: #fff repeat-x url(../../home_files/background.jpg);
	text-align: center; /* for IE */
	
	
}

h3{
	font-weight: bold;
	font-size: 18px;
}

li{
	list-style-type:none;
	padding: 4px;
}


div#gen_container {
	text-align: left;
	width:890px; 
	min-height:500px;
	margin-top:0px;
	margin-bottom:30px;
	padding:30px;
	/*background-color: #367fff;*/
	/*background: url(/images/shop/cervin.jpg) no-repeat;*/
}

div#title{
	/*background: url(/images/shop/title.png) no-repeat;*/
	/*background-color: #367fff;*/


	float: left;
	height: 150px;
	position: relative;
	width: 100%;
	z-index: 1;
	top: 10px;
}

div#mara{
	position: absolute;
	top: 100px;
	left: 219px;
	width:800px;
	height: 100px;
	vertical-align: middle;
	
}

div#menu {
	position:absolute; 
	width:150px; 
	top:254px;
//	z-index: 15;
}



div#container {
	/*margin-left:150px;
	margin-right:0px;*/
}

div#content{ 
	padding: 10px 40px; 
	margin-top: 150px;
	margin-bottom: 0px;
	margin-right: 30px;
	margin-left: 150px;	
	position: absolute; 
	width: 650px;
	z-index: 15;

}

div#footer{
	clear: both;
	
	font-size: 0.85em;
	height: auto;
	line-height: 25px;
	
	text-align: left;
	padding-left:180px;
}

.footer{
	font-size: 0.85em;
}
/* end */




/* @group modal */
div.modal{
	background: #FFF url() no-repeat 5px 5px;
	border: 1px solid #000;
	margin: 5px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
	padding: 5px;
	padding-left: 60px;
	width: 300px;
}

div.error{ background-image: url(/images/vitrine/modal/error.gif); border-color: #CA0004; color: #CA0004;}
div.ok{ background-image: url(/images/vitrine/modal/ok.gif); border-color: #13991B; color: #13991B;}
div.warning{ background-image: url(/images/vitrine/modal/warning.gif); border-color: #FF9A00; color: #FF9A00;}
/* end */


.clear{ clear: both;}
.fl{ float: left;}
.fr{ float: right;}
