﻿/* ===================================================================================================================================================== */
/* CSS TEMPLATE COSI+ */
/* ===================================================================================================================================================== */

body { 
	background-color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 10px; 
	letter-spacing: normal;
	line-height: normal; 
	text-transform: none; 
	text-decoration: none; 
	text-align: left; 
	color:#ffffff;
	padding: 0px;
	margin: 0px;
}

#web {
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	width: 1260px;
}

#wrap {
	position: relative; 
	visibility: visible; 
	float: left;
	width: 1260px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* CONTENT () ---------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------- */
#content {
	position: relative; 
	visibility: visible; 
	float: left;
	width: 1254px;
	border-right: solid 1px #3E93A7;
 	background : url(../images/common/backgrounds/footer_content.png) no-repeat bottom right;
 	padding-bottom: 10px;
 	margin-bottom: 5px;
}
	
#content_left {
	position: relative; 
	visibility: visible; 
	float: left;
	width: 1003px;
	border-right: solid 1px #3E93A7;
	margin-left: 20px;
	background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(237,248,250) 16%, rgb(191,217,224) 52%, rgb(237,248,250) 82%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,248,250) 16%, rgb(191,217,224) 52%, rgb(237,248,250) 82%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,248,250) 16%, rgb(191,217,224) 52%, rgb(237,248,250) 82%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,248,250) 16%, rgb(191,217,224) 52%, rgb(237,248,250) 82%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(237,248,250) 16%, rgb(191,217,224) 52%, rgb(237,248,250) 82%, rgb(255,255,255) 100%);
}
	
#content_left h1 {
	padding-right: 45px;
	padding-bottom: 5px;
	color: #3E93A7;
	margin: 5px 20px 5px 0;
	font-size: 24px;
/*	background : url(../images/common/backgrounds/h1gen_bkgnd.png) no-repeat center right;*/
	font-weight: normal;
}
	
#content_right {
	position: relative; 
	visibility: visible; 
	float: left;
	width: 230px;
}
	
#content_page {
	visibility: visible; 
	float: left;
	margin-top: 10px;
	width: 100%;
}
