@charset "utf-8";
/* CSS Document */

body
{
	border-top: #00adef solid 2px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}



#header {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00adef;
	border-bottom-color: #00adef;
	width: 100%;
	height: auto;
}
#head {
	width: 1349px;
	height: auto;
	margin: auto;
}
#logo {
	float: left;
	margin-left: 95px;
	margin-top: 2px;
}
#logo  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	float: left;
	width: 60%;
}
#nav .contact {
	float: right;
	width: 200px;
}
#nav .contact h1 {
	font-size: 16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #00ADEF;
	font-weight: normal;
}
#nav .nav {
	float: right;
	margin-top: 55px;
}
#menu, #menu ul
{
margin:0;
padding:0;
list-style:none;
}
#menu {
	width:670px;
	margin:auto;

}

#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}
#menu li {
    float: left;
   
   
    position: relative;
}

#menu a {
	float: left;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	
	padding:12px 10px 12px 10px;
}

#menu li:hover > a {
    color: #565656;
}

*html #menu li a:hover { /* IE6 only */
    color: #565656;
}

#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;    
    background: #444;   
    background: linear-gradient(#444, #111);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {
	padding: 10px;
	width: 170px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
	color:#FFFFFF;
}

#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;   
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}#previousnext_slideshow {
	margin: auto;
}
#previousnext_slideshow img {
	width: 100%;
}
#city {
	height: 70px;
	width: 100%;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#city  td {
	padding-right: 10px;
}
.slogne {
	position: absolute;
	width: 1349px;
	bottom: 75px;
}

#main {
	margin: auto;
	height: auto;
	width: 1349px;
}
#left {
	float: left;
	height: auto;
	width: 250px;
	padding-left: 20px;
	padding-top: 20px;
}
#left .form {
	height: auto;
	width: 250px;
	background-color: #0072bc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#left .form span {
	color: #FFFFFF;
	line-height: 22px;
}
#left   .form   .input1 input {
	width: 214px;
	height: 25px;
}

#left .form h1 {
	font-size: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left .form p {
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#left  .button input {
	background-color: #FF9900;
	line-height: 35px;
	color: #FFFFFF;
	height: 45px;
	width: 214px;
	border-radius:4px;
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
}
#content {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 730px;
	text-align: justify;
	line-height: 22px;
	font-size: 14px;
}
#content h1 {
	color: #00b9ff;
	font-weight: normal;
}
#content .table {
	margin-top: 20px;
}

#right {
	float: left;
	background-color: #0072BC;
	width: 266px;
	height: 360px;
	background-repeat: no-repeat;
	background-position: center 3px;
	margin-top: 20px;
	color: #FFFFFF;
}
#right h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FF9900;
	line-height: 40px;
	padding: 0px;
}
#right li {
	line-height: 24px;
}
#right ul {
	list-style-image: url(../images/bullet.png);
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 37px;
	width: 100%;
	margin-top: 20px;
}
#footer-main {
	width: 1349px;
	height: 37px;
	margin: auto;
}
#footer-main .left {
	float: left;
	width: 280px;
}
#footer-main p {
	color: #FFFFFF;
	float: left;
	padding: 0px;
	line-height: 37px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#footer-main .middel {
	width: 600px;
	float: left;
	height: 25px;
	margin-top: 12px;
	margin-left: 200px;
	margin-right: auto;
}
#footer-main .middel ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer-main .middel li {
	float: left;
}
#footer-main .middel li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
}
#footer-main .middel a:hover {
	text-decoration: underline;
}
#footer-main .middel .none {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer-main .right {
	float: right;
	line-height: 37px;
	color: #FFFFFF;
	margin-right: 50px;
}
#content h5 {
	background-image: url(../images/slogen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 244px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 486px;
	line-height: 0px;
	font-size: 0px;
	text-indent: -10000px;
}
.imagbanner {
	margin: auto;
	width: 1349px;
	height: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D7EF4;
}
#content a {
	text-decoration: none;
	color: #0072BC;
}
#content h3 {
	margin: 0px;
	padding: 0px;
	background-color: #0072BC;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
#content h4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #0072BC;
}
#content img {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
