html, body {
	height:100%;
}

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #000000;
}

sup, sub, small {font-size: 10px;}



#wrap {
	width: 994px;
	margin: auto;
	text-align: center;
	overflow: auto; 
}

#header {
	background: url(/themes/gogol/images/top_all.png) no-repeat;
	height: 340px;
}

#top-h {
	overflow: auto;
	height: 20px;
	padding: 85px 85px 0 85px;
}

#lang {
	float: left;
	width: 150px;
}

#lang img{
	margin-right: 10px;
}

#map {
	float: right;
}

#map a {
	margin-right: 10px;
}

#home {display: block;height: 14px;width: 14px;background: url(/themes/gogol/images/home.png);float:left;}
#home:hover {background-image: url(/themes/gogol/images/home_hover.png);}

#mail {display: block;height: 14px;width: 14px;background: url(/themes/gogol/images/email.png);float:left;}
#mail:hover {background-image: url(/themes/gogol/images/email_hover.png);}

#find {display: block;height: 14px;width: 14px;background: url(/themes/gogol/images/search.png);float:left;}
#find:hover {background-image: url(/themes/gogol/images/search_hover.png);}

#bot-h {
	padding: 40px 120px 0 120px;
	overflow: auto;
}

#logo {
	float: left;
	width: 300px;
}



#content {
	background: url(/themes/gogol/images/bg_main.png) repeat-y;
	padding: 10px 120px 40px 120px;
	line-height: 140%;
	overflow: auto;
	width: 754px;
}

#content a {
	color: #B1785B;
}

#content p {
	padding-bottom: 15px;
}

#content h1 {
	font-size: 24px;
	padding-bottom: 20px;
}

#content h2 {
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 30px;
}

#content strong {
	font-weight: bold;
}

#content em, #content i {
	font-style: italic;
}

#content ul {
	padding-left: 80px;
	list-style: disc;
	line-height: 140%;
	margin-bottom: 25px;
}

#content li {
	margin-bottom: 10px;
}

td.logo-list img {
	width: 200px;
	height: 120px;
}

.logo-list td {
	width: 30%;
	padding: 15px;
}

.left {float: left;margin: 15px;}
.right {float: right;margin: 15px;}

.small-pics {
	width: 300px;
	height: 200px;
	z-index: 1;
}

.frame-left {
	width: 300px;
	height: 200px;
	background: url(/themes/gogol/images/frame_a.png);
	position: relative;
	float: left;
	margin-left: -315px;
	top: 15px;
	z-index: 500;
	cursor: pointer;
}

.frame-vertical {
	width: 200px;
	height: 300px;
	background: url(/themes/gogol/images/frame_b.png);
	position: relative;
	float: left;
	margin-left: -215px;
	top: 15px;
	z-index: 500;
	cursor: pointer;
}

.frame-right {
	width: 300px;
	height: 200px;
	background: url(/themes/gogol/images/frame_a.png);
	position: relative;
	float: right;
	z-index: 500;
	margin-left: -315px;
	margin-right: 15px;
	top: 30px;
	cursor: pointer;
}


.inscript {
	width: 300px;
	height: 270px;
	background: url(/themes/gogol/images/podpis.jpg) no-repeat bottom center;
}

.in-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 240px;
	height: 30px;
	padding: 15px 30px;
	text-align: center;
	line-height: 130%;
	
}

#netlight {font-size: 8pt;	width: 190px; font-family: Arial, Tahoma, sans-serif;float:left;}
#netlight img {margin-right: 10px;float: left;}
#netlight a {color: #fff;}

#copy {font: 8pt Arial, Tahoma, sans-serif;color: #fff;width: 180px;text-align: right;float: right;}


