/****************************/
/***** Global Settings *****/
/****************************/

* {
	padding:0;
	margin:0;
    }
table td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse:separate;
	border-spacing:0px;
	outline: 0;
}


html { overflow-y: scroll; }

/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */

body {
	font: 81%/1.6em Arial, sans-serif;
	letter-spacing: 0;
	color: #666;
	background: #f3f3f3 url(/static/images/bg/bg_top.gif) repeat-x;
}

/* ******************* LINK ************************ */
a {
	text-decoration:none;
	color: #c30000;
	}
a:hover {
	text-decoration:none;
	color: #999;
	}
.langcdcp{}

/* ***************** HEADINGS + Titles ******************** */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	padding:0px;
	color: #c30000;
	margin-bottom: 10px;
	font-size: 1.2em;
}

h2 {
	padding:0px 0;
	color: #666;
	margin-bottom: 5px;
	font-size: 1.2em;
}

h3 {
	padding:0px;
	color: #c30000;
	margin-bottom: 5px;
	font-size: 1.1em;
}

h4 {
	padding:0px 0;
	color: #666;
	margin-bottom: 10px;
	font-size: 1.1em;
}
h5 {
	padding:0px 0;
	color: #999;
	margin-bottom: 10px;
	font-size: 1em;
}
h6 {
	padding:0px 0;
	color: #C30;
	margin-bottom: 10px;
	font-size: 1em;
}

blockquote {
margin:22px 40px;
padding:0;
}

.smalltxt {
font-size:0.85em;
}

.bigtxt {
font-size:1.2em;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}


.note{
	color: #666666;
	font-size: 1em;
}

/* ******************* GLOBAL TAGS ************************ */
.hr {

	width: 100%;

	height: 1px;

	border-style: dashed none none;

	border-width: 1px 0 0;

	border-color: #ccc

}
p, ul, ol {
	margin:0;
	padding:0;
}

ul, ol {
	padding:0;
}

img {
	border:0;

}


.right ul, .right ol{
	margin-left:25px;
	}



/* ******************* GLOBAL CLASSES ******************** */


.clear 			{ 
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;

 }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.uppercase{
	text-transform: uppercase;
	}


.spacer {

	width: 1px;

	float: left;

	display: block;

	margin: 0px 14px 0px 15px;

	padding: 0px;

}
.space  { padding: 5px }

.space2 { padding: 10px }

.space3 { padding: 20px }

.bottomspace{ padding-bottom:10px;}

.bottomspace2{ margin-bottom:20px;}

.topspace{ padding-top:10px;}

.topspace2{ margin-top:20px;}

.boxspace{
	padding:0px 10px 10px 10px;
	}

.transparent_class {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.boxline{
	border: 1px solid #c8c8c8;
	}

/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */

	
#wrapper     {
	width: 980px;
	padding: 0px;
	margin:0px auto;
	background: #FFF;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	}

#top{
	width:980px;
	padding:0px;
	margin:0px auto;
	height:104px;
	border-right: 1px solid #c94949;
	border-left: 1px solid #c94949;
}

#logo{
	width:210px;
	height:40px;
	float:left;
	margin:15px 0px 20px 15px;
	}

.baseline{
	font-size:1.1em;
	width:500px;
	height:20px;
	float:right;
	color:#FFF;
	text-align:right;
	margin-top:20px;
	margin-right:20px;
}

#language{
	float:right;
	width:50px;
	color:#FFF;
	text-transform:uppercase;
	font-size:0.8em;
	text-align:right;
	margin-right:20px;
	}

#language ul{
	list-style:none;
	margin-left:0px;
	}

#language li{
	list-style:none;
	display:inline;
	margin-left:10px;
	}

#language a{
	color:#F66;
	}

#language a:hover{
	color:#FFF;
	text-decoration:underline;
	}

/* ******************* CONTENT *********************** */

.left{
	float:left;
	margin-right:25px;
	margin-left:25px;
	width:200px;
	}

.right{
	float:left;
	width:705px;
	}


#main    { 
	margin: 0px; 
	padding:0px;
}

#content   { 
	margin: 0px; 
	padding:0px;
}

/* ******************* SUBPAGES ********************* */
#breadcrumb{
	padding:10px 10px 10px 25px;
	margin:0px;
	color:#999;
	}

#breadcrumb a{
	color:#999;
	}

#breadcrumb a:hover{
	color:#c30000;
	text-decoration:underline;
	}
	
/* ************************************************** */
/* ******************* Navigation ******************* */
/* ************************************************** */

#nav{
	color:#FFF;
	margin:0px 0px 0px 235px;
	width:300px;
	}

#nav ul{
	list-style:none;
	}

#nav ul li{
	list-style:none;
	display:inline;
	margin:0px;
	text-transform:uppercase;
	font-size:0.9em;
	padding:5px 5px 11px 5px;
	
	}

#nav li a{
	color:#fff;
	}

#nav li a:hover{
	color:#f0d0d0;
	text-decoration:underline;
	}

#nav .current{
	background: url(/static/images/icons/icon_nav_arrow.gif) no-repeat center bottom;	
}

/* ************************************************** */
/* ******************* HOMEPAGE ********************* */
/* ************************************************** */

/* ******************* SFEERBOX ********************* */

#slider {
	width:705px;
	height:250px;
	background:url(/static/images/icons/loading.gif) no-repeat 50% 50%;
	border: 1px solid #c8c8c8;
	overflow:hidden;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:10px;
	bottom:10px;
}
.nivo-controlNav a {
	display:block;
	width:17px;
	height:17px;
	background:url(/static/images/sfeerpic/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/static/images/sfeerpic/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/* ******************* SUBPAGES ********************* */

.welcome{
	float:left;
	width:480px;
	margin-right:25px;
	}

.icon_newsletter{
	width:50;
	height:30px;
	position:absolute;
	z-index:110;
	margin-left:130px;
	margin-top:15px;
	}

.newsletter{
	float:left;
	width:198px;
	}


/* ************************************************** */
/* ******************* SUBPAGES ********************* */
/* ************************************************** */

/* ******************* PRODUCTS ********************* */
.productbox{
	padding:0px;
	margin:0px;
	border-left: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	width:703px;
	}


.productitem{
	float:left;
	width:233px;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	background-color:#f3f3f3;
	}
.productitem:hover{
	/*border: 1px solid #e9b026;*/
	background: #FFF;
	cursor:pointer;
	}

.productzoom{
	width:20px;
	height:20px;
	position:absolute;
	background: #f3f3f3;
	}

.productpic{
	text-align: center;
	background-color:#FFF;
	border-bottom: 1px solid #c8c8c8;
	overflow:hidden;
	height:150px;
	width:233px;
}

.productcont{
	padding:10px;
	}

.producttitle{
	font-size: 1em;
	overflow:hidden;
	height:40px;
	padding-bottom:5px;
	color:#c30000;
}
.producttitle a{
	text-decoration:none;
	color:#c30000;
}

.producttitle a:hover{
	text-decoration:none;
	color:#666;
}

.producttxt{
	font-size: 0.9em;
	overflow:hidden;
	height:80px;
	padding-bottom:5px;
}

.producttxt a{
	text-decoration:none;
	color:#666;
	}

.producttxt a:hover{
	text-decoration:none;
	color:#c30000;
	}

.productprice{
	color: #666;
	font-weight: bold;
	background: #f3f3f3;
	padding:5px;
}




.productleft{
	float: left;
	width: 40px;
	
}
.productright{
	float: left;
	width: 180px;
	text-align: right;
}


/* ******************* FOOTER *********************** */
.form{
	float:left;
	width:380px;
	margin-right:25px;
	}

.adres{
	float:left;
	width:290px;
	}
	



/* ************************************************** */
/* ******************* FOOTER *********************** */
/* ************************************************** */

#footer{
	width:980px;
	padding:0px;
	margin:10px auto 20px auto;
}



#footer a,#footer a:link,#footer a:visited,#footer a:active {
	text-decoration: none;
	color: #c30000;
}

#footer a:hover {
	text-decoration: none;
	color: #777;
}

#footer ul{
	list-style:none;
	margin-left:0px;
	}
	
#footer li{
	list-style:none;
	margin:0px 5px;
	display:inline;
	}


/* ******************************************** */
/* ******************* STUFF ****************** */
/* ******************************************** */

/* ******************* BARS ****************** */
.redbar{
	color:#fff;
	background: url(/static/images/bg/bg_redbar.gif) no-repeat;
	height:40px;
	padding:5px 5px 5px 10px;
	text-transform:uppercase;
	font-size:0.9em;
	}

.white{
	background-color:#FFF;
	}

/* ******************* BANNERS ****************** */
.banners a{
	color:#666;
	}
.banners a:hover{
	color: #c30000;
	}
	
.banners img{
	border: 1px solid #c8c8c8;
	margin-bottom:5px;
	}

/* ******************* ICONS ****************** */
.iconphone{
	background: url(/static/images/icons/iconlive_phone.gif) no-repeat 0px 0px;
	padding-left: 30px;
	padding-bottom: 5px;
	vertical-align: middle;
	display: block;
	}

/* ******************* WESTSITE ****************** */

.westsite {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	}

/* ************************************************** */
/* ******************* BUTTON *********************** */
/* ************************************************** */

button {
	background: #2061a0;
	border: 0px solid #2061a0;
	margin: 5px 0px 0px 0px;
	padding:2px 7px 3px 7px;
	font-size: 0;
	line-height: 0;
	width: auto;
	overflow: visible;
	cursor:pointer;
}




button div {
	font-size: 12px;
	/*line-height: 12px;*/
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
	color:#fff;
}
button::-moz-focus-inner { border: 0; padding: 0; }

/* ************************************************* */
/* ******************* TREE ************************ */
/* ************************************************* */

.tree{
	margin:0px 0px 25px 0px;
	padding:0px;
	border: 1px solid #c8c8c8;
	}

.tree .current{
	width: 198px;
	display:block;
	padding: 0px;
	background-color:#f0d0d0;
	text-indent: 25px;
	}

.tree ul{
	list-style:none;}
/* ******************* LEVEL 1 ********************* */

.level1{
	margin:0px;
	padding:0px;
	text-indent:0px;
	}

.level1 li {
	width: 198px;
	display:block;
	padding: 0px;
	border-top: 1px dotted #d3d3d3;
	text-indent: 10px;
	background-color: #f3f3f3;
}

.level1 li a{
	display:block;
	width: 198px;
	padding: 4px 0px;
	color: #666;
	text-decoration:none;
	font-size:1.0em;
/*
	background: url(/static/images/tree/icon_level1.gif) no-repeat 5px 7px;
*/
	text-indent: 20px;
	}

.level1 li a:hover{
	display:block;
	width: 198px;
	background-color:#f0d0d0;
	padding: 4px 0px;
	color:#990000;
	text-decoration: none;
	}


/* ******************* LEVEL 2 ********************* */	
.level2{
	margin:0px;
	padding:0px;
	text-indent:0px;
	
}
.level2 li {
	width: 198px;
	display:block;
	padding: 0px;
	background-color:#fff;
	}
.level2 li a{
	display:block;
	width: 198px;
	padding: 3px 0px;
	text-decoration: none;
	font-size:1em;
	font-weight:normal;
	color:#666;
/*
	background: url(/static/images/tree/icon_level2.gif) no-repeat 15px 7px;
*/
	text-indent: 35px;
	}

.level2 li a:hover{
	display:block;
	width: 198px;
	background-color:#f0d0d0;
	padding: 3px 0px;
	color:#990000;
	text-decoration: none;
	}
