@import url('reset.css');
html, body{height:100%}

body {
    background:#D6D6D6 url('../images/ajax-loader.gif') no-repeat center center;;
	font: 66.5% Verdana, sans-serif;
	color:#676767;
	line-height:16px;
    overflow-y:scroll;
}
.loader{
    background:transparent url('../images/ajax-loader.gif') no-repeat center center;
}
p{margin:0 0 10px 0}
/*width: 875px;
height: 695px;*/

#header{
	height:73px;
	background:#fff;
}
#header h1 a#logo{
	background:transparent url('../images/logo.png') repeat-x center;
	display:block;
	width:135px;
	height:73px;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
}

div#navigation{
	width:980px;
	margin:0 auto;
	background:#fff;
}



#menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	border:0px solid red;
	float:right;
	padding-top:40px;

}
#menu ul li{display:inline;}
#menu ul li a{
	background:transparent url(../images/menu.gif);
	display:block;
	overflow:hidden;
	outline:none;
	text-indent:-9999em;
	height:15px;
	float:left;
	margin: 0 1px;
}
#menu ul li#nav-home a{
	background-position:0px 1px;
	width:42px;
}
#menu ul li#nav-about a{
	background-position: -42px 1px;
	width:42px;
}
#menu ul li#nav-work a{
	background-position: -85px 1px;
	width:44px;
}
#menu ul li#nav-services a{
	background-position: -128px 1px;
	width:60px;
}
#menu ul li#nav-contact a{
	background-position: -188px 1px;
	width:56px;
}

#menu ul li#facebook a{
	background:transparent url(../images/icons.png) no-repeat bottom left;
	width:27px;
	height:28px;
	margin:-8px 2px 0 6px;
}

#menu ul li#twitter a{
	background:transparent url(../images/icons.png) no-repeat bottom center;
	width:27px;
	height:28px;
	margin:-8px 2px 0 0px;
}
#menu ul li#blog a{
	background:transparent url(../images/icons.png) no-repeat bottom right;
	width:27px;
	height:28px;
	margin:-8px 2px 0 0px;
}

#menu ul li#facebook a:hover{
	background-position:top left;
}

#menu ul li#twitter a:hover{
	background-position:top center;
}
#menu ul li#blog a:hover{
	background-position:top right;
}
#menu ul li#nav-home a:hover,#menu ul li#nav-home a.current{background-position:0px 15px;}
#menu ul li#nav-about a:hover,#menu ul li#nav-about a.current{background-position:-42px 15px;}
#menu ul li#nav-work a:hover,#menu ul li#nav-work a.current{background-position:-85px 15px;}
#menu ul li#nav-services a:hover,#menu ul li#nav-services a.current{background-position:-128px 15px;}
#menu ul li#nav-contact a:hover,#menu ul li#nav-contact a.current{background-position:-188px 15px;}
/*
div#mavigation #menu{float:right}
div#navigation h1{width:220px;float:left}
div#navigation ul{float:right;width:300px;padding-top:20px}
div#navigation ul li{display:inline;line-height:50px;}
div#navigation ul a{
	display:block;
	float:left;
	font-size:17px;
	font-weight:bold;
	color:#cecece;
	margin-right:1px;
	letter-spacing:-2px;
}
div#navigation ul a.current, div#navigation ul a:hover{color:#000;text-decoration:none}

*/

.left, .right { /* The left and right arrows */
	position: absolute;
	text-indent: -9000em;
	z-index:1000;
}

.left a, .right a {
	display: block;
	height: 45px;
	width: 45px;
}

.left {
	left: 0;
	top:325px;
}

.right {
	right: 0;
	top:325px;
}

.left {
	background: url("../images/arrow-left.png") no-repeat center;
}

.right {
	background: url("../images/arrow-right.png") no-repeat center;
}

div#projects{

}
div#projects div.project{
	margin:0 auto;
	height:495px;
	display:none;
	width:100%;
	position:absolute;

}
.inner_project{
	border:0px solid red;
	width:980px;

	margin:0 auto;

}
/* Content */
.slideshow {
	width: 559px;
	height: 388px;
	overflow: hidden;
}
.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	display:block;
}
.harea{
	width: 559px;
	margin:0 auto;
	position: relative;
	top:50px;

}
#inner_work{
	position: relative;
	width: 559px;
	border:3px solid #000;
	margin:0 auto;
	top:0px;
	background:#000;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
#cap{
	width: 559px;
	margin:0 auto;
	background:#000;
}

.nav{
	padding:8px 15px;
	float:left;
	width:250px;
}

.nav{
	width:275px;
	padding:8px 15px;
	float:left;
}

.nav a{
	font-weight:bold;
	font-size:12px;
	color:#434343;
	padding:0px 5px;
}
.nav a.activeSlide{
	color:#fff;
}
.link{
	float:right;
	width:250px;
	text-align:right;
}
.link a{
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
	line-height:32px;
	padding-right:10px;
}
.desc_container{
	position:relative;

}
.desc{
	width:519px;
position:absolute;
top:0px;
height:348px;
z-index:1000;
background:#000;
padding:20px;
}

.desc div{position:absolute;bottom:0;line-height:16px;}
.desc p{color:#fff;font-size:14px;padding:10px 0;width:520px;}
.desc h3{font-size:22px;color:#fff;margin:0 0 20px 0;}
#description p {}



#content{width:100%;background:#fff;}
#inner_content{width:880px; margin:0 auto;}
.page{display:none;}
#about{
	width:950px;
}


div.tooltip, div.tooltip2 {
    background:transparent url(../images/team/infobox_left.png) no-repeat scroll 0 0;
    font-size:14px;
    height:158px;
    padding:12px;
    width:300px;
    font-size:10px;
    line-height:12px;
    display:none;
}
 div.tooltip2{
  background:transparent url(../images/team/infobox_right.png) no-repeat scroll 0 0;
 }
/* tooltip title element (h3) */
div.tooltip p,div.tooltip2 p{padding-top:5px;}
div.tooltip h3,div.tooltip2 h3 {
    margin:0;
    font-size:14px;
    color:#AC3ACC;
}
#content h2{font-size:200%;color:#AC3ACC;margin-bottom:20px}
#team{width:850px;margin:0 auto;}
#team ul{padding-left:0px }
#team ul li{float:left; padding:0 2px;}
#team ul li a{color:#AC3ACC;font-weight:bold}
#team ul li a img{display:block;}
#team ul li em{display:block;color:#ccc}

#work{width:860px;margin:0 auto;}

#left_serv{float:left;padding-right:10px}
#serv{float:left;width:100%;padding-left:10px;}
#serv ul.accordion{padding-bottom:25px;float:left}
#serv ul.accordion li{margin:0 2px}
#serv ul.accordion li a{font-size:120%;font-weight:bold;color:#AC3ACC;line-height:20px;padding-bottom:5px;display:block;border-bottom:solid 2px #eaeaea;}
#serv ul.accordion li a:hover,#serv ul.accordion li a.selected{text-decoration:none}

ul.list{list-style-type:circle;padding:5px 0 10px 20px;display:block;}
ul.list li{margin:5px}
address{font-weight:bold}
#contact{height:100px;padding:10px}
#contact p{font-size:160%;;color:#AC3ACC;line-height:30px;padding-bottom:5px;}
#contact_left{float:left;width:350px;}
#contact_left a{;color:#AC3ACC;;font-weight:bold}
#contact_right{float:right;width:450px;}
#google_map{float:left;width:380px;margin:0 0 10px 10px;}
#hq{float:left;width:213px;padding-right:10px;}
#hq img{display:block;}

