body, table {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
}

body {
	background-color: #000101;
	margin: 0;
	background-image: url('../img/bg_light.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	color: #959595;
}

img {
	border: 0;
}

a {
	color: #959595;
	text-decoration: underline;
}

a:hover {
	color: #cccccc;
	text-decoration: underline;
}

.aboutImportant {
	font-size: 15px;
	font-weight: bold;
}

/* BASIC LAYOUT */

#container {
	margin: 0 auto;
	width: 980px;
	min-height: 300px;
	position: relative;
}

#logo {
	position: absolute;
	left: 55px;
	top: 22px;
	z-index: 5000;
}

#languageSelector {
	position: absolute;
	left: 350px;
	top: 70px;
	width: 200px;
	text-align: right;
	font-family: 'Trebuchet MS', sans-serif;
}

#languageSelector a {
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}

#languageSelector a:hover {
	color: #666666;
	text-decoration: underline;
}

#menuBg {
	position: absolute;
	left: 60px;
	top: 107px;
}

#menuBg > div {
	float: left;
}

#menu {
	position: absolute;
	left: 60px;
	top: 107px;
}

#menu > div {
	float: left;
}

#main {
	position: absolute;
	left: 0px;
	top: 160px;
	width: 950px;
}

#leftSidebar {
	position: relative;
	float: left;
	width: 580px;
	height: 400px;
}

#leftSidebar  > div {
	position: absolute;
	top: 36px;
	left: 71px;
	background-image: url('../img/dot.gif');
	width: 500px;
	height: 333px;
	overflow: hidden;
}

#leftSidebar  > div > div#imgDesc  {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url('../img/img_desc_bg.png');
	width: 500px;
	visibility: hidden;
}

#leftSidebar  > div  > div#imgDesc > div  {
	padding: 7px 5px 7px 5px;
	color: #999999;
}

#leftSidebar  > div > div#imgTitle  {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url('../img/img_desc_bg.png');
	width: 500px;
	height: 35px;
}

#leftSidebar  > div  > div#imgTitle > div  {
	padding: 7px 5px 0px 5px;
	color: #cccccc;
}

#leftSidebar  > img {
	margin: 35px 0 0 70px;
}

#rightSidebar {
	float: left;
	width: 300px;
	background-image: url('../img/vertical_line.jpg');
	background-repeat: no-repeat;
	background-position: 0px 40px;
	height: 400px;
}

#contentHeader {
	margin-left: 20px;
}

#content {
	margin-left: 43px;
	width: 240px;
	position: relative;
	font-family: 'Trebuchet MS', sans-serif;
}

#bottomPanel {
	clear: left;
}

#footer {
	font-size: 10px;
	margin: 0 0 0 70px;
	height: 70px;
	color: #414141;
}

#footer a {
	color: #414141;
	text-decoration: none;
}

#footer a:hover {
	color: #606060;
	text-decoration: underline;
}



/* WEBDESIGN */

#webdesignTagsMenu {
	position: relative;
	margin: 20px 0 0 0;
}

#webdesignTagSelector {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: -1;
}

#webdesignTagsHeader {
	position: absolute;
	left: 155px;
	top: 15px;
}

#webdesignTags {
	padding: 0 0 7px 28px;
	line-height: 9px;
}

#webdesignTags  a {
	display: block;
	width: 110px;
}


#webdesignSlider {
	margin: 0 0 0 25px;
}

#webdesignSlideArea {
	position: relative;
	width: 702px;
	height: 204px;
	overflow: hidden;	
}

#webdesignThumbsArea {
	position: absolute;
	width: 10000px;
	left: 51px;
	top: 0;
}

.webdesignThumb {
	float: left;
	width: 190px;
	height: 200px;
	margin: 0 5px 0 5px;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
}

#webdesignSliderEastBorder {
	position: absolute;
	left: 0;
	top: 0;
	width: 51px;
	height: 204px;
}

#webdesignSliderWestBorder {
	position: absolute;
	right: 0;
	top: 0;
	width: 51px;
	height: 204px;
}

#webdesignSliderNavi {
	clear: left;
	width: 602px;
	height: 29px;
	margin: 10px 0 0 51px;
	background-image: url('../img/slider_line.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#webdesignSliderNavi > div {
	width: 557px;
	height: 29px;
	margin-left: 10px;
}

#webdesignSliderNavi > div > a {
	width: 38px;
	height: 29px;
	background-image: url('../img/slider_btn_a.png');
	background-repeat: no-repeat;
}

#webdesignSliderNaviStatus {
	position: relative;
	width: 602px;
	margin-left: 51px;
	color: #414141;
	font-size: 10px;
}


/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: pointer; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

