/* CSS Document created by Marina Varouta for EARCARE */
/* Marina Varouta Photo, Graphic and Webdesign - inamarr.com
/* July 2007 */

/* GENERAL STYLES */
/* Holy Hack for IE peekaboo and other bugs \*/
* html #container { height: 1%; }
* html #container div { height: 1%; }
* html #container div div { height: 1%; }
* html #container div div div { height: 1%; }
/* End Holy Hack for IE */ 

* {
border: 0;
font-size: 1em;
}
body {
font-family: Tahoma, sans-serif;
color:#003399;
font-size: 76%;
}
td { font-size: 100%; }
a:link, a:visited {
	color: #003399;
	font-family: Tahoma, sans-serif;
	text-decoration: none;
	font-weight:normal;
}
a:hover, a:active {
	color:#FFCC00;
	text-decoration: none;
	font-weight:normal;
}
#content-left a:link, a:visited {
font-weight:bold;
	}
a img {border: none;}

ul {
font-family: Tahoma, sans-serif;
text-align: justify;
padding: 0px 0px 5px 0px;
}

/* CONTAINER */

#container {
background-color: #FFFFFF;
min-height: 100%;
}

/* LINKS AKOH.GR "home, who we are, what we do, our clients" etc. */
#links {
width:800px;
height:60px;
background-image:url(images/header-lines.jpg);
}
#links table { height: 60px; }
#blank {height: 25px;}
#links td
{vertical-align: bottom; text-align:center;}
#links td a{
font-size: 1.0em;
font-weight:bold;
color: #003399;
}
#links td a:hover, a:active {
	color:#FFCC00;
	text-decoration: none;
}
/* HEADER AKOH.GR WITH LOGO */
#header {
height:175px;
width:800px;
text-align:left;
vertical-align: top;
color: inherit;
background-repeat:no-repeat;
clear:both;
}
/* CONTENT */
h1 {
font-family: Tahoma, sans-serif;
color: #999999;
font-size: 100%;
margin: 0 0 0 0;
border: 0 0 0 0;
padding-top: 0;
}
h2{
font-family: Tahoma, sans-serif;
font-size: 1.5em;
color: #999999;
font-weight:bold;
padding-top: 0px;
padding-bottom: 10px;
text-align:left;
}

h3{
font-family: Tahoma,sans-serif;
font-size: 1.2em;
color: #999999;
font-weight: normal;
text-decoration:underline;
padding-bottom: 7px;
text-align:left;
}
.alignright {
text-align:right; !important
}

#content-left {
padding-top: 15px;
width:800px;
background-color:#FFFFFF;
clear: both;
}

#content-left p{
font-size: 1.1em;
color: #003399;
}

#content-left .imagecaption{
	font-size: 80%;
	text-align:left;
	line-height: 1.1em;
}
#content-left .imageright{
	float: right;
	margin: 10px 10px 10px 10px;
	clear: both;
	border:none;
}
#content-left .imageleft{
	float: left;
	clear: left;
	margin: 10px 10px 10px 10px;
}

#content-left ul li {
	list-style-position: inside;
	padding: 5px;
	text-align: justify;
	list-style-image:url(images/earcare-ear.jpg);
	margin: 5px 5px 5px 5px;
}

#column-1 {
width: 230px;
height:100%;
float:left;
text-align: left;
padding-right: 30px;
}
#column-2 {
width: 375px;
height:100%;
float:left;
text-align:justify;
padding-right: 25px;
}
#column-2-big {
width: 540px;
height:100%;
float:left;
text-align:justify;
padding-right: 0px;
}
#column-3 {
width: 140px;
height:100%;
float:left;
text-align: right;
}
#only-one-column {
width: 800px;
}
/* FOOTER*/
#footer {
padding-top: 45px;
width:800px;
text-align:center;
font-weight:normal;
}
#footer a:link, a:visited, a:hover, a:active{
font-weight:normal;
}
.dotted {border:dotted thin #000066;}
input, textarea {border:dotted thin #000066;}
.important { color:#000000; font-weight:bold; }
.underline { border: thin dotted #FFCC00; }

.editFrame {
		border: 1pt;
		border-style: dotted;
		padding: 0pt;
		border-color : Black;
		background-color : White;
		cursor: default;
}