@charset "UTF-8";

*
{
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

a
{
	color: #0088CC;
	text-decoration: none;
}

body
{
	margin: 0px;
	padding: 0px;
}

form
{
	margin: 0px;
}

img
{
	border-style: none;
}

/* 
 * ==============================================
 *  services definition
 * ==============================================
 */

.services
{
	background-color: #FFFFFF;
	height: 10px;
}

.services div
{
	position: absolute;
	top: 10px;
	right: 30px;
}

.services div img, 
.services div a img
{
	margin-right: 5px;
}

.services div img.border
{
	border-right: 1px dotted #AAAAAA;
}

.footer
{
	clear: both;
	color: #666666;
	padding: 20px;
}

.footer a
{
	color: #666666;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.searchkeyword
{
	border: 1px solid #AAAAAA;
	border-right: 0px;
	float: left;
	height: 18px;
	width: 397px;
}

.searchbutton
{
	border: 1px solid #238FB3;
	background-image: url('../images/main/searchbutton.jpg');
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	height: 22px;
	width: 100px;
}
