@charset "utf-8";
/* CSS Document */

#home_image_area
{
	padding: 25px 0 0 370px;
	width: 280px;
	height: 204px;
	margin-bottom: 35px;
	background: url(/_images/bgs/home_page.jpg) top left no-repeat;
	font-size: 14px;
	font-weight: bold;
}

#home_image_area ul
{
	width: 235px;
}

#home_image_area ul li
{
	font-size: 12px;
	list-style-image: url(/_images/bullets/tick.png);
	margin-bottom: 12px;
}

#latest_news
{
	float: left;
	width: 650px;
}

#latest_news ul {
	margin: 0;
	padding: 0 0 0 17px;
	}

#latest_news ul li {
	list-style-image: url(/_images/bullets/dot_orange.png);
	padding: 0 0 20px 0;
}

#latest_news_col1, #latest_news_col2
{
	float: left;
	width: 300px;
	}
	
#latest_news_col1 {
	padding: 0 30px 0 0;
	}


#callback
{
	float: right;
	width: 306px;
}

#callback form
{
	width: 306px;
	height: 206px;
	background: url(/_images/bgs/callback.png) bottom left no-repeat;
}

#callback form fieldset
{
	padding-top: 20px;
}

#callback label, #callback .label
{
	width: 120px;
	font-weight: bold;
	text-align: right;
	margin-right: 15px;
	color: #660033;
	font-size: 12px;
}

#callback .label {
	font-weight: normal;
	clear: left;
}

#callback div.text, #callback div.error
{
	float: left;
	font-size: 10px;
	color: #000000;
	margin-bottom: 10px;
}

#callback div.error
{
	color:#990000;
}

#callback input.text
{
	width: 150px;
	margin-bottom: 10px;
}



