@import url("common.css");

/*** body *********************************************************************/
body
{
	background: #efefef url('../images/bg_body_1(2).gif') repeat-x top left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#body
{
	background: white url('../images/bg_body_2.gif') repeat-y top center;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
	width: 768px;
}
#body2
{
	background: transparent url('../images/bg_body_3(2).gif') no-repeat top center;
}

/*** content ******************************************************************/
#content
{
	margin: 0 16px 0 164px;
	padding: 0;
}
#content form.contact fieldset
{
	border: none;
}
#content form.contact label
{
	display: block;
	padding-bottom: 1em;
}
#content form.contact span
{
	display: block;
	font-weight: bold;
}

/*** footer *******************************************************************/
#footer
{
	background: transparent url('../images/bg_footer_1.gif') no-repeat top center;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding-top: 24px;
}
#footer a
{
	color: #999999;
}
#footer a:hover
{
	color: black;
}

/*** head *********************************************************************/
#head
{
	height: 90px;
	position: relative;
	text-align: right;
}
#head a
{
	color: #eee;
	font-weight: bold;
}
#head a img
{
	border: none;
	text-decoration: none;
}
#head img
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#head p.contact
{
	color: #eee;
	position: absolute;
	top: 5px;
	right: 26px;
}
#head span
{
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#head span.phone
{
	font-weight: bold;
}

/*** menu *********************************************************************/
#menu
{
	float: left;
	margin: 0 0 0 16px;
	padding: 0;
	width: 140px;
}
#menu ul
{
	margin: 0;
	padding: 0;
}
#menu ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li a
{
	background: #dedee0 url('../images/bg_menu_item_1.gif') repeat-x top left;
	border-color: #c7c7c7;
	border-style: solid;
	border-width: 1px;
	color: #555;
	display: block;
	margin: 0 0 .5ex 0;
	padding: .5ex;
	text-decoration: none;
}
#menu ul li a:hover
{
	background: #c7c7c9 url('../images/bg_menu_item_2.gif') repeat-x top left;
	color: black;
}