@charset "utf-8";
/* CSS Document */

html{
	color:#0a0e15;
}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #9AABBA;
	background: #0a0e15 url(../pics/main_bg.gif) repeat-x;
}
.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	padding-top: 550px;
}
#header {
	position: absolute;
	top: 0px;
}
#container #flashmenu {
	position: absolute;
	top: 0px;
}
#main {
	z-index: 100000;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
	padding-top: 20px;
	text-align: justify;
	position: absolute;
}

h1,h2,.bigp {
	color: #FFF;
	border-bottom: 1px solid #506374;
	padding-bottom: 5px;
	font: normal 20px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 30px;
}
.bigp{
	margin-top:0;
	border-color: #FFF;
}
#left,#center,#right,#leftlink,#centerlink,#rightlink {
	width: 300px;
	text-align:left;
	float: left;
	padding-right:11px;
	padding-left:11px;
}
#center{
	border-right: 1px #506374 solid;
	border-left: 1px #506374 solid;
}

#main hr {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #506374;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #9AABBA;
}

#right,#rightlink {
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#leftlink a,#rightlink a,#centerlink a {
	color: #74B5EC;
	margin-left: 10px;
	font-size: 12px;
}
h3 {
	color: #74b5ec;
	font-weight: bold;
}
#leftlink a:hover,#rightlink a:hover,#centerlink a:hover {
	
	font-size: 13px;
}
.callnow {
	color: #74B5EC;
}
#bottomnavigation {
	text-align: center;
	margin-bottom: 50px;
	border-top: 1px dotted #506374;
	margin-top: 50px;
	padding-top: 20px;
}
#bottomnavigation a {
	font: 11px "Courier New", Courier, monospace;
	color: #506374;
}
#content2 #center {
	margin-left: 0px;
	padding-left: 0px;
	border-width: 0px;
	border-style: none;
	width: 250px;
	padding-right: 0px;
	padding-top: 15px;
}
#content2 #center a .placeholder {
	padding: 0px;
	border: 1px solid #333;
	margin: 5px 0px;
}
#center img {
	margin: 5px 0px;
	border: 1px solid #333;
}
.skidka {
	color: #FFF;
	background: #1B2538;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font: 16px "Courier New", Courier, monospace;
	text-align: center;
	border: 1px solid #2D4060;
}
.bigletters {
	font-size: 24px;
	font-weight: bold;
}


#textarea {
	float: right;
	width: 650px;
	padding-left: 50px;
}
#textarea #FlashID {
	float: right;
}
#nav  {
	list-style-type: none;
	margin-bottom: 80px;
}
#content2 #center ul {
	padding-left: 0px;
}


#nav li a {
	text-decoration: none;
	font: 13px Arial, Helvetica, sans-serif;
	background: url(../pics/arrow_right.gif) no-repeat left center;
	padding-left: 20px;
}
#nav li a:hover {
	padding-left: 30px;
}
#nav li {
	border-bottom: 1px solid #506374;
	padding-top: 5px;
	padding-bottom: 5px;
}
.flash-banner {
	font-style: italic;
	border: 1px dotted #506374;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
.nav9 #webdesign9,.nav8 #webdesign8,.nav7 #webdesign7,.nav6 #webdesign6,.nav5 #webdesign5,.nav4 #webdesign4,.nav3 #webdesign3,.nav2 #webdesign2,.nav1 #webdesign1{
	color:#303C45;
}

.seo-offer {
	list-style-type: none;
}
.seo-offer li {
	padding-top: 10px;
	padding-bottom: 10px;
}

#compnet {
	padding: 10px 0px 10px 10px;
	float: right;
}
.skidka ul {
	text-align: left;
}
#cat {
	float: right;
}
.nosidebar #content,.nosidebar-search #content {
	width: 940px;
}
.nosidebar #content ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.nobullets {
	list-style-type: none;
	text-align: center;
	font: bold 24px "Courier New", Courier, monospace;
	text-transform: uppercase;
	color: #91A6CA;
}
.h1centered {
	text-align: center;
}
#left h2,#center h2,#left h1,#center h1 {
	margin-top: 0px;
	border-color: #FFF;
}