@charset "utf-8";
/* CSS Document */
* {
	outline: none;
}
body {
	background: #d7e9f5;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	height: 100%; 
	background: #d7e9f5 url(../images/intro/bg_rpt.jpg) repeat-x top;
}
.sub_div {
	background: url(../images/intro/main_bg.jpg) no-repeat top; 
	min-height: 765px;
}
.clear {
	clear: both;
	line-height: 0px;
}

#main_bg {
	background: url(../images/intro/main_bg.png) no-repeat;
	width: 791px;
	height: 443px;
	margin: 215px 0px 0px 0px;
	color: #ffffff;
	position: relative;
}

.top_left {
	width: 270px;
	height: 97px;
	margin-left: 47px;
	margin-top: 125px;
	float: left;
	text-align: left;
}
.top_center {
	background: url(../images/intro/button_top.png) no-repeat bottom;
	width: 154px;
	height: 95px;
	margin-top: 125px;
	float: left;
	position: relative;
}
.top_center img {
	border: none;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}

.top_right {
	width: 270px;
	height: 97px;
	margin-top: 125px;
	margin-right: 50px; 
	float: right;
	text-align: right;
}

.bot_left {
	width: 270px;
	height: 65px;
	margin-left: 47px;
	margin-top: 33px;
	float: left;
	text-align: left;
}
.bot_center {
	background: url(../images/intro/button_bottom.png) no-repeat top;
	width: 154px;
	height: 65px;
	float: left;
	position: relative;
}
.bot_center img {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.bot_right {
	width: 270px;
	height: 65px;
	margin-top: 33px;
	margin-right: 50px; 
	float: right;
	text-align: right;
}



/* Top left parametrai div'u */
.top_left_p {
	float: left;
	text-align: left;
	width: 125px;
	padding-left: 10px;
	padding-top: 5px;
}
.top_left_p span {
	padding-left: 10px;
}
.top_right_p {
	float: right;
	text-align: left;
	width: 135px;
	padding-top: 5px;
}
.top_right_p span {
	padding-left: 10px;
}
/* end. */
/* Top right parametrai div'u */
.top_leftt_p {
	float: left;
	text-align: left;
	width: 130px;
}
.top_rightt_p {
	float: right;
	text-align: left;
	width: 120px;
	padding-left: 10px;
}
/* end. */

/* Bot left parametrai div'u */
.bot_left_p {
	float: left;
	text-align: left;
	width: 130px;
	margin-left: 10px;
}
.bot_right_p {
	float: right;
	text-align: left;
	width: 120px;
}
/* end. */
/* Bot right parametrai div'u */
.bot_leftt_p {
	float: left;
	text-align: left;
	width: 125px;
	padding-left: 10px;
	padding-top: 5px;
}
.bot_leftt_p span {
	padding-left: 10px;
}
.bot_rightt_p {
	float: right;
	text-align: left;
	width: 135px;
	padding-top: 5px;
}
.bot_rightt_p span {
	padding-left: 10px;
}
/* end. */
#languages {
	display: block;
	height: 20px;
	margin-top: 55px;
}
#languages #left_lang {
	float: left;
	width: 390px;
	text-align: right;
}
#languages #left_lang a img {
	float: right;
	border: none;
	margin: 5px 0 0 8px;
}
#languages #left_lang a span {
	display: block;
	height: 20px;
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: #6666cc;
	background: url(../images/lang_left.png) no-repeat;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
}
#languages #right_lang {
	float: left;
	width: 385px;
	text-align: left;
	margin-left: 8px;
	display: inline;
}
#languages #right_lang a img {
	float: left;
	border: none;
	margin: 5px 8px 0 0;
}
#languages #right_lang a span {
	display: block;
	height: 20px;
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: #6666cc;
	background: url(../images/lang_right.png) no-repeat;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
}

