@charset "utf-8";
/*
intermedia.vn CSS Document
First built on 080913, Dizzy, minaby.com
Last built 080915;
*/

/* __________________________________________________ BASIS TAGS */
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;
}
body{
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: #37414e;
}
a{
	color: #3065a9;
	text-decoration: underline;
}
a:hover{
	color: #008aff;
}

/* __________________________________________________ TOP */
#top {
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#top .logo {
	width: 820px;
}
#top .logoR {
	background-image: url(images/top_R.jpg);
	background-repeat: no-repeat;
	background-position: 820px 0px;
}
#menu {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}

/* __________________________________________________ CONTENT */
#content {
	padding: 15px 0px 0px 0px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* __________________________________________________ LEFT */
#content #left {
	float: left;
	width: 220px;
}
#content #left #wraper-L {
	width: 186px;
	margin: 0px auto;
}
.containerL .newsblock {
	padding: 4px 0px 8px 0px;
}

.containerL .date {
	color: #989b9e;
	padding-left: 12px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	font-size: 11px;
}
.containerL .banner {
	padding: 10px 0px 0px 0px;
}


/* __________________________________________________ RIGHT */
#content #right {
	float: left;
	width: 600px;
}
#content #right #wraper-R {
}
.containerR {
	background-color: #efefef;
	padding: 10px 10px 15px 10px;
	background-image: url(images/block_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #37414e;
}
.containerR .serviceblock {
	padding: 0px 0px 15px 0px;
}
.containerR h3 {
	font-family: Arial;
	font-size: 16px;
	color: #3065A9;
	font-weight: bold;
	padding: 8px;
}
.containerR p{
	padding: 4px 0px 4px 0px;
}
.containerR .award {
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
}
.containerR .award img {
	padding: 5px;
	float: left;
}
.containerR .award .awardname {
	color: #0066CC;
	font-weight: bold;
}



/* __________________________________________________ CLASSES */
.clearer{
	clear: both;
	height: 1px;
}
.vspace15{
	height: 15px;
	clear: both;
}
.a-center{
	text-align: center;
}
.a-right{
	text-align: right;
}
.a-left{
	text-align: left;
}
.pad5{
	padding: 5px;
}

/* __________________________________________________ FOOTER */
#footer {
	background-color: #abb5c2;
	color: #545f6d;
	font-size: 11px;
	padding: 10px;
}
#footer p{
	padding: 2px;
}
#footer p a{
	color: #13498d;
}
#footer p a:hover{
	color: #000000;
}
