/* @override http://localhost/paramithoupoli/style/screen.css */

/* @override http://localhost/paramithoupoli/style/screen.css */


@import url("reset.css");

body {
	background-image: url('background.png');
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
div#wrapper {
	margin: auto;
	width: 1000px;
	border: 10px solid #e3ebb3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
}
/* @group content */

/* @group table_data */
div#image_wrapper {
	text-align: center;
	overflow: hidden;
	margin-top: 30px;
}
img#splash {
	margin: auto;
	text-align: center;
	width: 800px;
	height: 500px;
}
table#data {
	width: 97%;
	text-align: center;
	vertical-align: top;
	margin-top: 30px;
	
}
table#data td {
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	padding-bottom: 50px;
}
table#data td h3 {
	margin-left: 40px;
	margin-bottom: 10px;
	color: #006633;
	font-size: 18px;
	font-weight: normal;
	
}
img.text_icon {
	float: left;
}
p.text {
	color: #003333;
	font-size: 14px;
	line-height: 140%;
	text-align: justify;
	margin-left: 40px;
}
p.text_centered {
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
	color: #003333;
	line-height: 140%;
}
div#centered {
	text-align: center;
	margin: auto;
	color: blue;
}

div#note_wrapper {
	text-align: center;
	width: 90%;
}
div#note {
	width: 500px;
	display: block;
	margin: auto;
	font-size: 14px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	background-color: #e3ebb3;
	padding: 20px;	
	line-height: 130%;
}

/* @end */

div#content_wrapper {
	clear: both;
	min-height: 500px;
	overflow: hidden;
}

div#title {
	height: 37px;
	margin-bottom: 30px;
	background-image: url('title_hr.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 28px;
	padding-left: 20px;
	color: #227db1;
	letter-spacing: 1px;
	text-align: left;
}

/* @end */

/* @group header */

div#header {
	position: relative;
	height: 230px;
	width: 100%;
	background-image: url('header_background.png');
	background-repeat: repeat-x;
	float: left;
}

	
div#logo {
	position: absolute;
	left: 0px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 330px;
	height: 200px;
	cursor: pointer;
}
div#header_right_wrapper {
	position: absolute;
	left: 330px;
	height: 220px;
	background-position: right;
	background-repeat: no-repeat;
	width: 670px;
}
ul#menu {
	margin-top: 120px;
	list-style: none;
	height: 65px;
	width: 670px;
	background-image: url('menu_background.png');
	
}
ul#menu li {
	display: inline;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
ul#menu li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	color: green;
	text-decoration: none;
}
ul#menu li a:hover, ul#menu li a#active  {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	background-color: #227db1;;
	text-decoration: none;	
	color: white;
}
/* @end */

/* @group footer */

div#footer {
	height: 453px;
	background-image: url('footer_background.png');
	background-position: bottom;
	background-repeat: no-repeat;

	
}


/* @end */



/* @group contact */
div.contact_wrapper {
	margin: auto;
}
table.contact {
	margin: auto;
	text-align: center;
	width: 93%;
}
table.contact td {
	text-align: left;
	width: 50%;
	vertical-align: top;
	color: ;
}

table#contact_details {
	text-align: left;
	width: 100%;
}
table#contact_details td {
	padding: 10px 0px;
	color: green;
	font-size: 16px;
}
table#contact_details td.image {
	width:10%;
}
table#contact_details td.image img {
	width: 30px;
	height: 30px;
	vertical-align: top;
}
table#contact_details td.info {
	width: 90%;
	padding-bottom: px;
	color: #121d61;
}
div#contact_text {
	color: #222222;
	font-size: 14px;
	line-height: 160%;
	margin-top: 50px;
	font-style: italic;
}
/* @end */

/* @group slider */

div.slider_wrapper {
	background: inherit;
	position:relative;
	height:550px;
}
div.slider_wrapper div {
	height:550px;
}
div.slider_prev {
	position:absolute;
	left:0px;
	width:40px;
	cursor:pointer;
	background-image:url(prev.png);
	background-repeat:no-repeat;
}
				div.slider_prev:hover {
					background-image:url(prev_hover.png);
					background-repeat:no-repeat;
				}
div.slider_next {
	position:absolute;
	right:0px;
	width:40px;
	cursor:pointer;
	background-image:url(next.png);
	background-repeat:no-repeat;
}
				div.slider_next:hover {
					background-image:url(next_hover.png);
					background-repeat:no-repeat;
				}
div#slider {
	margin-left:40px;
	width:920px;
	margin:auto;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li{ 
	width:920px;
	height:550px;
	overflow:hidden; 
}
#slider li img {
	width:920px;
	height:550px;
}
#slider li div {
	text-align:left;
}
#slider li div span {
	padding-left:5px;
	padding-top:10px;
	display:block;
	color:#727272;
	font-size:14px;
}



/* @end */


