/*
----------------------------------------------------------------
----------------------------------------------------------------
--- CSS v.2 FILE FOR SARJA SITE CREATED BY MARTIN FUSKO 2009 ---
----------------------------------------------------------------
----------------------------------------------------------------
*/

/*
--------------
--- GLOBAL ---
--------------
*/

body {
	position: relative;
	margin: 20px;
	font-size: 85%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;	/* for IE */
	color: #4d4c4c;
	background-color: #92c705;
	background-image: url(../images/body_background.png);
	background-repeat: repeat;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.separator {
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
}

/*
------------
--- MAIN ---
------------
*/

#main {
	position: relative;
	margin: 0px auto;
	width: 985px;
	text-align: left;	/* for IE */
	background-color: #fff;
}

/*
--------------
--- HEADER ---
--------------
*/

#header {
	position: relative;
	width: 985px;	
	height: 425px;
	border-top: 6px solid #ff8400;	
}

#header h1 {
	position: absolute;
	top: 13px;
	left: 26px;
	width: 248px;
	height: 71px;
	margin: 0px;
	padding: 0px;
}

h1 span {
  display: none;
}

#header #watchcry {
	position: absolute;
	top: 34px;
	right: 92px;
	width: 564px;
	height: 38px;
}

#header #header_image {
	position: absolute;
	width: 920px;
	height: 270px;
	top: 86px;
	left: 34px;
}

/*
--------------
--- MENU_1 ---
--------------
*/

#menu_1_box {
	position: absolute;
	top: 356px;
	left: 0px;
	width: 985px;
	height: 48px;
	background-image: url(../images/menu_1_box_background.gif);	
	background-repeat: no-repeat;
}

#menu_1_box_left {
	position: absolute;
	top: 0px;
	left: -20px;
	width: 20px;
	height: 48px;
	background-image: url(../images/menu_1_box_left_background.png);	
	background-repeat: no-repeat;
}

#menu_1_box_right {
	position: absolute;
	top: 0px;
	right: -20px;
	width: 20px;
	height: 48px;
	background-image: url(../images/menu_1_box_right_background.png);	
	background-repeat: no-repeat;
}

#menu_1 {
	position: absolute;
	top: 0px;
	left: 19px;	/* center 80 */
	width: 960px; /* 830 */
	height: 39px;
	margin: 0px;
	padding: 0px;
	list-style: none;	
	background-repeat: no-repeat; 
	background-position: top left;	
}

#menu_1 li {
	float: left;
	height: 39px;
	margin: 0px;
	padding: 0px;
}

#menu_1 .li_1, #menu_1 .li_2, #menu_1 .li_3, #menu_1 .li_4, #menu_1 .li_5 {
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

#menu_1 .li_1 {
	width: 97px;
	background-image: url(/images/menu_1_li_1_background.png);
}

#menu_1 .li_2 {
	width: 166px;
	background-image: url(/images/menu_1_li_2_background.png);
}

#menu_1 .li_3 {
	width: 319px;
	background-image: url(/images/menu_1_li_3_background.png);
}

#menu_1 .li_4 {
	width: 240px;
	background-image: url(/images/menu_1_li_4_background.png);
}

#menu_1 .li_5 {
	width: 122px;
	background-image: url(/images/menu_1_li_5_background.png);
}

#menu_1 li a {
	position: absolute;
	height: 39px;
	padding: 0px;
}

#menu_1 li a:hover {
	background-position: 0px -39px;
	height: 39px;
}

/*
-----------------------
--- CONTENT_IN_MAIN ---
-----------------------
*/

#content_in_main {
	position: relative;
	width: 985px;
	background-color: #fff;
}

/*
----------------
--- COLUMN_1 ---
----------------
*/

#content_in_main .column_1 {
	float: left;
	width: 240px;
	padding: 0px 0px 0px 5px; /* top right bottom left */	
}

#content_in_main .column_1 .logo_dme_small {
	float: left;
	width: 235px;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	padding: 20px 0px 20px 0px; /* top right bottom left */	
}

#content_in_main .column_1 .logo_dme_small img {
	padding: 10px 0px 0px 0px; /* top right bottom left */	
}

.column_1 #facebook_box {
	float: left;
	padding: 10px 14px 15px 14px; /* top right bottom left */	
}


/*
--------------
--- MENU_2 ---
--------------
*/

.menu_2_box {
	float: left;
	top: 0px;
	left: 0px;
	width: 240px;
	background-image: url(../images/menu_2_box_background.gif);	
	background-repeat: repeat-y;
}

.menu_2 {
	float: left;
	top: 0px;
	left: 0px;
	width: 240px;
	margin: 0px;
	padding: 5px 0px 30px 31px; /* top right bottom left */	
	list-style: none;
	background-image: url(../images/menu_2_background.gif);	
	background-repeat: no-repeat; 
	background-position: bottom left;
}

.menu_2 li {
	float: left;
	width: 189px;
	margin: 0px;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	clear: both;
}

.menu_2 li a {
	float: left;
	width: 160px;	
	font-size: 90%;
	text-decoration: none;
	color: #ff8400;
	padding: 10px 0px 5px 29px; /* top right bottom left */
	font-weight: bold;
	text-align: left;
	background-image: url(../images/menu_2_li_background.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}

.menu_2 li a:hover {
	color: #a6d230;
	background-position: -210px 0px;
	text-decoration: none;			
}

.menu_2 .menu_2_inner_1, .menu_2 .menu_2_inner_2 {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu_2 .menu_2_inner_1 li, .menu_2 .menu_2_inner_2 li {
	margin: 0px;
	padding: 3px 0px 0px 0px; /* top right bottom left */
	background-image: none;
}

.menu_2 .menu_2_inner_1 li a, .menu_2 .menu_2_inner_2 li a {
	margin: 0px;
	padding: 0px 0px 0px 29px; /* top right bottom left */
	color: #ff8400;
	font-weight: normal;
	background-image: url(none);
}

.menu_2 .menu_2_inner_2 li a {
	color: #4d4c4c;
	padding: 0px 0px 0px 40px; /* top right bottom left */
}

.menu_2 .menu_2_inner_1 li a:hover, .menu_2 .menu_2_inner_2 li a:hover {
	color: #a6d230;
	text-decoration: none;
}

.menu_2_box h2 {
	float: left;
	width: 189px;
	height: 30px;	
	margin: 0px;
	padding: 7px 0px 0px 51px; /* top right bottom left */	
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/menu_2_h2_background.gif);
	background-repeat: no-repeat;
}

/*
----------------
--- COLUMN_2 ---
----------------
*/

#content_in_main .column_2 {
	float: left;
	width: 460px;
	padding: 0px 0px 0px 25px; /* top right bottom left */	
}

* html #content_in_main .column_2 {
	width: 460px;
	padding: 0px 0px 0px 0px; /* top right bottom left */	
}

.column_2 h2 {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 2px; /* top right bottom left */	
	font-size: 200%;
	font-weight: normal;
	color: #ff8400;
	letter-spacing: 5px;
	border-bottom: 1px solid #bfbfbf;
}

.column_2 p {
	line-height: 1.4em;
}

.column_2 a {
	color: #ff8400;
}

.column_2 .images_box {
	text-align: center;
}

.column_2 .images_box img {
	padding: 15px 0px 0px 0px; /* top right bottom left */
}

.column_2 #map_canvas {
	width: 460px;
	height: 350px;
	margin: 10px 0px 0px 0px; /* top right bottom left */		
	border: 2px solid #ff8400;
}

.column_2 .left {
	float: left;
	padding: 15px 10px 0px 0px; /* top right bottom left */
}

.column_2 h3, .column_2 table {
	border-collapse: collapse;
	border: 1px solid #dbdbdb;
	font-size: 95%;
}

.column_2 h3, .column_2 table caption {
	position: relative;
	margin: 0px;
	padding: 0px 0px 5px 0px; /* top right bottom left */	
	font-size: 105%;
	font-weight: bold;
	color: #ff8400;
	text-align: left;
}

.column_2 h3 {
	border: none;
	padding: 0px;
	margin: 0px;	
}

.column_2 h4 {
	font-size: 120%;	
}

.column_2 table .first {
	font-weight: bold;
}

.column_2 table .odd {
	background-color: #f0f0f0;
}

.column_2 table td {
	padding: 3px 5px 3px 5px; /* top right bottom left */	
}

.column_2 form table .first {
	width: 190px;
	font-weight: normal;
}

.column_2 form {
	padding: 20px 0px 20px 0px; /* top right bottom left */	
}

.column_2 form table {
	border: none;
	width: 100%;
}

.column_2 form table input, .column_2 form table textarea {
	border: 1px solid #dbdbdb;
	width: 100%;
	font-size: 100%;
	padding: 2px 4px 2px 4px; /* top right bottom left */	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.column_2 form table .menu_3 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.column_2 form table .menu_3 input {
	width: inherit;
}

.column_2 .error {
	color: #f00;
}

.column_2 legend {
	font-size: 120%;
	padding: 0px 10px 0px 10px; /* top right bottom left */
}

.column_2 .news img {
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;	
}

.column_2 .news p {
	clear: both;
}

/*
----------------
--- COLUMN_3 ---
----------------
*/

#content_in_main .column_3 {
	float: right;
	width: 226px;
	padding: 0px 6px 17px 0px; /* top right bottom left */
	background-image: url(../images/column_3_background.gif);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

.column_3 h2 {
	float: left;
	width: 175px;
	height: 30px;	
	margin: 0px;
	padding: 7px 0px 0px 51px; /* top right bottom left */	
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/column_3_h2_background.gif);
	background-repeat: no-repeat;
}

.column_3 .first h2 {
	background-image: url(../images/column_3_h2_first_background.gif);
}

.column_3 p {
	float: left;
	width: 178px;
	margin: 0px;
	padding: 4px 24px 15px 24px; /* top right bottom left */	
	font-size: 90%;
	color: #000;
	background-image: url(../images/column_3_p_background.gif);
	background-repeat: repeat-y;
}

.column_3 .first p {
	background-image: url(../images/column_3_p_first_background.gif);
}

.column_3 a {
	color: #ff8400;
}

.column_3 .logo_evastour img {
	padding: 0px 0px 0px 22px; /* top right bottom left */	
}

/*
--------------
--- FOOTER ---
--------------
*/

#footer {
	position: relative;
	width: 965px;
	height: 14px;
	padding: 45px 10px 6px 10px; /* top right bottom left */		
	text-align: right;	
	font-size: 80%;
	color: #bfbfbf;	
	background-image: url(../i/footer_background.png);	
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 4px solid #ff8400;
}

#footer a {
	color: #bfbfbf;
	font-weight: bold;
	text-decoration: none;	
}

#footer a:hover {
	color: #ff8400;
	text-decoration: none;
}

#footer .counter {
	position: absolute;
	top: 45px;
	left: 370px;
	height: 14px;		
}

#footer .copyright {
	float: right;
}

#footer #naj_icon {
	position: absolute;
	top: 45px;
	left: 350px;
	width: 14px;
	height: 14px;
}

#footer #addthis {
	position: absolute;
	top: 44px;
	left: 10px;
	width: 250px;
	height: 14px;
}

#addthis .addthis_button_facebook_like {
	position: absolute;
	top: -2px;
	left: 162px;
}

#addthis .addthis_button_facebook_like iframe {
	width: 90px !important;
}
