@import url("reset.css");
/* general */
body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 87%;
}
body {
	background: #757E8E url('../images/page_bg.jpg') repeat-x;
	
}
:focus {
	outline: 0;
}
img {
	border: 0;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.2em;
}
h1 {
	margin: 0 0 20px 0;
	font-size: 160%;
	color: #1E52C3;
	font-weight: normal;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 140%;
	/*color: #2E4D86;*/
	color: #1E52C3;
	font-weight: normal;
}
h1 span{
	font-size: 80%;	
}
h3 {
	/*color: #296bff;*/
	color: #296BFF;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
a {
	color: #2E4D86;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* main */
.container {
	width: 100%;
	background: url(../images/header_bg.jpg) repeat-x;
}

/* header */
.header {
	width: 965px;
	margin: 0 auto;
	height: 121px;
}
.header img {
	margin: 20px 0 0 15px;
}
.menu {
	float: left;
	display: inline;
	list-style: none;
	list-style-position: outside;
	padding: 22px 0 0 3px;
	margin: 0;
}
.menu li {
	height: 36px;
	float: left;
	display: inline;
	background: url(../images/sepparator_menu.jpg) no-repeat center right;
	margin: 0;
	padding: 0;
}
.menu li a {
	float: left;
	display: inline;
	padding: 10px 15px 0 15px;
	height: 26px;
	color: #CCD3DE;
	text-decoration: none;
	font-size: 120%;
}
.menu li a:hover {
	color: #fff;
}

.menu li .active, .menu li .active:hover {
	color: #2E4D86;
	background: url(../images/a_active_bg.jpg) repeat-x;
}

/* car */
.car {
	position: absolute;
	right: 9px;
	bottom: 6px;
	background: url(../images/car.jpg) no-repeat left top;
	width: 283px;
	height: 190px;	
}
/* content */
 .wrapper {
	width: 965px;
	margin: 0 auto;
	background: #fff url(../images/content_bg_repeat.gif) repeat-y;
	position: relative;
}
.content {
	background: url(../images/shadows.gif) no-repeat 0 0px;
	padding: 30px 9px 6px 9px;
}
.leftColumn {
	margin: 0px 20px;
}
.middleColumn, .leftColumn {
	width: 315px;
	float: left;
	display: inline;
	position:relative;
	z-index: 999;
	color: #4E4E4E;
	padding-bottom:30px;
}
.middleColumn p {
	margin-bottom: 10px;
	
}
.leftColumn ul {
	list-style: disc outside;
	margin: 10px 0 20px 10px;
}
.leftColumn ul li {
	padding-bottom: 5px;
}
.middleColumn h2 {
	margin: 20px 0 10px 0;
}
.single {
	width: 630px ;
}
.rightColumn {
	width: 225px;
	float: right;
	display: inline;
	margin: 0 10px 0 0;
}

/* packages;*/

.packages {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 120%;
}
.packages li {
	background: url(../images/check_mark.jpg) no-repeat left center;
	padding: 5px 0 5px 20px;
}
/* language*/
.lang {
	position:absolute;
	left:80%;
	top:30px;
}
.lang a {
	margin-right: 10px;
	float:left;
	display:inline;
	font-size: .8em;
	text-decoration:none;
	color:#7B8ECE;
	padding: 35px 12px 0 12px;
	height: 30px;
}
a.en {
	background: url('../images/en.gif') no-repeat;
	marign-right:10px;
}
a.en:hover {
	background: url('../images/en_over.gif') no-repeat;
}
a.gr {
	background: url('../images/gr.gif') no-repeat;
}
a.gr:hover {
	background: url('../images/gr_over.gif') no-repeat;
}

/* footer */
.footer {
	height: 44px;
	background: url(../images/footer_bg.jpg) repeat-x;
	clear: both;
	margin: 0px;
	color:#fff;
	padding: 20px;
}
.top {
	float:right;
	display:inline;
	width:100%;
	text-align:left;
	margin-bottom: 10px;
	position:relative;
	top:-10px;
}


