/*css home*/

/*header*/
#header{
	height:213px;
	background-image:url(/themes/base/images/layout/headerhome.jpg);
}

/*logo*/
#header h1 a{
	top:91px;
}
.colhome{
	width:251px;
	float:left;
	margin-right:25px;
}
.nomargin{
	margin-right:0 !important;
}
.colhome p{
	font-size:11px;
	color:#ababab;
	text-align:justify;
}
.colhome p#first{
	color:#666;
}

a#btapply, a#btlicense{
	width:251px;
	height:124px;
	display:block;
	background-repeat:no-repeat;
	text-decoration:none;
	margin:15px 0 10px 0;
}
a#btapply{
	background-image:url(/themes/base/images/layout/btapply.jpg);
}
a#btlicense{
	background-image:url(/themes/base/images/layout/btlicense.jpg);
}
a:hover#btapply{
	background-image:url(/themes/base/images/layout/btapplyhover.jpg);
}
a:hover#btlicense{
	background-image:url(/themes/base/images/layout/btlicensehover.jpg);
}
a#btapply span, a#btlicense span{
	display:none;
}