@import url("common.css");

body
{
	background-color: #535353;
	text-align: center;
}

#body
{
	background: white url('../images/bg_body_2.gif') repeat-y top left;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
	width: 768px;
}

/*** contact ******************************************************************/
form.contact fieldset
{
	border: none;
}
form.contact span
{
	display: block;
	font-weight: bold;
}

/*** content ******************************************************************/
#content
{
	margin: 0 8px 8px 157px;
}

/*** foot *********************************************************************/
#foot
{
	background: transparent url('../images/bg_footer.gif') no-repeat top left;
	clear: both;
	color: white;
	line-height: 46px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#foot span
{
	margin: 0 8px;
}

/*** head *********************************************************************/
#head
{
	background: transparent url('../images/bg_header.png') no-repeat top left;
	color: white;
	height: 253px;
	text-align: right;
}
#head span
{
	display: block;
	padding-top: 15px;
	padding-right: 15px;
}
#head span.phone
{
	font-size: 12pt;
	font-weight: bold;
}

/*** menu *********************************************************************/
#menu
{
	border-color: black;
	border-style: solid solid none solid;
	border-width: 1px;
	float: left;
	margin: 0 0 0 7px;
	width: 140px;
}
#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li
{
}
#menu ul li a
{
	background: black url('../images/bg_menu_1.gif') repeat-x top left;
	border-color: black;
	border-style: none none solid none;
	border-width: 1px;
	color: white;
	display: block;
	line-height: 28px;
	padding: 0 4px;
	text-decoration: none;
}
#menu ul li a:hover
{
	background: black url('../images/bg_menu_2.gif') repeat-x top left;
}

/*** tagline ******************************************************************/
#tagline
{
	background: transparent url('../images/bg_tagline.gif') no-repeat top left;
	line-height: 48px;
	text-align: right;
}
#tagline a
{
	color: white;
	text-decoration: underline;
}
#tagline span
{
	color: white;
	font-weight: bold;
	padding: 0 16px;
}
