@CHARSET "UTF-8"; /*site design common template*/

/*basic elements styles*/
html{
	height: 100%;
}

body{
	font-family: Arial, Tahoma, Verdana;
	height: 100%;
	
	font-size: 12px;
/*	color: #636363;*/
	color: #676767;
/*	min-width: 100%;*/
	padding: 0;
	margin: 0;
/*	background: url("../images/content_bg_full.jpg") left 70% no-repeat;*/
}

a{
/*	color: #36b7ef;*/
	color: #10a5ef;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}

h1{
	font-size: 18px;
	margin-bottom: 15px;
/*	color: #000;*/
	color: #333;
	font-weight: normal;
}

h2{
	font-size: 19px;
	margin-right: 25px;
	font-weight: normal;
}

h3{
	font-size: 18px;
	font-weight: normal;
	color: #36b7ef;
}

strong{
	font-weight: bold;
/*	color: #000;*/
	color: #333;
}

/*common page layout*/
.basis{
   	display: block;
   	width: 2620px;
   	position: absolute;
   	left: 0px;
   	z-index: 1;

/*   	height: 325px;
  	bottom: 50%;*/
   	height: 300px;
  	bottom: 56%;
   	
/*   	height: 150px;
  	bottom: 80%;*/

/*   	min-height: 100%;*/
/*   	background-color: #faf;*/
  	   	
/*   	height: 400px;
   	bottom: 36.5%;
   	*/

/*   	background: url("../images/infopage_top_background.jpg") top center no-repeat;*/
}

.basis .side{
	width: 484px;
	height: 610px;
	margin-right: 35px;
	float: left;
	background: url("../images/side_coffee.jpg") top left no-repeat;
}
.basis .content{
	height: 610px;
	width: 2100px;
	float: left;
	position:relative;
	background: url("../images/content_bg.jpg") top left no-repeat;
}
br.delimiter{
	margin-bottom: 18px;
}
.services{
	height: 80px;
	margin-left: 10px;
	color: #fff;
	position: relative;
	top: 479px;
}
.services .block{
/*	color: #000;*/
	color: #333;
	float: left;
	font-size: 10px;
	line-height: 18px;
	padding: 0px 0 5px 20px;
	margin-top: 20px;
	width: 85px;
	text-transform: uppercase;
	border-right: 1px solid #3fb7f2;
}

a.outer{
	background: url("../images/marker_link.png") center left no-repeat;
	padding-left: 15px;
	font-size: 10px;
/*	line-height: 7px;*/
}

.portfolio{
/*	bottom: 44%;*/
	bottom: 75%;
	height: 100px;
}
