/* FRONTEND CSS
*********************************************/

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}

body {
    background: #ededed;
    color: #000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0;
}

h1 {
	font-size: 22px;
	font-style: italic;
	font-weight: normal !important;
}

h2, h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal !important;
}

/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container {
        width: 900px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        width: 900px;
    }
}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}

#i-header {
	margin-top: 15px;
	height: 110px;
	border-bottom: 1px solid #3f1801;
}

#i-header_logo {
	position: absolute;
    display: block;
    height: 93px;
    width: 140px;
    left: 0px;
    top:0;
    background: url("/images/logo.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#i-header_logo a {
	display: block;
    height: 93px;
    width: 140px;
}



#i-header_logo_germes a {
	display: block;
    height: 110px;
    width: 100px;
}

#i-header_left {
	height: 100px;
}

#i-header_menu {
	position: relative;
	height: 110px;
}

.moduletable_top_menu {
	position: absolute;
	right:0px;
	bottom: 0;
}

ul#top_menu {
    margin: 0 0 25px 0;
    padding: 0;
}

ul#top_menu > li {
    display: block;
    float: left;
    height: 35px;
    list-style: none outside none;
    margin: 0;
    position: relative;
    padding: 10px 15px 0px 15px;
}

ul#top_menu > li > a {
    color: #3f1801;
    display: block;
    font-size: 14px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

ul#top_menu > li:hover {
	background:#fff;
}

.nav-child {
	background: #fff;
}

/* Services */
#i-services {
	margin-top: 25px;
	margin-bottom: 25px;
}

.service_wrapper {
	display: inline-block;
	width: 267px;
	vertical-align: text-top;
	margin: 0 20px;
}

.service_wrapper .service_image,
.service_wrapper .service_title,
.service_wrapper .service_text {
	text-align: center;
}

.service_wrapper .service_title,
#i-services h2 {
	margin-bottom: 10px;
	background: url("/images/h_bg.png") left center repeat-x;
}

.service_wrapper .service_title span,
#i-services h2 span {
	font-size:16px;
	font-style: italic;
	display: inline-block;
	background: #ededed;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
}

#i-services h2 {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 20px;
}

#i-services h2 span {
	margin-bottom:7px;
	margin-left:50px;
}

/* Footer */
#i-footer {
	border-top: 1px solid #3f1801;
	padding-top: 15px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.lnd_introtxt {
	display: none;
}

.div_lnd_intro {
	margin-bottom: 10px;
}

.blog .create {
	color: #555555;
}

dl {
	margin-bottom: 10px;
}

.moduletable_left_menu {
	margin-top: 15px;
}

a.lndtitle {
	font-size: 100% !important;
}

#news_module .moduletable_news {
	padding-right:8px;
}

#news_module .moduletable_news h3 {
	text-align:right;
}

#i-left_menu .moduletable_news {
	padding-right:10px;
}

.moduletable_left_menu a {
	padding-left:0 !important;
}

#header_string {
	position:absolute;
	left:0px;
	bottom:5px;
	text-align:right;
	width:100%;
}

.icw-feedback label {
	color:#000 !important;
}

.contact_form td {
	padding:2px;
}