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

/** Tags
------------------------------ **/
a,
#title a:hover,
.footer a:hover,
.footer p a:hover,
#topMenu .topMenu li a:hover
{
	color:#6af;
}
a:hover
{
	color:#777;
}

/** common
------------------------------ **/
#title, #title a{
	color:#333;
}
#topMenu,#title,#mainImage
{
	background-color:#dbdee4;
}
#topMenu .topMenu li a
{
	background:url(line_topmenu.gif) right center no-repeat;
	color:#789;
}
#topMenu .topMenu li.fifth a
{
	background:none;
}
#topMenu_outer{
	background:url(bg_wht.jpg);
}

/** Main contents
------------------------------ **/
.mainServices .service .more a
{
	background-image:url(btn_service.gif);
	background-repeat:repeat;
}
.mainServices .service .more a:hover
{
	background-position:bottom;
}
#mainTopics .listview a
{
	background:url(mark_topics.png) left center no-repeat;
}
.mainTopics .topics li .more a
{
	border:solid 2px #6af;
}

/** Table **/
table.contactTable input.button:hover
{
	background-color:#777;
}
table.contactTable tr.must th {
    background-image: url("label_must.gif");
}


/** Side contents
------------------------------ **/
#sideContents{
	background:url(bg.jpg);
}

/** Services **/
.sideServices h2
{
	background:url(icon_side_service.gif) 0 18px no-repeat;
}
.sideServices ul li a
{
	background:url(mark_side_li.gif) 8px center no-repeat;
}

/** Mobile **/
.sideMobile h2
{
	background:url(icon_side_mobile.gif) 0 18px no-repeat;
}

/** Contact **/
#sideContact a
{
	background-image:url(bg_contact.gif);
	background-repeat:no-repeat;
}
#sideContact a:hover
{
	background-position:bottom;
}

/** Blogs **/
.sideBlogCategories h2:before,
.sideBlogDates h2:before
{
	background: #333;
}

.sideBlogCategories h2:after,
.sideBlogDates h2:after
{
	color: #eee;
}