/* General styles */
 body {
	margin: 0;	padding: 0;
	margin-left: auto;
	margin-right: auto;

	font-family:  Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.8em;	
	color : #787878;
	text-align: center;
	background: url(../images/bg-body.gif) repeat-x;
}

/*	--------------			clearfix			-------------*/
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*	--------------			//clearfix			-------------*/

a { text-decoration: none; color: #f8901f; text-decoration: underline; }
a:hover { text-decoration: none;}

ul, ol, li, h1, h2, h3, h4, hr, p, form, fieldset, input, label, img, td, th, dl, dd, dt {margin: 0; padding: 0; }
img {  border: none; }

ol	{ padding-left: 20px; }
ul	{ padding-left: 12px; _padding-left: 17px;}
ul ul {
	padding-left: 1em;
}
li {
	margin-bottom: 3px;
}
	
h1 {
	margin-bottom: 10px;
	color: #f7701e;
	font-weight: normal;
}

h2 {
	margin-bottom: 10px;
	font-size: 120%;
}

h3 {
	color: #f7701e;
	font-size: 100%;
	font-weight: bold;
	margin-bottom:10px;
}

h4 {
	color: #f7701e; 
	margin-bottom:10px;
	font-weight: normal;
}

p {
	margin-bottom: 10px;
}

/*---------------------------------------------------------------------- LAYOUT---*/

#all {
	width: 771px;
	text-align: left;
	margin: auto;
	background: #FFF;
}

#header {
	width: 771px;
	height: 197px;
	background: url(../images/bg-header.jpg);
}
#content {
	width: 771px;
	border-bottom: 3px solid #f7701e;
}

#content-inner {
	margin: 30px 15px 40px 20px;
	width: 736px;

}

#footer {
	width: 771px;
	height: 29px;
	background: #000;
	color: #FFF;
}

#left {
	width: 534px;
	padding-right: 15px; 
	float: left;
	border-right: 1px solid #c4c4c4; 	
}
#right {
	width: 172px;
	padding-left: 10px;
	float: right;
}


/*---------------------------------------------------------------------- HEADER---*/
#logo {
	width: 281px;
	height: 197px;
	background: url(../images/logo.jpg);
	float: left;
}
#logo a {
	display: block;
	width: 281px;
	height: 197px;
}
#menu {
	height: 22px;
	text-align: center;
 	background: url(../images/bg-menu.gif);
 	font-size: 110%;
	padding-top:7px;
	color: #ffaa50; 
}



/*--------------------- MENU---*/

#menu a {
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#menu a:hover {
	color: #ffaa50;
}

	
/*----------------------------------------------------------------------------------- FOOTER ---*/

#footer p {
	padding: 7px 0px 0 20px;
}
	
	
/*----------------------------------------------------------------------------------- FORM ---*/
input, select, textarea {
	font-family:  Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 100%; 
	width: 350px;
	vertical-align: middle;
	margin-bottom: 5px;
	border: 1px solid #787878; 
}
textarea {  
	width: 200px;
	min-height: 60px; _height: 60px;
}
label {
	display: block; 
	width: 120px;
	float: left; clear: left;
	color: #787878; 
}
input.submit   { 
	width:auto;
	/*padding: 0 5px;*/
	color: #FFF;
	background: #787878; 
	cursor: pointer;
	
}

/*---------------------------------------------------------------------------- TABLES --------*/
table { 
	color: #FFF;
	margin-bottom:20px; 
	border-collapse: collapse; 
	font-size: 100%; 
}
th { 
	padding: 2px; 
	font-weight: bold; 
	text-align: left;
	border-right: 1px solid #FFF;
	border: 1px solid #787878;
	color: #FFF;
	background: #787878;
}
td { 
	text-align:left;
	padding:2px; 
	vertical-align: top;
	border-right: 1px solid #FFF;
	border: 1px solid #787878;
	color: #787878;
}

/*----------------------------------------------------------------------------- OTHERS ---*/
hr { margin-bottom: 10px; }
.right { float: right }
.left { float: left }
.fright { float: right; margin: 0 0 5px 3px; }
.fleft { float: left; margin: 0 10px 1em 0; }
.tright, td.tright, th.tright { text-align : right }
.tleft, td.tleft { text-align : left }
.center, td.center { text-align : center;}
.middle { vertical-align : middle }
.clear { clear: both;}
.bold { font-weight: bold;}
.awebsys { text-decoration: none; color: #8f8f8f;  }
.awebsys:hover { text-decoration: underline;}
.red { color: #f10000}
.border { border: 3px solid #808080; }
.jmeno2 { display: none; } /* antispam */

