html, body, form, div, ul, li
{
	margin: 0;
	padding: 0;
}

img {
	border:0;
}

/*Font*/
body
{
	color:#000000;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #486DAA;}
a:visited{color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}
/* Fort.Labs */
body {
	color:#000000;
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-size:80%;
}
#cont1 {
	margin:0 auto;
	width:1000px;
	background:url(images/bg.jpg) repeat-y;
}

#top {
	width:100%;
	height:199px;
}
#logo {
	width:195px;
	height:199px;
	float:left;
}
#header {
	width:805px;
	height:199px;
	float:left;
	background:url(images/header.jpg) no-repeat;
}
#top_right {
	position:relative;
	float:right;
	width:220px;
}
#address_block {
	position:relative;
	width:220px;
	top:7px;
	height: 75px;
	font-size:12px;
	color:#195a5b;
	font-weight:bolder;
}
#search_block {
	position:relative;
	width:200px;
	top:10px;
	height: 25px;
}
.div_inline {
	display:inline;
	float:left;
}
.float_clear {
	clear:both;
}
#container {
	width:1000px;
	background:url(images/bg2.jpg) repeat-y;
	margin-top:12px;
}
#top_line {
	width:100%;
	height:12px !important;
}
#top_menu {
	width:100%;
	height:25px;
}
#left_block {
	position:relative;
	float:left;
	width:220px;
}

#main_block {
	float:left;
	width:580px;
	height:auto !important;
}
#work_block {
	/*min-height:700px;
	height: auto !important;
	height: 700px;*/
}
#right_block {
	float:left;
	width:170px;
	padding: 0 12px;
}
.wrapper {
	padding: 10px 30px 10px 30px;
}
#footer_title {
	width:946px;
	color:#FE6400;
	font-size:13px;
	font-weight:bolder;
	padding:10px 0 5px 54px;
	text-transform:uppercase;
	/*background: #F6F6F6;*/
	vertical-align:bottom;
	border-bottom: 5px solid #FE6400;
	background:url(images/bg.jpg) repeat-y;
}
#footer {
	padding:5px 30px 0px 50px;
	/*font-weight:bolder;*/
	/*text-transform:uppercase;*/
	/*color:#FE6400;*/
	font-size:9px;
	background:url(images/footer_bg_line.jpg) repeat-y;
}
#footer a{
	text-decoration:none;
	font-weight:bolder;
	font-size:8px;
	color: orange;
}
#footer_line {
	height:4px;
	width:1000px;
	background:url(images/footer_line.jpg) repeat-y;
}


/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}


/*Data table*/
table.data-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #99BAD7;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/* social network*/
div#sonet_events_ms_message {width:150px;}
