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

/* BEGIN GLOBAL STYLING */
body {
	background-color: #F0F0F0;
}

a:link {
	color: #585858;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #585858;
}
a:hover {
	text-decoration: none;
	color: #969696;
}
a:active {
	text-decoration: none;
}

/* END GLOBAL STYLING */

/* BEGIN MENU DESIGN */

.menucol {
	float:left;
	width:250px;
	margin-left: 20px;
}

.logo {
	color: #585858;
	font-size:24px;
	margin-top: 25px;
	margin-bottom: 10px;
	text-transform:uppercase;
	font-family: 'Arimo', sans-serif;
}

ul {
	margin-top:0px;
	margin-bottom:6px;
}

li {
	list-style:none;
	text-indent: -20px;
	border:none;
	color: #585858;
	font-family: 'Arimo', sans-serif;
}

.staticButton {	
	color: #585858;
	width: 250px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	font-size:14px;
	padding-bottom: 6px;
	text-transform:uppercase;
	font-family: 'Arimo', sans-serif;
}

.accordionButton {	
	color: #585858;
	width: 250px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	font-size:14px;
	text-transform:uppercase;
	padding-bottom: 6px;
	font-family: 'Arimo', sans-serif;
	}
	
.accordionContent {	
	color: #585858;
	width: 250px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	font-size:14px;
	font-family: 'Arimo', sans-serif;
	}

.on {
	color: #595959;
	font-weight:bold;	
	}

.current {
	color: #595959;
	font-weight:bold;
	}

.over {
	color:#969696;
	}
	
/* END MENU DESIGN */

/* BEGIN MAIN CONTENT STYLING */

#wrapper {
	margin-top: 75px;

}

ul#portfolio { margin:0; padding:0; }

ul#portfolio li { float:left; text-indent:10px; display:inline;list-style-type:none; list-style:none; }

ul#portfolio li.loading { background: url(../images/spinner.gif) no-repeat center center; }

#captions {
	float:left;
}

#caption {
	color: #585858;
	float:left;
	width:450px;
        font-family: arial, sans-serif;
}
/* END MAIN CONTENT STYLING */

/* BEGIN CLIENTS STYLING */

#clientsWrapper {
	width: 750px;
	margin-top: 73px;
}

#editorialWrapper {
	width: 525px;
	float:left;
}

#editorialTitle {
	width: 515px;
	text-transform:uppercase;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #585858;
	font-weight:bold;
	font-family: 'Arimo', sans-serif;
}

#leftcol {
	width: 200px;
	float:left;
}

#centercol {
	width: 325px;
	float: right;
}

#rightcol {
	width: 225px;
}

#commercialWrapper {
	width:225px;
	float: right;
}

#commercialTitle {
	width: 215px;
	text-transform:uppercase;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #585858;	
	font-weight:bold;
	font-family: 'Arimo', sans-serif;
}

/* END CLIENTS STYLING */

/* BEGIN CONTACT STYLING */

#contact {
	color: #585858;
	margin-top: 73px;
	font-family: 'Arimo', sans-serif;
}

.clients {
	list-style:none;
	text-indent: -30px;
	border:none;
	color: #585858;
	font-family: 'Arimo', sans-serif;
	padding: 0;
}