@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	
}

a {
	color:#666;
}

body {
	background:url(images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	width:979px;
	height:auto;
	margin:0 auto;
}

#header {
	height:106px;
	width:100%;
}

#header .logo {
	margin:5px 0 0 0;
}

#header .menu {
	height:34px;
	width:100%;
}

#header .menu ul {
	font-size:11pt;
	color:#FFF;	
	text-align:center;

}

#header .menu ul li {
	float:left;
	height:44px;
	list-style:none;
	padding:10px 30px;
	margin-top:2px;
	font-size:18px;
	
	
}

/*#header .menu ul .first {
	float:left;
	height:44px;
	list-style:none;
	padding:08px 30px;
	border-left:none;
	margin-top:2px;
}*/

#header .menu ul a li  {
	color:#FFF;
	text-decoration:none;
	height:44px;
	display:block;

}

#header  .menu ul a:hover li,
#header  .menu ul a:active li {
	color:#FFF;
	background:url(images/menu-hover.jpg) repeat-x;
	
	
}

#main-body h3 {
	padding-top:30px;
}

#main-body img {
	margin:0;
	padding:10px;
}

.image {
	background:url(images/main-img.jpg) no-repeat;
	width:979px;
	height:399px;
}

.top-image {
	background:url(images/image-top.jpg) no-repeat;
	width:979px;
	height:8px;
}

.bottom-image {
	background:url(images/image-bottom.jpg) no-repeat;
	width:979px;
	height:38px;
}

.nayatel {
	background:url(images/Index-Efax_13.jpg) no-repeat;
	width:183px;
	height:28px;
	margin:20px auto;
}

.text {
	color:#666;
	padding:0 20px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}

.text h3 {
	color:#666;
	padding:0 0 0px 0;
	font-size:16px;
}

.text p {
	line-height:16px;
	margin:5px 0 0 0;
	font-size:13px;
}

.text img {
	padding:0;
	margin:0;
}

.text ul {

	
}

.text ul li {
	color:#666;
	list-style:none;
	padding:5px 10px 5px 0;
}

.contact_us_h3 {
	height:90px;
}



/* JQUERY FAQ CSS */
	 
.sample{margin:0px; padding:0px 30px 0 30px}
h1{margin:0;	padding:0; padding-bottom:20px;	font-size:2em;}
p,dl{font-size:1.2em;	line-height:170%;	margin-bottom:0px}
dl,dt,dd{padding:0;	margin:0}
.faqs{padding-top:0px}
.faqs dt{font-weight:bold;	background:url(images/q.gif) 0 4px no-repeat;	padding:3px 0 15px 30px;	position:relative;}
.faqs dt:hover{cursor:pointer}
.faqs dd{background:url(images/a.gif) 0 2px no-repeat;	padding:0 0 13px 30px;	position:relative;color:#333}
.faqs .hover{color:#C60;	text-decoration:underline}
			
/* JQUERY FAQ CSS END */