/* TAGS */
body {
	background-color:#000;
	font-family:Verdana,Tahoma,Arial;
	color:#aaaaaa;
	
	
	background-repeat:repeat-x;
	background-position:center top;
	
	font-size:12px;

	
}
a{
	color:#3b434e;
}
a:hover{
	color:#F00;
}

/* BLOCKS */
.b-logo {
	background-image:url(../images/b-logo-bg.png);
	background-repeat:no-repeat;
	width:308px;
	height:122px;
	float:left;
	margin-left:5px;
}
.b-menu {
	float:left;
	margin-top:48px;
	margin-left:45px;
}
.b-menu a {
	display: block;
	width:100px;
	height:33px; /* 40px;*/
	float:left;
	color:#f4f4f4;
	font-family: "Arial", Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	text-align:center;
	padding-top:10px;
	margin-right:15px;
	text-decoration:none;
}
.b-menu .active {
	display: block;
	width:123px;
	height:33px; /* 40 px;*/
	float:left;
	/*background-image: url(../images/b-menu.a-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	*/
	
	font-family: "Arial", Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	text-align:center;
	padding-top:10px;
	margin-right:15px;
	text-decoration:underline;
}
.b-menu a:hover {
	/*background-image: url(../images/b-menu.a-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	*/
	color:#E7E7E7;
	text-decoration:underline;
}
.b-header-slogan {
	text-align:center;
	font-size:12px;
	margin-bottom:10px;
	color:#F2F2F2;
	vertical-align:center;
}
.b-top {
	width:230px;
	height:325px;
	background-image:url(../images/b-top-bg.png);
	background-repeat:no-repeat;
	float:left;
}
.b-card {
	width:230px;
	height:325px;
	float:left;
	background-image:url(../images/b-card-bg.png);
	background-repeat:no-repeat;
	margin-left:5px;
	margin-right:5px;
}
.b-panel-top {
	width:950px;
	height:14px;
	margin:0 auto;
	background-image:url(../images/b-panel-top-bg.png);
	background-repeat:no-repeat;
	margin-top:10px;
}
.b-panel {
	width:950px;
	margin:0 auto;
	background-image:url(../images/b-panel-bg.png);
	background-repeat:repeat-y;
	clear:right;
	overflow:hidden;
}
.b-panel-bottom {
	width:950px;
	height:12px;
	margin:0 auto;
	background-image:url(../images/b-panel-bottom-bg.png);
	background-repeat:no-repeat;
}
.b-panel-text {
	padding-left:30px;	
	padding-right:30px;
	color:#242424;
	width:650px;
	float:left;
}
.b-panel-price {
	color:#1d1815;
	width:212px;
	float:left;
	margin-left:18px;
}

.b-panelsec-top {
	width:950px;
	height:14px;
	margin:0 auto;
	background-image:url(../images/b-panelsec-top-bg.png);
	background-repeat:no-repeat;
	margin-top:10px;
}
.b-panelsec {
	width:950px;
	margin:0 auto;
	background-image:url(../images/b-panelsec-bg.png);
	background-repeat:repeat-y;
	clear:right;
	overflow:hidden;
}
.b-panelsec-bottom {
	width:950px;
	height:12px;
	margin:0 auto;
	background-image:url(../images/b-panelsec-bottom-bg.png);
	background-repeat:no-repeat;
}
.b-panelsec-text {
	padding-left:10px;	
	padding-right:10px;
	color:#1d1815;
}
.b-panelsec-text h1{
	font-size:19px;
	margin-bottom:13px;
	color:#036;
}
.b-discount {
	width:115px;
	height:50px;
	/*
	background-image:url(../images/discount.png);
	background-repeat:no-repeat;
	*/
	position: absolute;
	margin-left:125px;
	top: 468px;
}

.b-choose {
	background-image:url(../images/b-choose-bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:950px;
	height:50px;
	margin:0 auto;
	margin-top:6px;
}
.b-footer {
	background-image:url(../images/b-footer-bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:950px;
	height:50px;
	margin:0 auto;
	margin-top:6px;
	padding-left:10px;
}

.b-card h1{
	font-size:15px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 14px;
	margin-bottom:7px;
}
.b-card li {
	list-style-position:outside;
	list-style-type:circle;
	margin-left:24px;
	line-height:20px;
	color: #000;
}

.b-panel ul li,.b-panelsec ul li {
	list-style-type: circle;
	padding-top: 5px;
	margin-left: 20px;
}
.b-card li a {
  color:#F00;
  font-size:12px;
  text-decoration:none;
}
.b-card li a:hover {
  color:#F00;
  font-size:12px;
  text-decoration:underline;
}

.b-card-first {
	height:188px;	
}
.b-card-second {
	height:126px;	
	padding-left:1px;
}
.b-contact-box {

	height:25px;
	color:#333;
	margin-top:8px;
	margin-bottom:8px;
	padding-top:8px;
	padding-left:12px;
	padding-right:12px;
	float:left;
	color:#000;
	border-right:1px dotted #999;
}

.b-contact-box-first {
	margin-left:16px;
}
.b-counter {

	height:33px;
	color:#333;
	margin-top:8px;
	margin-bottom:8px;
	padding-left:7px;
	
	float:left;
	
}


.b-contact-box img {
	margin-right:5px;
}
.b-contact-box a{
	color:#F00;
}
.b-contact-box a:hover{
	color:#000;
}
.b-contact-box strong {
	color:#039;
}
.b-copy {
	color:#333;
	padding-top:80px;
	padding-left:10px;
	padding-right:20px;
}
.b-port-icon {
	width:270px;
	height:200px;
	float:left;
	text-align:center;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}
.b-port-icon:hover {
	
	background: url(../images/b-selected.png) center top no-repeat;
}


.b-port-icon img:hover {
	opacity: 0.8;
}
/* LAYOUTS */
.l-wrapper {
	width: 960px;
	margin:0 auto;
	background-image:url(../images/l-wrapper-bg.png);
	background-repeat:repeat-y;
}
.l-header-spacer {
	width: 960px;
	height:10px;
}
.l-header {
	height:130px;
	width: 960px;
	background-image:url(../images/l-header-bg.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.l-clear {
	clear:both;
	width:960px;
	height:1px;
	margin:0 auto;
}
.l-cards {
	width:960px;
	margin:0 auto;
	height:325px;
}
.l-footer {
	margin:0 auto;
	margin-top:4px;
	width:960px;
	height:50px;
	margin-bottom:4px;
}
/* JQuery Plugins*/
.b-cpanel {
	width:770px;
	padding-top:4px;
	height:40px;
	margin-left:170px;
}

.titleservices {
  color:#333333;
  font-family:arial;
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:8px;
  margin-left:8px;
  margin-right:8px;
  margin-top:8px;
  padding-bottom:3px;
  padding-left:3px;
  padding-right:3px;
  padding-top:3px;
  text-shadow:#CCCCCC 0 1px 1px;
}

.gallery-links {
	text-align: center;
	font-size:15px;
	background-color:#E5E5E5;
	padding:5px;
}
.b-descr {
	padding-top:0px;
	padding-bottom:4px;
	margin-top:20px;
	text-shadow: -1px -1px 0px #ffffff;
}
.b-descr-ie {
	padding-top:5px;
	padding-bottom:4px;

}
.b-contact-box-multi {
	margin-right:5px;	
}

.b-card h1 a:hover {
color:#333 !important;
}
.c-color1 {
	color:#399423 !important;
	text-shadow:1px 1px 3px #ccc;
}
.c-color2 {
	color:#22518e !important;
	text-shadow:1px 1px 3px #ccc;
}
.c-color3 {
	color:#da251d !important;
	text-shadow:1px 1px 3px #ccc;
}
.c-color4 {
	color:#6c1464 !important;
	text-shadow:1px 1px 3px #ccc;
}
.c-color5 {
	color:#006 !important;
	text-shadow:1px 1px 3px #ccc;
}
.c-color6 {
	color:#F63 !important;
	text-shadow:1px 1px 3px #ccc;
}

#dxpreload {
	height:505px;	
}
.dxpreload-info {
	width:400px;
	margin:0 auto;
	font-size:16px;
	color:#036;
	padding-top:100px;
	text-align:center;
}
.icq {
	line-height: 18px;	
}
.phone {
	font-size:16px;
	color:#039;
}
.b-panelsec-text .h1_0 {
	font-size:16px;
	margin-bottom:14px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
	color:#000;
}

.b-panel-text .h1_0 {
	font-size:16px;
	margin-bottom:14px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
	color:#000;
}
.b-panel-text .h1_1 {
	font-size:17px;
	margin-bottom:14px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #2c731b;
	color:#2c731b;
}
.b-panel-text .h1_2 {
	font-size:17px;
	margin-bottom:14px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #22518e;
	color:#22518e;
}
.b-panel-text .h1_3 {
	font-size:17px;
	margin-bottom:14px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #da251d;
	color:#da251d;
}
.b-panel-text .h1_4 {
	font-size:17px;
	margin-bottom:14px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #6c1464;
	color:#6c1464;
}
.b-panel-text h2,.b-panelsec-text h2 {
	font-size:15px;
	margin-bottom:10px;
	margin-top:5px;
	padding-bottom:5px;
	color:#6c1464;
}
#main_1,#main_2,#main_3,#main_4 {
	padding-bottom:20px;
	width:750px;
	margin:0 auto;
	text-align:justify;
	padding-top:20px;
}
#main_0 {
	text-align:justify;
}
.imgleft {
	float:left;
	margin-right:10px;
	border:1px solid #333;
}
.imgright {
	float:right;
	margin-left:10px;
	border:1px solid #333;
}
.imgcenter {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
strong {
	font-weight:bold !important;	
}
.panel-wrapper img {
	margin-right:2px;
}
.s-phone {
	color:#FFF;
	font-size:16px;
}

.b-panel-price h1 {
	font-size:16px;
	margin-bottom:10px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
	color:#F00;
}

.b-panel-price .b-checkdomain
{
	text-align:center;
	margin-top:5px;
}
.b-panel-price .b-checkdomain .dname
{
	width:110px;	
}
.b-panel-price .b-checkdomain .dp
{
	width:65px;	
}
.b-panel-price .b-checkdomain .b-checkdomain-submit {
	text-align:center;
	padding-top:5px;
}

.b-checkdomain-submit-button {
	width:184px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
}
.warning {
	color:red;
	font-weight:bold;
	font-size:14px;
}

.success {
	color:darkgreen;
	font-weight:bold;
	font-size:14px;
}
.green { color: darkgreen !important; }

.domain-info {
	font-family: "Courier New", Courier, monospace;
	font-size:13px;
	color:#000;	
}

.no-border {
	border:0px;
}

.b-sendmessage {
	font-size:12px;
}
.b-sendmessage input {
	margin-top:10px;
	margin-bottom:5px;
	width:330px;
	padding:3px;
	color:#036;
}
.b-sendmessage textarea {
	margin-top:10px;
	margin-bottom:5px;
	width:330px;
	height:100px;
	padding:3px;
	color:#036;
}
.b-services {
	margin-top:15px;
}
.b-service {
	float:left;
	width:340px;
	height:101px;
	padding:15px;
}
.b-service h1 {
	font-size:17px;
}
.b-service a:hover {
	color:#000 !important; 
}
.b-service:hover {
	background-color:#F7F7F7;
}
.l-sendmessage {
	width:350px;
	float:right;
	margin-left:15px;
	padding-left:15px;
	border-left:1px dotted #999;
	height:350px;
}

.adr {
	color:darkred;
	text-align:left;
}

.b-clients {
	
	margin-top:34px;
}
.b-port-descr {
	
	margin-top:10px;
	text-align:center;
}
#fancywrapper {
	position: relative;
	margin: 0px auto;
	border:1px solid yellow;
	background-image: url(../images/rz.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	bottom:500px;
	height:500px;
}
.b-port-links {
	text-align: center;
	margin-bottom:10px;
}
.b-port-links a {
	color: #C00;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	text-decoration: underline;
}
.b-port-links .active {
	color: #000;
	
	text-decoration: none;
}
.f-copy {
text-align:center;
padding:3px;
font-size:12px;
}

