<!--
body{
	margin:0px;
	font-size:12px;
	font-family:tahoma;
	color:#FFFFFF;
}
a {
	color:#80ddf1;
	text-decoration: none;
	border-bottom:1px dashed #00CCFF;
}
a:hover {
	color: #DFFAFF;
	text-decoration: none;
	border-bottom:1px dotted #00CCFF;
}
#Page {
	width:999px;
	margin:15px auto;
}
#Menu {
	background: #242227 url(images/MenuBg.jpg);
	width:205px;
	float:right;
}
#Menu .Head {
	background: url(images/Head.jpg);
	width:205px;
	height:106px;
	right:-20px;
}
#Menu ul {
	margin:5px;
	padding:0px 20px 10px 5px;
	list-style:none;
}
#Menu ul li {
	padding:2px 0px;
	border-bottom:1px dashed #51676c;
}

#Menu .Services {
	background: url(images/Services.jpg);
	width:205px;
	height:31px;
	right:-20px;
}
#Menu .ServicesMenu {
	background: url(images/ServicesMenu.jpg) bottom no-repeat;
	padding:0px 25px 50px 0px;
	color:#80ddf1;
}
#Menu a, #Menu a:hover {
	border:0px;
}
#Menu .Break {
	background: url(images/Break.jpg) no-repeat;
	width:159px;
	height:4px;
	margin:10px 5px;
}

#Content {
	width:758px;
	float:right;
}
#Content .Header {
	background:url(images/HeaderBg.jpg);
	height:71px;
	position:relative;
	margin-left:10px;
}
#Content .Logo {
	background:url(images/Logo.jpg);
	width:163px;
	height:71px;
	display:block;
	border:0px;
	margin-top:-100px;
	position:absolute;
	left:-10px;
}
#Content .Header .User {
	background:none;
	width:590px;
	margin:0px;
}
#Content .User .info {
	color:#777d7e;
	font-size:12px;
	font-family:tahoma;
	text-align:right;
	margin-top:10px;
	float:right;
}
#Content .User .Name {
	color:#ce4e4e;
}
#Content .User .Links {
	float:left;
}
#Content .User .Links a {
	background:#6bd6ec url(images/Buttons.jpg) no-repeat;
	width:78px;
	height:19px;
	color:#374149;
	font-size:11px;
	font-family:tahoma;
	text-align:center;
	margin:1px;
	padding:2px 2px 0px 27px;
	border:0px;
	display:block;
}
#Content .FlashHead {
	background:url(images/Flashbg.jpg);
	width:755px;
	height:158px;
	margin:2px 3px;
} 
.Bar {
	background:url(images/BarBg.jpg);
	height:42px;
	position:relative;
}
.Bar .Title {
	background:url(images/BarTitle.gif);
	width:176px;
	height:40px;
	padding:2px 13px  0px 0px;
	position:absolute;
	right:-11px;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
}
.Bar .More {
	background:url(images/BarMore.jpg);
	width:80px;
	height:42px;
	float:left;
	border:0px;
}
.Post {
	background:#e3e3e3;
	padding:5px;
	color:#666666;
	line-height:18px;
	margin-right:15px;
}
.Post a {
	color:#666666;
	border-color: #666666;
}
.Post h4 {
	background:url(images/TitlePost.jpg);
	width:214px;
	height:25px;
	margin:0px;
	padding:6px 45px 0px 0px;
	font-size:12px;
	font-weight: normal;
	color:#FFFFFF;
}
.Post .Border {
	background:#fafafa;
	padding:5px;
	border:4px solid #444444;
}
.Post .Text {
	float: right;
	width:550px;
	padding:3px 20px 4px 0px;
}
.Works {
	margin:5px;
	float:right;
}
.Works div {
	background:url(images/WorkTitle.jpg);
	width:325px;
	height:18px;
	padding-left:20px;
	text-align:left;
}
.Works a, .Works a:hover {
	border:0px;
}
#WorksList {
	list-style:none;
	margin:0px;
	padding:0px;
}
#WorksList li {
	float:right;
	width:200px;
	margin-right:15px;
}
#WorksList li a {
	border:0px;
}

.Clear {
	clear:both;
}
.User {
	background:#f4f4f4;
	border:0px;
	width:500px;
	float:right;
	margin:5px 20px;
	padding:3px;
	font-family:arial;
	text-align:center;
}
.User h3 {
	margin:5px 20px;
	color:#5092a2;
	font-size:16px;
}
input {
	font-family:tahoma;
}
input[type=text], input[type=password], textarea, select {
	background:#f1f1f1;
	border:1px dashed #bbbbbb;
	width:420px;
	height:30px;
	padding:10px 5px 0px 0px;
	margin:5px 5px 5px 0px;
	color:#5092a2;
	font-size:16px;
}
textarea {
	width:98%;
	height:200px;
	margin:5px auto;
}
select {
	height:44px;
	width:428px;
	padding:10px 0px;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover {
	background: #f1f3f5;
	border-color:#C2E5EF;
}
input[type=submit] {
	padding:5px;
}
.ControlMenu {
	width:130px;
	padding:3px;
	margin:0px 0px 0px 5px;
	border:1px solid #666;
	float:right;
	list-style:none;
}
.ControlMenu li a {
	background: #D2D2D2 url(images/arrow3.png) no-repeat right top;
	border:1px solid #DFDFDF;
	color:#333333;
	padding:3px 10px;
	display:block;
}
.ControlMenu li a:hover {
	background-color:#666666;
	color:#ffffff;
	padding:3px 15px;
}
.ControlMenu li h3 {
	background:url(images/h3.png);
	height:25px;
	margin:0px;
	padding-top:5px;
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	font-family:arial;
}
.Table h3 {
	background:#f1f1f1;
	width:125px;
	height:33px;
	margin-top:5px;
	float:right;
	font-family:arial;
	font-size:15px;
	color:#36a6c9;
	padding:10px 6px 0px;
	border:1px dashed #bbbbbb;
	clear:both;
}
.ContactUs {
	background:url(images/ContactUs.jpg) no-repeat 50px 0px;
	width:574px;
	margin:0px auto;
}
.ContactUs h3 {
	position: relative;
}
.ContactUs h3 img {
	position:absolute;
	top:0px;
	right:-40px;
}

.Categories {
	margin:10px 0;
	list-style:none;
}
.Categories li {
}
.Categories li a {
	background:#FFFFFF url(images/item.png) no-repeat right center;
	border:1px solid #eee;
	padding:7px 25px;
	margin:2px;
	font-size:14px;
	display:block;
}
.Categories li a:hover {
	background-color:#eee;
	border:1px solid #fff;
}

#Footer {
	clear:both;
}
#Footer .Top {
	background:url(images/FooterTop.jpg);
	height:27px;
	padding:10px 5px 0px;
}
#Footer .Down {
	background:url(images/FooterDown.jpg);
	height:244px;
	padding-top:19px;
}
#Footer .Misc {
	width:124px;
	float:right;
	margin-right:10px;
}
#Footer .Misc a {
	background:url(images/Valideted.jpg);
	width:124px;
	height:22px;
	margin:3px 0px;
	padding-top:7px;
	color:#375c67;
	text-align:center;
	font-weight:bold;
	display:block;
	border:0px;
}
#Footer .Misc .Visits {
	background:#dce5e8;
	width:120px;
	height:120px;
	margin-top:3px;
	padding-top:3px;
	color:#375c67;
	text-align:center;
	font-weight:bold;
	border:1px solid #17323a;
}
#Footer .Misc .Visits div {
	background:#17323a;
	width:108px;
	height:100px;
	margin:3px auto;
	padding-left:2px;
	color:#DFDFDF;
	font-size:11px;
	text-align:left;
}
#Footer .Misc .Visits div span {
	color:#3B8A9F;
	font-size:16px;
	font-family:arial;
	display:block;
	text-align:center;
}
#Footer h3 {
	color:#20444f;
}
#Footer .List {
	background:url(images/FooterBreak.jpg) no-repeat top right;
	width:135px;
	margin-right:6px;
	padding-right:5px;
	float:right;
}
#Footer .List ul {
	margin:0;
	padding:0px;
	list-style:none;
}
*html #Footer .List ul li {
	line-height:7px;
}
#Footer .List a {
	margin:1px 10px;
	padding:5px 0px;
	color:#ffffff;
	border-color:#4e7784;
	display:block;
}
#Footer .Poll{
	background:url(images/FooterBreak.jpg) no-repeat top right;
	width:300px;
	height:220px;
	margin-left:5px;
	padding-right:4px;
	float:right;
}
#Footer .Poll div{
	margin:10px 7px;
	color:#bdc32d;
}
#Footer .Poll ul{
	list-style:none;
	margin-bottom:10px;
	padding-right:15px;
}
#Footer .Poll ul li{
	padding:3px 0px;
	clear:both;
	height:20px;
}
#Footer .Poll input[type=submit]{
	background:#1c4754;
	width:70px;
	margin:0px;
	padding:3px;
	border:1px solid #17323a;
	color:#62838d;
	font-size:13px;
	float:none;
}
#Footer .Poll input[type=submit]:hover{
	background:#17323a;
	border:1px solid #1c4754;
}
#Footer .Poll .Loading{
	margin:100px 100px 0px 0px;
}
#Footer .Poll .Result{
	margin:15px 10px 0px 0px;
	color:#FFFFFF;
}
#Footer .Poll .Result h4{
	margin:4px 0px 2px;
	color:#bdc32d;
}
#Footer .Poll .Result ul{
	padding:0px;
}
#Footer .Poll .Result div{
	margin:0px;
}
#Footer .Poll .Result span{
	display:block;
	padding:2px;
	float:right;
}
#Footer .Poll .Result .R1 {
	width:70px;
}
#Footer .Poll .Result .R2 {
	background: #EF6B00;
	border:1px solid #5F2A00;
	height:13px;
	color:#000;
	display:none;
}
#Footer .Poll .Result .R3 {
	width:25px;
	float:left;
}
#Footer .About {
	background:url(images/FooterBreak.jpg) no-repeat top right;
	width:250px;
	height:220px;
	padding-right:4px;
	float:right;
}
#Footer .About p {
	margin-right:10px;
	margin-left:10px;
	font-size:14px;
	text-align:justify;
	color:#DFDFDF;
}
#Footer .About span {
	color:#bdc32d;
}

#LoadingPage {
	background: #444444;
	width:150px;
	height:20px;
	padding:2px;
	position: fixed;
	left:0;
	bottom:0;
}
.Alert {
	background:#EEEEEE url(images/Alert.png) no-repeat right center;
	width:300px;
	padding:10px 34px 10px 3px;
	margin:20px auto;
	border:2px solid #333333;
}
.Alert h3 {
	background: #D2D2D2;
	padding:2px 3px;
	border:1px solid #EBEBEB;
	font-size:13px;
}
.Note {
	background: #FDFFDD url(images/Note.png) no-repeat right center;
	padding:3px 18px;
	border:1px solid #EBEBEB;
}
.Major {
	color:#FF0000;
	font-size:10px;
	vertical-align:top;
}
.Data {
	background:#f1f3f5;
	margin:5px auto;
	border:1px solid #C3D1DF;
}
.Data th {
	background: #E0E8EF;
	border:1px solid #A8BCCF;
	padding:4px;
	color:#5F6F7F;
}
.Data td {
	border:1px solid #A8BCCF;
	padding:4px;
}
.Monitor, .Monitor th, .Monitor td {
	background: #FFFFCC;
	border:1px solid #CFB674;
}
img {
	border:0px;
}
hr {
	border:0px;
	border-top:1px solid #CCCCCC;
	clear:both;
}
h1 {
	font-family:arial;
}
h3 {
	margin:0px;
}
center {
	margin:10px 60px;
}
center a, center a:hover {
	border:0px;
}
ul {
	/*margin:0px;*/
}
.Light {
	color:#51b4cf;
	font-size:13px;
	font-weight:bold;
}

.Block {
	width:164px;
	height:140px;
	margin-right:2px;
	float:right;
	padding:63px 10px 0px 0px;
	color:#777574;
	font-size:11px;
	font-weight: 700;
	line-height:15px;
}
.Block:hover {
	color:#3fb7db;
}

.show_box {
	background:url(images/show_box.jpg);
	width:331px;
	height:132px;
	padding:10px;
	margin:0 0 3px 3px;
	float:right;
}
.show_box h5 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	margin:10px 0 5px 0;
}
.show_box span {
	color:#14556b;
	font-size:12px;
	line-height:13px;
}
.show_box ul {
	width:200px;
	margin:0;
	padding:0;
	list-style: none;
}
.show_box li {
	background:url(images/item.jpg) no-repeat right bottom;
	width:90px;
	padding:0 5px 0 0;
	color:#b9e9f7;
	font-size:12px;
	line-height:13px;
	float:right;
}
.show_box div {
	width:110px;
	height:100px;
	margin-left:20px;
	text-align:center;
	float:left;
}
.show_box a {
	width:150px;
	height:25px;
	border:0;
	float:left;
	display:block;
}

#HostPack1 {
	background:url(images/Hosting_Pack1.jpg);
}
#HostPack2 {
	background:url(images/Hosting_Pack2.jpg);
}
#HostPack3 {
	background:url(images/Hosting_Pack3.jpg);
}
#LoginForm {
	background:url(images/LoginForm.jpg);
	height:155px;
	padding-top:56px;
}
#LoginForm input {
	background-color:#ffffff;
	width:103px;
	height:19px;
	border:0px;
	color:#737373;
	margin:12px 30px 0px 0px;
	padding-top:2px;
	font-size:12px;
}
#LoginForm input:hover {
	color:#3E818F;
}
#LoginForm input[type=submit] {
	background:url(images/LoginButton.jpg);
	width: 60px;
	height:23px;
	float:none;
	margin:31px 87px 0px 0px;
}
#UserBlock {
	background:url(images/UserBlock.jpg);
	height:141px;
	padding-top:70px;
}
#UserBlock a {
	color:#6fb3c8;
}

#UserBlock:hover {
	color:#3fb7db;
	text-decoration: none;
}

#slider { 
	background: white url(images/Development_Ani.jpg);
	width:674px;
	height: 113px;
	overflow: hidden;
	position: relative;
	margin: 5px auto;
	direction:ltr;
}							
#slider #mover { 
	width: 2880px;
	position: relative;
}
#slider .slide { 
	padding: 30px 20px;
	width: 684px;
	float: left;
	position: relative;
}
#slider .slide h1 {
	font-size: 15px;
	color: #caec42;
	width: 200px;
	direction:rtl;
	margin:0px;
}
#slider .slide p {
	font-size: 12px;
	width: 210px;
	direction:rtl;
	color:#FFFFFF;
	margin:0px;
}
#slider p {
	line-height:15px;
}
#slider .slide img {
	position: absolute;
	top: 20px;
	right: 255px;
}
#slider #slider-stopper	{ 
	position: absolute;
	top: 1px;
	right: 10px;
	color: white;
	padding: 3px 8px;
	font-size: 10px;
	z-index: 1000;
	border:0px;
}

#DesignOffers {
	margin:0px 17px 10px 0px;
	clear:both;
	font-size:11px;
}
#DesignOffers .Offer {
	background-color:#ededed;
	margin-left:7px;
	float:right;
}
#DesignOffers .Top {
	background:url(images/DesignOffers.jpg) left top;
	width:220px;
	height:48px;
}
#DesignOffers ul {
	margin:3px;
	padding:0px 13px 0px 0px;
	list-style-type: square;
}
#DesignOffers img {
	float:left;
}
#DesignOffers .Down {
	background:url(images/DesignOffersDown.jpg) left top;
	width:220px;
	height:37px;
	clear:both;
	display:block;
	border:0px;
}

#Public div {
	background:url(images/Public.jpg) no-repeat left top;
	width:160px;
	height:120px;
	float:right;
	margin-left:3px;
	padding-left:70px;
	text-align:left;
	font-size:11px;
}
#Public h5 {
	margin:5px;
	font-weight:normal;
	font-size:11px;
}

.DesignBg {
	background:url(images/DesignBg.jpg) no-repeat 50px 10px;
}
#DevelopOffers h1 {
	font-size:17px;
	color:#2b94d6;	
	margin:3px;
}
#DevelopOffers p {
	margin:3px;
}
#DevelopOffers hr {
	margin:0px;
}
.NewClients {
	background:#444444 url(images/NewClients.jpg) no-repeat right center;
	height:75px;
	margin:0px 15px 5px 0px;
	padding:10px 158px 10px 10px;
	border:8px solid #E4E4E4;
	border-top-width:3px;
}
.NewClients #WorksList li {
	width:137px;
	height:18px;
	overflow:hidden;
	margin:0px;
	color:#FFFFFF;
}

.PagesList {
	clear:both;
	list-style:none;
	padding:0px;
	margin:0px;
}
.PagesList li {
	width:30px;
	background:#FFFFFF;
	border:1px solid #EcEcEc;
	margin:5px 2px;
	float:right;
	height:30px;
}
.PagesList li:hover, .PagesList .Current {
	background:#2B92BB;
}
.PagesList .Current a, .PagesList li:hover a {
	color:#FFFFFF;
}
.PagesList .More {
	background:none;
	border:0px;
	color:#333333;
	font-size:18px;
}
.PagesList .More:hover {
	background:none;
}
.PagesList li a {
	height:22px;
	padding:8px;
	display:block;
	text-decoration:none;
	text-align:center;
	border:0px;
}
-->