.clear
{
	clear: 				both;
}

body
{
	background-image: url("/sites/www/i/template/i/repeat_800_200.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #3b9dcc;
	color: #000;
	font-family: arial;
	font-size: 12.5px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

.page .content
{
	margin: 	0px;	
}

.bgupdate
{
	z-index:-1;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	height: 1100px;

	 opacity: 0.90;
	 -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* Hack IE8 */
    filter: alpha(opacity = 90); /* Hack IE 5-7 */

	background-color: mix( #3b9dcc, #ffffff, 90%);
	background:  -moz-linear-gradient(top, #3b9dcc  , #ffffff  ); /* FF 3.6+*/
	background:   -webkit-gradient(linear, 0 0, 0 100%, from(#3b9dcc), to(#ffffff)); /* Safari 4+, Chrome 2+*/
	background:  -webkit-linear-gradient(top, #3b9dcc  , #ffffff  ); /* Safari 5.1+, Chrome 10+*/
	background:   -o-linear-gradient(top, #3b9dcc  , #ffffff   ); /* Opera 11.10*/
	background:   linear-gradient(to bottom, #3b9dcc  , #ffffff ); /* Standard, IE10*/
 
}
#site
{
	position: 			relative;
	max-width: 			800px;
	width: 				100%;
	margin-left: 		auto;
	margin-right:  		auto;	
	_border:				1px solid red;
	overflow: 			auto;
	height: 			100%;
}


.page .contents 
{
	margin: 			0px;	
}


.contactright
{
	position: inherit;
	max-width: 100%;
	z-index:10;
	float: right;
	width:260px;
	height:370px;
	
	margin-top: 		10px;
	padding:10px;
	background-color:#fff;

	border: solid 1px #3b9dcc;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}
.contactleft
{
	position: inherit;
	max-width: 100%;
	z-index:10;
	float: left;
	width:490px;
	height:370px;
	
	margin-top: 		10px;
	padding: 10px;
	background-color:#fff;

	border: solid 1px #3b9dcc;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}

.conceptleft
{
	max-width: 100%;
	z-index:10;
	float: left;
	width:380px;
	height:850px;
	
	margin-top: 		10px;
	padding:10px;
	background-color:#fff;

	border: solid 1px #3b9dcc;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}
.conceptright
{
	max-width: 100%;
	z-index:10;
	float: right;
	width:350px;
	height:850px;
	
	margin-top: 		10px;
	padding: 10px;
	background-color:#fff;

	border: solid 1px #3b9dcc;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}

.clientright
{
	max-width: 100%;
	z-index:10;
	float: right;
	width:170px;
	height:150px;
	
	margin-top: 		10px;
	padding:10px;
	background-color:#fff;

	border: solid 1px #3b9dcc;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}
.clientleft
{
	max-width: 100%;
	z-index:10;
	float: left;
	width:580px;
	height:550px;
	
	margin-top: 		10px;
	padding: 10px;
	background-color:#fff;

	border: solid 1px #3b9dcc;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;
}
.contents .title
{
	padding: 5px;
	
	text-align: left;
	
	color : #086a99;
	font-family: arial;	
	font-size: 21px;
	font-weight: bold;
	
}
.contents .text
{
	padding: 5px;
	
	color : #444;
	font-family: arial;	
	font-size: 12.5px;
	font-weight: normal;	
	text-align: justify;
	Line-Height:1.5;
}

.contents INPUT, .contents  TEXTAREA
{
	font-family: arial;	
	font-size: 12px;
	font-weight: normal;	
	margin-bottom: 4px;
}
.contents INPUT[type:submit], .body  INPUT[type:button]
{
	font-family: arial;	
	font-size: 12px;
	font-weight: normal;	
	margin-bottom: 4px;
}

.contents .important
{
	margin: 10px;
	padding: 5px;
	
	background-color : #3B9DCC;
	-webkit-border-radius: 	10px;
	-khtml-border-radius: 	10px;
	-moz-border-radius: 	10px;
	border-radius: 			10px;
	
	color : #fff;
	font-family: arial;	
	font-size: 14px;
	font-weight: bold;	

	line-height:22px;
	
	text-align: left;

}

/* FOOTER */

.footer
{
	clear:both;
	z-index:10;
	margin-top: 		10px;
	width: 100%;
	
	text-align: 		center;

	color: #086a99;	
	font-family: arial;	
	font-size: 11px;
	font-weight: normal;
	/*
	background-color: 	#5dbfee;
	border: 			1px solid #fff;
	*/
}

.footer a
{
	color: #086a99;
	font-size: 	11px;
}
.footer a:hover
{
	color: #3B9DCC;
	font-size: 	11px;
}
.logos
{
	height:52px; 
	font-family: verdana, arial;
	font-size:11px;

	padding-left: 10px;
	padding-top: 10px;
	background-color:#fff;

	border: solid 1px #3b9dcc;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	-moz-border-radius: 	5px;
	border-radius: 			5px;	
	
	margin-bottom: 20px;
}
.logos .by
{
	width:  90px;
	float: left;
}

.logos IMG
{
	height:42px; 
}