/* CSS Document */

/* ------------------------------------------------------------------------------- */
/* //////////////////////////////// Basic Layout ////////////////////////////////  */
/* ------------------------------------------------------------------------------- */
* { padding: 0; margin: 0; border: 0; }

/* hide from ie on mac \*/
html, body {
	height: 100%;
}
/* end hide */

h1 {
	display:none;
}
h2 {
	font-size: 148%;
	line-height: 150%;
	font-weight:normal;
	margin:0 0 10px 0;
	color:#d3e8f8;
}
h3 {
	line-height:160%;
 	margin-bottom:12px;
	font-weight:normal;
	font-size:100%;
	color:#E3D7B4;
	text-transform:uppercase;
}
hr {
	display:none;
}
ul, li {

	list-style-image:url(../images/bullet.gif);
	text-indent: 0;
}
ul{
	list-style-position: inside;
	margin:0 0 12px 0;
}
li {

 line-height:160%;
 margin-bottom:5px;
 font-size:100%;

}
body {

	text-align:left;
	background-color:#1b2351;
	font-size:.75em;
	line-height:160%;
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#cfcfcf;
}
#container {
/* hide from ie on mac \*/
	width: 100%;
	position:absolute;
/* end hide */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	clear:both;
	float:none;

}

#header {
/* hide from ie on mac \*/
	width: 100%;
/* end hide */
	height: 159px;
	background-color:#FFFFFF;
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	color:#4b535d;
}

#content_container {
/* hide from ie on mac \*/
	width: 100%;
/* end hide */
	height:auto;
	padding-bottom:10px;

}


/* ------------------------------------------------------------------ */
/* ///////////////////////= Header =//////////////////////  */
/* ------------------------------------------------------------------ */

#logo {
	background-image:url(../images/header-logo.jpg);
	background-repeat:no-repeat;
	height:62px;
	width:450px;
	position:absolute;
	top:51px;
	left:0px;
}
#logo_link {
	height:62px;
	width:126px;
	float:left;
	display:inline;
}

#header a {
	color:#4b535d;
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}

#header_text {
	background-image:url(../images/header-lambros.jpg);
	background-repeat:no-repeat;
	width:305px;
	height:62px;
	margin:0 0 0 16px;
	float:left;
	display:inline;
}
#header_text p {
	margin:47px 0 0 0;
	font-size:10px;
	text-transform:uppercase;
}




/* ------------------------------------------------------------------ */
/* ///////////////////////= BODY =//////////////////////  */
/* ------------------------------------------------------------------ */

#content {
	margin: 40px 142px 40px 142px;
	max-width:750px;

}

#content a {
	padding: 0 0 2px 0;
	border-bottom:1px dotted #d3e8f8;
	text-decoration:none;
	color:#E3D7B4;

}

#content a:hover {
	color:#FFF5DB;
}

#content p {
	margin: 0 0 18px 0;
	font-size:100%;
	line-height:170%;
}

p.last, ul.last {
	margin-bottom:0;
	padding-bottom:18px;
}

ul.last, ul.last li {
	list-style-image:none;
	list-style-type:circle;
}
#download li {
	margin: 0 0 10px 0;

}

#hidden_one, #hidden_two, #hidden_three, #hidden_four, #hidden_five {
	margin: 0 0 0 17px;
}
#hidden_five {
	margin-bottom: 12px;
}


