/*******************************************************
	HTML ELEMENTS
*******************************************************/ 
/* 	top elements 	*******************************/
* { padding: 0; margin: 0; }
body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #FFFFFF;/*#A9BAC3; url(../images/bg.gif) repeat-x;*/
	/*text-align: center;*/
}
/*	 links 	**************************************/
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* 	headers 	**************************************/
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 0.9em; }

p, h1, h2, h3, h4,h5 {
	margin: 10px 10px 5px 10px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* 	images 	**************************************/
img {
	border: 1px solid #CCC;
}
img.icon{
	border:0;
	padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
label.radiolabel{
	display:inline;
	font-weight:normal;
}
form {
	margin:10px; padding: 0;
	border: 0; 
}
input {
	padding: 2px;
	border:1px solid #bbb;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}
input.long{
	width:300px;
}
input.sml{
	width:20px;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #bbb;
	height:100px;
	display:block;
	color:#777;
}
textarea.anket {
	height:50px;
}
td{
	vertical-align: top;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #E4E4E4;
}
/********************************************************
	LAYOUT
*********************************************************/
#header {
	position: relative; 
	height: 200px;	
	/*border-top: 5px solid #83ACCA;*/
	background: #FFF url(../images/arka.jpg) repeat-x 0% 100%;	
}

#header_content	{
	position: relative;
	height: 200px;
	width:950px;
	padding:0; 
	background: #FFF url(../images/header-bg.jpg) no-repeat left top;
}/*
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 7px; left: 105px;	
}*/

#home {
	width: 880px;
	background: #FFF;
	text-align: left;
	margin:0 auto;
	padding:0px 10px 15px 10px;
	border-top: 5px solid #568EB6;

}
#wrap {
	width: 880px;
	background: #FFF;
	text-align: left;
	margin:0 auto;
	padding:15px 10px;	border-top: 5px solid #568EB6;

}
#content{
	margin: 0px;
}
#footer { 
	clear: both; 
	color: #FD8F3A; 
	background: #FFFFFF; 
	margin: 0; padding: 0; 
	font-size: 95%;	
}
#fcontent{ 
	width:900px;
	height: 50px;
	margin: 0 auto; padding: 0; 	
	border-top: 5px solid #568EB6;
	text-align: center;
}
#fcontent .left{
	float:left;
	margin:0;
	padding:0;
	width:40px;
}
#fcontent .center{
	float:left;
	margin:0;
	padding:0;
	width:820px;
}
#fcontent .right{
	float:left;
	margin:0;
	padding:0;
	width:40px;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FD8F3A;
}

#bottom img{
	border:0;
}
/* 	menu tabs	 **********************************/
#header ul {
	/*z-index: 999999;*/
	position: absolute;
	margin:0; padding: 0;
	list-style:none;
	left: 220px; 
	bottom: 0px !important; bottom: 0px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}

#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs **********************************/

#portfolio img {
	border: 3px solid #CCCCCC;
	margin: 5px 15px 5px 5px ;
}

#portfolio a:hover img{
	border: 3px solid #FE9900;
}

/* title links **********************************/
#heading {
	display: block;
	text-align: left;
	margin-bottom: 1em;
}

#heading ul {
	margin:0; padding: 0;
	list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 12px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#heading li {
   display:inline;
   margin:0; padding:0;
   background: url(../images/square.gif) no-repeat left center;
}
#heading a {
   margin:0;
   padding:0 5px 0 18px;
   text-decoration:none;
}
#heading a span {
   display:block;
   padding:6px 15px 3px 8px;
   color: #FFF;
}

/* slider top panel styles **********************************/
#top-panel{
	background:#FFFFFF;
	border-bottom:3px solid #a6c34e;
	padding:14px 0;
}
#top-panel img{
	border: 0;
}
#sub-panel{
	text-align:center;
}
#sub-panel a{
	width:150px;
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:30px;
	font-weight:bold;
	background:url(../images/sub-left.png) bottom left no-repeat #a6c34e;
}
#sub-panel a span{
	padding:6px;
	background:url(../images/sub-right.png) right bottom no-repeat;
	display:block;

}
/* tool tip styles **********************************/
div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
/* stat counter container box; */
#sccontainer{
	width: 800px;
	float: left;
	text-align:center;
}
/* teaser box styles **********************************/
.teaser {
	float:left;
	width:430px;
	height:160px;
	padding:0 0 14px 0;
	margin:5px;
	background:url("../images/tsr.gif") bottom left no-repeat;
}
.teaser h3 {
	margin:0;
	padding:7px 10px 3px 10px;
	background:url("../images/tsr.gif") top left no-repeat;
}
.teaser p, .teaser a.more {
	margin:0;
	padding:0 10px 3px;
	border:1px solid #d8d8d8;
	border-width:0 1px;
	background:#fff;
}
.teaser a.more {
	display:block;
	text-align:right;
	background:url("../images/tsr-a.gif") 410px 50% no-repeat;
	padding:0 24px 0 0;
	text-decoration:none;
	color:#4284B0;
}
.teaser a.more:hover {
	text-decoration:underline;
}
.teaser img {
	margin: 0 5px 5px 0;
}
/* end of teaser box styles **********************************/
.dot{
	padding-bottom: 4px;
	border-bottom: 1px dotted #CCC;
}
.notice{
	padding: 5px;
	border: 1px dotted red;
	border-left: 4 pixel solid blue;
}

.float-left{ float: left; }
.no_border { border: 0; }
.no_bd_fl-left  { border: 0; float: left; margin: 0 5px 5px 0;}
.dashed{ border-bottom: 1px dotted #CCC; }
.clear{ clear:both; }

.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
.orange{ color: #FE9900; }
.dark-blue{ color: #5A6E8F}
.scarlet { color: #D62A2A}
.greenish { color: #83A750} 
.blue{ color: #0E4FAF}
.sml{ font-size: 0.8em;}

