@charset "utf-8";
/************************************** Generic & Reset Css ***********************************/
*{
	margin: 0;
	padding: 0;
}

a{
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

a:hover{
	color:#ffffff;
	text-decoration:underline;
}

p{
	text-align:left;
	margin:0;
}

.inv{
	position:absolute;
	font-size:9px;
	left:-9999px;
}

.clr{
	margin:0;
	padding:0;
	clear:both;
}

.editableText{
	display:inline;
}

html{
	font-size:14px; 
	width:100%;
	height:100%;
	font-family:Arial;
	color:#FFFFFF;
}

body{
	width:100%;
	height:auto;
}

h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

table{
	font-size: inherit;
	margin-bottom:15px;
	float:left;
}

ul{
	list-style: none;
}

img{
	border: 0;
}

strong{
	font-weight:bold;
}

td{
	padding:5px 10px;
	text-align:center;
}

.bold{
	font-weight:bold;
}
/****************** BASIC FLOATING ALL CONTENTS *****************/
#supperWrapper{
	position:absolute;
	left:0;
	top:0;
	height:auto;
	min-height:550px;
	width:100%;
	min-width:960px;
	overflow:hidden;
	z-index:70;
}

#wrapper{
	width:960px;
	height:100%;
	min-height:550px;
	margin: 0 auto;
	overflow: visible;
}

.row0, .row1, .row2, .row3, .row4{
	float:left;
	width:100%;
}

.column1, .column2, .column3 {
	float:left;
}
/*********************** BACKGROUND *********************/
.bgHolder{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}

.bgHolder .bgImage{
	position:fixed;
	width:100%;
	height:100%;
}

.bgHolder img{
	width:100%;
	height:100%;
}
/********************** HEADER *******************************/
#header{
	position:relative;
	z-index:2;
	margin-bottom:12px;
}

#header .column1, #header .column2{
	width:100%;
}

#header .column1{
	
}

#header .column2{
	background:url(../images/contentsBg.png) 0 0 repeat;	
}

h1 {
	margin:0;
	padding:20px;
	float:left;
}

h1 a {
	background-image:url(../images/logo.png);
	width:283px;
	height:66px;
	text-decoration:none;
	display:block;
}
/***************************** LANGUAGES ***********************************/
#languages {
	float:right;
	margin-top:46px;
	margin-right:20px;
}

#languages ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}

#languages ul li {
	margin-left:5px;
	float:left;
}

#languages ul li a{
	width:24px;
	height:24px;
	display:inline-block;
	float:left;
}

#languages ul li a span{
	display:none;
}

#languages ul li .active {
}

#languages #gr a{
	background-image:url(../images/gr.png);
}

#languages #en a{
	background-image:url(../images/en.png);
}
/************************* TOP BANNER *************************************/
div.topBanner{
	width:935px;
	padding:12px 12px 3px 13px;
}
/************************* TOP MENU **************************************/
#navigation{
	width:100%;
	height:50px;
}
#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
	padding-left:30px;
}

#navigation ul li{
	float:left;
        position:relative;
}

#navigation ul li a.active{
	
}

#navigation ul li a{
	display:inline-block;
	float:left;
	font-size:16px;
	font-family:Helvetica, Arial;
	line-height:30px;
	height:30px;
	margin:10px;
	color:#FFF;
        position:relative;
}

#navigation ul li a:hover{
	text-decoration:none;
}

/**************************** CONTENTS *****************************/
.row1{
	position:relative;
	z-index:1;
}

.row1{
	background:url(../images/contentsBg.png) 0 0 repeat;
}

.row1 .column1{
	padding:35px;
	clear:both;
	width:890px;
	min-height:130px;
}

.row1 h2{
	width:100%;
	display:inline-block;
	float:left;
	font-size:20px;
	font-family:Helvetica, Arial;
	line-height:22px;
	margin-bottom:15px;
	color:#FFF;
}

.row1 p{
	margin-bottom:10px;
	width:100%;
	float:left;
	line-height:20px;
}

.row1 .contentLeft{
	float:left;
	padding-right:35px;
	width:610px;
}

.row1 .contentRight{
	float:left;
	padding-left:35px;
	width:210px;
}

#rightBanner{
	width:210px;
	height:118px;
	float:left;
}

.row1 .splitHalf{
	float:left;
	width:610px;
	padding-right:20px;
}

.row1 .contentRight a{
	width:208px;
	height:118px;
	/*border:1px solid #FFF;*/
	display:block;
	float:left;
	margin:5px 0;
}

.row1 .contentRight img{
	width:208px;
	height:118px;
}

.row1 h3{
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	width:100%;
	float:left;
	display:block;
}
/*********************** PHOTO GALLERY **********************/
.row1 .photoGal{
	width:100%;
}

.row1 .photoGal a{
	width:136px;
	height:96px;
	border:1px solid #FFF;
	display:block;
	float:left;
	margin:5px;
}

.row1 .photoGal img{
	width:136px;
	height:96px;
}
/***************************** MAP ***********************/
#mapCanvas {
	width:400px;
	height:300px;
	display: block;
	border:#FFF 1px solid;
	float:left;
}
/*********************** FOOTER *******************************/
#footer {
	height:auto;
	float:left;
	width:100%;
	position:relative;
	z-index:2;
}

#footer div.column1 {
	padding:15px 0 0 20px;
	width:690px;
}

#footer div.column2 {
 padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 57px;
    width: 172px;
	float:right;
}

#footer div.copyrights{
	float:left;
	width:620px;
	font-size:13px;
	height:18px;
	line-height:18px;
	margin-top:6px;
}
/********************** FOOTER MENU *******************/

#footNav {
	float:left;
	width:620px;
	margin-top: 6px;
}

#footNav ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footNav ul li {
	margin-right:15px;
	float:left;
}

#footNav ul li a{
	font-size:13px;
	height:18px;
	line-height:18px;
	display:inline-block;
	float:left;
}

#footNav ul li a:hover{

}
/************************* WEATHER ************************/
#weather {
	 float: left;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 46px;
    padding-top: 5px;
    width: 67px;
}

#weather h2 {
	
}

#weather #temperature {
	float:right;
	line-height:36px;
	height:36px;
	display:block;
	padding-left:7px;
}

#weather #icon {
	float:right;
}
/*************************** NET 360 LOGO ******************/
#net360 {
	background: url(../images/net360.png) no-repeat 0 0;
	float:right;
}

#net360 a {
	width:54px;
	height:46px;
	text-decoration:none;
	display:block;
}

#net360:hover {

}
/********************* REQUEST FORM ********************/
#reqForm{
	font-size: 12px;
	width: 100%;
	clear:both;
}

#reqForm .reqFormFull{
	margin-bottom:24px;
	float:left;
}

#reqForm .reqFormFull input, #reqForm .reqFormFull select{
	width:180px;
	float:left;
}

#reqForm .reqFormSplit{
	margin-bottom:24px;
	float:left;
	width:50%;
}

div.form_textfield33{
	float: left;
	line-height: 16px;
	margin-bottom: 5px;
	width: 90px;
	text-align:center;
}

#reqForm label{
	width:80px;
}

#reqForm div.form_textarea label{
	width:100%;
}

div.form_textfield33 label{
	width:100%;
	text-align:center;
}

#reqForm p.bold{
	margin:0;
}

#reqForm div.contact_btn {
	padding-top:20px;
	text-align:center;
	width:100%;
}

/* Typography */

div.column1 ul{
        list-style-type:circle;
	margin-left:50px;

}

div.column1 ul li{
	line-height: 20px;
        text-align:left;
        font-size:13px;
}

/* Nav Extra */

#navigation ul ul{
	position:absolute;
	background:transparent url(../images/contentsBg.png) repeat scroll 0 0;
	border: 1px solid #FFF;
	border-top: none;
	height:124px;
        left:0px;
        top:50px;
        padding:0px;
}

#navigation ul li#gr3 ul, #navigation ul li#en3 ul{
        position:absolute;
	background:transparent url(../images/contentsBg.png) repeat scroll 0 0;
	border: 1px solid #FFF;
	border-top: none;
	height:31px;
        left:0px;
        top:50px;
        padding:0px;
        width:220px!important;
}

#navigation ul ul li{
	display: block!important;
	position: relative;
	z-index: 99;
	border: 1px solid #FFF;
	text-align:left;
}

#navigation ul ul li a{
	display: block;
	padding:0 10px;
        margin:0px;
	color:#fff;
	z-index: 2;
	font-size:14px;
	width: 199px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align:left;
}

#navigation ul ul li a:hover{  
	color: #5b8baf;
}

#navigation ul li#en5 ul, #navigation ul li#en5 ul li, #navigation ul li#gr5 ul, #navigation ul li#gr5 ul li{
	width:219px !important;
        border-top:none;
}


#navigation ul li#en5 ul li a span, #navigation ul li#gr5 ul li a span{
	position:relative;
	left: 0;
}

#navigation li:hover ul{			
	left: auto;
	z-index: 100;
}

.TA_rated{
        float:left;
        margin-top:10px;
}

/* Gallery Routes */

.row1 .photoGalRoutes{
	width:100%;
}

.row1 .photoGalRoutes a{
	width:136px;
	height:96px;
	border:1px solid #FFF;
	display:block;
	float:left;
	margin:33px 5px 5px;
}

.row1 .photoGalRoutes img{
	width:136px;
	height:96px;
}


#smo{
	float: left;
    width: 290px;
	
	}
	
#smo ul{
	  float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: auto;
	
	}
#smo ul li{
	
	 float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: auto;
	
	}
	
#one a{
	float:left;
	display:block;
	width:30px;
	height:30px;
}


#smo ul li a img{
	float:left;
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
}
	
#one{
	 float: left;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 48px;
	
	}
	
#TA_rated559{
	margin:0;}
	
#CDSWIDFRR{
	margin:0!important;

}

.addthis_toolbox{
	
	float:left;
	margin-top:54px;}
	
#prices{
	
	width:auto!important;
	margin-left:141px;
	clear:both;
}

#offers{
	
	float:left;
	display:block;
	width:208px;
	height:118px;
}

#offers a{
	float:left;
	display:block;
	width:208px;
	height:118px;
	overflow:hidden;
	}
	
	
.banners{
	float:right;
	width:auto;}
#rightBanner a img{
	float:left;
	display:block;
	width:208px;
	height:118px;}
