/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:url(../images/body-bg.gif) top center repeat; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:17px;
	color:#4c4c4c;
	min-width:1000px;
}
html, body { height:100%;}


p {padding-top:17px;}

.top {padding-top:5px;}
.top1 {padding-top:13px;}
.top2 {padding-top:18px;}
.top3 {padding-top:22px;}

.h-bot {padding-bottom:19px;}

a {
	color:#4c4c4c; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 980px;
	position:relative; 
}

	/* Header */
	header{
		height:330px;
		background:url(../images/header-bg.gif) top center no-repeat;
	}
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		height:70px;
	}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3, .col-4, .col-5 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 24px 0 0; 
	float:left;
}
.extra-wrap { 
	overflow:hidden;
}
.phone {
	display:inline-block;
	width:84px;
}
.phone1 {
	display:inline-block;
	width:77px;
}
/*=================================================================================================================== header =====*/
h1 {
	padding:9px 0 0px 10px;
	position:relative;
	float:left;
}
	h1 a {
		display:block;
		height:40px;
		width:96px;
		text-indent:-5000px;
		background:url(../images/logo.gif) left top no-repeat;
	}
h2 {
	font-size:24px;
	line-height:1.2em;
	color:#000;
	padding:0 0 2px 0;
	margin:0 0 0 0;
}

.color {color:#4c4c4c !important;}
.color1 {color:#c4c4c4 !important;}
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.col-indent {padding-right:29px;}
.col-indent1 {padding-right:22px;}
.col-indent2 {padding-right:80px;}
.col-indent3 {padding-right:50px;}
/*=============================================================================== boxes =====*/
.box {
	background:white;
	min-height:363px;
	height:auto!important;
	height:363px;
}
	.box .indent {
		padding:38px 33px 54px 33px;
	}
	.box .indent1 {
		padding:38px 33px 30px 33px;
	}
	.box strong {
		color:black;
	}
	.box .link {
		background:#1d1d1d;
		color:white;
	}
		.box .link:hover {
			background:#21c0ee;
			color:black;
		}
.box1 {
	background:black;
	color:#c4c4c4;
	margin-bottom:22px;
	min-height:418px;
	height:auto!important;
	height:418px;
}
	.box1 .indent {
		padding:38px 34px 34px 42px;
	}
	.box1 h2 {color:white;}

.box2 {
	background:#21c0ee;
	color:#fff;
	min-height:363px;
	height:auto!important;
	height:363px;
}
	.box2 .indent {
		padding:28px 34px 34px 31px;
	}
	.box2 .link {
		color:white;
		background:#54cff2;
	}
		.box2 .link:hover {
			color:white;
			background:#000;
		}
/*=============================================================================== borders =====*/

/*=============================================================================== lists =====*/
.list {
	padding:28px 0 0 2px;
}
.list li {
	background:url(../images/list-li-bg.gif) 0 0 repeat-x;
	height:30px;
	font-size:13px;
	line-height:30px;
	cursor:pointer;
}
	.list li a {
		background:url(../images/list-a-bg.gif) 5px 0px no-repeat;
		padding-left:31px;
		color:white;
		text-decoration:none;
	}
	.list li:hover {background:url(../images/list-li-hover-bg.gif) 0 0 repeat-x;}
/*=============================================================================== links =====*/
.link {
	display:inline-block;
	height:24px;
	width:81px;
	color:black;
	text-align:center;
	background:#24c1ee;
	text-decoration:none;
	padding-top:2px;
	margin-top:2px;
	position:relative;
	font-size:14px;
	line-height:20px;
}
	.link:hover {
		color:white;
	}
.link_1 {
	color:#21c0ee;
	text-decoration:none;
}
	.link_1:hover {
		text-decoration:underline;
	}
/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=============================================================================== nav =====*/

/*=================================================================================================================== footer =====*/
footer p {
	float:left;
	font-size:14px;
	line-height:20px;
	color:#9c9c9c;
	padding-top:28px;
}
	footer p a {
		text-decoration:none;
		color:#21c0ee;
	}
		footer p a:hover {
			text-decoration:underline;
		}
.footer-menu {
	float:right;
	padding-top:28px;
	margin-right:-20px;
}
	.footer-menu li {
		float:left;
		font-size:14px;
		line-height:20px;
		background:url(../images/footer-menu-li-bg.gif) 0 5px no-repeat;
		padding:0 17px 0 18px;
	}
		.footer-menu li a {
			color:#d1d1d1;
			text-decoration:none;
		}
			.footer-menu li a:hover {
				color:#21c0ee;
			}
	.footer-menu .first {
		background:none;
	}
/*=============================================================================== footer-menu =====*/

/*=============================================================================== policy =====*/

/*=============================================================================== social =====*/

/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#ContactForm {
	width:200px;
	padding:11px 0 0 2px;
	font-size:13px;
	line-height:17px;
}
	#ContactForm label {
		height:37px; 
		display:block;
	}
	#ContactForm .link {
		margin:8px 0px 0px 5px;
		width:47px;
	}
	#ContactForm .input {
		width:189px; 
		background:#54cff2; 
		border:1px solid #95e1f7;
		padding:6px 6px 5px 7px;
		color:#fff;
		display:block;
	}
	#ContactForm textarea {
		width:189px; 
		height:114px;
		background:#54cff2;
		border:1px solid #95e1f7;
		padding:6px 6px 5px 7px;
		overflow:auto; 
		color:#fff; 
	}

/*==========================================*/
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */