body{
	margin: 0;
	padding: 0;
	font: 80% Calibri,Arial,Helvetica,sans-serif;
	color: #000;
}

#container{
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
}

.left_container{
	width: 270px;
	float: left;
	background: #282828;
}

.right_container{
	width: 630px;
	float: right;
	background: #FFF url('/img/mainbg.jpg') no-repeat;
	margin-left: -270px;
	border-left: 270px solid #282828;
}

#tl_logo{
	background: url('/img/tl_logo.jpg') no-repeat;
	width: 270px;
	height: 121px;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom: 40px;
}

li.menu,
li.menusel a,
li.menu a{
	width: 220px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 17px;
	background: url('/img/menubg.png') no-repeat;
	display: block;
}

li.menu{
	padding: 0;	
}

li.menu a,
li.menusel a{
	background: none;	
	padding-left: 50px;
	text-decoration: none;
	display: block;
}

li.menu:hover,
li.menusel{
	background: url('/img/menubg2.jpg') no-repeat;;
	display: block;
	width: 270px;
}

#conduct_top{
	background: url('/img/conduct_top.png') no-repeat;	
	height: 11px;
	width: 270px;
}

#conduct{
	background: url('/img/conductbg.png') repeat-y;	
	color: #3144ba;
	font-size: 20px;
	padding: 0px 0px 0px 26px;
}

#conduct_bot{
	background: url('/img/conduct_bot.png') no-repeat;	
	height: 10px;
	width: 270px;
}

li.cond_light{
	background: url('/img/tickl.png') no-repeat;	
	padding: 0px 30px 20px 30px;
	color: #646464;
	font-size: 15px;
}

li.cond_dark{
	background: url('/img/tickd.png') no-repeat;	
	padding: 0px 30px 20px 30px;
	color: #646464;
	font-size: 15px;
}

li.cond_light_small{
	background: url('/img/tickl_small.png') no-repeat;	
	padding: 0px 15px 10px 15px;
	color: #646464;
	font-size: 14px;
}

li.cond_dark_small{
	background: url('/img/tickd_small.png') no-repeat;	
	padding: 0px 15px 10px 15px;
	color: #646464;
	font-size: 14px;
}

ul#cond{
	margin: 0;	
	padding: 27px 0px 0px 0px;
}

.left_span{
	padding: 20px 35px 0px 35px;
}

p#add_head{
	color: #4056df;
	font-size: 18px;
	font-weight: 400;
}

p.left_text{
	color: #FFF;
	font-size: 15px;
}

.gml a,
.gml{
	color: #4056df;	
}

#main_menu{
	width: 630px;
	padding: 172px 0px 0px 0px;
}

.content_area{
	padding: 32px 29px 32px 29px;	
}

h1{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p.main_text{
	font-size: 14px;
}

.link{
	width: 220px;
	height: 30px;	
}

#offer{
	background: url('/img/offer.png') no-repeat;
	width: 154px;
	height: 132px;
	padding: 95px 56px 46px 56px;	
	display: block;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.yellow{
	color: #fffc21;	
}

img.linkpage{
	border: 0;
	padding: 0px 10px 20px 0px;
	float: left;
}

ul.main_list{
	padding-top: 15px;	
}

.tiny_link{
	font-size: 12px;
	color: #5e5e5e; 
}

.galleria{
	list-style: none;
	margin-top: 15px;
}
.galleria li{
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}
.galleria li a{
	display: none
}
.galleria li div{
	position: absolute;
	display: none;
	top: 0;
	left: 180px
}
.galleria li div img{
	cursor: pointer
}
.galleria li.active div img,.galleria li.active div{
	display: block
}
.galleria li img.thumb{
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto
}
.galleria li .caption{
	display: block;
	padding-top: .5em
}
* html .galleria li div span{
	width: 400px
} /* MSIE bug */

.galleria_container{
	height: 600px;
	padding-right: 29px;
}


