/*
Theme Name: Default Theme
Description: Gleent Innovative Technologies
Template: Gleent Innovative Technologies
Version: 

Author: Gleent Innovative Technologies
URL: www.gleent.com

[Table Of contents]

0- Reset
1- Global
2- Links
3- Headings
4- Container
5- Header
6- Navigation
7- Middle
8- Forms
9- Extras
10- Footer
*/

/* =0 Reset 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #dfe9ed url(../images/.png) repeat-x top;
	color: #333;
}
.width100		{ width:100%; }
.width90		{ width:90%; }
.width960		{ width:960px; }
.width1000		{ width:1000px; }

.float-right 	{ float:right; }
.float-left  	{ float:left; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.text-indent	{ text-indent:15px; }

.break-top		{ margin-top:15px; }
.break-bottom	{ margin-bottom:15px; }
.hide 			{ display: none; }
.clear 			{ clear:both; }

.font-medium 	{ font: 1.1em Arial, Helvetica, sans-serif; }
.font-small 	{ font: 0.9em Arial, Helvetica, sans-serif; }
.font-smaller 	{ font: 0.7em Arial, Helvetica, sans-serif; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.text-underline	{ text-decoration:underline; }

.underline 		{ border-bottom:3px solid #4dc05b; }
.overline		{ border-top:1px solid #eee; }

.black 			{ color:#333; }
.white			{ color:#fff; }
.gray 			{ color:#616161; }
.white 			{ color:#fff; }
.blue 			{ color:#1e76a4; }
.green 			{ color:#17ae2a; }
.red 			{ color:#ff0000; }
.blue-green		{ color:#00b0da; }

.no-bullet 		{ list-style: none;list-style-image:none; }
.no-padding     { padding:0; }
.no-margin		{ margin:0; }
.no-indent      { margin-left:0;padding-left:0; }
.no-border		{ border:1px solid #fff; }

.img-center { 
	display:block; 
	margin: 4px auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* =2 Links 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#content a:link, #content a:visited{
	color: #ff0000;
	text-decoration:none;
}
#content a:hover, #content a:active{
	color: #ff0000;
	text-decoration:underline;
}
#footer a:link, #footer a:visited {
	display: block;
	padding: 0 7px;
	line-height: 15px;
	color:#888;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#444;	
	text-decoration:underline;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 1.7em Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 1.5em Arial, Helvetica, sans-serif;
}
h3 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
}
h4 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Helvetica, sans-serif;
}
.heading-icon {
	background: url(../images/content-heading-icon.png) no-repeat center right;
}
hr{
color:#aaa;
}

/* =4 Container
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#container {
	background: #fff url(../images/) repeat-y;
	margin: 0 auto;
	text-align: left;
}
/* =5 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header {
	background: url(../images/header.jpg) no-repeat bottom; 
	height: 327px;
	position:relative;
}
#header a.header-logo {
	display:block;
	height:122px;
	width:156px;
	position:absolute;
	top:127px;
	left:91px;
	z-index:2;
}

/* =6 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header ul {
	background:url(../images/) repeat-x;
	width: 185px;
	position:absolute;
	top: 130px;	
	left:10px;	
}
#header ul li {
	margin-top:5px;

}

#header ul li a:link, #header ul li a:visited {
text-decoration:none;
	display: block;
	padding: 0 5px;
	line-height: 23px;
	text-indent:20px;
	height:23px;
	color:#fff;
	border:1px solid #84382f;
	background:#84382f url(../images/bullet.png) no-repeat left center;
}
#header ul li a:hover, #header ul li a:active {
	color:#fff;
	border:1px solid #84382f;
	background:#651a10 url(../images/bullet-h.png) no-repeat left center;
}

#header ul li.first {
	background: none;
	border:none;
}
#home #header a.home, #vision_mission #header a.vision_mission, #services #header a.services, #contact_us #header a.contact_us, #whoweare #header a.whoweare, #policy #header a.policy {
	border:1px solid #84382f;
	background:#651a10 url(../images/bullet-h.png) no-repeat left center;
}
#header h2{
	position:absolute;
	left:220px;
	top:106px;
}
#header p{
	width:420px;
	position:absolute;
	left:220px;
	top:155px;
	font-size:10.5px;
}

#footer ul {
	width: 600px;
	height: 15px;
	position:absolute;
	top:0;
	right:10px;
}
#footer ul li {
	float: right;
	background: url(../images/divf.gif) no-repeat left center;
	border-left:1px solid #ccc;
}

#footer ul li.no-border {
border:none;
}

/* =7 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content {
	padding:44px 15px 20px 15px;	
	background: url(../images/content-bg.png) top repeat-x;
}
div.main-content {
	float: right;
	width: 905px;
	padding:10px;
	position:relative;
	background:#f5f5f5;
	border:1px solid #bababa;
}
#home div.main-content {
	width: 545px;
}
.main-content h2 {
	height:30px;
}
#vision_mission #content .main-content div{
	width:280px;
	text-align:justify;
	padding-left:300px;
}
#whoweare #content div{
	font-size:12px;
}
.sub-content {
	float: left;
	width: 343px;
	background: url(../images/sub-content.png) no-repeat;
}
.sub-content h2 {
	background: url(../images/sub-box-head.png) no-repeat;
	height:56px;
	line-height:34px;
}
.sub-content div {
	background: #e9e9e9 url(../images/box-sub-middle.png) repeat-y;
	padding:0 20px 10px;
}
.sub-content h3 {
	background: url(../images/sub-box-foot.png) no-repeat;
	height:17px;
}

/* =8 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


/* =9 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =10 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	width:960px;
	background: url(../images/footer.png) no-repeat left;
	height: 44px;
	margin:0 auto;	
	position:relative;
	font: 1.1em Arial, Helvetica, sans-serif;
}
	
.developer{
margin-top:15px;
}
.developer a{
	color:#006699;
	text-decoration:none;
}
.developer a:hover{
	text-decoration:underline;
}
#footer .copyright {
	
}