/* remove the 940px width limitation */
div#container {
	width: auto; 
}

/* reset font families */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 1em 0 0 0 !important;
	padding: 0 !important;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 80%;
	line-height: 1.4em
}

p#navpath, dl.childrenlist dt {
	font-family: Arial, Helvetica, sans-serif
}

/* make all links black */
a {
	color: #000
}

/* append the href url to the link text */
a[href^="default.asp"]:after {
   content: " (http://www.qualco.gr/" attr(href) ") ";
}

a[href^="http:"]:after {
   content: " (" attr(href) ") ";
}

/* ...remove it from where it's not needed */
h1#logo a:after, p#navpath a:after, ul#sitemap a:after {
	content: "";
}

/* images */
img {
	float: left;
	margin: 0 2em 2em 0
}

/* format the logo */
h1#logo {
	display: block;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	text-indent: 0px;
	background: #fff;
	font-size: 1em;
	border-bottom: 1px solid #000;
}

/* format the navpath */
p#navpath {
	width: 100%;
	font-size: 0.75em;
	padding: 0;
	color: #999
}

/* remove underline from certain links that don't need it */
h1#logo a, p#navpath a, ul#sitemap a {
	text-decoration: none
}

/* hide unwanted elements */
.noprint, div#header, div#navtop, div#homeTop, div#drawer_bottom, ul#navnotes, div#navmain, div#sectionPhoto, div#sectionLogo, .hidden, .clientbox, .clienticonbox, #footer, div#homeNews_more {
	display: none !important
}

/* reset widths for the homepage elements */
div#homeContent, div#homeTop, div#homeMain, div#homeLeft, div#homeRight, div#homeDrawer, div#homeNews, div#homeRight dl {
	margin: 1em 0;
	width: auto
}

/* fix the childrenlist appearance, make it all expand and format properly */
dl.childrenlist dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 1.2em
}

dl.childrenlist dt span.childdesc {
	font-weight: normal;
}

dl.childrenlist dt span.childdesc:before {
	content: " - "
}

dl.childrenlist dd {
	height: auto !important;
	overflow: visible !important;
	margin-bottom: 1em
}


/* homepage news */
div#homeNews dt .date {
	font-size: 0.9em;
	font-weight: normal;
	margin-right: 1em
}

div#drawer_text h3 {
	display: block !important;
}

div#homeNews dd {
	font-size: 0.9em;
	line-height: 1.2em
}

