/* Start of CMSMS style sheet 'Il Cortile/Dona Default' */
/* @group General Styles */

* {
	margin:0;
	padding:0;
}

html, body {
		height:100%;
}

body {
	font: 12px/15px Arial, Helvetica, sans-serif;
	/*margin: 30px 5px 30px 5px;*/
	text-align: center;
	color: #000;
	padding: 0;
	background-color: #dee8c4;
}

p {
	padding: 0 0 0.75em;
}

b, strong {

}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	margin: 3px 0 3px 3px;
	float: right;
	position: relative;
	z-index: 5;
}
	
/* @end */

/* @group Layout */
.clearer {
	clear: both;
}

#distance { 
		width:1px;
		height:50%;
		background-color:#fff;
		margin-bottom:-384px; /* half of container's height */
		float:left;
}

#container { 
	width: 1024px;
	height: 768px;
	position: relative;
	clear:left;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	padding: 0;
}

#pageHeader {
	text-align: left;
	height: 50px;
}

#pageHeader h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	text-indent: -999em;
}

#pageHeader h2 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	text-indent: -999em;
}

#banner {
	height: 215px;
}

#language {
	float: right;
	margin: 15px 25px 0 0;
}

#language p {
	font-size: 10px;
	text-align: right;
}

#language img {
	border-style: none;
	padding: 0 0 0 10px;
}

#contentContainer {
	margin-left: 240px;
	position: relative;
	z-index: 10;
	margin-top: 57px;
}

#contentContainer #content {
	width: 475px;
	height: 370px;
	margin-bottom: 25px;
	overflow: hidden;
}

#sidebarContainer {
	width: 190px;
	float: left;
	text-align: left;
	position: relative;
	z-index: 4;
	margin-top: 57px;
	margin-left: 25px;
}

#sidebarContainer #sidebar {
	line-height: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sidebarContainer .sideHeader {
	color: #99cc66;
	margin: 0 -10px;
	padding: 0 10px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
}

#footer {
	margin: 0 0 0 240px;
	text-align: left;
	padding: 0;
	height: 35px;
	text-transform: uppercase;
}

#footer p {
	padding: 15px 25px 0px 0px;
	margin: 0px;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #0A7137;
	text-decoration: underline;
}

.Ugens-Menu a:link, .Ugens-Menu a:visited {
	color: #99cc66;
	text-decoration: none;
}

.Ugens-Menu a:hover, .Ugens-Menu a:active {
	color: #99cc66;
	text-decoration: underline;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	height: 280px;
	line-height: 15px;
	color: #000;
	font-weight: 400;
	padding-top: 0px;
	position: relative;
	margin-bottom: 10px;
	text-transform: uppercase;
	overflow: hidden;
}

#navcontainer #current {
	
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	
}

/* separator */
#navcontainer .separator {
	height: 16px !important;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 1px;
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
/* for ie */
}

#navcontainer li.separator hr {
	display: none;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navcontainer li {
}

#navcontainer a {
	color: #000;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	height: 15px;
	margin-bottom: 1px;
	letter-spacing: 1px;
}

#navcontainer a:hover {
	text-decoration: underline;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0;
	margin: 0;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 20px;
}

#navcontainer ul ul a:hover{
	text-decoration: underline;
}

#navcontainer ul ul #current{
	
}

#navcontainer ul ul .currentAncestor {
	
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}


#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 30px;
}

#navcontainer ul ul ul a:hover{
}
#navcontainer ul ul ul #current{
	
}
#navcontainer ul ul ul .currentAncestor {
	
}

/* Child Level 3 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding-left: 35px;
}

#navcontainer ul ul ul ul a:hover{
	text-decoration: underline;
}

#navcontainer ul ul ul ul  #current{
	
}

#navcontainer ul ul ul ul .currentAncestor {
	
}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding-left: 40px;
}

#navcontainer ul ul ul ul ul a:hover{
	text-decoration: underline;
}

#navcontainer ul ul ul ul ul  #current{
	
}

#navcontainer ul ul ul ul ul .currentAncestor {
	
}
/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

.standout, blockquote {
	padding: 10px;
	color: #99afbf;
	font-size: 12px;
	font-style: italic;
}

h1 {
	color: #99cc66;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px;
	text-transform: uppercase;
}

h2 {
	color: #99cc66;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px;
	text-transform: uppercase;
}

h3 {
	color: #99cc66;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 5px;
	text-transform: uppercase;
}

h4 {
	color: #99cc66;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 5px;
	text-transform: uppercase;
}


.cortilegreen {
	color: #99cc66;
}

.donagreen {
	color: #006633;
}

.imageStyle {
}

.bottom {
	position: absolute;
	bottom:25px;
	right: 35px;
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}
ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}	

/* Table Styles */
table {
	font-size: 11px;
}
/* @end */

/* @group Contact Form */
.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 
/* @end */
/* End of 'Il Cortile/Dona Default' */

