body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
}
.green {
	color: #80c3fc;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #F60;
}
.orange {
	color: #ff6600;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

.img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:hover {
	color: #333;
}

/* /////////////////////////////////////////////////////////////////////// */

/* ////////////////////////////////////// background start ////////////////////////////////////////// */

#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/container.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: right;
}
#content_global {
	background-image: url(../images/top_content.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 630px;
	width: 950px;
	position: relative;
}
#content_global_button {
	background-image: url(../images/buttom_content.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 950px;
	top: 430px;
	position: absolute;
	left: 0px;
	right: 0px;
}
#maps {
	background-image: url(../images/global_items.png);
	background-repeat: no-repeat;
	height: 336px;
	width: 887px;
	position: absolute;
	right: 0px;
	top: 60px;
}
#box {
	background-image: url(../images/box_bg.png);
	background-repeat: no-repeat;
	height: 440px;
	width: 785px;
	position: absolute;
	left: 55px;
	top: 135px;
	padding-top: 34px;
	padding-right: 40px;
}






#parent5 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	vertical-align:baseline;
	text-align:left;	
}
#parent5 li {
	position: relative;
}
#parent5-menu {
	position: absolute;
	top: 50px;
	right: 50px;
}
#parent5-menu a {
	background-image: url(../images/navs.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 20px;
	width: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	margin-right: 10px;
}
#parent5-menu a.wactive {
	background-image: url(../images/navs_over.png);
}







#houses {
	background-image: url(../images/houses.gif);
	background-repeat: no-repeat;
	height: 190px;
	width: 540px;
	position: absolute;
	left: 0px;
	right: 410px;
	top: 381px;
	z-index: 222;
}
#houses a{
	text-align: center;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow:hidden;

}
a.light_house_link_1 {
	height: 110px;
	width: 105px;
	top: 60px;
	left: 57px;
}
a.light_house_link_1:hover {
	background-image: url(../images/light_house_1.png);
	background-position: center 73px;
}
a.light_house_link_2 {
	height: 85px;
	width: 85px;
	top: 84px;
	left: 219px;
	background-repeat: no-repeat;
	background-position: 34px 53px;
}
a.light_house_link_2:hover {
	background-image: url(../images/light_house_2.png);
}
a.light_house_link_3 {
	height: 70px;
	width: 77px;
	top: 96px;
	left: 307px;
	background-repeat: no-repeat;
	background-position: 42px 44px;
}
a.light_house_link_3:hover {
	background-image: url(../images/light_house_3.png);
}
#househost1 {
	position: absolute;
	height: 266px;
	width: 212px;
	background-repeat: no-repeat;
	top: -150px;
	left: 30px;
	display: none;
	z-index: 2;
	text-indent: -9999px;
	overflow: hidden;
	text-align: center;
}

#househost2 {
	position: absolute;
	height: 266px;
	width: 212px;
	background-repeat: no-repeat;
	top: -120px;
	left: 170px;
	z-index: 2;
	text-indent: -9999px;
	overflow: hidden;
	text-align: center;
	display: none;
}
#househost3 {
	position: absolute;
	height: 266px;
	width: 212px;
	background-repeat: no-repeat;
	top: -115px;
	left: 260px;
	z-index: 2;
	text-indent: -9999px;
	overflow: hidden;
	text-align: center;
	display: none;
}


/* ////////////////////////////////////// background end ////////////////////////////////////////// */

/* ////////////////////////////////////// header strart ////////////////////////////////////////// */

#top_menu {
	position: absolute;
	top: 10px;
	left: 30px;
	background-image: url(../images/top_menu.gif);
	width: 200px;
	background-repeat: no-repeat;
	height: 16px;
	background-position: right center;
}
#top_menu li {
	float: right;
}
#top_menu a {
	overflow: hidden;
	display: block;
	height: 16px;
	width: 40px;
	text-indent: -9999px;
	padding-right: 15px;
	text-align: center;
}
#menu {
	position: absolute;
	top: 40px;
	left: 100px;
	height: 20px;
	width: 520px;
}
#menu li {
	float: right;
}
#menu li a {
	overflow: hidden;
	display: block;
	height: 20px;
	width: 80px;
	text-indent: -9999px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
}


#menu a.main_button {
	background-image: url(../images/main.gif);
}
#menu a.main_button:hover {
	background-image: url(../images/main_over.gif);
}

#menu a.about_button {
	background-image: url(../images/about.gif);
}
#menu a.about_button:hover {
	background-image: url(../images/about_over.gif);
}
#menu a.clients_button {
	background-image: url(../images/clients.gif);
}
#menu a.clients_button:hover {
	background-image: url(../images/clients_over.gif);
}


#menu a.services_button {
	background-image: url(../images/services.gif);
}
#menu a.services_button:hover {
	background-image: url(../images/services_over.gif);
}

#menu a.products_button {
	background-image: url(../images/productes.gif);
}
#menu a.products_button:hover {
	background-image: url(../images/productes_over.gif);
}

#menu a.contact_button {
	background-image: url(../images/call_us.gif);
}
#menu a.contact_button:hover {
	background-image: url(../images/call_us_over.gif);
}
#logo_sec {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 212px;
	position: absolute;
	top: 35px;
	right: 50px;
}
#logo a {
	display: block;
	overflow: hidden;
	height: 75px;
	width: 212px;
	text-indent: -9999px;
	text-align: center;	
}
#logo {
	height: 75px;
	width: 212px;
}
#media a {
	display: block;
	overflow: hidden;
	height: 25px;
	width: 55px;
	text-indent: -9999px;
	text-align: center;	
}

#media {
	height: 25px;
	width: 55px;
	float: right;
	margin-left: 10px;
}
#nepras_it a {
	display: block;
	overflow: hidden;
	height: 25px;
	width: 145px;
	text-indent: -9999px;
	text-align: center;	
}

#nepras_it {
	float: right;
	height: 25px;
	width: 145px;
}
#main_services {
	height: 45px;
	width: 200px;
	position: absolute;
	top: 150px;
	left: 70px;
}
#main_services li a:hover {
	opacity: 0.75; /* Safari, Opera */
	-moz-opacity:0.75; /* FireFox */
	filter: alpha(opacity=75); /* IE */
}

.op{
	opacity: 0.75; /* Safari, Opera */
	-moz-opacity:0.75; /* FireFox */
	filter: alpha(opacity=75); /* IE */
}

#main_services li {
	float: right;
	margin-right: 5px;
}

/* ////////////////////////////////////// header end ////////////////////////////////////////// */


/* ////////////////////////////////////// footer start ////////////////////////////////////////// */
#footer {
	width: 950px;
	padding-top: 15px;
	padding-left: 0px;
	height: 200px;
	background-image: url(../images/siteId1hed.gif);
	background-repeat: repeat-x;
	margin-right: 10px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
}
#footer a:hover {
	color: #FFF;
}


/* ////////////////////////////////////// footer end ////////////////////////////////////////// */
#hosting_maps {
	float: right;
	width: 350px;
	margin: 10px;
}
#title_maps {
	width: 320px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/line_footer.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	padding-top: 10px;
}
#title_maps  img {
	float: right;
}
#title_maps a.more_maps {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	padding-right: 15px;
	font-size: 12px;
}


#fasel {
	background-image: url(../images/line_footer.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 350px;
}
#adv_hosting {
	width: 320px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/earth_icon.png);
	background-repeat: no-repeat;
	background-position: -10px 10px;
	padding-top: 10px;
	height: 80px;
}
#hosting_maps ul {
	width: 350px;
	padding-top: 20px;
}
#hosting_maps ul li {
	background-image: url(../images/footer_pan.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-right: 1px;
	height: 22px;
	width: 115px;
}
#hosting_maps ul li:hover {
	background-image: url(../images/pan_footer.gif);
}
#hosting_maps ul li a {
	text-align: center;
	text-indent: -9999px;
	display: block;
	height: 22px;
	width: 112px;
	background-repeat: no-repeat;
	background-position: center center;
}
#hosting_maps ul a.personal_map {
	background-image: url(../images/personal_map.png);
}
#hosting_maps ul a.economic_map {
	background-image: url(../images/economic_map.png);
}
#hosting_maps ul a.golden_map {
	background-image: url(../images/golden_map.png);
}

#hosting_maps ul li.golden{
	background-image: url(../images/pan_footer.gif);
}
#hosting_maps ul li.golden:hover{
	background-image: url(../images/footer_pan.gif);
}

#adv_item {
	float: right;
	width: 195px;
	text-align: center;
	font-size: 12px;
}
#domains {
	background-image: url(../images/earth_map.gif);
	background-repeat: no-repeat;
	height: 162px;
	width: 216px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

#domains a {
	text-align: center;
	text-indent: -9999px;
	display: block;
	height: 162px;
	width: 112px;
}
#domains:hover {
	background-image: url(../images/earth_map_over.gif);
}
#technicalsupport {
	background-image: url(../images/technical_support.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 15px;
}
.square {
	position: absolute;
	top: -10px;
	left: 10px;
}

#copyrights {
	background-image: url(../images/footer_copyrights.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 290px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.square_text {
	position: absolute;
	left: 38px;
	top: 42px;
}

#curves {
	background-image: url(../images/curves.png);
	background-repeat: no-repeat;
	height: 438px;
	width: 949px;
	position: absolute;
	top: 190px;
	left: 0px;
}

.hiddenPic {display:none;}