*{
	margin:0px;
	padding:0px;
	font-family: arial, verdana, helvetica, sans-serif;
}

body {
	margin:0;
	padding:0;
	border:0;			/* 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;
	pposition:absolute;
	lleft:0px;
	ttop:0px;
	ffloat:left;
}

#phone 
{	
	margin: 0;
	padding: 0px;
	rright:20px;
	ttop: 15px;
	pposition:absolute;
	width:356px;	
}

#phonetext{	
	color:#fff;
	font-size:1.6em;	
	font-weight:bold;
}

.phonecode	
{	
	color:#000;
	font-size:1.2em;	
	font-family:Georgia,Tahoma,Arial;
}

.phonenumber{	
	color:#f00;
	font-size:1.8em;	
	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;
}

/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    ffloat:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */

	}

	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;    	/* 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:#777;
font-size:10px;
}

.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
{
	lleft:355px;		
	ttop:45px;
	mmargin-top:30px;	
	pposition: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;
	width: 170px;
	font-size:medium;
	color:White;
	font-weight:bold;
	padding:10px;
	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;
}


p.new
{
font-size:12px;
text-indent:0px;
}

/* Index Page Slider */
.jflow-content-slider {
	margin-bottom: 20px;
}
#jFlowSlide {
	border: 1px solid #ffffff;
	z-index: 10;
}
#myController {
	border: 1px solid #d6d6d6;
	border-top: 0;
	background: #e9e9e9 url(/images/slider/myController_bg.gif) repeat-x left top;
	width: 418px;
	height: 24px;
	padding: 6px 10px 0;
	text-align: right;
}
.quick_nav {
	float: right;
}
.collection_name {
	float: left;
	padding-top: 4px;
}
.collection_name a, .collection_name a:hover {
	color: #FF6600;
	text-decoration: none;
    font-weight: bold;
}
.collection_name a strong, .collection_name a:hover strong {
	color: #FF0000;
}
#myController span {
	float: left;
	width: 20px;
	height: 17px;
	padding-top: 2px;
	background: url(/images/slider/jFlowControl_bg.gif) no-repeat center top;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
#myController span.jFlowSelected {
	background: url(/images/slider/jFlowControl-hover_bg.gif) no-repeat center top;
	color: #fff;
}
.jFlowControl, .jFlowSelected, .jFlowPrev, .jFlowNext {
	cursor: pointer;
	margin-left: 10px;
}
#myController .jFlowPrev, #myController .jFlowNext {
	padding-top: 0;
	height: 19px;
}


a {
	text-decoration: none;
}

