

* 
{
margin: 0px;
padding: 0px;
}

body {
	background: #000000 url(images/back_all.gif) repeat-x;
	font-family: "trebuchet ms", Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}


a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}

#main
{
width: 960px;
margin: 0 auto;
border-left: 16px solid #ffffff;
border-right: 16px solid #ffffff;
background: #ffffff
}


/* Header */

#header {
	height: 444px;
	width: 960px;

}

#logo {
width: 960px;
height: 368px;
background: url(images/bkgd.jpg) no-repeat;
}
div.back a img{
border: 2px solid orange;
margin-bottom:3px;
}
#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 24px;
	color: #ffffff;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#menu {
height: 76px;
background: url(images/menu.gif) repeat-x;
width: 940px;
padding-left: 20px;
}

#menu ul {
	margin: 0;
	list-style: none;
	margin-left:20px;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 100px;
	height: 50px;
	text-decoration: none;
	text-align: center;
	padding-top: 26px;
	font-size: 18px;
	font-weight: normal;
	color: #be9853;
	font-family:arial,verdana,arial;

}

#menu a:hover {
	background: url(images/menu_r.gif) repeat-x;
	height: 50px;
	color:#fff;
}

/* Page */

#page {
	width: 949px;
	margin: 0 auto;
	background: url(images/page_back.gif) repeat-x;
	padding-left: 11px;
}

/* Content */

#content {
	float: left;
	width: 531px;
	margin-left: 8px;
	margin-right: 8px;
}

#content .line1
{
border: 1px solid #FE6B02;
background: #F1F1F1;
padding: 4px;
margin-bottom: 10px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

#content .top
{
width: 497px;
background: url(images/top.png) no-repeat;
height: 13px;
}

#content .middle_back
{
width: 499px;
padding: 10px;
border: 1px solid #000000;
background: #ffffff
}
#content .middle_back p
{
text-align:justify;
}

#content .title
{
width: 501px;
background: url(images/content_title.gif) no-repeat;
height: 28px;
padding-top: 10px;
padding-left: 20px;
margin-bottom: 4px;
}

#content .date 
{
	height: 31px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 3px;
	font-size: 10px;
	border: 1px solid #FE6B02;
    background: #ffffff;		
}

#content .date ul
{
	list-style: none;	
}

#content .date li
{
	display: inline; 
}

#content .small_icon1
{
background: url(images/icon1.gif) no-repeat;
height: 24px;
width: 150px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

#content .small_icon2
{
background: url(images/icon2.gif) no-repeat;
height: 24px;
width: 120px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

#content .small_icon3
{
background: url(images/icon3.gif) no-repeat;
height: 24px;
width: 100px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

.post {
	margin-bottom: 15px;
	color: #000000;
	margin-top: 10px;
}

.post a {
	color: #FE6B02;
}

.post a:hover {
	color: #FE6B02;
}

.post H2
{
color: #000000;
text-transform: uppercase;
font-size: 14px;
font-weight: bold
}
div.modkep img{
border:2px solid #d0915c;
margin-right:3px;
margin-bottom:3px;
}
div.modkep img:hover{
border:2px solid #000;
}
/* Sidebars */

.sidebar {
	float: left;
	width: 193px;
	margin-top: 10px;
	color: #000000;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 4px 0 4px 10px;
}

.sidebar a {
	text-decoration: none;
	color: #FE6B02;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0A6894;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 12px;
	color: #000000;
	background: url(images/title.gif) no-repeat;
	height: 26px;
	padding-left: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.bottom_small
{
height: 2px;
background: url(images/small_bottom.gif) no-repeat;
width: 183px;
}


#leftbar .line1, #rightbar .line1
{
border: 1px solid #FE6B02;
background: #F1F1F1;
padding: 4px;
margin-bottom: 10px;
}

#leftbar .small_back, #rightbar .small_back
{
background: url(images/small_back.gif) repeat-y;
}

/* Left Sidebar */

#leftbar {

}

/* Right Sidebar */

#rightbar {
margin-left: 5px;
}

#leftbar .back, #rightbar .back
{
background: url(images/title_back.gif) no-repeat;
padding: 10px;
}


/* Calendar */

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#fej {
	clear: both;
	padding-top: 15px;
	height: 80px;
	background: url(images/fej.jpg) repeat-x;
}
/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	height: 55px;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}


/*form*/
#regcont{
width:930px;
}
/**/
#regcont2{
margin-left:10px;
position:relative;
}
div.form-container {
margin-left: 10px;
 padding: 5px;
 background-color: #FFF;
 border: #EEE 1px solid;
 }

p.legend {
 margin-bottom: 1em;
 }
p.legend em {
 color: #C00;
 font-style: normal;
 }

div.errors {
margin: 0 0 10px 0;
background-image:url(images/error.jpg);
background-position:top left;
background-repeat:no-repeat;
display:none; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; margin-left:15px;}
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #8C8C8C; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; color:#8C8C8C; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input { border: 1px solid #8C8C8C;}
div.form-container textarea { border: 1px solid #8C8C8C;}
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none;  }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 0px; }
div.buttonrow  input:hover{
color:#ece63d;
}
p.label{
color:gray;
font-size:14px;
font-weight:bold;
}
.button{
	display:block;
	text-decoration: none;
	color: #fff;
	border:1px solid #ccc;
	padding: 3px 4px 3px 4px;
	margin-right:5px;
	font: 11px Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(images/btn_back2.jpg);
	background-repeat:repeat-x;
	
}
.button:hover{
	display:block;
	text-decoration: none;
	color: #fff;
	border:1px solid #ccc;
	padding: 3px 4px 3px 4px;
	margin-right:5px;
	font: 11px Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(images/btn_back2.jpg);
	background-repeat:repeat-x;
	
}
/*form*/
/*slide*/
 #s3{
	height:150px;
	width:183px;
	margin-top:0px;
	margin-left: 7px;
	padding-top:3px;
	padding-bottom:2px;
}

 #s3slider {
   width: 175px; /* important to be same as image width */
   height: 150px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   padding-top:0px;
   margin-left:0px;
   margin-top:0px;
 }
 
#s3slider ul {
list-style:none;
margin:0;
 }
 
#s3sliderContent {
   width: 175px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}
 
.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage a img{
	text-decoration:none;
	text-align:center;
	border:2px solid #be9853;
	margin-left:15px;
}

.s3sliderImage span {
   position: absolute; /* important */
   font: 10px/15px Arial, Helvetica, sans-serif;
   width: 0px;
   height: 0px;
   background-color: #f3f2e8;
   filter: alpha(opacity=100); /* here you can set the opacity of box with text */
   -moz-opacity: 0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0; /* here you can set the opacity of box with text */
   opacity: 0; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;
     /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
#s3.clear { clear: both; }
.label{
	text-transform:uppercase;
 }
 p.gal{
 color:#fff;
 font-size:14px;
 text-align:center; 
 }
  p.gal a{
	float:left;
	text-align:center;
	font-size:14px;
	width: 120px;
	height: 50px;
	text-decoration: none;
	padding-top: 26px;
	font-size: 18px;
	font-weight: normal;
	color: #be9853;
	font-family:arial,verdana,arial;
	background: url(images/menu_r.gif) repeat-x;
	margin-top:20px;
	margin-left:230px;

 }

p.gal a:hover {
	
	height: 50px;
	color:#fff;
	background:#156aa6;
	}
#portfolio a  img{
border:2px solid #be9853;
}
#portfolio a  img:hover{
border:2px solid #000;
}
#mail{
margin-top:40px;
margin-right:10px;
}
#mail textarea{
color:#000;
font-weight:normal;
}
#details{
margin-left:10px;

}
p.signin{
color:#fff;
font-family:tahoma,verdana,arial;
font-size:16px;
}