
/* ///////////////////////  */
/*         Main Classes     */
/* ///////////////////////  */
html{overflow-y:scroll;}
body{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#454545;
	margin:0;
	padding:0;
	background-color:#cdcdcd;
}
p, em, h1, h2{
margin:0;
font-style:normal;
}
ul{list-style:none;}
a{text-decoration:none;}
a:active, a:focus{
	outline:none;
}
img{border:none;}
.clear{
	clear:both;
	width:100%;
	height:0px;
}

/* ///////////////////////  */
/*         Header           */
/* ///////////////////////  */

div#header{
	height:82px;
	width:100%;
	background:#cfcfd1 url(../images/header_bg.gif) repeat-x top left;
	position:relative;
}
div.leftnav{

	float:left;
	margin:0 0 0 0px;
}
a.logo{
	float:left;
	width:67px;
	height:43px;
	display:block;
	margin:7px 0 0 0;
}
h1.logo-title{
	color:#fff;
	width:500px;
	font:italic bold 22px Arial, Helvetica, sans-serif;
	line-height:1.5ex;
	margin:18px 0 0 0;
}
em.slogen{
	color:#888;
	font-size:9px;
	font-style:italic;
}	
/* ///////////////////////  */
/*       Portfolio          */
/* ///////////////////////  */

div.floater, div.floaterAbout{
	margin:0 auto;
	width:940px;
	height:100%;
	background-position:left 2px;
	background-repeat:no-repeat;
}
.company div.floaterAbout{
	background-image:url(../images/title_about_h.png);	
}
.selected div.floaterAbout{
	background-image: url(../images/title_about.png);
}
b.titleImage{
	display:block;
	overflow:hidden;
	text-indent:-400px;
}
div#test-accordion{
    margin: 0px;
}

a.company{
	position: relative; /* required for bounding */
	font-size:22px;
	line-height:28px;
	text-transform:uppercase;
	font-family:Calibri, Arial, Helvetica, 'City Light', Sans-serif ;
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #eee url(../images/bg_sta.gif) repeat-x top left;   
    cursor: pointer;
	display:block;
	height:28px;
	color:#333;
	width:100%;
}
a.company:active, a.selected{
	background: #eee url(../images/bg_sel.gif) repeat-x top left !important;   
	color:#000 !important;
}
a.company:hover{
	background: #fff url(../images/bg_hov.gif) repeat-x top left;   
	color:#000000;
}
a.selected{
	border-bottom:1px solid #ffda39;
}
div.container{
    overflow: hidden;	/* required for effect */
	background: #fff;   
	height:415px;
	padding:0px 0 0 0px;
}
img.single-photo{
	float:left;
	margin:28px 0 0;
}
div.info{
	margin:32px 0 0 22px;
	width:392px;
	float:right;
}
p.description{
	margin:0 0 7px 0;
	font-size:11px;
	color:#555;
}
em.date{
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#999;
	display:block;
	margin:2px 0 10px 0;
}
a.externalink{
	color:#444;
	display:block;
	height:16px;
	line-height:16px;
	border:1px solid #f7d801;
	padding:0px 20px 0px 2px;
	cursor:pointer;
	background:#fdde09 url(../images/icon_url.gif) no-repeat top right;
}
a.externalink:hover{
	color:#463800;
	border-color:#f1c100;
	background:#ffe411 url(../images/icon_url_hov.gif) no-repeat top right;
}
a.externalink-soon{
	color:#b87e03;
	height:16px;
	line-height:16px;
	padding:0px 20px 0px 2px;
	cursor:text;
	color:#b87e03;
	font-size:11px;

}
/* ///////////////////////  */
/*        SpaceGallery      */
/* ///////////////////////  */

.spacegallery{
	position: relative;
 	overflow: hidden;
}
.spacegallery img{
	position: absolute;
	left: 50%;
}
.spacegallery a{
	position: relative;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}
#myGallery{
	width: 518px;
	height: 394px;
	float:left;
	margin:8px 0 0 0;
}
#myGallery img{
	border: 1px solid #FFFFFF;
}
#myGallery a.loading{
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}

/* ///////////////////////  */
/*        Footer            */
/* ///////////////////////  */

div#footer{
	position:absolute;
	display:block;
	background:#cdcdcd url(../images/footer_bg.gif) repeat-x top left;
	padding:30px 0 30px 0;
	width:100%;
	height:335px;
}
div#footer a, div#footer a:visited{
	color:#000; 
	text-decoration:none; 
	border-bottom:1px dotted #555;
}
div#footer a:hover{
	background-color:#eee;
}
div#footer a:active{
	background-color:#ffeb67;
}
div.about{
	float:left;
	width:591px;
	padding:0;
}
img.logo-footer{
	float:left;
}
div.about p{
	margin:.8ex 0 1.7ex 0;
}
div.contact{
	float:right;
	display:block;
	width:265px;
	height:279px;
	background:#e3e3e3;
	border:1px solid #c0c0c0;
	padding:12px 12px 12px 12px ;
}
h2.contact{
	font:italic 18px/20px Arial, Helvetica, sans-serif;
	padding:0;
	margin:3px 0;
	color:#555;
}
/* ///////////////////////  */
/*        Forn              */
/* ///////////////////////  */
form#contact-form{
}
form#contact-form ul{
	margin:0;
	padding:0;
}
form#contact-form li{
	margin:0 0 4px 0;
}
form#contact-form td.name{
	width:60px;
	display:block;
	font:11px Arial;
	float:left;
	line-height:1em;
	margin-top:7px;
}
form#contact-form input.name{
	background:#e3e3e3;
	border-bottom:1px dotted #333333;
	border-top:1px dotted #e3e3e3;
	border-left:1px dotted #e3e3e3;
	border-right:1px dotted #e3e3e3;
	width:165px;
	height:16px;
	padding:1px;
	margin:1px;

}
form#contact-form input.name:focus,
form#contact-form textarea:focus{
	border:1px dotted #FFFF22;
	background:#feffd3;
}
form#contact-form .label{
	font:10px Arial;
}
form#contact-form input#brand_identity, input#web_design, input#print_design, input#other{
	vertical-align:middle;
	margin:0;
	padding:0;
	overflow:hidden;
	width:13px;
	height:13px;
}
form#contact-form textarea{
	font:12px Arial;
	width:165px;
	height:62px;
	padding:2px;
	border:1px solid #888;
	background:#efefef;
}
form#contact-form input#send{
	height:22px;
	line-height:22px;
	background:#FFCC00  repeat-x top left;
	border-top:1px solid #FFFF33;
	border-left:1px solid #FFFF33;
	border-right:1px solid #FF6600;
	border-bottom:1px solid #FF6600;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#A4480B;
}
#address2, #team{
	font-size:11px;
	width:270px;
	float:left;
	display:block;
	margin:22px 0;
	padding:0px 0 18px 0;
	font-style:normal;
	border:dotted #888;
	border-width:1px 0 1px 0;
	height:123px;
	line-height:1.8em
}
#team{
	margin-right:40px;
}


#address2 em.title, #team em.title{
	background:#888;
	color:#ddd;
	font-size:10px;
	text-transform:uppercase;
	line-height:1em;
	padding:0 1px 1px 1px;
	cursor:cell;
	display:inline;
	float:left;
	margin: 0 0 9px 0;
	.margin:0;
}
div.divider{
	display:block;
	float:left;
	width:260px;
	margin-top:8px;
}
.copyrights{
	margin:12px 0 0 0;
	font-size:9px;
	color:#999999;
	float:left;
	width:100%;
}
.people{
}
.people b{
	display:block;
	float:left;
	line-height:1em;
	font-size:11px;
	min-width:200px;
}
.people .line{
	clear:both;
	.margin-top:5px;
}

.people div.profilePhoto{
	float:left;
	border:2px solid #888;
	margin:0px 5px 5px 0;
	.margin:0px 5px 1px 0;
}
.people b span{
	display:block;
	clear:both;
}
.people b i{
	font-weight:normal;
	font-size:9px;
	display:block;
	line-height:0.8em;
}
