body {
	margin: 0;
	padding: 25px 0 50px 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	background: url(../images/body_bg.jpg) repeat-x #E8E8E8;
}

h2 {
	font-size: 200%;
	margin: 0 0 0.8em 0;
	font-weight: normal;
	color: #1796de;
	line-height: 125%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
}

h3 {
	font-size: 150%;
	line-height: 125%;
	margin: 0 0 1.0em 0;
	font-weight: normal;
	//color: #5f9934;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

h4 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 115%;
	margin: 0 0 0.9em 0;
	padding-top: 0.2em;
	font-weight: bold;
	line-height: 130%;
}

p {
	margin: 0 0 1.25em 0;
	font-size: 110%;
}

ul.ul {
	margin: 0 0 1.5em 0;
	font-size: 105%;
}

ul.ul li {
	display: block;
	list-style-type: none;
	margin-bottom: 8px;
	padding-left: 25px;
	background: url(../images/icon_dot.png) no-repeat 10px 0.6em;
}


strong {
	font-weight: bold;
}

.icon_map { background-image: url(../images/icon_map.gif); }
.icon_a_arrow { background-image: url(../images/icon_arrow.png); padding-right: 20px; float: left; }
.icon_arrow_black { background-image: url(../images/icon_arrow_black.png); }

.a_button {
	background: url(../images/a_button_bg_right.png) no-repeat 100% 0;
	display: block;
	height: 25px;
	float: left;
	margin-right: 15px;
	line-height: 25px;
	font-size: 105%;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 20px;
}

.a_button span {
	background: url(../images/a_button_bg_left.png) no-repeat 0 0;
	display: block;
	height: 25px;
	padding: 0 10px 0 20px;
	float: left;
}

.a_button_back span {
	background-image: url(../images/a_button_bg_left_back.png);
}


#container {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 962px;
	font-size: 1.1em;
}

#header {
	height: 88px;
}

h1#logo {
	width: 213px;
	height: 58px;
	float: left;
	position: relative;
	left: 50px;
}

h1#logo a {
	display: block;
	width: 213px;
	height: 58px;
	float: left;
	background: url(../images/logo.png) no-repeat;
	text-indent: -2000em;
}

#nav {
	float: right;
	position: relative;
	left: -35px;
	top: 24px;
}

#nav li {
	float: left;
	position: relative;
}


#nav li.act {

}

#nav li a {
	float: left;
	text-indent: -2000em;
	padding: 0 15px 10px 15px;
	line-height: 10px;
}

#nav li a img {
	display: block;
}

.tab_nav {
	width: 756px;
	position: absolute;
	left: -623px;
	top: 95px;
	text-align: center;
	background: #555555;
	height: 30px;
	z-index: 100;
	display: block;
	padding-left: 108px;
}

.tab_nav li {
	display: block;
	float: left;
}

.tab_nav li a {
	display: block;
	float: left;
	padding: 5px 10px !important;
	text-decoration: none;
	color: #ffffff;
	font-size: 110%;
	text-indent: 0 !important;
	line-height: 1.6 !important;
	white-space: nowrap;
}

.tab_nav li a:hover {
	background-color: #777777;
}

.tab_nav li.act a {
	border-top: 3px solid #5FA02E;
	border-bottom: 3px solid #5FA02E;
	background-color: #5FA02E;
	margin-top: -2px;
}

#content {
	background: url(../images/content_bg_bottom.png) no-repeat 50% 100% #ffffff;
	width: 962px;

}

#content_bg {
	padding: 45px 50px 25px 50px;
	background: url(../images/content_bg_top.jpg) no-repeat 50% 0;
}

#content_index_image {
	position: relative;
	top: -45px;
	left: 50px;
	float: right;
	margin: 0 0 -20px -25px;
}

#main {
	background: url(../images/1x1.png) no-repeat;
}

.takuu_100 {
	position: absolute;
	right: 335px;
	top: 55px;	
}

#txt_h2_index {
	text-indent: -2000em;
	width: 436px;
	height: 90px;
	background: url(../images/h2_index.png) no-repeat 0 0;
}

#txt_h3_index {
	text-indent: -2000em;
	width: 436px;
	height: 32px;
	background: url(../images/h2_index.png) no-repeat 0 100%;
}

.column_double {
	float: left;
	width: 65%;
	margin-right: 3%;
}
	
.column_3 p {
	font-size: 100%;
}

.border_0, .border_1, .border_2, .border_3 {
	padding-top: 20px;
	background-repeat: repeat-x;
}

.border_0 { background-image: url(../images/line_0.png); }
.border_1 { background-image: url(../images/line_2.png); }
.border_2 { background-image: url(../images/line_1.png); }
.border_3 { background-image: url(../images/line_3.png); }

.color_0 { color: #000000; }
.color_1 { color: #1796de; }
.color_2 { color: #5f9934; }
.color_3 { color: #d2681c; }

.column_3 {
	margin-bottom: 20px;
}

.column_3 p {
	margin-bottom: 1.0em;	
}

.column_3 h4 {
	margin-bottom: 0.5em;	
}

.price {
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
}

.price .item1 {
	background-color: #0A9AEB;
	padding: 8px 12px;
	display: inline-block;
	font-size: 2.0em;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.price .item2 {
	background-color: #555555;
	padding: 8px 12px;
	display: inline-block;
	font-size: 2.0em;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-indent: -22px;
	position: relative;
	z-index: 10;
}

#esim-raportit {
	display: block;
	margin-bottom: 15px;
}

#esim-raportit li {
	display: block;
	float: left;
	width: 88px;
	text-align: center;
	line-height: 1.3;
}

#esim-raportit a {
	display: block;
	margin: 0 auto 5px auto;
	width: 76px; 	
	border: 1px solid #d0d0d0;
}

#esim-raportit a:hover {
	border-color: #888888;	
}

#esim-raportit img {
	border: 3px solid #ffffff;
}

#footer .contact {
	position: relative;
	left: 50px;
	top: 10px;
}

#footer .contact li {
	float: left;
	background: url(../images/separator.png) no-repeat 9px 60%;
	padding: 0 0 0 20px;
}

#footer .contact li.first {
	background: transparent;
	padding: 0;
}

#footer .contact li a {
	color: #000000;
	text-decoration: none;
}

#footer .contact li a:hover {
	text-decoration: underline;
}

/* MESSAGE */

.message {
	padding: 10px 12px 1px 12px;
	margin-bottom: 20px;
	font-size: 110%;
	width: 90%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.message_error {
	color: #ffffff;
	background: #ff0000;
}

.message_ok {
	background: #5FA02E;
	color: #ffffff;
}

.message p {
	margin-bottom: 0.6em !important;
}

.message_min {
	padding: 8px 12px 0 12px;
	margin-bottom: 15px;
	font-size: 95%;
}

