/* Kameni pitari Milas - CSS */

html, body {
  height: 100%; /* Required */
}

body {
	background-color:#6b8e23;
	background-image:url(img/body-bg.jpg);
	background-position:0 top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	color:#000;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}

img, #header, .menu_1, .menu_2, .menu_3, .menu_4, .menu_1_active, .menu_2_active, .menu_3_active, .menu_4_active, { behavior: url(iepngfix.htc); }

h1 {
	color:#888;
	font-size:34px;
	font-weight:normal;
	position: relative;
}

h1 span {
	color:#FFFFFF;
	display:block;
	left:-2px;
	position:absolute;
	top:-2px;
}

p { font-size:15px }

p a, p a:visited, ul li a, ul li a:visited {
	color:#fff;
	text-decoration:none;
}

p a:hover, ul li a:hover {
	color:#fff;
	text-decoration:underline;
}

#container {
	width:100%;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	padding-bottom: 40px;
}

#wrapper { 
	width:966px; 
	margin:0 auto;
}

#header {
	background-image:url(img/header-title.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:132px;
/*	padding-top:63px;
	margin-top:63px;*/
	width:100%;
	padding:0;
}

#header #menu {
	height:63px;
	float:right;
}

#content {
	width:100%;
	margin-top:26px;
	margin-bottom:26px;
	margin-left:13px;
	margin-right:13px;
	padding-bottom:50px;
}

#footer {
	width:100%;
	text-align:center;
	font-size:12px;
	color:#fff;
	background-color:#374912;
	height:34px;
	padding-top:14px;
	margin:0;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
}

#footer a, #footer a:visited {
	text-decoration:none;
	color:#fff;
	outline: none;
}

#footer a:hover {
	text-decoration:underline;
	color:#fff;
}

#footer .designeus, #footer .designeus a , footer .designeus a:visited {
	text-decoration:none;
	color:#A9C570;
	outline: none;
}

#footer .designeus a:hover {
	text-decoration:underline;
	color:#A9C570;
}

/* ---------- IMG FRAME ---------- */

.cnt_img {
	float:right; 
	border:none; 
	margin-left:20px; 
	margin-bottom:20px;
}

.cnt_img_frame {
	border:10px solid #fff;
	filter:alpha (opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	-khtml-opacity: 0.7;
}