@charset "utf-8";
/* CSS Document */

.topTile {
	background:url(topTile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	
.bottomTile {
	background:url(bottomTile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	
.right {
	margin-right:4px;
	margin-left:auto;
	text-align:right;
	}
	
.serviceHeaderTop {
	padding-top:15px;
	width:390px;
	font-weight:bold;
	font-size:36px;
	margin-bottom:0px;
	line-height:36px;
	
}

.subDescr {
	padding-top:8px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
}

.topLeftColumn {
	width:200px;
	float:left;
	margin:0;
}

.bottomRightColumn {
	width:200px;
	float:right;
}

.serviceHeaderBottom {
	padding-top:15px;
	width:400px;
	font-weight:bold;
	font-size:36px;
	margin-bottom:0px;
	line-height:36px;
}

/* contact box */
.contactTop {
	width:198px;
	background:url(contactTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px;
	}
	
.contactBottom {
	width:198px;
	margin:0px;
	margin-top:5px;
	padding-bottom:10px;
	background:url(contactBottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.contactText {
	margin-left:3px;
	margin-right:11px;
}

.style1 {color: #666666}
.style2 {color: #FFFFFF}
