@charset "utf-8";
/* CSS Document
-----------------------------------------------
Rethimnon.gr - stylesheet.css
author	:	Stefanakis Petros EnterTheWeb.gr
Copyright	:	2009|01|15
----------------------------------------------- 
*/
/*==================================================================================================*/
/*									HTML Classes													*/
/*==================================================================================================*/

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; 
text-align:center;
margin: 0;
padding: 0;
position:relative;
 background: #aeddef url(/_global_images/mainback.jpg) repeat-x;
 z-index:0;
}

h1 { margin:0px 0 7px 0; padding:0; font:tahoma; font-weight:normal; font-size:160%; color:#fff;}
h2 { margin:7px 0; padding:0; font:tahoma; font-weight:bold; font-size:110%; color:#0c97ce;}
h3 { margin:7px 0; padding:4px 0; font:tahoma; font-weight:normal; font-size:110%; color:#000; border-bottom:1px dotted #000; border-top:1px dotted #000;}
h4 { margin:4px 0; padding:0; font:tahoma; font-weight:normal; font-size:100%; color:#979796; text-decoration:underline;  }
h5 { margin:4px 0; padding:0; font:tahoma; font-weight:normal; font-size:100%; font-weight:normal;  color:#fff;  }
h6 { margin:4px 0; padding:0; font:"Trebuchet MS"; color:#CA0000; }

img { border:0; vertical-align:middle; }
.img_left { float:left; margin:5px; position:relative; border:7px solid #fff;}
.img_left:hover { border:7px solid #317BAF;}
.img_right { float:right; margin:5px; position:relative; border:7px solid #fff;}
.img_right:hover { border:7px solid #317BAF; }

blockquote { width:160px; margin:0; padding:10px; background:#f0f0f0; color:#000; font-weight:bold; text-align:left;}
hr {  border:1px solid #731D26; }
.toggleopacity { border:0; filter:alpha(Opacity=50); opacity:0.5; -moz-opacity:0.5; -khtml-opacity:0.5; cursor:pointer; }
.toggleopacity:hover { border:0; filter:alpha(Opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1;  }

.invertoggleopacity { border:0; filter:alpha(Opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1;  cursor:pointer; }
.invertoggleopacity:hover { border:0; filter:alpha(Opacity=50); opacity:0.5; -moz-opacity:0.5; -khtml-opacity:0.5; }

/*==================================================================================================*/
/*									Main Classes													*/
/*==================================================================================================*/
#Main { width:980px; margin:0 auto; background: url(/_global_images/mainback.jpg) repeat-x; }

/*==================================================================================================*/
/*									Header Classes	         										*/
/*==================================================================================================*/
#Header { width:980px; height:328px; position:relative; z-index:1; }

#header_title { width:581px; height:81px; position:absolute; bottom:0px; left:220px; background: #fff url(/_global_images/header-div.jpg) repeat-x; text-align:left;}

/*==================================================================================================*/
/*									Content Classes													*/
/*==================================================================================================*/
#Content { width:560px; margin:0 0 0 220px; padding:5px 10px 20px 10px;  display:inline; 
background:#dee7f0 url(/_global_images/content-background.png) no-repeat bottom; position:relative; float:left; text-align:left;} 

/*==================================================================================================*/
/*									Left Classes													*/
/*==================================================================================================*/
#Left {  width:180px; margin:0 0 0 -800px; padding:5px 20px 0 20px; position:relative; float:left; display:inline; text-align:left; } 

#Left a { text-decoration:none; color:#006699;}
#Left a:visited {color:#006699;}
#Left a:hover {color:#000;}

#Left .left_links { margin:0; padding:0; }
#Left .left_links ul{ margin: 0; padding: 0; list-style-type: none; width: 170px;  z-index:15;}
#Left .left_links ul li{  position: relative;  height: 1%; }

#Left .left_links ul li a{ color:#26A0D1;  height: 1%; display: block; overflow: auto; text-decoration: none; padding: 8px 0px 8px 10px;  border-bottom:1px solid #26A0D1;font-weight:bold;} 
#Left .left_links ul li a:visited{ color:#26A0D1; }
#Left .left_links ul li a:hover{   color:#fff; background:#FF9900; border-bottom:1px solid #94BD07; }

/*==================================================================================================*/
/*									Right Classes													*/
/*==================================================================================================*/
#Right { width:170px; margin:0x; position:relative; padding: 5px 0 0 10px; float:left; display:inline; text-align:left; } 
#Right a { text-decoration:underline; font-weight:bold; color:#fff;}
#Right a:visited { color:#fff;}
#Right a:hover { color:#000; }

/*==================================================================================================*/
/*									Footer Classes													*/
/*==================================================================================================*/
#Footer { width:980px; height:20px; margin:0; padding:10px 0; position:relative; border-top:2px groove #fff;}

#Footer ul { margin:0 auto; padding:0; list-style-type: none;}
#Footer ul li { margin:0 2px; padding:0; display: inline; font-size:100%;}
#Footer ul li a {  margin:0; padding:2px 7px; text-decoration: none; color:#fff;}
#Footer ul li a:visited { color:#fff; }
#Footer ul li a:hover { color:#000; background:#fff; }

#Footer a {  color: #EAE4CC; text-decoration:none;}
#Footer a:visited { color:#EAE4CC; }
#Footer a:hover { color:#000; }

#Footer .powerdby { color:#838381; position:absolute; top:50px; left:20px; padding:10px; font-size:90%; text-align:center; }
#Footer .powerdby a{ text-decoration:none; color:#86050A;}
#Footer .powerdby a:visited { color:#86050A;}
#Footer .powerdby a:hover { color: #4c4c4c;}