@charset "utf-8";
/**
 * 
 * StyleName	: _base
 * Color		: Blue
 * 
 */

/** Tags
------------------------------ **/
a,
h1 a:hover,
.footer a:hover,
.footer p a:hover
{
	color:#1abc9c;
}
a:hover
{
	color:#777;
}

/** common
------------------------------ **/
#topMenu,
#sideMobile,
.footer .services
{
	background-color:#1abc9c;
}

#topMenu .topMenu li a,
.footer .services li a
{
	color:#acf1db;
}


/** Main contents
------------------------------ **/

.mainServices .service .more a
{
	background:url(btn_service.gif) no-repeat;
}
#mainTopics .listview a
{
	background:url(mark_topics.png) left center no-repeat;
}

/** Table **/
table.contactTable tr.must th {
    background-image: url("label_must.gif");
}


/** Side contents
------------------------------ **/

/** Services **/
.sideServices h2
{
	background:url(icon_list.gif) 200px center no-repeat;
	background-color:#bbb;
}
.sideServices ul li a
{
	background:url(mark_side_li.gif) 5px center no-repeat;
}


/** Mobile **/
.sideMobile h2
{
	background:url(icon_mobile.gif) right top no-repeat;
}


/** Feed **/
#sideFeed a
{
	background:url(icon_rss.gif) 200px center no-repeat;
}


/** Contact **/
#sideContact a
{
	background:url(icon_form.gif) 200px center no-repeat;
}


/** footer
------------------------------ **/
#footer{
	background:url(bg_footer.gif) bottom repeat-x;
	background-color:#e7e7e7;
}