/* CSS Document by mdennisa@gmail.com */

html{font-size:12px; font-family:arial;}
body{margin:0; background:#EFEFEF;}

/* LAYOUT */
#wrapper{width:800px; margin:0 auto; background:#f8f8f8;}
#header{height:100px; position:relative; margin-bottom:10px;}
	#nav{height:30px; width:800px; position:absolute; bottom:0; left:0; background:#B5DFEF; z-index:9;}
		#nav ul{margin:0; padding:0 10px 0 0; list-style:none; background:#0076A3 url(images/bg_nav.jpg) top right no-repeat; height:30px; font-family:"tahoma"; width:500px;}
		#nav ul li{float:left;}
		#nav ul li a{color:#fff; text-decoration:none; text-transform:capitalize; padding:0 20px; line-height:30px; border-right:solid 1px #FCFF00;}
		#nav ul li a:hover{color:#00D2FF;}
	#logo{position:absolute; top:0; left:0; z-index:10;}
	#call{position:absolute; top:0; right:0;}
#content{}
	#sidePane{float:left; width:200px;}
		#sidePane #subPane{padding:30px 10px 10px 10px;}
		#subPane p{margin:10px 0; padding:0; line-height:18px;}
			.navHere{background:url(images/hd_navhere.gif) top left no-repeat;}
			.navHere ul{margin:0; padding:10px 0 0 0; list-style:none;}
			.navHere ul li{}
			.navHere ul li a{background:url(images/links_navhere.gif) top left no-repeat; padding-left:18px; color:#1982CB; text-decoration:none;}
			.navHere ul li a:hover{background:url(images/links_navhere.gif) bottom left no-repeat; color:#CB1919;}
			.ourPromo{background:url(images/hd_ourpromo.gif) top left no-repeat;}
			.ourTesti{background:url(images/hd_ourtesti.gif) top left no-repeat;}
			.liveSup{background:url(images/hd_livesup.gif) top left no-repeat;}
			.bankAcc{background:url(images/hd_bankacc.gif) top left no-repeat;}
	#contentPane{float:left; width:600px;}
		#mainContent{padding:10px; color:#0076A3;}
		#paket{float:left; width:145px; height:375px; margin-left:4px; position:relative; font-size:11px; display:inline;}
			.paketName{position:absolute; top:0; left:0; width:145px; height:24px; background:url(images/hd_personal.gif) top left no-repeat; z-index:12; padding-bottom:20px;}
			.paketName .name{float:left; padding:3px 5px; font-weight:bold; font-size:12px;}
			.paketName .order{float:right; padding:2px 5px;}
			.paketName .order a{color:#fff; text-decoration:none; font-weight:bold; font-family:"Trebuchet MS";}
			.paketName .order a:hover{color:#FCFF00;}
			.paketDetails{position:absolute; width:143px; top:20px; left:0; border:solid 1px #3EA4FB; background:#F3FBFF; z-index:11;}
			.paketDetails .inner{padding:5px;}
			.spec{clear:both; line-height:normal;}
			#price{line-height:20px; width:143px; bottom:0; left:0px; background:#AEE4FD; font-weight:bold;}
			.price{float:left; margin-right:5px; background:#4DBCEF; padding:0 5px; display:inline;}
		
		.hd{text-transform:uppercase; background:#B5DFEF; font-size:11px; line-height:25px; font-weight:bold; padding:0 10px;}
		.feature{width:140px; height:auto; background:#E4F7FE;}
		.flist{padding:10px; color:#0076A3;}
		#personal{width:110px; height:auto; background:#F5FCFF; color:#0076A3;}
		.list{padding:10px;}
		.listprice{background:#B5DFEF; font-size:12px; line-height:25px; font-weight:bold; padding:0 10px;}
		.orderCart{height:35px; line-height:38px; padding:0 10px; color:#fff; font-weight:bold;}
		.orderCart a{text-decoration:none; color:#0076A3;}
		.orderCart a:hover{color:#A30000;}
		#formBox{ margin:10px 0; width:340px; border:solid 1px #0076A3; padding:5px; background:url(images/contact.gif) 40px 5px no-repeat;}
		
		
#footer{height:50px; background:#000 url(images/bg_footer.gif) top left repeat-x; padding:25px 10px 5px 10px; color:#898989; font-size:11px;}
#footer .fr{text-align:right; font-weight:normal; color:#898989;}

/* TEXT style */
h1,h2,h3,h4,h5{margin:0 0 10px 0; padding:0;}
h1{font-size:24px; font-weight:normal; font-family:"Times New Roman", Times, serif; color:#0076A3;}
p{margin: 0 0 10px 0; padding:0;}
em{color:#529AB5;}
.bred{font-weight:bold; color:#f00;}
.bgreen{font-weight:bold; color:#08B22C;}

/* IMG or THUMB style */
img.fl{margin:0 10px 0 0;}

/* TABLE style */
table{margin:0; padding:0;}
.tbl_domain th{border-top:solid 2px #0099FF; border-bottom:solid 2px #0099FF; background:#eee;}
.tbl_domain td{border-bottom:solid 1px #ccc;}
.tbl_reshosting th{line-height:30px; background:#eee; color:#000; border-bottom:solid 1px #ccc;}
.tbl_reshosting td{border-bottom:solid 1px #ccc;}
.tbl_fantastico{border:solid 1px #ccc; background:#fff; color:#000;}

/* FORM style */
form{margin:0; padding:0;}
input.txLine{border:solid 1px #D1D1D1; width:220px; height:20px; padding:0 5px; line-height:20px; color:#0076A3; font-family:"Trebuchet MS";}
.txArea{width:320px; height:160px; color:#0076A3; padding:5px; font-family:"Trebuchet MS"; font-size:14px;}

/* MISC */
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}

#nav ul li{
position:relative;
}

#nav ul ul {
background:url(images/bg_submenu.png);
position:absolute;
display:none;
width:150px;
height:auto;
top:30px;
left:0px;
}

#nav ul li ul li{
float:none;
position:relative;
}

#nav ul li ul li ul{
top:0;
left:150px;
position:absolute;
}

#nav ul li ul li a{
border:none;
}

#nav ul li ul li a:hover{
color:#FCFF00;
}
