html, body {
  margin:0;
  height:100%;
  background: #000;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: Arial;
  font-size: 11px;
  color: #fff;
}

*:focus {
  outline: none;
}

table.tablemain {
  width: 100%;
  height: 100%;
  background-color: #000;
}

td.left-col {
  background: url(bg-left.gif) repeat-y right;
}

td.right-col {
  background: url(bg-right.gif) repeat-y left;
}

table.center {
  width: 100%;
  padding: 0 30px;
  background-color: #000;
}


/* Кнопки */

table.buttons a {
  display: block;
  width: 120px;
  height: 27px;
  padding-top: 12px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

table.buttons a.active {
  text-decoration: underline;
}

table.buttons a:hover {
  text-decoration: underline;
}

table.buttons a.first {
  background: url(buttons.jpg);
}

table.buttons a.second {
  background: url(buttons.jpg) 0 -39px;
}

table.buttons a.third {
  background: url(buttons.jpg) 0 -78px;
}

table.buttons a.fourth {
  background: url(buttons.jpg) 0 -117px;
}

table.buttons a.fifth {
  background: url(buttons.jpg) 0 -156px;
}

table.buttons a.sixth {
  background: url(buttons.jpg) 0 -195px;
}

table.buttons a.seventh {
  background: url(buttons.jpg) 0 -234px;
}


/* Остальное */

table.front_content {
  background-color: #FFFFFF;
  margin-top: 30px;
}

table.buttons {
  margin-top: 20px;
  margin-bottom: 15px;
}

table.picture {
  margin-bottom: 40px;
}

td.rekomend {
  padding-bottom: 12px;
}
td.copyrights {
  padding-top: 20px;
  padding-bottom: 20px;
}
img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
a.img {
  margin: 0px;
  padding: 0px;
}

table.front_stripe {
  margin-top: 30px;
}

table.front_stripe img {
  display: block;
}

td.stripe_down {
  background-image: url(stripe_down_bg.gif);
  background-repeat: repeat-x;
}
div.stripe_text {
  position: relative;
  left: 15px;
}
a.mail {
  color: #fff;
  text-decoration: none;
}
a.mail:hover {
  color: #C0C0C0;
  text-decoration: none;
}
td.corners {
  font-size: 1px;
}
td.double_stripe {
  padding-top: 7px;
  background-image: url(double-stripe.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
td.news_header_bg {
  background-image: url(news_header_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  vertical-align: bottom;
}
td.design_header_bg {
  background-image: url(design_header_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  vertical-align: bottom;
}
td.web_design_header_bg {
  background-image: url(web_design_header_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  vertical-align: bottom;
}
td.services_header_bg {
  background-image: url(services_header_bg.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  vertical-align: bottom;
}
div.header_page_counts {
  text-align: right;
}

div.header_page_counts b {
  color: #b2191f;
}

a.header_page_counts {
  color: #fff;
  text-decoration: none;
}
td.content {
  padding-top: 20px;
  text-align: justify;
  padding-bottom: 20px;
  vertical-align: top;
}
td.content_left {
  vertical-align: top;
  padding-top: 20px;
}
td.once_stripe {
  background-image: url(once-stripe.gif);
  background-repeat: repeat-x;
}
td.design_header_menu {
  vertical-align: bottom;
}
div.design_header_menu_2 {
  display: inline;
  position: relative;
  bottom: 4px;
}
div.design_header_menu_2 a {
  color: #fff;
  text-decoration: none;
}
div.design_header_menu_2 a:hover {
  text-decoration: underline;
}
td.design_header_page_counts {
  vertical-align: bottom;
}
div.web_design_content_left {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
}
td.web_design_content_left_2 {
  vertical-align: top;
}
div.content_header {
  color: #a22430;
  font-size: 14px;
}
table.contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}
td.contacts_2 {
  vertical-align: top;
  padding-left: 40px;
  padding-right: 15px;
}



/* Lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 90px;
	float: right;
	padding-bottom: 0.7em;
}



#gallery a.lightbox img {
  border: 2px solid #999;
  width: 140px;
  height: 140px;
}

#gallery a:hover.lightbox img {
  border: 2px solid #757575;
}

#gallery a.lightbox.small img {
  border: 2px solid #999;
  width: 75px;
  height: 75px;
  margin: 5px;
}

#gallery a:hover.lightbox.small img {
  border: 2px solid #757575;
}



/* ReDesign */

/* Content frame */

.frame {
  background: #040707 url(red-ver.gif) repeat-y;
  padding: 0 4px;
}

.frame.collabor {
  background: #040707 url(red-ver-collabor.gif) repeat-y;
}

table.front_content {
  background: #040707 url(red-ver.gif) repeat-y;
}

table.front_content div.top, .frame-top {
  height: 7px;
  background: #040707 url(red-hor.gif) repeat-x;
  font-size: 1px;
}

table.front_content div.bottom, .frame-bottom {
  height: 7px;
  background: #040707 url(red-hor.gif) repeat-x 0 3px;
  font-size: 1px;
}

table.front_content div.top .left, .frame-top .left {
  float: left;
  width: 7px;
  height: 7px;
  background: url(corners.gif);
  font-size: 1px;
}

table.front_content div.top .right, .frame-top .right {
  float: right;
  width: 7px;
  height: 7px;
  background: url(corners.gif) -7px 0;
  font-size: 1px;
}

table.front_content div.bottom .left, .frame-bottom .left {
  float: left;
  width: 7px;
  height: 7px;
  background: url(corners.gif) 0 -7px;
  font-size: 1px;
}

table.front_content div.bottom .right, .frame-bottom .right {
  float: right;
  width: 7px;
  height: 7px;
  background: url(corners.gif) -7px -7px;
  font-size: 1px;
}

.frame-top, .frame-bottom {
  margin: 0 -4px;
}

.buttons.collabor {
  position: relative;
  left: 4px;
}

















