/* 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}
/* Left & Right alignment */
.left {float:left}
.right {float:right}
.wrapper {width:100%;overflow:hidden}
/* Global properties */
body {
	border:0;
	font:14px Arial,Helvetica,sans-serif;
	color:#3c4046;
	line-height:20px;
	min-width:1000px;
	background-color: #000000;
}
.ic, .ic a {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.css3{border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 0 4px rgba(0, 0, 0, .4);-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);behavior:url(js/PIE.htc);position:relative}
.main {margin:0 auto;width:1000px}
.body1 {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/bg_top.jpg);
	background-color: #000000;
}
.body2 {background:url(../images/bg_bot.jpg) top center no-repeat #1e2023}
a {color:#1e749a;text-decoration:underline;outline:none}
a:hover {text-decoration:none}
h1 {
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	line-height:26px;
	color:#fff;
	float:left;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
h2 {font-size:20px;color:#3c4046;line-height:38px;padding:30px 0 16px 0;font-weight:400;letter-spacing:-1px}
p {padding-bottom:20px}
/* header */
header {width:100%;overflow:hidden;height:126px}
header .right {width:600px}
#logo {
	display:block;
	width:260px;
	height:92px;
	text-indent:-5000px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#slogan {display:block}
#top_nav {
	float:right;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#top_nav li {float:left;padding-right:21px;margin-right:20px;background:url(../images/line_top.gif) right 0 no-repeat;padding-top:2px;padding-bottom:3px}
#top_nav .bg_none {padding-right:0;margin:0;background:none}
#menu
{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background: #111;
	background: -moz-linear-gradient(#444, #111); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}

#menu li:hover > a
{
	color: #fafafa;
}

*html #menu li a:hover /* IE6 */
{
	color: #fafafa;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    width: 200px;
	list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 200px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 180px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

#banner {
	height:211px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

/* ============================= banner ====================== */

h3 {font-size:27px;color:#fff;font-weight:700;line-height:1.2em;padding:33px 0 17px 0;letter-spacing:-1px}
h3.color1 {padding:0 0 7px 0}
.items {display:none}
.pagination {position:absolute;bottom:10px;right:274px;z-index:2}
.pagination li {float:left;padding-left:3px}
.pagination a {display:block;width:17px;height:17px;background:url(../images/buttons.png) right 0 no-repeat;text-indent:-9999px}
.pagination a:hover, .pagination .current a {background-position:left}
.banner {
	position:absolute;
	top:10px;
	z-index:2;
	right:32px;
	color:#FFFFFF;
	width:350px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.title {font-size:30px;line-height:1.2em;letter-spacing:-2px;display:block;padding-bottom:9px}
.title .color2 {color:#101211}
.title span {display:block;margin-top:-5px}
.banner .button1 {
	font-size:14px;
	height:29px;
	line-height:23px;
	margin-top:-1px;
	letter-spacing:-2px;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 24px;
}
.banner .button1:hover {background:#090909;color:#fff}

/* ============================= banner end ====================== */



.text_highlight {
	font-weight: bold;
	color: #267C9F;
}
.text1 {font-weight:600;color:#f0f0f0;font-size:50px;line-height:60px;width:330px;letter-spacing:-2px}
.text1 span {font-size:45px;line-height:50px;display:block;padding-left:80px;margin-top:-12px;font-weight:400;letter-spacing:-2px}
.text1 p {font-size:18px;line-height:20px;font-weight:400;padding:13px 0 25px 0;letter-spacing:-1px}
.button_top {display:inline-block;background:url(../images/button_top.jpg) 0 0 no-repeat;font-size:16px;text-transform:uppercase;color:#fff;text-decoration:none;line-height:31px;padding-right:40px;text-align:center;width:196px}
.button_top:hover {background:url(../images/button_top_active.jpg) 0 0 no-repeat}
/* content */
#content {
	width:100%;
	overflow:hidden;
	background-color: #f4f4f4;
}
.pad_1 {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-left: 10px;
}
.pad_left1 {
	padding-left:25px;
	padding-right: 25px;
}
.pad_bot1 {padding-bottom:20px}
.pad_bot2 {padding-bottom:10px}
.marg_left1 {margin-left:25px}
.marg_right1 {margin-right:25px}
.button1, .button2 {float:right;background:url(../images/button1_bg.gif) top repeat-x;font-size:16px;color:#fff;line-height:30px;text-decoration:none;text-transform:capitalize;font-weight:bold;padding:0 20px;margin-left:10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;behavior:url(js/PIE.htc);position:relative}
.button2 {background:url(../images/button2_bg.gif) top repeat-x}
.button1:hover {background:#202225}
.button2:hover {background:#1f759b}
.under {border-bottom:1px solid #e1e1e1;padding-bottom:15px;margin-bottom:15px}
.link1 {text-decoration:none}
.link1:hover {text-decoration:underline} 
.color1 {color:#1e749a}
.marker {display:block;padding-left:13px;background:url(../images/marker_1.gif) 0 7px no-repeat}
.box1 {width:206px;float:right;background:url(../images/bg_box1.jpg) top repeat-x #1e749a;color:#fff;margin-top:32px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;behavior:url(js/PIE.htc);position:relative}
.box1 .pad_1 {padding:25px 24px 4px;background:url(../images/bg_testimonials.gif) 17px 16px no-repeat}
.list1 li {line-height:20px}
.list1 li {padding-left:13px;background:url(../images/marker_1.gif) 0 5px no-repeat}

/* footer */
footer {
	height:25px;
	width:100%;
	overflow:hidden;
	font-size:12px;
	line-height:18px;
	color:#fff;
	text-align:left;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
footer a {color:#3e96b4}
/* forms */
#form_1 p {padding-bottom:0}
#form_1 .button2 {margin-top:-5px;padding:0 26px}
#form_1 .input {height:17px;background:none;color:#9d9fa2;font:14px Arial,Helvetica,sans-serif;padding:2px 15px} 
#form_1 .input1 {width:205px}
#form_1 .input2 {width:83px}
#form_1 .bg {background:#fff;border-top:1px solid #ccc;border-left:1px solid #ccc;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;behavior:url(js/PIE.htc);position:relative;margin-bottom:8px}
#form_1 .radio {width:92px;float:left}
#form_1 .radio input {vertical-align:middle;float:left;line-height:20px}
#ContactForm {}
#ContactForm .bg {float:right;background:#f8f8f8;border-top:1px solid #c6c6c6;border-left:1px solid #c6c6c6;margin-bottom:8px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;behavior:url(js/PIE.htc);position:relative}
#ContactForm a {margin-top:12px}
#ContactForm .input {
	height:17px;
	width:412px;
	background:none;
	color:#333333;
	padding:2px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#ContactForm textarea {
	overflow:auto;
	height:183px;
	width:412px;
	background:none;
	color:#333333;
	padding:2px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#mainContainer{
	width:300px;
	height:290px;
	padding:5px;
	text-align:left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2B81A4;
	border-bottom-color: #2B81A4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
			
	}
#scrollingContainer{
	width:290px;	/* 170 pixels in width */
	height:270px;	/* A little bit of space between border of box and text inside */
	float:left;	/* Right margin of 10 pixels */
	font-size:0.9em;	/* Smaller font size than the rest of the page */
	overflow:hidden;	/* Hide overflow content */
	border-top-width: 2px;
	border-bottom-width: 2px;
	padding: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	margin-top: 10px;
	}
	/* End css for my first scrolling box */
	
	
	/* CSS for my second scrolling box */
	
	#scrollingContent2{
		font-size:0.9em;
	}	


#imageSlideshowHolder{

		width: 1000px;	/* IE 5.x */
		width/* */:/**/1000px;	/* Other browsers */
		width: /**/1000px;
		
		/* CSS HACK */
		height: 319px;	/* IE 5.x */
		height/* */:/**/319px;	/* Other browsers */
		height: /**/319px;
		
		
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:1000px;
		height:321px;
		
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}

/* project list */

thead td{
		font-weight:bold;
		color:#000;
		background-color:#E2EBED;
	}
	td{
		padding:2px;
	}
	table{
		
		border-collapse: collapse;
		width: 98%;
	}
	h1{
		font-size:1.3em;
		margin-bottom:0px;
	}
	table,h1,p,#ads{
		margin-left:10px;
	}
	
	/* These classes are used by the script as rollover effect for table 1 and 2 */
	
	.tableRollOverEffect1{
		background-color:#317082;
		color:#FFF;
	}

	.tableRollOverEffect2{
		background-color:#000;
		color:#FFF;
	}
	
	.tableRowClickEffect1{
		background-color:#F00;
		color:#FFF;
	}
	.tableRowClickEffect2{
		background-color:#00F;
		color:#FFF;
	}
