@font-face {
	font-family: 'eurof55-webfont';
	src: url('fonts/eurof55-webfont.eot');
	src: local('☺'), url('fonts/eurof55-webfont.woff') format('woff'), url('fonts/eurof55-webfont.ttf') format('truetype'), url('fonts/eurof55-webfont.svg#webfont8xigBfG2') format('svg');
}

@font-face {
	font-family: 'eurof35-webfont';
	src: url('fonts/eurof35-webfont.eot');
	src: local('☺'), url('fonts/eurof35-webfont.woff') format('woff'), url('fonts/eurof35-webfont.ttf') format('truetype'), url('fonts/eurof35-webfont.svg#webfont8xigBfG2') format('svg');
}

@font-face {
	font-family: 'graublauweb-webfont';
	src: url('fonts/graublauweb-webfont.eot');
	src: local('☺'), url('fonts/graublauweb-webfont.woff') format('woff'), url('fonts/graublauweb-webfont.ttf') format('truetype'), url('fonts/graublauweb-webfont.svg#webfont8xigBfG2') format('svg');
}

html,body{
	height:100%
}

body {
	margin:0;
	padding:0;
	background:#333 url(../images/deco/sw_page_bg.png);
	overflow:hidden;
	font-family:"graublauweb-webfont", Helvetica, Arial, sans-serif;
	font-size:16px;
}
.clear{
	clear:both;
}
a:link,a:visited,a:hover{	
	color:#ddd;
}

a:hover{
	color:#fff;
	text-decoration:none;
}

#bg{
	position:fixed;
	left:525px;
	top:0;
	width:100%;
	height:100%;
}

#bgimg{
	display:none;
	cursor:pointer;
	-ms-interpolation-mode: bicubic;
}

/* special IE fix for resized images */
#preloader{
	position:absolute;
	z-index:2;
	width:32px;
	height: 32px;
	padding:10px;
	top:20px;
	left:20px;
	background:#000;
	color:#666;
	font-size:16px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/*
#preloader img{
 	margin-right:20px;
}
*/

#commands{
	padding-left:6px;
	position: relative;
 	margin:15px 0px 10px 0px;
 	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size:12px;
	width:448px;
	color:#aaa;
	text-decoration:none;
/*  	font-weight:700; */
	cursor:pointer;
}

#menubar{
  	display:inline-block;
	padding-top:3px;
	width:222px;
	border-top: 2px inset #ffff99;
	text-align: left;
}

#toolbar{
  	display:inline-block;
	padding-top:3px;
	width:222px;
	border-top: 2px inset #ffff99;
	text-align: right;
}

#outer_container{
	position:relative;
	margin:0;
	width:700px;
	padding:0 100px 0 0;
	z-index:2;
	background:url(../images/deco/empty.gif);
}

/* IE needs a background value to understand hover area */
#customScrollBox{
	position:relative;
	overflow:hidden;
	background:url(../images/deco/sw_l_bg.png) repeat-y;
}

#customScrollBox .container{
	position:relative;
	width:485px;
	margin-left: 12px;
	top:0;
	float:left;
}

#customScrollBox .content{
	clear:both;
}

#customScrollBox .content p{
	margin:0 10px 10px 10px;
	line-height:26px;
}

.lightgrey{
	color:#ddd;
}

.lightyellow{
	color:#ffff99;
}

#customScrollBox a.thumb_link{
	position:relative;
	height: 100px;
	min-width:73px;
	background-color:#333;
	text-align: center;
	margin:0 4px 4px 0px;
	display:block;
 	float:left;
}

#customScrollBox img{
	border:none;
}

#customScrollBox a.thumb_link .selected{
	position:absolute;
	top:0;
	left:0;
	width: 40px;
	height: 60px;
	background:url(../images/deco/sw_thumb_selected.png) no-repeat;
	display:none;
}

#menu_container{
	position:relative;
	width: 508px;
	float:left;
	cursor:pointer;
}

.thumb{
 	height:100px;
	border:none;
}

#dragger_container{
	position:relative;
	width:30px;
	height:580px;
	float:left;
	margin:10px 0 0 0;
	background:url(../images/deco/sw_dragger_bg.png) repeat-y center;
}

#dragger{
	position:absolute;
	width:30px;
	height:59px;
	background:url(../images/deco/round_custom_scrollbar_bg.png) no-repeat center center;
	cursor:pointer;
}

#arrow_indicator{
	position:absolute;
	z-index:1;
	width:50px;
	padding:10px;
	top:50%;
	margin-top:-25px;
	left:20px;
	background:url(../images/deco/sw_transparent_black_bg.png);
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:none;
}

#nextimage_tip{
	font-size: 0.8em;
	font-weight: 200;
	position:fixed;
	z-index:1;
	padding:0 20px;
	line-height:40px;
	color:#fff;
	height:40px;
	top:50%;
	margin-top:-20px;
	right:20px;
	background:url(../images/deco/sw_transparent_black_bg.png);
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:none;
}

.with_border{
	border:1px solid #000;
}

.with_shadow{
	-moz-box-shadow:0 0 40px #000;
	-webkit-box-shadow:0 0 40px #000;
	box-shadow:0 0 40px #000;
}
