*{
	margin:0px;
	padding:0px;
	font-family: arial, verdana, helvetica, sans-serif;
}

body {
	margin:0px;
	padding:0px;
	border:0px;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

img
{
	border:0px;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	text-align:justify;
}

/* Header styles */

#header 
{	
	width:100%;	
	background:url(/img/topbg.jpg) repeat-x;
	height:177px;	
	background-color:#fff;	
	text-align:center;
	margin-bottom:10px;
}

#logo{	
	width:356px;
	height:177px;
	position:absolute;
	left:0px;
	top:0px;
	ffloat:left;
}

#phone 
{	
	margin: 0;
	padding: 0px;
	right:20px;
	top: 15px;
	position:absolute;
	width:250px;	
}

#phonetext{	
	color:#fff;
	font-size:1.6em;	
	font-weight:bold;
}

.phonecode	
{	
	color:#000;
	font-size:1.4em;	
	font-family:Georgia,Tahoma,Arial;
}

.phonenumber{	
	color:#f00;
	font-size:2.2em;	
	font-weight: bold;	
	font-family:Georgia,Tahoma,Arial;
}

#sitemap {
	margin:0;
	padding:0px;
	position: absolute;
	top: 130px;
	right: 35px;
	display:block;
	width:200px;
	text-align:right;
}

#sitemap a{
	font-size:1em;
	font-style:italic;
	font-weight:normal;
	color:#3399FF;
}


	/* holy grail 3 column settings */
	.holygrail {
	    background:#ff9;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-230px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:530px;         	/* Left column width + right column width */
        background:#fff;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:300px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin-right: 245px;
        margin-left: 315px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:270px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }

/* Footer styles */
#footer 
{	
	clear:both;
	float:left;
	width:100%;	
	
	background:#ccc;
	background:url(/img/bottombg.jpg) repeat-x;
	height:180px;
	position:absolute;
}
#footer p {
margin:0px;  /* обнуляем отступы*/
padding: 10px 0; /*  задаем поля */
}

#btmlogo{
	position:absolute;
	right:0px;
	bottom:0px;
	width:273px;
	height:180px;	
	
}

#btmcontacts{
	margin:0;
	padding:0;
	left:20px;
	bottom:20px;
	text-align:left;
	font-size:1.0em;
	line-height:1.5em;
	position:absolute;
}

#copyrights{
	margin:0;
	padding:0;
	right:20px;
	bottom:20px;
	text-align:left;
	font-size:1.0em;
	line-height:1.5em;
	position:absolute;
}

#counter{
	margin:0;
	padding:0;
	right:20px;
	bottom:50px;
	text-align:left;
	font-size:1.0em;
	line-height:1.5em;
	position:absolute;
}

.clear{
hheight:0;
ffont-size:1px;
lline-height:0px;
clear:both;
}

#navigation 
{	
	width:100%;				
	font-size: 1.0em;
	line-height: 1em;
	text-transform: uppercase;
	text-indent: 0px;			
}
#navigation ul 
{				
	width:750px;	
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;				
}
#navigation ul li {
	text-align: center;
	float: left;	
	list-style-type: none;
	vertical-align: middle;
	padding: 5px;
	padding-bottom: 1px;
	margin: 5px;	
	margin-top:-10px;
}

#navigation ul li a
{
	border-bottom-style:solid;
	border-bottom-width:thick;
	border-bottom-color:#777;
}

#navigation ul li.active a, #navigation ul li.active{
	color: #f00;	
	border-bottom-style:solid;
	border-bottom-width:thick;
	border-bottom-color:#f00;
}
#navigation ul li a {
	color: #777;
	text-decoration: none;
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #f00;
	border-bottom-style:solid;
	border-bottom-width:thick;
	border-bottom-color:#f00;
}

.colmask p{
	padding-bottom:0.5em;
	line-height:1.2em;
	text-align: justify;
	text-indent: 2em;
}

.colmask h1 {
	padding:0.5em 0px;
	ttext-transform:uppercase;
	text-align:center;
	color:#f00;	
	font-size:1.6em;	
}

.colmask h2 {
	padding:0.5em 0px;
	ttext-transform:uppercase;
	text-align:center;
	color:#f60;
	font-size:1.4em;	
}

.colmask h3 {
	padding:0.5em 0px;
	ttext-transform:uppercase;
	text-align:center;
	color:#f60;
	font-size:1.4em;	
}

.colmask ul li{
	padding-left:1em;
	list-style-position:inside;
	line-height:1.5em;
}

.hotmenu {
	list-style:none;
	color:#1177dd;
}

.hotmenu a {
	color:#1177dd;
}

.date {
	color:#05a;
	font-weight:bold;
}

.somelink
{
	color:#17d;
}

.right
{
	float:right;
}

.left
{
	float:left;	
}

img.left
{
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
}

.center
{
	text-align:center;	
}

div.prjs
{
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	text-align:center;
	background-color:#f93;
}

div.prj
{	
	margin-bottom:10px;
	font-weight:bold;	
}

#ico
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#topbanner
{
	left:355px;		
	top:45px;
	mmargin-top:30px;	
	position:absolute;
	ffloat:left;	
}

.col2 a, .col2 p
{
	font-size:12px;
}

table.price
{
    margin-left:auto;
    margin-right:auto;
    width:90%;
}

table.price td
{
    border:1px solid gray;
    padding:5px;
    text-align:center;
    vertical-align:middle;
}

table.price th
{
    border:1px solid gray;
    padding:5px;
    text-align:center;
    vertical-align:middle;
    background-color:Gray;
    color:White;
    font-weight:bold;
}

table.prj
{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

table.prj td
{
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

table.prj img
{

}              

table.prjdetails td
{
    background: #ddd;
    text-align: left;
}

table.prjdetails td.detail
{
    font-weight: bold;
    text-align: right;
}

.subtitle
{
    font-weight: bold;
    font-size: larger;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

#loading
{
	display:none;
	position:fixed;
	top:0;
	left:45%;
	width: 200px;
	font-size:medium;
	color:White;
	font-weight:bold;
	padding:2px;
	border:solid 1px Red; 
	text-align: center;
	z-index:100;	
}

ol li
{
    list-style-type:decimal;
    padding-left:1em;
    list-style-position:inside;
    line-height:1.5em;
    font-size:12px;
}

ol 
{
    border:1px dashed #ccc;
    padding:10px;
}
