@charset "UTF-8";
body,input,select,textarea
{
	font-family: verdana,arial;
	font-size: 8pt;
}

body.page
{
	width:978px;
	padding:0px;
	margin: 0 auto;
}	

table.markup_table
{
	width:978px;
	border:none; 
	border-collapse: collapse;
	text-align: left;
	background-color: #fff;
}

table.markup_table td
{
	padding: 0px;
}

table.dialog_markup_table
{
	width:100%;
	border:none; 
	border-collapse: collapse;
	text-align: left;
	background-color: #fff;
}

table.dialog_markup_table tr
{
	border-bottom:1px dotted #dcdcdc;
}	

table.dialog_markup_table td
{
	padding: 0px 0px 5px 0px;
}

table.dialog_markup_table .dialog_markup_caption
{
	font-weight: bold;
	width:15%;
	white-space: nowrap;
}	
table.dialog_markup_table .dialog_markup_devider
{
	font-weight: bold;
	width:5px;
	white-space: nowrap;
}		


table.site_header
{
	width:100%;
	height:364px;
	border:none; 
	border-collapse: collapse;
	background: transparent url('images/header/header_bg.jpg') center top no-repeat;
}

.site_header td
{
	padding: 0px;
}

.site_header .left_logo
{
	width: 242px;
	background: transparent url('images/header/left_logo.jpg') left bottom no-repeat;
}

.site_header .workers
{
	width: 362px;
	background: transparent url('images/header/workers.jpg') left bottom no-repeat;
}

.site_header .phone
{
	font-size:12pt;
	font-weight: bold;
	color:blue;
}	


.site_footer
{
	width:100%;
	height:93px;
	background: transparent url('images/header/footer_bg.jpg') center top no-repeat;
}	

