* {
	margin:0;
	padding:0;
}

body{
	background-image:url(/media/bg.jpg);
	text-align:center;
}
body, input, select, textarea, td{
	font-family:Tahoma;
	font-size:11px;
	color:#9E9E9E;
}
a{
	color:#fff;
	text-decoration:none;
}
a img{
	border:0;
}
a:focus{
	outline:none;
}
h1{
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
.clear{
	clear:both;
}


#container{
	width:976px;
	margin:0 auto 30px auto;
	text-align:justify;
}

#header{
	height:79px;
}
#language_menu{
	text-align:right;
	float:right;
	padding-top:26px;
	width:120px;
	line-height:21px;
}
#language_menu a{
	color:#fff;
	padding:0 4px;
}
#language_menu a img{
	height:13px;
	vertical-align:middle;
}
#logo_syscall{
	width:200px;
	padding:0 20px 0 0px;
	float:left;
}
#top_menu{
	width:600px;
	float:left;
	text-align:center;
	padding-top:19px;
}
#top_menu a{
	color:#fff;
	font-size:17px;
	line-height:50px;
	padding:0 15px;
	display:inline-block;
	height:60px;
	vertical-align:middle;
}
#top_menu.condensed a{
	padding:0 11px;
}
#top_menu a.two_lines{
	line-height:20px;
	padding-top:5px;
	height:55px;
}
#top_menu a.on{
	background:url(/media/layout/bg_menu_on.gif) repeat-x;
}
#lang_select{
	width:102px;
	height:28px;
	margin-top:17px;
	background:url(/media/layout/bg_lang_select.gif) right no-repeat;
	float:right;
	position:relative;
}
#lang_select a{
	color:#fff;
	width:100%;
	height:100%;
	display:block;
	line-height:27px;
	text-transform:lowercase;
}
#lang_select a img{
	vertical-align:middle;
	margin-right:5px;
}
#language_options{
	width:102px;
	position:absolute;
	top:28px;
	left:-5px;
	z-index:99;
	background:#000 url(/media/layout/bg_lang_options.gif) right repeat-y;
	padding-left:5px;
}
#language_options a{
	height:auto;
}


#banner_top{
	margin-bottom:5px;
	height:60px;
	background:url(/media/layout/bg_header_banner.gif) repeat-x;
	padding:0 30px;
	line-height:60px;
	vertical-align:middle;
}
#banner_top.de{
	padding:0 15px;
}
#banner_top_1{
	color:#af1141;
	text-transform:uppercase;
	font-size:24px;
	float:left;
	display:block;
}
.de #banner_top_1{
	font-size:20px;
}
#banner_top_2{
	color:#504f4f;
	font-size:20px;
	float:right;
	display:block;
	padding-top:2px;
}
.de #banner_top_2{
	font-size:18px;
}



#page{
	margin-bottom:4px;
	color:#fff;
	font-size:12px;
	line-height:1.5;
	background-color:#000;
}
#page p{
	margin-bottom:15px;
}
.inner_page{
	padding:25px 20px 21px 20px;
	
}
#side_menu{
	float:left;
	list-style:none;	
}
#side_menu li{
	width:186px;
	background-image:url(/media/layout/bg_side_menu.gif);
	background-position:0px 1px;
	background-repeat:no-repeat;
	background-color:#d8d8d8;
	margin-bottom:3px;
}
#side_menu li.on{
	background-image:url(/media/layout/bg_side_menu_on.gif);
	background-color:#a50d36;
}
#side_menu li a{
	color:#ffffff;
	font-size:12px;
	line-height:16px;
	display:block;
	padding:7px 10px 7px 25px;
}
#side_menu li.on a{
	color:#fff;
}
#side_menu li.submenu{
	background-position:15px 1px;
}
#side_menu li.submenu a{
	padding-left:40px;
}


#product_info, #gallery_page{
	width:675px;
	padding-left:26px;
	text-align:justify;
	float:left;
}
#product_big_img{
	width:254px;
	float:left;
	margin-right:26px;
}
#product_info.with_img h1, #product_info.with_img div.text{
	padding-left:270px;
}
#product_info div.text{
	width: 550px;
}
#product_info.with_img div.text{
	width: 450px;
}
#product_info div.text table td{
	padding: 3px;
}
#product_bar{
	background:#fff url(/media/layout/bg_product_bar.gif) top no-repeat;
	height:103px;
	margin-bottom:5px;
}
#small_banner{
	width:382px;
	float:right;
}
#product_scroll{
	width:544px;
	padding:10px 25px;
	float:left;
	text-align:center;
}
#product_scroll img{
	width:76px;
	height:76px;
	padding:2px 10px;
}
/*********************************************/
	.coda-slider-wrapper {  }
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 80px; overflow: auto !important;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 440px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 440px; height:80px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {width: 38px; height:80px }
	.coda-nav-left a{
		background:url(/media/layout/arrow_left.gif) center no-repeat;
	}
	.coda-nav-right a{
		background:url(/media/layout/arrow_right.gif) center no-repeat;
	}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { }
	
	/* Preloader */
	.coda-slider p.loading { text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { overflow: hidden }
	.coda-slider { float: left; overflow: hidden; position: relative;  }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative;  }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
#homepage_slider .coda-slider, #homepage_slider .coda-slider .panel{ 
	width: 976px;
	height:271px;
	background-repeat:no-repeat;
} 
#homepage_slider .coda-slider .panel-wrapper{
	padding:25px 25px 25px 400px;
	font-size:35px; 
	color:#fff;
	line-height:1.2;
	text-align:center;
}
#homepage_slider h1{
	font-size:60px;
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
	line-height:1.2;
}
#homepage_slider h2{
	font-size:45px;
	text-transform:uppercase;
	font-weight:normal;
	color:#fff;
	line-height:1.2;
}
#homepage_slider h3{
	font-size:40px;
	text-transform:uppercase;
	font-weight:normal;
	color:#fff;
	line-height:1.2;
}
/* ********************************************** */




#boxes .column{
	width:322px;
	float:left;
}
#boxes .col1, #boxes .col2{
	padding-right:5px;
}
#boxes h2{
	padding:0 16px;
	height:33px;
	background:#740b29 url(/media/layout/bg_box_title.gif) top repeat-x;
	line-height:33px;
	color:#070707;
	text-transform:uppercase;
	font-size:15px;
	word-spacing:3px;
	margin-bottom:4px;
}
#boxes h2 span{
	color:#fff;
}
#boxes .text{
	height:190px;
	padding:12px 16px;
	background-color:#070707;
	color:#fff;
	line-height:1.4;
	position:relative;
}
#boxes .text h3{
	font-size:12px;
	margin-bottom:2px;
}
#boxes .col2 .text{
	background-image:url(/media/layout/cart.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
a.button{
	display:block;
	width:132px;
	height:34px;
	line-height:34px;
	background:url(/media/layout/bg_link.gif) no-repeat;
	color:#fff;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
a.button.two_lines{
	line-height:16px;
}
#boxes .text a.button{
	position:absolute;
	bottom:10px;
}



#footer{
	clear:both;
	font-size:10px;
	padding-top:10px;
}
#footer_info{
	width:250px;
	padding:0 10px;
	float:left;
	color:#ababab;
	text-align:left;
}
#footer_menu{
	width:550px;
	float:right;
	text-align:right;
}
#footer_menu a{
	color:#fff;
	padding:0 10px;
}



form.tablestyle{
	margin:0px;
	padding:0 20px 0 25px;
	width:440px;
	float:left;
}
form.tablestyle td{
	padding:3px;
}
form.tablestyle td.label_cell{
	padding-right:5px;
}
input.field, textarea.field, select.field{
	border:1px solid #D4D8D9;
	padding:3px;
}
input.field, textarea.field{
	width:250px;
}
textarea.field{
	height:140px;
}
input.submit{
	border:0px;
	background-color:#b00a38;
	color:#ffffff;
	padding:3px 8px;
	font-weight:bold;
	cursor:pointer;
}
.mandatory, .highlighted{
	color:#b00a38;
}
#note{
	text-align:center;
	border-top:1px solid #dedede;
	margin-top:20px;
	padding-top:5px;
}

#contact_info{
	width:250px;
	float:right;
	text-align:right;
	padding:0 25px 0 0;
}


.gallery{
	width:222px;
	float:left;
	text-align:center;
	font-weight:bold;
	position:relative;
}
.gal_title{
	display:block;
	margin-bottom:20px;
}
.vertical_center{
	width:201px;
	height:202px;
	padding:10px 11px 10px 10px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.vertical_center *{
	vertical-align:middle;
}
.vertical_center span{
	width:1px;
	height:200px;
	display:inline-block;
}


#video_div {
	position:fixed;
	right:0px;
	top:200px;
	width:52px;
	height:148px;
	
}