/* CSS style sheet by www.stenikgroup.com */
/* STENIK GROUP Ltd. - Web design company */
/* We give your business a face           */
/* ----------------------------------------------------------------------- [ GLOBAL CONFIG ] */
/* mac hide\*/
/* html, body {height:100%} */
/* end hide */
* {
	outline:0;
	border:0;
	margin:0;
	padding:0;
} 
html, body {
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#FFCC00;
	background:#000 url(../images/frontend/intro-body-bkg.jpg) 0 0 repeat-x;
}
img, a img { border:0; }
.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
}
p, a {
	font-size:12px;
	margin:0;
	text-decoration:none;
	color:#FFCC00;
	text-transform:none;
}
p {
	text-align:justify;
	padding-bottom:5px;
	color:#000002;
	display:block;
	line-height:1.3;
}
a,
a:link,
a:visited {
	cursor:pointer;
	text-decoration:underline;
}
a:hover,
a:active {
	text-decoration:none;
}
h1, h2 {
	font-size:19px;
	text-align:left;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	padding:0 0 10px;
}
h1.seo {
	position: absolute;
	left: -9999px;
}
h2.bag {
	background:url(../images/frontend/shopping-car.gif) 0 4px no-repeat;
	padding-left:23px;
}
.top10px { margin:10px 0 0; }
.top20px { margin:20px 0 0; } 
/* ----------------------------------------------------------------------- [ WRAPPERS ] */
#wr {
	display:block;
	width:800px;
	margin:0 auto;
	background:url(../images/frontend/intro-wr-bkg.jpg) 0 0 no-repeat;
}
#wr .langBar {
	display:block;
	width:218px;
	height:26px;
	margin:0 auto;
}
.langBar a {
	display:block;
	background-image:url(../images/frontend/lang-btn.gif);
	background-repeat:no-repeat;
	width:94px;
	height:26px;
	line-height:26px;
	float:left;
	text-align:center;
	text-decoration:none!important;
}
.langBar a.bg { background-position:0 0; color:#FF0000; }
.langBar a.en { background-position:0 -26px; color:#FFCC00; margin-left:30px; }
.langBar a.bg:hover { background-position:0 -26px; color:#FFCC00; }
.langBar a.en:hover { background-position:0 0; color:#FF0000; }
#wr .flash {
	display:block;
	width:800px;
	height:210px;
	margin:206px 0 0;
}
#wr .footer {
	display:block;
	margin:210px 0 10px;
	text-align:center;
}
#wr .footer strong {
	font-weight:normal;
	color:#ff0000;
} 