@charset "UTF-8";
/* CSS Document */


/* General style */

body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}


#wrapper{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(image/background_color.jpg) repeat-y center;
	margin:0;
	padding:0;
}

h1{
	font-size:16px;
	font-family:"jd";
}

h2{
	font-size:14px;
}

li{
	list-style:disc;
	margin-top:4px;
}

img{
	border:none;
}

a{
	color:#000;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#C00;
}



@font-face {
font-family:"jd";
src: url(fonts/jd.eot); /* IE */
src: local("jd"), url(fonts/jd.ttf) format("truetype"); /* non-IE */
} 

div.centered{
	text-align:center;
}

img.teampic{
	float:left;
	margin-top:100px;
}

img.leftpic{
	position:absolute;
	bottom:50px; 
	right:0;
}

ul{
	margin:0;
	padding:0;
}

p{
	margin:10px 0 10px 0;
	pading:0;
}



/* Landing Page */


#landing{
	position:absolute;
	width:100%;
	height:100%;
	padding:0px 0 0 0;
	margin:0;
	background:url(image/background_color_intro.jpg) repeat-x top;
	text-align:center;
	font-family:"jd";
}

h2.landing{
	color:#999;
	font-weight:normal;
	font-size:24px;
	padding:40px 0 20px 0;
	margin:0;
}

h1.landing{
	color:#000;
	font-size:20px;
	margin:0;
	padding:20px;
}


/* Menu style */

#menu{
	z-index:12;
	position:fixed;
	width:200px;
	left:50%;
	top:25px;
	margin:0 0 0 87px;
	text-align:right;
}

table.menu tr td{
	height:25px;
	width:200px;
	padding:3px 0 0 25px;
	background:url(image/menu_bg_off.png) no-repeat top right;
	font-weight:bold;
	text-align:left;
	font-family:"jd";

}


table.menu tr td a{
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	height:25px;
}

table.menu tr td:hover{
	color:#C66;
	padding:3px 0 0 10px;
	background:url(image/menu_bg_on.jpg) no-repeat top right;
}


/* Right Column style */

#right_column{
	position:fixed;
	left:50%;
	margin-left:290px;
	color:#FFF;
}

h1.right_column{
	font-size:16px;
	padding-left:15px;
	background:url(image/dot_white.jpg) no-repeat 0px 2px;
	font-family:"jd";

}

a.right_column{
	color:#FFF;
	text-decoration:none;
	outline:none;
	font-size:12px;
}

a:hover.right_column{
	text-decoration:underline;
}


/* Logo style */

#inspiral{
	z-index:10;
	position:fixed;
	width:437px;
	height:260px;
	left:50%;
	top:0px;
	margin-left:-537px;
	visibility:hidden;
}

#logo{
	z-index:11;
	position:fixed;
	width:380px;
	height:60px;
	left:50%;
	top:50px;
	margin-left:-450px;
}


/* Sections style */

#content{
	position:absolute;
	overflow:hidden;
	width:750px;
	height:400px;
	left:50%;
	top:0;
	margin:200px 0 0 -470px;
	padding:0;
}

#principals{
	visibility:visible;
}

#types{
	visibility:hidden;
}

#services{
	visibility:hidden;
}

#clients{
	visibility:hidden;
}

#team{
	visibility:hidden;
}




.section{
	height:400px;
	width:10000px;
	position:absolute;
	margin:0;
	background:none;
	border:none;
}

li.sub{
	position:relative;
	height:400px;
	width:750px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	border:none;
}

#types li.sub li{
	list-style:disc;
	clear:both;
	margin:4px 0 0 15px;
	padding:0px;
}

.section ul{
	padding:0;
	margin:0;
}

div.box{
	position:relative;
	width:375px;
	height:400px;
	margin:0;
	padding:0px;
	background:none;
	border:none;
	float:left;
	text-align:center;
}

div.redbox{
	position:relative;
	width:275px;
	height:350px;
	margin:0;
	padding:30px 70px 20px 30px;
	background:url(image/redbox.jpg) top left no-repeat;
	float:left;
}

div.greybox{
	position:relative;
	width:275px;
	height:350px;
	margin:0;
	padding:30px 70px 20px 30px;
	background:url(image/greybox.jpg) top left no-repeat;
	float:left;
}

div.redbox li{
	margin-top:10px;
}



.section .next, .section .prev, .section .mid{
	font-size:16px;
	position:absolute;
	bottom:0px;
	font-family:"jd"
	
}
.section .next{
	right:50px;
}
.section .prev{
	left:0px;
}
.section .mid{
	text-align:center;
	left:0px;
	width:325px;
}
div.redbox h1{
	position:absolute;
	top:0;
	left:20px;
	background:#FFF;
	color:#C00;
	margin:0;
	padding:0 3px 0 3px;
}
div.greybox h1{
	position:absolute;
	top:0;
	left:20px;
	background:#FFF;
	color:#666;
	margin:0;
	padding:0 3px 0 3px;
}
div.greybox h1.email{
	position:absolute;
	top:0;
	left:235px;
	background:#FFF;
	color:#666;
	margin:0;
	padding:0 3px 0 3px;
}
a.email{
	color:#666;
	padding-left:20px;
	background:url(image/bg_email_off.jpg) no-repeat center left;
}
a:hover.email{
	color:#C00;
	padding-left:20px;
	background:url(image/bg_email_on.jpg) no-repeat center left;
}

