body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
	height: 100%;
}

a {
	color: #333333;
	text-decoration:none;
	border: none 0px;
}

a:hover {
	color: black;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	margin-top: 0px;
}

.background {
	background-color: #BFA77D;
	margin: auto;
	height: 100%;
}

.center {
	display:block;
	padding: 0px;
	margin: auto;
	border: 0px;
	text-align: center;
	width: 950px;
}

.page {
	background-color: black;
	vertical-align: top;
	height: 650px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align:center;
}

.linkFrame {
	border: 0px;
	position:absolute;
}

.linkframe a:active, a:focus {	
	outline: none;
}

.linkframe a:hover
 {	
	outline: none;
	position: relative;
	top: -1px;
	left: -1px;
}

.logoFrame {
	border: 0px;
	position:absolute;
	height: 96px;
	width: 227px;
}

.mainPage {
	background-attachment: scroll;
	background-color: #D4D0C8;
	background-image: url('../images/title.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: top;
	height: 650px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: -325px;
}

.pageFrame {
	display:block;
	position: absolute;
	border: 0px none;
	height: 650px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-color: #D4D0C8;
	left:50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -325px;
}

.navigator {
	margin-top: 0px;
	background-attachment: scroll;
	background-image: url('../images/navigator.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 174px;
	height: 650px;
}

.navigator a, .navigator a:vizited, navigator a img, navigator img {
	border: 0px none;
}

.pageBack {
	margin-top: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 776px;
	height: 650px;
	margin: 0px;
	padding: 0px;
}

.aboutBack {
	background-image: url('../images/about_back.jpg');
}

.servicesBack {
	background-image: url('../images/services_back.jpg');
}

.portfolioBack {
	background-image: url('../images/portfolio_back.jpg');
}

.contactsBack {
	background-image: url('../images/contacts_back.jpg');
}

.priceBack {
	background-image: url('../images/price_back.jpg');
}

.text {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	font-size: 12pt;
	font-weight: bolder;
	color: #333333;
	width: 739px;
}

.navigationString {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 65px;
	padding-bottom: 20px;
	
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	color: #333333;
}

.navigationString a {
	text-decoration: underline;
	color: #666666;
}

.contacts {
	text-align: left;
}

.contacts h1 {
	margin-top: 15px;
}
.contacts p {
	margin-bottom: 15px;
}

.pictureBack {
	background-color: white;
}

  @font-face {
	font-family: "BankGothic";
	src: url('../images/bankrus.ttf')
  }

.pictureCaption {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	position: absolute;
}

.pictureFrame {
	border-color: white;
	border-style: solid;
	border-width: 5px;
	width: 224px;
	height: 120px;
	background-color: #E7E7E8;
	position: relative;
	display: block;
	text-align: center;
}

.pictureFrame a {
	border-width: 0px;
}


.pictureFrame img {
	width: 224px;
	height: 120px;
	border-width: 0px;
}

.pictureFrame:hover img {
	width: 244px;
	height: 130px;
}

.pictureFrame:hover {
	position: relative;
	top: -5px;
	left: -10px;
	width: 244px;
	height: 130px;

	z-index: 10;
}

.pictureHolder, pictureholder a {
	width: 143px;
	height: 143px;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
	margin-right: 33px;
	display: inline-block;
	border-width: 1px;
	border-top-color: white;
	border-left-color: white;
	border-right-color:#999999;
	border-bottom-color:#999999;
	border-style: solid;
	list-style: none;
	float: left;

 	display:-moz-inline-stack;/*Нужно для Firefox*/
	display:inline-block; /*Не применяется в IE и Firefox*/
	_overflow:hidden;/*фикс для IE6*/
	zoom:1;/*включаем hasLayout*/
	*display:block;
}

.pictureholder a {
	width: 100%;
	height: 100%;
	position: absolute;
}

.pichureHolder:hover {
	position: relative;
	top: -18px;
	left: -18px;
	width: 179px;
	height: 179px;
}

.pictureHolder img{
	position: relative;
	height: 109px;
	width: 126px;
	border-width: 0px;
	left: 50%;
	margin-left: -63px;
	padding-top: 8px;
}

.imageList {
	padding-left: 50px; 
	margin: 0px;
}

.imageView {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
}

.imageView div {
	text-align: center;
}

.imageView img {
	border: 1px white solid;	
}

.imageView div a {
	color: white;
	text-decoration: none;
}

.imageView div a:hover {
	color: white;
	text-decoration: none;
}

.mainList {
	text-align: left;
	list-style: none;
	text-decoration: underline;
	padding-left: 0px;
}

.mainList li {
	margin-bottom: 20px;
	margin-top: 20px;
}


.mainList ul {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	list-style: none;
	text-decoration: none;
	font-size: smaller;
}

.mainList ul li {
	text-indent: -30px;
	margin-bottom: 5px;
	margin-top: 5px;
}


.columnLeft {
	float: left;
	width: 260px;
}

.columnRight {
	margin-left: 5px;
	float: right;
	width: 470px;
}

#outer {
    height: 100%;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
	border: 0px none;
}

#middle {
    display: table-row;
    vertical-align: middle;
	border: 0px none;	
}

#inner {
    display: table-cell;
    vertical-align: middle;
	border: 0px none;
}

#outterframe {
	border: 4px solid black;
}

#innerframe {
	border: none;
	background-color: black;
}

.popup {
	display: none;
	position: relative;

	z-index: 50;
	border-collapse: collapse;
	font-size: .8em;
	width: 150px;
	
	background-color: white;
	border-width: 1px;
	border-color:#999999;
	border-style: solid;
	padding: 2px;
}

.spylogCounter {
	margin-top: 50px;
	width: 250px;
	display: block;
}

.spylogCounter li{
	display: inline-block;
	text-align: center;
	list-style: none;
	float: right;
	margin-left: 20px;

 	display:-moz-inline-stack;/*Нужно для Firefox*/
	display:inline-block; /*Не применяется в IE и Firefox*/
	_overflow:hidden;/*фикс для IE6*/
	zoom:1;/*включаем hasLayout*/
	*display:block;
}

.spylogCounter2 {
	display: block;
	text-align: center;
	position: absolute;
	top: 700px;
	margin: auto;
	padding: 0px;
	border: 0px;
	left: 50%;
	margin-left: -200px;
}

.price {
margin: 10px;
border: 1px solid gray;
text-align: center;
}

.priceFont {
font-size: 12px;
}

.price {
margin: 15px;
border: 1px solid gray;
text-align: center;
}

.price {
margin: 15px;
border: 1px solid gray;
text-align: center;
font-size: 12px;
}

.price tr {
border: 1px solid gray;
}

.price td {
border: 1px solid gray;
padding-left: 3px;
padding-right: 3px;
}

.price h1 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size:12px;
	font-weight: bolder;
	text-decoration:none;
}


