/*
	Layout.css
	TemplateName: OwSupport (Id 158)
	Copyright (c) 2011, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Global Document Formatting
------------------------------------------------------------------------------------------------- */
html {
}

body {
   background: #EEE8DE none repeat scroll 0 0;
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
#liquid-header {
   height: 117px;
   background: transparent url("Images/HeaderBackground.gif") repeat-x scroll;
}

#liquid-header:after {
   clear: both;
}

#header-container {
   margin: 0 auto;
   width: 970px;
   height: 75px;
}

#logo-container {
   float: left;
   width: 200px;
   height: 75px;
}  

#logo-container a {
}

#logo {
	height: 50px;
   padding: 13px 0 12px;
}

#logo img {
   width: 200px;
   height: 50px;
}

#header {
   float: left;
   width: 525px;
   height: 75px;
}

#header div#header-title-container {
	text-align: center;
}

#header h1#header-title {
	color: #B31421;
    font-size: 25px;
	font-style: italic;
	font-weight: bold;
	padding-top: 6px
}

#header h2#header-slogan {
	color: #60543D;
	font-size: 13px;
}

#header-sections-container {
   float: right;
   height: 75px;
   width: 200px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Menu
------------------------------------------------------------------------------------------------- */
#menu-container {
   clear: both;
   height: 40px;
   width: 970px;
}

#menu-container .section {
}
/* ---------------------------------------------------------------------------------------------- */



/* Breadcrumbs
------------------------------------------------------------------------------------- */
#breadcrumbs-container {
   height: 18px;
   margin: 0 auto;
   overflow: hidden;
   padding-top: 4px;
   width: 970px;
}

#breadcrumbs-description {
   color: #808080;
	float: left;
	font-size: 90%;
	font-weight: bold;
	overflow: hidden;
	padding: 2px 0 0 2px;
	text-transform: uppercase;
}

#breadcrumbs-items {
	float: left;
	overflow: hidden;
   padding: 2px 10px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Body
------------------------------------------------------------------------------------------------- */
#body-container {
   width: 970px;
   margin: 8px auto 0 auto;
   min-height: 550px;
}

#top {
}

#top-sections-top {
}

#top-sections-middle {
}

#top-sections-bottom {
}

#middle {
}

#middle-sections-top {
   border-top: 1px solid #D6D1CA;
}

#middle-sections-middle {
}

#middle-sections-middle:after {
   clear: both;
   display: block;
   height: 0;
   visibility: hidden;
   content: ".";
}

#middle-sections-bottom {
}

#bottom {
}

#bottom-sections-top {
}

#bottom-sections-middle {
}

#bottom-sections-bottom {
}
/* ---------------------------------------------------------------------------------------------- */
