/*
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');
@import url('dropdownmenu.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 11px 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 			{ 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:1px solid #d3ebf3; }
.overline		{ border-top:1px solid #eee; }

.black 			{ color:#333; }
.white			{ color:#fff; }
.gray 			{ color:#616161; }
.white 			{ color:#fff; }
.blue 			{ color:#1e76a4; }
.green 			{ color:#0F0; }
.red 			{ color:#f00; }

.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; }

.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 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

a:link, a:visited {
	color: #;
	text-decoration:none;
}
a:hover, a:active {
	color: #;
	text-decoration:underline;
}
a:link.button-link, a:visited.button-link {
	background: url(../images/button-link.png) no-repeat;
	width:111px;
	height:24px;
	display:block;
	color:#fff;
	line-height:24px;
	text-indent:10px;
}
a:hover.button-link, a:active.button-link {
	text-decoration:none;
	background: url(../images/button-link-hover.png) no-repeat;
}

/* =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;
}

/* =4 Container
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#container {
	background: url(../images/content-bottom.png) repeat-y;
	margin: 0 auto;
	text-align: left;
}
#home #container {
	background: #fff url(../images/year-20.jpg) center top no-repeat;
}
/* =5 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header {
	background: url(../images/header.jpg) no-repeat bottom; 
	height: 259px;
	position:relative;
}
#home #header #banner{

	width:930px;
	height:217px;
	position:absolute;
	bottom:-217px;
	left:15px;
}
#header a.header-logo {
	display:block;
	height:122px;
	width:156px;
	position:absolute;
	top:127px;
	left:91px;
	z-index:2;
}

/* =6 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer ul {
	list-style: none;
	width: 600px;
	height: 19px;
	position:absolute;
	top:16px;
	left:0;
}
#footer ul li {
	float: left;
	background: url(../images/divf.gif) no-repeat left center;
}
#footer ul a {
	display: block;
	padding: 0 7px;
	line-height: 19px;
	color:#2292ca;
}
#footer ul a:hover {
	color:#2292ca;	
	text-decoration:underline;
}
#footer ul li.first {
	background: none;
}
#footer ul .first a:hover {
}
/* =7 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#home #content {
	margin-top:515px;
	padding-bottom:20px;
	position:relative;
}

#content {
	padding-bottom:20px;	
	background-color: #fff;
}

#content ul li {
margin-bottom:10px;
}
.main-content {
	float: left;
	width: 920px;
	padding:0 20px;
	position:relative;
	margin-top:0;
}

.main-content .left-slide {
	position:absolute;
	top:-274px;
	left:24px;
	float:left;
}
.main-content .right-bulletin {
	width:440px;
	position:absolute;
	top:-274px;
	right:25px;
	float:right;
}
.main-content .bull {
	position:absolute;
	top:-250px;
	right:24px;
	float:right;
}
.main-content div div p{
	padding-left:7px;
}
div.content-middle{
	width:270px;
	padding-left:55px;
	float:left;
}
.main-content div h2.ags-pics{
	height:150px;
	background:#c1dbe7;
	display:block;
	margin-bottom:20px;
}
div.content-left{
	width:270px;
	float:left;
}
div.content-right{
	width:270px;
	position:absolute;
	right:20px;
	top:0;
}
div.content-right h2 {
	background: url(../images/main-content-top.png) repeat-x;
	height:55px;
	line-height:33px;
	text-indent:15px;
}
.main-content div h2 {
	background: url(../images/main-content-top.png) repeat-x;
	height:55px;
	line-height:33px;
	text-indent:15px;
}
.main-content div {
	font: normal 12px Arial, Helvetica, sans-serif;
	
}

.main-content div p.year20{

width:930px;
height:319px;
margin-left:-10px;
}


.main-content h3 {
	background: url(../images/box-main-bottom.png) no-repeat;
	height:27px;
}
#packages .main-content ul li {
height:215px;
}

.sub-content {
	float: right;
	width: 248px;
}
.sub-content h2 {
	background: url(../images/sub--top.png) no-repeat;
	height:50px;
	line-height:33px;
	text-indent:43px;
}
.sub-content div {
	background: url(../images/box-sub-middle.png) repeat-y;
	padding:5px 10px 10px 10px;
	font: 1.2em Arial, Helvetica, sans-serif;
	
}
.sub-content ul li {
margin-bottom:8px;

}
.sub-content h3 {
	background: url(../images/box-sub-bottom.png) no-repeat;
	height:6px;
		margin-bottom:20px;
}

/* =8 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
table{

}

/* =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;
}
	
#footer p {
	
}
#footer .developer{
	position:absolute;
	left:280px;
	position:absolute;
	bottom:-35px;
	left:360px;
	
}
#footer .copyright {
	position:absolute;
	bottom:-3px;
	left:730px;
}