/*
Copyright (c) 2009, logothetis Valasakis
for dugas apparments
*/

*{
margin:0;
padding:0;
}

html {
margin:0;padding:0;width: 100%;
}

body {
padding : 15px 0 0 0;
margin: 0;
background: #fff url(../images/back.gif) repeat-x top;

}

#wrapper {
margin:0 auto;
width: 750px;
background-color: #FAF2F8;
}


h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:15px;  
	color: #076cb0;
	margin:2px;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:14px; color: #4195ce;
	margin:2px;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

#hd {
	background: #00cdc7 url(../images/top_back.gif) top no-repeat;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	height: 330px;
}


#hd1 {
	background: #00cdc7 url(../images/top_back.gif) top no-repeat;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	height: 128px;
} 

#hd .tittle , #hd1 .tittle {
padding-left:10px;
border: 0;
}

#bd {
background-color: #FAF2F8;
width: 710px;
margin: 0 auto;
padding: 0;
font: 13px Verdana, Arial, Helvetica, sans-serif;
}
#bd_prosvasi {
background: #fff url(../images/indentbg.gif) repeat-x top;
width: 710px;
margin: 0 auto;
padding: 0;
font: 13px Verdana, Arial, Helvetica, sans-serif;
}

#ft {
background:#FAF2F8 url(../images/ft_back.gif) bottom no-repeat;
clear: both;
text-align:center;
padding:0;
width: 750px;
height: 40px;
display: inline-block;
}
#yui-main 
{
	background-color: #FAF2F8;
}

.p {padding: 0 15px; 
}

#main {
padding:0;
margin:0;
background-color: #FAF2F8;

}



.indentmenu{
font: bold 13px Arial;
width: 750px; /*leave this value as is in most cases*/
overflow: hidden;
margin:0;
padding: 0;
background: white url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
background: white url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 4px 11px;
text-decoration: none;
border-right: 1px solid #4096ee; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #025D8C !important; /*text color of selected and active item*/
background: white url(../images/indentbg2.gif) center center repeat-x;
}

#ft p {
font-size: 12px;
color:#FFFFFF;
padding-top:22px;
font-weight: bold;

}

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


.date {
background-color: #5ecdd1;
colspan: 2;
}

.h3_1 {
font-weight:bold;
color: green;
}

.h3_2 {
font-weight:bold;
color: orange;
}

.h3_3 {
font-weight:bold;
color: red;
}

h3 {
color: #4195ce;
}