@charset "utf-8";
/* CSS Document */
@import url("reset.css");

body{
	background:url(../images/bg.gif) repeat-x center top;
	font:11px Verdana, Arial, Helvetica, sans-serif normal;
}

#container{
	width:944px;
	margin:0 auto;
	padding:0;
}

h1{
	margin:0 0 22px 0;
	padding:0 0 0 0;
}

h2{
	margin:15px 0 10px 0;
	padding:0 0 0 0;
}

p{
	color:#494949;
	line-height:18px;
	text-decoration:none;
	margin:0 0 10px 0;
}

/****************************  OTHERS  ****************************/
.morelink{
	background:url(../images/icon/btn.gif) no-repeat left center;
	text-decoration:none;
	padding:5px 0 5px 25px;
	color:#48b3d0;
}

.morelink a{
	text-decoration:none;
	color:#48b3d0;
}

.morelink a:hover{
	text-decoration:none;
	color:#48b3d0;
	border-bottom:dashed 1px #48b3d0;
}

/****************************  HEADER  ****************************/
#header{
	width:944px;
}

#header .logo{
	width:144px;
	height:66px;
	padding:21px 0 20px 0;
	float:left;
	position:relative;
}

#header .menu{
	float:left;
	width:700px;;
	height:107px;
}

/****************************  MENU  ****************************/
#global_nav {
	height: 32px; 
	width: 515px; 
	margin: 30px 0 0 250px;
	position:relative;
} 

#global_nav ul {
	padding: 0;
	margin: 0;
}

#global_nav ul li {
	list-style: none;
	float:left;
}

#global_nav ul li p{
	margin:0;
	padding:0
}

#global_nav ul li a{
	z-index: 100;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 15px;
	position: relative;
	padding: 8px 24px 10px 24px;
}

#global_nav li.background {
	background:url(../images/bg_menu_right.png) no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#global_nav .background .left {
	background:url(../images/bg_menu_right.png) no-repeat top left;
	height: 36px;
	margin-right: 7px;  7px is the width of the rounded shape */
}

/****************************  BANNER  ****************************/
#banner{
	width:944px;
	height:239px;
	float:left;
}

#banner .image{
	float:right;
}

#banner .content{
	margin:74px 0 0 50px;
	float:left;
	width:400px;
}

#banner h1{
	margin:0 0 10px 0;
	padding:0;
}

#banner p{
	color:#FFFFFF;
}

/****************************  CONENT  ****************************/

#content{
	width:944px;
	margin:25px 0 25px 0;
	float:left;
}

#content .left{
	width:300px;
	float:left;
	margin:0 30px 0 0;
}

#content .center{
	width:300px;
	float:left;
	margin:0 30px 0 0;
}

#content .center ul{
	text-decoration:none;
}

#content .center li{
	list-style:none;
	background:url(../images/icon/bullet.gif) no-repeat center left;
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	color:#494949;
}

#content .right{
	width:275px;
	float:right;
	margin:0 0 0 0;
}

#content .right ul{
	text-decoration:none;
}

#content .right li{
	list-style:none;
	background:url(../images/icon/projects.gif) no-repeat center left;
	padding:1px 0 0 25px;
	margin:0 0 10px 0;
	color:#494949;
}

/*ABOUT US*/
#content .leftabt{
	width:610px;
	float:left;
	margin:0 30px 0 0;
}
#content .leftabt a{ color:#494949; border-bottom:1px dashed #494949;}
#content .leftabt a:hover{ color:#48B3D0; border-bottom:1px dashed #48B3D0;}

#content .centerabt{
	width:300px;
	float:left;
	margin:0 0 0 0;
}

#content .testimonials{
	font-family:"Times New Roman", Times, serif;
	margin:0 0 0 0;
	font-size:13.5px;
}

#content .testimonials b{
	color:#494949;
	font-style:normal;
	font-size:13px;
}

#content .testimonials span a{
	color:#48b3d0;
	font-size:13px;
	font-style:normal;
}

#content .testimonials span a:hover{border-bottom:1px dashed #48b3d0; color:#48b3d0;}

#content .testimonials ul{ margin:0; padding:0;}
#content .testimonials li{ margin:0 0 20px 0;}
#content .testimonials li p{
	background:transparent url(../images/testi-arrow.png) no-repeat left top;
	font-family:"Georgia, "Times New Roman", Times, serif";
	font-size:13.5px;
	font-style:italic;
	padding:5px 0 0 25px;
	line-height:24px;
	border:none;
}

#content .testimonials li b{ color:#494949; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif;}
#content .testimonials li span a{ color:#48b3d0; }
#content .testimonials li span a:hover{ border-bottom:1px dashed #48b3d0; color:#48b3d0;}

#content .testimonials p{
	font-family:"Times New Roman", Times, serif;
	font-size:13.5px;
	font-style:italic;
	color:#494949;
	padding:0 0 0 10px;
	line-height:24px;
	border-left:3px solid #d4d4d4;
}

/*SERVICES*/
#contenta{
	width:944px;
	margin:90px 0 25px 0;
	float:left;
}

#contenta .leftser{
	width:930px;
	float:left;
	margin:0 0 0 0;
}

.services{
	width:946px;
	float:left;
	margin:0 0 15px 0;
}

.services ul{
	margin:0;
}

.services li{
	margin:0;
	list-style:none;
	float:left;
}

/*SERVICES DETAILS*/
#details{
	width:946px;
	float:left;
	margin:15px 0 15px 0;
}

#details p {
	color:#494949;
	line-height:17px;
	text-decoration:none;
	margin:0 0 10px 0;
}

#details ul {
	margin:0;
	padding:0;
}

#details li {
	list-style:none;
	color:#494949;
	background:transparent url(../images/icon/bullet.gif) no-repeat scroll left center;
	padding:3px 0 3px 15px;
	margin: 0 0 0 25px;

}

/*PORTFOLIO*/
#content .leftport{
	width:946px;
	float:left;
	margin:0 0 0 0;
}



#content .leftport li{
	margin:0 0 0 0;
	margin:10px;
	float:left;
}

#content .leftport img{
	margin:0 0 5px 0;
	border:2px solid #cfedf6;
	/*opacity:0.7;
	cursor:default;
	filter:alpha(opacity=35);*/

/*	border-bottom:solid red 2px;
	border-right: solid red 2px;
	border-left:solid white 2px;
	border-top:solid white 2px;*/
}

#content .leftport img:hover{
	border:2px solid #48b3d0;
	cursor:default;
	/*opacity:0.8;
	filter:alpha(opacity=90);*/

/*	border-bottom:solid black 2px;
	border-right: solid black 2px;
	border-left:solid white 2px;
	border-top:solid white 2px;*/
}

#content .leftport h1{
	color:#03b0e6;
	margin: 0 0 10px 0;
	padding:0;
}

#content .leftport h2{
	background:url(../images/icon/visit.gif) no-repeat top left;
	padding:2px 0 0 20px;
	float:left;
	font-weight:normal;
	margin:0;
	text-decoration:none;
}

#content .leftport h2 a{
	color:#000000;
}

/*EFFECTS*/


/*CONTACTS*/

#content .centercont{
	width:300px;
	float:left;
	margin:0 0 0 0;
	text-decoration:none;
}
#content .centercont a{
	color:#494949;
}
#content .centercont img{
	margin:0;
	padding:0 5px 0 0;
	float:left;
}

#content .leftcont{
	width:610px;
	float:left;
	margin:0 30px 0 0;
}

#content .leftconta{
	width:305px;
	float:left;
	margin:0 0 0 0;
}

#content .leftcontb{
	width:305px;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 10PX;
}


#content .leftcont .FormInput {
	width:250px;
	margin:0 0 10px 0;
	border: solid #cccccc 1px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding:5px;
}

#content .leftcont .FormInput:hover {
	border: solid #999999 1px;
}

#content .leftcont .FormInput:focus {
	color:#48b3d0;
	border-left: solid #48b3d0 2px;
	border-top: solid 1px #48b3d0;
	border-right: solid 1px #48b3d0;
	border-bottom: solid 1px #48b3d0;
	}

/*RIGH SIDE*/
#content .leftconta{
	width:275px;
	margin:0 0 0 0;
	clear:both;
}

#content .leftcont .dropdown {
	width:260px;
	margin:0 0 10px 0;
	border: solid #cccccc 1px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding:5px;
}

#content .leftcont .dropdown:hover {
	border: solid #999999 1px;
}

#content .leftcont .dropdown:focus {
	border: solid 1px #48b3d0;
}

#content .leftcont .msgbox {
	width:250px;
	height:125px;
	margin:0 0 10px 0;
	border: solid #cccccc 1px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding:5px;
	overflow:hidden;
}

#content .leftcont .msgbox:hover {
	border: solid #999999 1px;
}

#content .leftcont .msgbox:focus {
	color:#48b3d0;
	border-left: solid #48b3d0 2px;
	border-top: solid 1px #48b3d0;
	border-right: solid 1px #48b3d0;
	border-bottom: solid 1px #48b3d0;
}

/****************************  FOOTER  ****************************/
#footer{
	width:924px;
	background:url(../images/bg_footer.gif) repeat-x center top;
	float:left;
	padding:20px 10px 0 10px;
}

#footer .left{
	float:left;
	margin:0 100px 0 0;
}

#footer .left ul{
	color:#48b3d0;
}

#footer .left li{
	text-decoration:none;
	list-style:none;
	padding:0 0 15px 0;
}

#footer .left li .phn{
	background:url(../images/icon/phone.gif) no-repeat center left;
	padding:10px 0 10px 25px;
}

#footer .left li .email{
	background:url(../images/icon/email.gif) no-repeat center left;
	padding:10px 0 10px 25px;
}

#footer .left li .skype{
	background:url(../images/icon/skype.gif) no-repeat center left;
	padding:10px 0 10px 25px;
}

#footer .center{
	float:left;
	margin:0 100px 0 0;
}

#footer .center ul{
	color:#48b3d0;
}

#footer .center li{
	list-style:none;
	padding:0 0 12px 0;
	text-decoration:none;
	border:0;
}

#footer .right{
	float:left;
	margin:0;
}

#footer .right ul{
	color:#48b3d0;
}

#footer .right li{
	list-style:none;
	padding:0 0 12px 0;
	text-decoration:none;
	border:0;
}

#footer .right li a{
	text-decoration:none;
	color:#48b3d0;
}

#footer .right li a:hover{
border-bottom:dashed #48b3d0 1px;
}

#content .opening{
	margin:0 0 0 0;
}

#content .opening ul{
	margin:0 0 10px 0;
}

#content .opening ul li{
	margin:0 0 0 30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#494949;
	line-height:18px;
	list-style:circle;
}
#content .opening a{ color:#494949; border-bottom:1px dashed #494949;}
#content .opening a:hover{ color:#48B3D0; border-bottom:1px dashed #48B3D0;}

h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:10px 0 10px 0;
	color:#494949;
}


