@import url("tab.css");
/*
Theme Name: Mail Spect - Green	
Theme URI: http://mailspect.com
Description: Custom Corporate theme
Version: 1.0
Author: DMS - Digital Max Solutions
Author URI: http://digital.com.np
*/

* {
	margin: 0px;
	padding: 0px;
}

#coll-1 ul{
/*margin-left: 15px;*/
list-style-position:inside; 

}
#coll-1 li{
margin-left: 15px;
list-style-position:inside; 
margin - bottom:15px;

}


body, html {
	height: 100%;
}

img {
	border:0;
}

body {
	background:#242527 url(images/page-bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#555;
}

a {
	outline: none;
	color:#106eaf;
	text-decoration:underline;
}

a:hover  {
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

* html .clearfix {
	height: 1%;
}

.textcenter { text-align:center;}

.wrapper-bg {
	background:url(images/circle-bg.png) top center no-repeat;
	}

#page {
	width:980px;
	margin:0 auto;
	position:relative;
}

#header {
	height:100px;
	overflow:hidden;
	position:relative;
}

	#logo {
		position:absolute;
		top:30px;
		left:0;
		height:46px;
		width:218px;
		overflow:hidden;
		background:url(images/logo.png) no-repeat;
	}
	
		#logo a {
			display:block;
			height:46px;
			text-indent:-999999px;
		}
	
	#sec-nav {
		list-style:none;
		position:absolute;
		right:0;
		top:45px;
		color:#fff;
	}
		#sec-nav li {
			display:inline;
			float:left;
			margin-left:7px;
		}
		
			#sec-nav li a {
				color:#fff;
				font-size:12px;
				text-decoration:none;
			}
			
	/* Page Menu CSS */			
#nav-wrapper {
	width:970px;
	background:url(images/menu-bg.png) no-repeat;
	height:40px;
	border-bottom:5px solid #183600;
	padding-left:10px;
}



#nav-wrapper ul#page-list {
	list-style: none;
	width: 940px;
	display: block; /* ignored by IE  remove space bug on FF, Chrome */
	padding-top:9px;
	padding-left:0;
	margin:0;
}

#nav-wrapper ul li.page_item a,  
#nav-wrapper ul li.cat-item a {
	padding: 5px 10px;
	text-decoration: none;
	border: none;
	color:#fff;
	font-size:14px;
}

#nav-wrapper ul li.page_item a:hover,  
#nav-wrapper ul li.cat-item a:hover,  
#nav-wrapper .current_page_item a,  
#nav-wrapper .current_page_parent a,  
#nav-wrapper :hover > a,  
#nav-wrapper .current_page_ancestor a {
	text-decoration: none;
	color:#000 !important;
	background:#fff;
}

#nav-wrapper ul li.page_item ul {
	border:1px solid #ccc;
}

#nav-wrapper ul li.page_item ul li.page_item a,  
#nav-wrapper ul li.cat-item ul li.cat-item a {
	padding-left: 10px;
	color:#000;
	background: #fff none;  /*background: url(images/nav-child.gif) no-repeat 16px 12px;*/
}

#nav-wrapper ul li.page_item ul li.page_item a:hover,  
#nav-wrapper ul li.cat-item ul li.cat-item a:hover {
	text-decoration: none;
	background: #fff none; /*background: url(images/child-hover.gif) no-repeat 16px 12px;*/
	color: #106eaf !important;
	padding-left: 10px;
}

#nav-wrapper #page-list {
	margin: 0;
	padding: 0;
}

#nav-wrapper #page-list li {
	padding: 0px;
	float: left;
	list-style: none; /*line-height: 37px;*/
	display: inline;
	margin-left: 1px;
}

#nav-wrapper #page-list li a,  
#page-list li ul li a {
	display: block;
}

#nav-wrapper #page-list li ul {
	position: absolute;
	width: 230px;
	left: -999em;
	margin: 0;
	padding: 0;
	z-index:999999999 !important;
}

#nav-wrapper #page-list li:hover ul,  #nav-wrapper #page-list li.sfhover ul {
	left: auto;
	background: #729088;
}

/*Menu Width */

#nav-wrapper #page-list li ul li {
	width: 230px;
	margin: 0px;
	border-bottom: 1px solid #ccc;

}

#nav-wrapper #page-list li:hover,  #nav-wrapper #page-list li.hover {
	position: static;
	background:none;
}

#nav-wrapper #page-list li ul ul {
	margin: -28px 0 0 15em;
}

#nav-wrapper #page-list li ul a,
#nav-wrapper #page-list li ul ul a {
	font-size:12px;
}

#nav-wrapper #page-list li:hover ul ul,  
#nav-wrapper #page-list li.sfhover ul ul {
	left: -999em;
}

#nav-wrapper #page-list li:hover ul,  
#nav-wrapper #page-list li li:hover ul,  
#nav-wrapper #page-list li.sfhover ul,  
#nav-wrapper #page-list li li.sfhover ul {
	left: auto;
}

#nav-wrapper #page-list li:hover ul ul,  
#nav-wrapper #page-list li:hover ul ul ul,  
#nav-wrapper #page-list li.sfhover ul ul,  
#nav-wrapper #page-list li.sfhover ul ul ul {
	left: -999em;
}

#nav-wrapper #page-list li:hover ul,  
#nav-wrapper #page-list li li:hover ul,  
#nav-wrapper #page-list li li li:hover ul,  
#nav-wrapper #page-list li.sfhover ul,  
#nav-wrapper #page-list li li.sfhover ul,  
#nav-wrapper #page-list li li li.sfhover ul {
	left: auto;
}



	#search {
		width:300px;
		position:absolute;
		top:106px;
		right:20px;
		font-size:12px;
		color:#fff;
		font-weight:bold;
	}
	
		#search #s {
			border:0;
			background:url(images/search-input-bg.png) no-repeat;
			height:18px;
			width:244px;
			padding:3px;
			font-size:11px;
			padding-top:6px;
			color:#333333;
			margin-left:5px;
		}

/*ACC*/

#tabs_container {
	width:980px;
	height:299px;
}

#tabs_container .tabs {
	list-style: none;
	width:723px;
	height:97px;
	background:url(images/acc-bg.png) no-repeat bottom;
	margin-top:-15px;
	position:relative;
	margin-left:-4px;
	margin-right:-6px;
	padding-left:266px;





}
#tabs_container .tabs li {
	display:inline;
	float: left;
	height:97px;
	width:175px;
	margin-left:1px;
}

#tabs_container .tabs li a {
	display: block;
	text-decoration: none;
	height:97px;
	width:175px;
	background:url(images/tab.png) no-repeat;
}

#tabs_container .tabs li.active a {
	background: url(images/tab-hover-active.png) no-repeat;
}

div.tab_contents_container {
	background:url(images/banner.png) no-repeat;
	height:217px;
	position:relative;
}
div.tab_contents {
	display: none;
}

div.tab_contents_active {
	display: block;
}

.tab-content {
	position:absolute;
	left:360px;
	top:20px;
	color:#000;
}
	.tab-content h1 {
		font-family:Arial;
		font-size:28px;
		line-height:50px;
		font-weight:bold;
	}
	.tab-content p {
		font-size:16px;
		line-height:22px;
		width:470px;
		margin-bottom:10px;
	}

#content {
	overflow:hidden;
	height:1%;
	padding:30px 20px 50px 20px;
	margin-bottom:15px;
	background:#fff url(images/content-bg.png) no-repeat bottom;
        line-height:17px;
}

	#coll-1 {
		width:610px;
		display:inline;
		float:left;
		font-size:14px;
		line-height:22px;
	}
	
	#coll-1 p {
		margin:15px 0;
		width:560px;
	}
		#coll-1 h2 {
			font-size:30px;
			color:#444;
			margin:25px 0;
			font-weight:normal;
			font-family:Arial, Helvetica, sans-serif;
                        line-height:30px;
}
		
			#coll-1 h3 {
				font-size:20px;
				color:#444;
				margin-bottom:15px;
			}
			
			#customer-testimonials {
				padding-top:25px;
			}
			
			#customer-testimonials 	.box {
					background:#f2f2f2;
					border:1px solid #dfdfdf;
					padding:25px;
					clear:both;
				}
				
				#customer-testimonials 	.box img { 
					margin-right:20px;
				}
	
	#sidebar {
		display:inline;
		float:right;
		width:310px;
	}
	
		
		#newsletter {
			margin-bottom:20px;
		}
		
		#newsletter .input {
			background:url(images/newsletter-input-bg.gif) no-repeat;
			height:22px;
			width:202px;
			margin:0;
			border:0;
			font-size:11px;
			color:#555;
			padding-top:5px;
			padding-left:5px;
		}
		
		#newsletter label {
			display:inline-block;
			padding-right:5px;
			font-size:12px;
		}
		
		.box {
			border:1px solid #dfdfdf;
			background:#f2f2f2;
			padding:9px;
			position:relative;
			margin-bottom:15px;
		}

#footer {
background:#fff url(images/footer_top-bg.gif) no-repeat 0 0;
/*color:#FFFFFF;*/
font-size:12px;
width:980px;
padding:20px  0 0 0;
margin:0 auto;
}


/*#footer {
	width:960px;
	height:70px;
	background:url(images/footer.png) no-repeat;
	clear:both;
	overflow:hidden;
	padding:20px 0 0 20px;
	font-size:12px;
	line-height:18px;
	position:relative;
	margin:0 auto;
}*/

	#footer .top {
		position: absolute;
		top:10px;
		right:15px;
		text-indent:-9999px;
		width:30px;
		height:30px;
	}
	
	#footer .content {
	background:#fff url(images/footer_bottom-bg.gif) no-repeat 0 bottom;
	/*padding:10px 10px 20px 10px;*/
	padding: 0 10px 20px 10px;
	
	}
#footer ul {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
	}
#footer ul li {
	display:inline;
	float:left;
	width:220px;
	margin:0 10px;
	}
#footer ul li h4 {
	font:bold italic 14px/18px Georgia, "Times New Roman", Times, serif;
	color:#444;
	margin:0 0 10px 0;
	}
#footer ul li ul { overflow:auto; margin:0;}
#footer ul li ul li {
	background:url(images/arrow-2.gif) no-repeat 0 7px;
	margin:0;
	padding:0 0 3px 15px;
	width:auto;
	display:block;
	float:none;
	}
	
/*Subpage*/
#breadcrumb {
	list-style:none;
	display:block;
	width:980px;
	overflow:hidden;
	margin-bottom:20px;
	font-weight:bold;
}

#breadcrumb li {
	display:inline;
	float:left;
	margin-right:3px;
        margin-left:0px;
        margin-bottom:0px;
	font-size:12px;
}

	.commentlist {
		list-style-type:none;
		margin-bottom:20px;
	}
	
	.commentlist li,
	.commentlist li.alt {
		background:#f2f2f2;
					border:1px solid #dfdfdf;
					margin-bottom:10px;
					padding:15px;
	}
	
	.commentlist li.alt {
	background:#f2f8f5;
	}
	
	#commentform #comment {
		width:610px;
	}
	
h4.pagetitle {
	display:block;
	margin-bottom:15px;
}

.tbl { margin: 1em; border-collapse: collapse; }

.tbl td, .tbl th { padding: .3em; border: 1px #ccc solid; }
.tbl thead { background: #fafafa; }


#content1 {
	overflow:hidden;
	
        
        _height:1%;
	padding:30px 20px 50px 20px;
	margin-bottom:15px;
	background:#fff url(images/content-bg.png) no-repeat bottom;
        line-height:17px;
}
#contentleft {
	float: left;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	}

