.toplogo{
      margin-top:20px;
}

/* Main navigation */

#mainNav {
      float: right;
	  position:relative;
	  top: 67px;
	  right:10px;
}

#mainNav  ul li {
    float: left;
    height: 36px;
    line-height: 36px;
    list-style: none outside none;
    margin-left: 16px;
    text-align: center;
    text-decoration: none;
    width: 60px;
}

#mainNav a {
	margin-top: 7px;
	width: 70px;
	height: 36px;
	display: block;
	position: relative;
	z-index: 7;
	text-decoration: none;
	padding-top: 4px;
	color: #3c3c3c;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: center;
}

#mainNav a:link , #mainNav a:visited {
    text-decoration: none;
    background-color: none;
    color:#00B5EF;
}

#mainNav a:hover {
    text-decoration: none;
    background-color: none;
    font-size:120%;
    color:#00B5EF;
}

#mainNav a:active {
    text-decoration: none;
    background-color: none;
    font-weight:bold;
    font-size:120%;
    color:#00B5EF;
}

#mainNav #current a:link {
    color:#FF0000;
    text-decoration: none;
    background-color: none;
    font-weight:bold;
    font-size:120%;
}
/* End Main navigation */

/* Language navigation */
#langNav {
      float: right;
	  position:relative;
	  top: 67px;
	  right:10px;
}

#langNav  ul li {
    float: left;
    height: 26px;
    line-height: 26px;
    list-style: none outside none;
    margin-left: 26px;
    text-align: right;
    text-decoration: none;
    width: 30px;
}

#langNav a:link , #langNav a:visited {
    text-decoration: none;
    background-color: none;
    color:#FF0000;
}

#langNav a:hover {
    font-size:120%;
	color:#FF0000;
}

#langNav a:active {
    font-weight:bold;
    font-size:120%;
	color:#FF0000;
}

#langNav #current a:link {
    color:#FF0000;
    background-color: none;
    text-decoration: none;
    font-weight:bold;
    font-size:120%;
}
/* End Language navigation */

a:link {
    text-decoration: none;
    background-color: none;
    color:#8CCCCA;
}

a:hover {
    text-decoration: underline;
    background-color: none;
    color:#0000FF;
}

.slider-wrapper{
    margin-top:30px;
	margin-bottom:30px;
}

div#wrapper p {
    font-size: 1.4em;
    line-height: 22px;
    padding: 18px 0 0;
	color: #979797;
}

div#mainlist {
    font-size: 1.4em;
    line-height: 22px;
    padding: 8px 0 0;
	color: #979797;
}

div#wrapper blockquote p {
	font-size: 2.6em;
	line-height: 34px;
	font-family: "Times New Roman", Times, serif;
	color: #257888;
}

div#footer_wrapper {
    background-image: url("../img/bg_footer_pattern.jpg");
    background-repeat: repeat-x;
    height: 175px;
    overflow: hidden;
    padding: 5px 0 0;
    width: 100%;
}

div#sidebar {
    background-image: url("../img/bg_sidebar_pattern_300w.png");
    background-repeat: repeat-y;
    width: 300px;
    height: 100%;
    overflow: hidden;
    padding: 5px 0px;
}

div#slogan {
    text-align: left;
    font-style: italic;
}

/* @group Contact Form */
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 

.form-footer {}
/* @end */


