html, body, form
{
	margin: 0;
	padding: 0;
}

img {
border: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #0094DD;}
a:visited{color:#0094DD;}
a:active {color: #FF0000;}
a:hover{color:#FF0000;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
        min-width: 1024px;
	/*height:140px;*/
        height: 170px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #FFF000 /*url(images/header_bg.gif) left bottom repeat-x*/;
}

#header_logo
{
	position:absolute;
}

#logo_place {
/*padding-top: 20px;*/
padding-left: 15px;
}



#company_logo
{
	display:block;
	position:absolute;
	width:100px; 
	height:106px; 
	left:165px;
	top: 0;
	/*background:url(images/logo.gif) right center no-repeat;*/
}

#header_text
{
	position:absolute;
	left:0px;
	top: 0;
	width:310px;
	height:106px;
        padding-top: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
        text-align: center;
}
#header_slogan
{
	position:absolute;
	right: 390;
	top: 55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
        text-align: right;
}

#header_slogan1
{
	position:absolute;
	right: 370;
	top: 77px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
        text-align: right;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text p
{
	font-size:100%;
        color: #FF0000;
        font-weight: bold;
        margin-top: 4px;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	/*background: url(images/top_btns_bg.gif) left bottom no-repeat;*/
        backgroud-color: #0094DD;
	position:absolute;
	right:20px; top: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_info
{
        display: block;
	position:absolute;
	right:15px; top: 25px;
        /*width: 250px; height: 50px;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
        font-size: 100%;
        color: #FF0000;
        text-align: left;
}

#header_info1
{
        display: block;
	position:absolute;
	right:15px; top: 42px;
        /*width: 250px; height: 50px;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
        font-size: 100%;
        color: #FF0000;
        text-align: left;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
        
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#slogan_place {
/*background: url(images/header_bg1.gif) right center no-repeat;*/
}

#zebra
{
	height:20px;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
        min-width: 1024px;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:170px;
	vertical-align:top;
	height:100%;
      /*  padding-left: 15px;*/
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding-left: 15px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
        padding-right: 15px;
        padding-bottom: 15px;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #FFF000 /*url(images/header_bg.gif) left bottom repeat-x*/;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
        min-width: 1024px;
	height:50px;
	padding: 10px 0px 10px 5px;
	
}

/*Link in footer*/
#footer a
{
	color: #000000;
	font-size: 90%;
}

/*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;
}


/*Data table*/
table.data-table1

	border-collapse:collapse;
}

/*Any cell*/
table.data-table1 td
{
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table1 thead td, table.data-table1 th
{
	text-align:left;
	font-weight:normal;
	background-image:none;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table1 tbody td
{
	background-image:none;
	color:#333;
}

/*Foot cell*/

table.data-table1 tfoot td
{
	padding:4px;
	color:#333;
}

span.title 
{
      color: #FF0000;
      font-weight: bold;
}

/*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;}

table .phone_detais
{
border: 1px dotted grey;
border-collapse:collapse;
}

table .phone_detais td
{
border: 1px dotted grey;
}

.timg {
width: 84px;
}
.top_info {
font-size: 12px; letter-spacing: 0.2em;
}

#mainpage_content {
padding-left: 10px;
}
