body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #151515;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	text-align: center;
}
.container {
	text-align: right;
	margin: 0 auto;
	width: 945px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
#tel {
	padding-top: 10px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.20em;
	color: #282828;
	text-shadow: 1px 1px 1px #fff;
}
a{
	color: #3e95a4;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.left { float: left; }
.right { float: right; }
#top-navigation {
	height: 52px;
	display: block;
	width: 945px;
}
#top-navigation ul > li {
	padding-top: 10px;
	position: relative;
	padding-bottom: 10px;
	float: right;
	display: inline-block;
}
#top-navigation ul > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-decoration: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#top-navigation ul > li:hover > a {
	background-color: #e1e1e1;
	color: #3aa2b0;
	
}
#top-navigation ul li ul {
	visibility:hidden;
	position: absolute;
	top: 52px;
	right: 0px;
	
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	padding: 5px 0;
	background-image: url(../images/dropmenu-ul-bg.png);
	background-repeat: repeat;
}
#top-navigation ul li ul li { float: none; padding: 0px; display: block; }
#top-navigation ul li ul li a, #top-navigation ul li ul li:hover a {
	color: #fff;
	font-weight: normal;
	background: none;
	padding-bottom: 7px;
	padding-top: 10px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#top-navigation ul li ul li#menu-item-32 a, #top-navigation ul li ul li#menu-item-32 a:hover {
	background-image: url(../images/linux-icon.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;	
}
#top-navigation ul li ul li#menu-item-31 a, #top-navigation ul li ul li#menu-item-31 a:hover {
	background-image: url(../images/win-icon.png);
	background-repeat: no-repeat;
	background-position: 8px 7px;	
}
#top-navigation ul li ul li a:hover { text-decoration: underline; }
#top-domain-check {
	background-image: url(../images/domain-check-bg.gif);
	float: left;
	height: 36px;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	text-align: left;
	direction: ltr;
	color: #FFF;
	padding-top: 8px;
	margin-left: 16px;
	
}
#top-block {
	clear: left;
	height: 225px;
	padding-top: 30px;
	text-align: center;
}
#promotions-block div.slides_container {
	display: none;
}
.inline-block {
	display: inline-block;
}
#top-domain-check input, #top-domain-check select {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	padding: 4px 5px;
	
}
#top-domain-check input#domain-check-submit {
	background-color: #45a7b4;
	color: #fff;
	font-weight: bold;
	direction: rtl;
	padding: 4px 10px;
}
#top-domain-check input#domain-check-submit:hover {
	background-color: #34818B;
}
#promotions-block {
	background-color: #F6F6F6;
	height: 189px;
	width: 709px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float: left;
	direction: ltr;
	
}
#promotions-block div {
	width:709px;
	height:189px;
	display:block;
}
#logo-block {
	float: right;
}
#top-nav-wrapper {
	background-image: url(../images/top-nav-bg.gif);
	background-repeat: repeat-x;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 52px;
	width: 100% !important;
	display: block;
	z-index: 1000;
}
#footer-wrapper {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	margin-top: 40px;
	background-color: #FFF;
	background-position: top;
}
#footer {
	background-image: url(../images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	padding-right: 220px;
	padding-top: 30px;
	height: 158px;
}
#footer-logos {
	background-image: url(../images/footer-logos.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 45px;
	clear: both;
	padding-bottom: 30px;
}
#footer-menu-outer li {
	float: right;
	margin-left: 40px;
	width: 140px;
}
#footer-menu-outer li .menu li, #footer-menu-outer li#contact li {
	float: none;
	margin: 0px;
	width: auto;
}
#footer-menu-outer li h3 {
	font-size: 20px;
	font-weight: bold;
	color: #3e95a4;
	margin-bottom: 15px;
}
#footer-menu-outer .menu li {
	list-style-position: inside;
	list-style-type: circle;
	color: #56a6b4;
	font-size: 13px;
	padding-bottom: 7px;
}
#footer-menu-outer .menu li a {
	color: #56a6b4;
	font-weight: normal;
	text-decoration: none;
}
#footer-menu-outer .menu li a:hover {
	color: #346C76;
}
#footer-menu-outer li#contact h3 {
	color: #000;
}
#footer-menu-outer li#contact {
	margin-left: 0px;
}
#footer-menu-outer li#contact li {
	padding-bottom: 7px;
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: right 2px;
}
#footer-menu-outer li#contact ul li#phone-item { background-image: url(../images/footer-phone.gif); }
#footer-menu-outer li#contact ul li#mail-item { background-image: url(../images/footer-mail.gif); }
#footer-menu-outer li#contact ul li#address-item { background-image: url(../images/footer-address.gif); }
#main-container-wrapper {
	background-image: url(../images/line-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 298px;
	padding-top: 52px;
}
hr {
	background-image: url(../images/line-bg.gif);
	background-repeat: repeat-x;
	border: none;
	height: 2px;
	margin: 15px 0;
}
a#logo-link {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 169px;
	width: 182px;
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
a#logo-link:hover {
	background-position: center bottom;

}
#domain-check-bar {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #c5c5c5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#c5c5c5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%,#c5c5c5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%,#c5c5c5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%,#c5c5c5 100%); /* IE10+ */
	background: linear-gradient(top, #dddddd 0%,#c5c5c5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-9 */
	padding: 10px 0 10px 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 20px;
	border: 1px solid #CCC;
	
}
#domain-check-bar p {
	float: left;
	height: 36px;
	color: #fff;
	padding: 0 4px;
}
#domain-check-bar select, #domain-check-bar input{
	height: 36px;
	padding: 0px;
	border: 0px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	font-size: 16px;
}
#domain-check-bar input#domain-check-input-1 {
	width: 540px;
	background-image: url(../images/search-icon.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: left;
	padding-left: 70px;
	line-height: 36px;
}
#domain-check-bar p select {
	padding: 8px;
	width: 110px;
	text-align: left;
	direction: ltr;
}
input#domain-check-submit-button {
	font-weight: bold;
	color: #FFF;
	background: #41a0ae; /* Old browsers */
	background: -moz-linear-gradient(top, #41a0ae 0%, #43b1bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41a0ae), color-stop(100%,#43b1bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #41a0ae 0%,#43b1bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #41a0ae 0%,#43b1bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #41a0ae 0%,#43b1bd 100%); /* IE10+ */
	background: linear-gradient(top, #41a0ae 0%,#43b1bd 100%); /* W3C */
	text-align: center;
	width: 150px;
	cursor: pointer;
}
input#domain-check-submit-button:hover {
	background: #41a1af;
	background: -moz-linear-gradient(top,  #41a1af 0%, #369396 41%, #43b0bc 68%, #43b0bc 92%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41a1af), color-stop(41%,#369396), color-stop(68%,#43b0bc), color-stop(92%,#43b0bc));
	background: -webkit-linear-gradient(top,  #41a1af 0%,#369396 41%,#43b0bc 68%,#43b0bc 92%);
	background: -o-linear-gradient(top,  #41a1af 0%,#369396 41%,#43b0bc 68%,#43b0bc 92%);
	background: -ms-linear-gradient(top,  #41a1af 0%,#369396 41%,#43b0bc 68%,#43b0bc 92%);
	background: linear-gradient(to bottom,  #41a1af 0%,#369396 41%,#43b0bc 68%,#43b0bc 92%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a1af', endColorstr='#43b0bc',GradientType=0 );
}
#domain-check-bar p#dot-style {
	padding-top: 13px;
	height: auto;
	font-weight: bold;
}
#clients-bar .attachment-medium {
	max-height: 51px !important;
}
#clients-bar-wrap {
	padding: 10px 0;
	-webkit-box-shadow: inset 4px 4px 6px 0px #ccc;
	box-shadow: inset 4px 4px 6px 0px #ccc;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	background-color: #fff;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	direction: ltr;
	height: 55px;
	text-align: center;
	position: relative;

	
}
#clients-png {
	width: 925px;
	height: 60px;
	background-image: url(../images/clients-png.png);
	position: absolute;
	background-position:center;
	top: 10px;
	left: 10px;
	z-index: 1000;
}
#clients-bar {
	width: 900px !important;
	overflow: hidden;
	margin: 0 auto;
	height:55px;
}
#clients-bar li {
	margin-left: 15px;
	overflow: visible !important;
	width: auto !important;
}
#clients-bar p {
	font-size: 13px;
	margin-bottom: 10px;
	direction: rtl;
}
#home-calculator select#f_3,
#home-calculator select#f_6 {
	direction: ltr;
	text-align: left;
	padding: 0 5px 0 0;
}
#index-body {
	line-height: normal;
}
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5 {
	font-size: 18px;
	color: #3E95A4;
	font-weight: normal;
}
#index-body ul {
	list-style: outside disc;
}
#left-buttons {
	text-align: right;
	width: 140px;
	height: 98px;
	position: fixed;
	left: -100px;
	top: 40%;
	padding-right: 5px;
	background-repeat: no-repeat;
}
#left-buttons a#servers-button {
	background-image: url(../images/servers-button.png);
	width: 141px;
	height: 37px;
	display: block;
}
#left-buttons a#mail-button {
	background-image: url(../images/mail-button.png);
	width: 141px;
	height: 36px;
	display: block;
}
#left-buttons span {
	margin-top: -25px;
	padding-right: 40px;
	height: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #545454;
}
.service .one_third {
	width: 275px;
	margin-left: 20px;
	float: right;
}
.service .one_third.last {
	margin-left: 0px; 
}
.service_logo {
	float: right;
	width: 195px;
	padding-top: 150px;
	padding-bottom: 150px;
	padding-right: 15px;
	background-image: url(../images/google/sep.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 35px;
}
.service_slider {
	float: right;
	width: 620px;
	direction: ltr;
	overflow: hidden;
}
.clear { clear: both; }
#google_apps {
	text-align: right;
}
.service { min-height: 830px; }
.service h3 { padding-bottom: 15px; display: block; }
.service_content h4 a {
	color: #3E95A4;
	text-decoration: none;
	background-color: #dadada;
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #b8b8b8;
	border-right-color: #b8b8b8;
	border-bottom-color: #b8b8b8;
	border-left-color: #b8b8b8;
	border-right-style: dashed;
	border-left-style: dashed;
	background-image: url(../images/google/bullet.png);
	background-repeat: no-repeat;
	background-position: 245px center;
	font-size: 14px;
	font-weight: normal;
}
.service_slider .slides_container {
	height: 340px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	width: 620px;
}
.tooglecontent { display: none; padding: 10px; }
#bottom-links { padding-bottom: 15px; text-align: left; }
#bottom-links a {
	color: #999;
	text-decoration: none;
}