/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Pindaros X. 4 arsondpi.gr 
*/


* {
	margin: 0;
	padding: 0;
}

body { font-family: 'Garamond', Times New Roman, Times serif; font-size: 14px; line-height: 1.4em; color: #000; background: #fff; }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:visited { text-decoration: underline; color: #000; }
a:active { text-decoration: none; color: #CC1100; }
a:hover { text-decoration: none; color: #CC1100; }

a img, a:link img { 
	border: none;
	/*text-decoration: none;
	background: none;
	display: block;*/
}

li { list-style-position: inside; }

#menu, #content { height: 100%; }
#menu {
	width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    background: transparent;
    overflow: visible;
    text-align: right;
}
#menu .container  { padding: 15px 5px 26px 10px; margin: 0; }

#menu li.section-title { padding: 0 3px; margin: 0 0 5px 0; color: #999; font-family: Times New Roman, Times serif; font-variant: small-caps; }
#menu li.active a { background: #000; color: #000; text-decoration: none; }
#menu li { }
#menu ul { padding: 0 5px 14px 5px; }
#menu p, #menu li a { background: #fff;  padding: 0 3px;  }
#menu ul { list-style: none; margin: 0; }

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
}
#content .container { padding: 15px 5px 26px 0; margin: 0;}


#content .container p, #content .container ul {
	background-color: #fff;
	padding: 2px 5px;
}

#content p { width: 400px; }

p {
    margin: 0 0 6px 0;
}

h1 { font-size: 32px; font-weight: normal; }
h2 { font-size: 24px; font-weight: normal; }
h3 { font-size: 16px; font-weight: normal; }
h4 { font-size: 12px; }
h2, h3, h4 {padding: 5px 0;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.clear-both { clear: both; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

#logo { padding: 0 3px; margin: 0 5px 2.4em 0; position: relative; height: 1.2em; background: #fff; font-size: 16px;}
#arsondpi { background: url(http://www.arsondpi.gr/ndxz-studio/site/arsondpix/logo.png) no-repeat; position: absolute; top:-2px; right: 5px; height:22px; width:78px; }
#hide { display: none; }

/* hide things */
#menu ul, .xbutton, #textbox { display: none; }

/* start arrow */
#startarrow { position: absolute; height: 18px; width: 11px; top: 39px; left: 253px; background: url(http://www.arsondpi.gr/files/start_here.gif); }