/* Main Sttyles ******************/
html {
  height:100%;
}

body {
	font-family: Verdana, Helvetica, Tahoma;
	font-size: 83%;
	padding:0;
	margin:0;
	color: #676767;
}

h1 {
	margin: 0 0 10px 0;
	color: #0175eb;
	font-size: 1.32em;
	font-weight: normal;
	font-family: Tahoma;
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #0175eb;
	font-size: 1.32em;
	font-family: Tahoma;
	font-weight: normal;
}

h3 {
	font-family: Tahoma;
	margin: 0;
	padding: 5px 10px;
	font-size: 1.15em;
	background: #D8E7F9 url('../img/h3_bg.gif') right repeat-y;
}

h3 a{
	color: #676767;
}

a {
	color: #0175eb;
}

img {
	border: 0;
}

#page {
	width: 995px;
	margin: 0 auto;
	background: #fbfbfb;
}

#header {
  border-top: 3px solid #0175eb;
  border-bottom: 5px solid #dddddd;
  background: #f7fafb url('../img/header_bg.jpg') right no-repeat;
  height: 207px;
}

#logo {
	margin: 45px 0 0 15px;
}

#menu {
	background: #fbfbfb url('../img/menu_bg.gif') bottom center no-repeat;
	padding: 5px 0 4px 15px;
	height: 80px;
	font-family: Tahoma;
}

#menu span {
	font-size: 11px;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 1.28em;
}

#menu p {
	float: left;
	margin-top: 0;
	padding-bottom: 8px;
	margin-right: 20px;
}
#menu p.home {
	background: url('../img/icon_home.gif') top left no-repeat;
	padding-left: 73px;
}

#menu p.about {
	background: url('../img/icon_about.gif') top left no-repeat;
	padding-left: 80px;
}

#menu p.portfolio {
	background: url('../img/icon_portfolio.gif') top left no-repeat;
	padding-left: 72px;
}

#menu p.order {
	background: url('../img/icon_order.gif') top left no-repeat;
	padding-left: 60px;
}

#menu p.services {
	background: url('../img/icon_services.gif') top left no-repeat;
	padding-left: 75px;
}

#menu p.contacts {
	background: url('../img/icon_contacts.gif') top left no-repeat;
	padding-left: 80px;
	margin-right: 0;
}

#content {
	padding: 10px 15px;
}
#left-col {
	width: 68%;
	border-right: 1px dashed #dddddd;
	padding-right: 20px;
}
#left-col p {
	text-align: justify;	
}

#right-col {
	width: 32%;
	padding-left: 20px;
}

div.news {
	border-bottom: 1px solid #dddddd;
}

div.block {
	margin-bottom: 15px;
}

div.block span {
	color: #989898;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}

div.block p {
	margin: 0;
	padding: 0;
}

#bottom {
	border-top: 1px solid #dddddd;
	padding-top: 5px;
	margin: 15px;
}

#contacts {
	width: 280px;
	border: 1px solid #dddddd;
	padding: 5px;
	margin-left: 90px;
}
#contacts p {
	margin: 0;
	padding: 0;
}
#copyrights {
	float: left;
}
#counters {
	float: right;
}
/* Some Hacks ******************/
.clearer {
	clear: both;
	line-height: 100%;
}
.margin {
	margin-top: 20px;
}
div.site {
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}
/*HostCMS*/
.table_border_hostcms, .table_border_hostcms td
{
	padding: 2px; 
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid #E3E1DA;
	vertical-align: middle;
	color: #3D3D3D;
}
.table_border_hostcms a:link, .table_border_hostcms a:hover, .table_border_hostcms a:visited
{
	color: #3D3D3D;
}
.tr_hostcms_title
{
	background-color: #EFEEEA;
	color: #000000;
	font-weight: bold;
}




