/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 width:862px;
 padding: 0;
 line-height:29px;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.6em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 padding:0;
 width: 122px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 border-left: 1px solid #797979;
 margin-right: -1px; font-weight:bold; 
}
.style11 {
	color: #AEC847;
}
.style11 li{ 
 border: 1px solid #fff;
 border-top:none;
 background-color:#474747;
 line-height:17px;
 font-family:Arial, Helvetica, sans-serif; font-size:12px;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul li a{ padding:3px 10px 3px 10px;}


.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 padding:3px 31px 3px 31px;
 display: block;
 color: #FFF;
 font-weight:bold;
 text-decoration: none;
 white-space:nowrap;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 font-weight:bold; 
 background:url(../images/nav_bg_over.gif) repeat-x;
  background-color:#666666;
}
.menulist a.highlighted {
 color: #FFF;
 font-weight:bold; 
  background:url(../images/nav_bg.gif) repeat-x #474747;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

#content_left_order{background-color:#FFF;float:left;margin:0;padding:15px;text-align:left;width:920px;}
#content_left_koszyk{background-color:#FFF;float:left;margin:0;padding:15px;text-align:left;width:920px;}
#company_title{background-color:#00162C;color:#FFF;float:left;font-size:24px;line-height:60px;margin:0;padding:0;text-align:left;}
#content_container{color:#666;margin:0px auto 0;padding:0;text-align:left;width:945px;}
#content_left{float:left;margin:0;padding:15px;text-align:left;width:680px;padding-left: 0px;}
#side_menu{background-color:#EFF5FF;border:1px solid #CFE2FF;float:right;margin:0;padding:15px;text-align:left;width:218px;}
#side_menu ul{list-style:none;margin:0 0 10px;padding:0;}
#side_menu ul li{line-height:25px;margin:0;padding:0;}
#top{background-color:#00162C;height:60px;margin:0 auto;padding:0;text-align:left;width:960px;}
#top_container{background-color:#00162c;border-bottom:3px solid #036;color:#FFF;height:60px;margin:0;padding:0;text-align:center;}
#top_menu{background:#F5F5F5 url(images/top_menu_bg.gif) repeat-x;height:30px;line-height:30px;margin:0;padding:0;text-align:left;}
#top_menu ul{list-style:none;margin:0;padding:0;}
#top_menu ul li{float:left;margin:0;padding:0;}
#top_menu ul li a,#top_menu ul li a:visited{color:#666;display:block;height:30px;line-height:30px;padding:0;text-align:center;text-decoration:none;width:100px;}
#top_menu ul li a.down,#top_menu ul li a.down:visited,#top_menu ul li a.down:hover{background-color:#FFF;border-right:1px solid #EBEBEB;color:#333;font-weight:700;width:99px;}
#top_menu ul li a:hover{background-color:#EBEBEB;color:#333;}
#welcome_box{background-color:#00162C;float:right;line-height:60px;margin:0;padding:0;text-align:right;}
#welcome_box a,#welcome_box a:visited{color:#accbff;text-decoration:none;}
#welcome_box a:hover{text-decoration:underline;}
.absmiddle{vertical-align:middle;}
#content_container p{margin:0;padding:3px 0 8px !important;}
#content_container p.breadcrumb{background-color:#F5F5F5;margin:0 0 10px;padding:10px !important;}
.clear{clear:both;}
.green{color:#006F0F;}
.header{color:#1a4d80;font-size:14px;font-weight:700;}
.red{color:#BF0000;}
.small{font-size:11px;}
.warning{background-color:#FFFFDF;border:1px solid #FDFF3F;margin:0 0 10px;padding:10px;}
.contentbox{padding:10px;margin:0 0 10px;text-align:center;}
.errorbox{background-color:#FFBFBF;padding:10px;margin:0 0 10px;text-align:center;color:#7F0000;}
.successbox {border: 1px solid #66CC00;font-weight: bold;background-color: #DDFFC6;text-align: center;padding: 10px;color: #009933;}
.clientareatableactive{background-color:#DFFFE0}
.clientareatablepending{background-color:#EFEFEF}
.clientareatablesuspended{background-color:#FFF6CF}
.clientareatableterminated{background-color:#FFCFCF}
.clientticketreplyheader{background-color:#EBEBEB;color:#333;border-top:1px solid #CCC;border-right:1px solid #CCC;border-bottom:1px solid #EBEBEB;border-left:1px solid #CCC;}
.clientticketreply{background-color:#F5F5F5;margin:0 0 10px;padding:10px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;border-left:1px solid #CCC;}
.adminticketreplyheader{background-color:#CFE6FF;color:#333;border-top:1px solid #CAE6FF;border-right:1px solid #CAE6FF;border-bottom:1px solid #CAE6FF;border-left:1px solid #CAE6FF}
.adminticketreply{background-color:#EEF6FF;padding:10px;margin:0 0 10px;border-right:1px solid #CAE6FF;border-bottom:1px solid #CAE6FF;border-left:1px solid #CAE6FF;}
.networkissueaffected{background-color:#EFEFEF;padding:10px;margin: 0 0 10px;}
.textgreen{color:#158F00;}
.textred{color:#9F0000;}
#content_container a,#content_container a:visited{color:#333;text-decoration:underline;}
#content_container a:hover{color:#666;text-decoration:none;}
#content_container td,#content_container th{color:#666;font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:12px;}
#content_container form{margin:0;padding:0;}
#content_container h1{border-bottom:1px solid #EBEBEB;color:#1a4d80;font-size:24px;font-weight:400;margin:0 0 12px;padding:0 0 3px;}
#content_container h2{border-bottom:1px solid #F5F5F5;color:#333;font-size:18px;font-weight:400;margin:0 0 5px;padding:10px 0 3px;}
#content_container h3{color:#666;font-size:16px;font-weight:700;margin:0;padding:10px 0 5px;}
#content_container hr{background-color:#EBEBEB;border:0;border-top:1px solid #EBEBEB;height:0;margin:10px 0;overflow:hidden;}
#content_container input,#content_container select,#content_container textarea{color:#666;font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;font-size:12px;margin:0;padding:2px;}
table.data{margin:0 0 10px;padding:0;}
table.data td{background-color:#FFF;border-bottom:1px solid #EBEBEB;}
table.data th{background-color:#888;border-bottom:1px solid #333;color:#FFF;font-weight:400;}
table.data tr.clientareatableactive td{background-color:#DFFFE0 !important;}
table.data tr.clientareatablepending td{background-color:#EFEFEF !important;}
table.data tr.clientareatablesuspended td{background-color:#FFF6CF !important;}
table.data tr.clientareatableterminated td{background-color:#FFCFCF !important;}
table.frame{margin:0 0 10px;padding:0;border:1px solid #EBEBEB;border-bottom:0;}
table.frame table td{background-color:#FFF;border-bottom:1px solid #EBEBEB;}
table.frame table td.fieldarea{background-color:#F5F5F5;color:#333;text-align:right;border-right:1px solid #EBEBEB;}
.kbarticle {padding: 2px 5px 5px 15px;}
.kbviews {color:#A8A8A8;font-size:10px;}
.kbalsoread {padding: 5px 5px 5px 15px;background-color: #F5F5F5;border-bottom: 1px solid #ccc;font-weight: bold;margin: 10px 0 10px 0;}
#twitterfeed ul {list-style-type: none;padding: 0;margin: 15px 0 20px 0;}
#twitterfeed li {background-image: url(../../images/twittericon.png);background-repeat: no-repeat;background-position: 0;margin: 0 20px 10px 20px;padding-left: 25px;}
#twitterfeed p {text-align:center;margin:15px;}
body, table{

	FONT-SIZE: 14px;

	FONT-FAMILY: "Trebuchet MS";

	color:#333;

	text-align:left;

	line-height:18px;

}

body{ padding:0px; margin:0; background:#fff; }
body {
	background-color: #F0F0F0;
	color: #46A4C8;
}
a {	text-decoration: underline;	color:#333;}
a:hover {text-decoration:none;color:#333;}
.nav { color:#FFFFFF; text-align:center; font-weight:bold;}
.nav a{ text-decoration:none; color:#FFFFFF;}
.nav a:hover{ text-decoration:underline; color:#FFFFFF;}
.top_nav { font-family:Arial, Helvetica, sans-serif; font-size:12px;color:#474747; text-align:center; border-bottom: solid 1px #eeeeee;}
.top_nav a{color:#2b6697; text-decoration:none;}
.top_nav a:hover{color:#2b6697; text-decoration:underline;}
.shared_hosting {border-left:1px solid #dddddd; border-right:1px solid #dddddd; border-top:1px solid #dddddd; background:url('../images/shared_hosting.jpg') no-repeat center; border-bottom:medium none; margin:1px; font-size: 16px; ; color:#FFFFFF; padding:14px}
.shared_hosting h1{ font-size:24px; color:#FFFFFF; margin:0 0 5px 0; font-weight:normal;}
.shared_hosting a{text-decoration: underline; color:#ffffff;}
.shared_hosting a:hover {text-decoration:none;color:#ffffff;}
.reseller_hosting {border-left:1px solid #dddddd; border-right:1px solid #dddddd; border-top:1px solid #dddddd; background:url('../images/reseller_hosting.jpg') no-repeat center; border-bottom:medium none; margin:1px; font-size: 16px; color:#FFFFFF; padding:14px}
.reseller_hosting h1{ font-size:24px; color:#FFFFFF; margin:0 0 5px 0; font-weight:normal;}
.reseller_hosting a { text-decoration: underline; color:#ffffff;}
.reseller_hosting a:hover {text-decoration:none;color:#ffffff;}
.shared_hosting2 { background-color:#42A0C6 ; font-size: 16px; color:#FFFFFF; }

.shared_hosting2 h1{ font-size:30px; color:#FFFFFF; margin:15px 0 10px 0; font-weight:normal;}

.shared_hosting2 h2{ font-size:18px; color:#FFFFFF; margin:0; font-weight:normal; }

.shared_hosting2 a{text-decoration: underline;	color:#ffffff;}

.shared_hosting2 a:hover {text-decoration:none;color:#ffffff;}


.dedicated_hosting {border-left:1px solid #dddddd; border-right:1px solid #dddddd; border-top:1px solid #dddddd; background:url('../images/dedicated_hosting.jpg') no-repeat center; border-bottom:medium none; margin:1px; font-size: 16px; color:#FFFFFF; padding:14px}

.dedicated_hosting h1{

	font-size:21px;

	color:#FFFFFF;

	margin:0 0 5px 0;

	font-weight:normal;

}

.dedicated_hosting a {	text-decoration: underline;	color:#ffffff;}

.dedicated_hosting a:hover {text-decoration:none;color:#ffffff;}



.planbox {
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-top:medium none;
	padding:15px;
	background:url('../images/planbox_bg.gif') repeat-x;
	margin:1px;
	color: #333;
}

.planbox h1{ font-size:24px; color:#333; margin:0; font-weight:normal;}

.planbox a{text-decoration: underline;	color:#aec847;}



.shared_nav {color:#FFFFFF; text-align:center;}

.shared_nav a{ color:#FFFFFF; text-decoration:underline;}

.shared_nav a:hover{ color:#FFFFFF; text-decoration:none;}



.featuredbox {background:url('../images/bg_01.jpg') no-repeat; padding-left:15px; padding-right:180px; padding-top:20px; padding-bottom:0}

.featuredbox h1{ font-size:30px; font-weight:bold; margin:0px; font-size:20px; color:#565656; }



.featuredtxt{font-size:14px; color:#000000;}



.featured_nav {background:url('../images/featured_bg.gif') repeat-x; color:#FFFFFF; font-size:18px; padding-left:5px}

.featured_nav a{color:#FFFFFF; text-decoration:none;}

.featured_nav a:hover{color:#FFFFFF; text-decoration:underline;}



.client_box {border:solid 4px #f5f5f5; padding:15px;}

.client_box h1{ font-size:24px; color:#000000; margin:0 10px 15px 10px; border-bottom:solid 1px #f5f5f5; padding:10px 10px 10px 10px; font-size:20px;}

.client_box h2{ font-size:24px; color:#000000; margin:0; border-bottom:solid 1px #f5f5f5; padding:10px 10px 10px 10px; font-size:20px;}

.client_box h3{ font-size:24px; margin:0; color:#3f9bc2; line-height:24px}

.client_box h4{ font-size:18px; margin:0; color:#8faf0a; line-height:18px; border-bottom:solid 3px #f1f1f1; padding-bottom:10px}

.client_box h5{ font-size:16px; margin:0; margin-bottom:10px; color:#000000; line-height:14px; border:solid 1px #f1f1f1; padding:10px; background-color:#f5f5f5}





.more_comments { vertical-align: top; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px; background:url('../images/moreinfo_bg.gif') repeat-x; margin-top: 2px; padding-left:5px}

.more_comments a{color: #FFFFFF; text-decoration:none;}

.more_comments a:hover{color: #FFFFFF; text-decoration:underline;}



.bottom_nav { font-family:Arial, Helvetica, sans-serif;color:#2b6697; font-size:12px;}

.bottom_nav a{ color:#2b6697; text-decoration:underline;}

.bottom_nav a:hover{color:#2b6697; text-decoration:none;}



.bottom_text { font-family:Arial, Helvetica, sans-serif; color:#666666; line-height:25px; font-size:12px;}



.side_head { color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; padding-left:15px; line-height:40px; font-size:16px;}

.sidebox { background:url('../images/sidebox_bg.gif') repeat-x; padding:10px; border:1px solid #f5f5f5;}



.whyhost { border-top: 1px solid #000000; list-style-image:url('../images/arrow.gif'); padding-bottom:10px}

.whyhost ul{ margin:10px 0 10px 25px; padding:0}

.whyhost li{ line-height:18px; font-size:12px;}

.whyhost p{ border-bottom:1px dotted #000000; margin:10px ; padding:5px;}



.Side2Box {border:solid 1px #dddddd;font-weight:bold; padding-bottom:10px;}

.Side2Box ul{margin:10px; padding:0; list-style:none;}

.Side2Box li{ line-height:18px; font-size:12px;border-bottom:1px dotted #000000;background:url('../images/icon_05.jpg') no-repeat center left;; padding-left:35px; padding-right:5px; padding-top:15px; padding-bottom:15px}



.reseller_hosting2 { background-color:#42A0C6 ; font-size: 16px; color:#FFFFFF; }

.reseller_hosting2 h1{ font-size:30px; color:#FFFFFF; margin:15px 0 10px 0; font-weight:normal;}

.reseller_hosting2 h2{ font-size:18px; color:#FFFFFF; margin:0; font-weight:normal; }

.reseller_hosting2 a{text-decoration: underline;	color:#ffffff;}

.reseller_hosting2 a:hover {text-decoration:none;color:#ffffff;}



.reseller_hosting2 {background-color:#3D3D3D ; font-size: 16px; color:#FFFFFF;}

.reseller_hosting2 h1{ font-size:30px; color:#FFFFFF; margin:15px 0 10px 0; font-weight:normal;}

.reseller_hosting2 h2{ font-size:18px; color:#FFFFFF; margin:0; font-weight:normal; }

.reseller_hosting2 a {	text-decoration: underline;	color:#ffffff;}

.reseller_hosting2 a:hover {text-decoration:none;color:#ffffff;}



.dedicated_hosting2 {background-color:#93B509 ; font-size: 16px; color:#FFFFFF;}

.dedicated_hosting2 h1{ font-size:30px; color:#FFFFFF; margin:15px 0 10px 0; font-weight:normal;}

.dedicated_hosting2 h2{ font-size:18px; color:#FFFFFF; margin:0; font-weight:normal; }

.dedicated_hosting2 a {	text-decoration: underline;	color:#ffffff;}

.dedicated_hosting2 a:hover {text-decoration:none;color:#ffffff;}



.dedicated_hosting3 {background-color:#879A41 ; font-size: 16px; color:#FFFFFF;}

.dedicated_hosting3 h1{

	font-size:24px;

	color:#FFFFFF;

	margin:15px 0 10px 0;

	font-weight:normal;

}

.dedicated_hosting3 h2{ font-size:18px; color:#FFFFFF; margin:0; font-weight:normal; }

.dedicated_hosting3 a {	text-decoration: underline;	color:#ffffff;}

.dedicated_hosting3 a:hover {text-decoration:none;color:#ffffff;}





.style1 {background-color:#93B509 ; font-size: 20px; color:#FFFFFF;}

.style1 h1{ font-size:30px; color:#FFFFFF; margin:15px 0 10px 0; font-weight:normal;}

.style1 h2{ font-size:18px; color:#FFFFFF; margin:0; font-weight:normal;  }

.style1 a {	text-decoration: underline;	color:#ffffff;}

.style1 a:hover {text-decoration:none;color:#ffffff;}



.plansRow { background:url('../images/sidebox_bg.gif') repeat-x center; border-bottom:1px solid #CCCCCC; }



h5{ margin:0}

.borderBottom{border-bottom:solid 1px #CCCCCC;}



.box{ color:#000000;}

.box strong{
	color:#006;

}

.box h3{

	margin:0;

	font-size:18px;

	line-height:24px;

	text-align: left;

}

.box h4{ margin:0; border-bottom:solid 1px #CCCCCC;}

.box a{color:#2b6697; text-decoration:underline;}

.box a:hover{
	color:#2b6697;
	text-decoration:none;
	text-align: center;
}



#menu { width: 100%;  margin: 0 auto; text-align: left;}

#menu ul {  margin: 0; padding: 0;}

#menu ul li {  display:block; float: left; line-height:30px; width:170px; list-style:none; }

#menu ul li a {display:block;font-size:12px; text-decoration: none; color: #2b6697;  font-weight: bold; line-height:30px; border-bottom:1px dashed #CCCCCC; padding-left:15px;background:url('../images/arrow.gif') no-repeat center left; }

#menu ul li a:hover, #menu ul li a.active { font-size:12px; font-weight: bold; color:#aec847; border-bottom:1px dashed #aec847; text-decoration:underline; padding-left:15px; background:#FFFFFF url('../images/arrow.gif') no-repeat center left; }



#menub { width: 100%;  margin: 0 auto; text-align: left;}

#menub ul {  margin: 0; padding: 0;}

#menub ul li {  display:block; float: left; line-height:30px; width:170px; list-style:none; }

#menub ul li a {display:block;font-size:12px; text-decoration: none; color: #2b6697;  font-weight: bold; line-height:30px; border-bottom:1px dashed #CCCCCC; padding-left:15px;background:url('../images/arrow.gif') no-repeat center left; }

#menub ul li a:hover, #menub ul li a.active { font-size:12px; font-weight: bold; color:#aec847; border-bottom:1px dashed #aec847; text-decoration:underline; padding-left:15px; background:#FFFFFF url('../images/arrow.gif') no-repeat center left; }



.submenu{ border-top: 1px solid #797979; background:url('../images/bg_02.gif') repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; line-height:35px; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0}

.submenu a{ color:#FFF; text-decoration:none; font-size:11px; text-transform:uppercase; }

.submenu a:hover{ color:#FFF; text-decoration:underline; font-size:11px; text-transform:uppercase; }



.border{ border-left:solid 1px #dbdbdb; border-right:solid 1px #dbdbdb; margin: 0px auto;}

.style7 {

	font-size: 12

.bold {

	font-weight: bold;

}

bold {

	font-size: 24px;

}

.bold {

	font-weight: bold;

	text-align: center;

}

.border tr td table tr td table tr td table tr td {

	font-size: 16px;

}

.cent {

	text-align: center;

}

.boldsf {

	font-weight: bold;

}

.reseller_white {

	color: #FFF;

}.border tr td table tr td table tr td table tr .client_box table tr td table tr .more_comments a {
	font-size: 11px;
}
.planbox {
	color: #333;
}
.planbox {
	color: #333;
}
.plainbox {
	color: #333;
}
d {
	text-align: center;
}

