body {
	margin: 24px 0 0 0;
	padding: 0;
	text-align: center;
	background: #000;
	color: #000;
	font-family: Helvetica, Arial;	
	font-size: 11px;
}

/*
	Layout
*/

#container {
	width: 978px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#row1, #row2, #row3 {
	clear: both;
}

#logo {
	float: left;
	width: 486px;
	margin-bottom: 6px;
}

#profile {
	float: right;
	width: 486px;
	height: 120px;
	margin-bottom: 6px;
}

#row2 {
	margin-left: 328px;
}
			
.col {
	width: 158px;
}

.nav {
	background: url('../_images/white_bg.png');
	height: 120px;
}

.nav a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

.nav a:hover, .nav .selected a {
	color: #000;
}

.nav .selected {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

.nav ul {
	margin: 0;
	padding: 8px 6px;
	list-style: none;
}

#col1, #col2, #col3 {
	float: left;
	width: 158px;
	margin-right: 6px;
	margin-top: 6px;
}

#col4 {
	float: left;
	width: 474px;
	background: #FFF;
	margin: 6px 0;
	padding: 8px 6px;
}

.logo {
	height: 120px;
	background: #FFF;
}

.text {
	margin-top: 6px;
	height: 120px;	
}

.text a.block {
	display: block;
	height: 104px;
	color: #000;
	text-decoration: none;
	padding: 8px 6px;
	background: url('../_images/text_bg.png') top left no-repeat;
	font-size: 20px;
	text-transform: uppercase;
}

.text a.block span {
	display: block;
	font-size: 10px;
}

.address {
	height: 104px;
	background: url('../_images/white_bg.png');
	padding: 8px 6px;
	text-transform: uppercase;
	color: #666;	
	margin: 6px 0;
}

.address strong {
	color: #000;
	font-weight: normal;
}

/*
	Links
*/

#col4 a {
	color: #007d87;
}

/*
	Templates specific
*/

/*
	Home
*/

#home .logo {
	margin-top: 126px;
}

#home .address {
	margin-top: 120px;
}

/*
	Applications
*/

#applications #rowImages #col1, #applications #rowImages #col2, #applications #rowImages #col3 {
	margin-top: 136px;
}

#applications #row3 #col1 {
	margin-top: 6px;
}

#applications #row3 #col4 {
	margin-top: 0;
}

#applications #row3 .address {
	margin-top: 126px;
}

/*
	Blog
*/

#blog .feed {
	background: #FFF;
	padding: 8px 6px;
}

#blog .address {
	margin-top: 372px;
}

#blog .feed form {
	margin: 0 0 10px 0;
}

#blog .feed form input {
	border: 1px solid #ccc;
	width: 105px;
}

#blog .feed form input.submit {
	background: #ccc;
	color: #FFF;
	width: auto;
}

#blog .feed ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#blog .feed li a {
	color: #333;
	text-decoration: none;
}

/*
	Casestudies
*/

#case-studies #rowImages #col1, #case-studies #rowImages #col2, #case-studies #rowImages #col3 {
	margin-top: 136px;
}

#case-studies #row3 #col1 {
	margin-top: 6px;
}

#case-studies #row3 #col4 {
	margin-top: 0;
}

#case-studies #row3 .address {
	margin-top: 126px;
}

/*
	Clients
*/

#clients #col4 {
	background: none;
	margin: 0;
	padding: 0;
}

#rowClients {
	clear: both;
}

#rowClients ul {
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
	background: #F00;
}

#rowClients li {
	float: left;
	margin: 0 6px 3px 0;
	padding: 0;
}

#rowClients li.right {
	margin: 0;
	padding: 0;
}

#rowClients img {
	margin: 0;
	padding: 0;
}

#clients #col1, #clients .address {
	margin-top: 0;
}

/*
	Contact
*/	

#contact #col4 {
	font-size: 24px;
	text-transform: uppercase;
	color: #666;
}

#contact #col4 strong {
	font-weight: normal;
	color: #000;
}

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

#contact #col4 p {
	font-size: 9px;
	color: #999;
}

/* 
	Images
*/

img {
	border: none;
}

img#main {
	padding-bottom: 8px;
}

/*
	Text
*/

h1 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	width: 460px;
}

h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;			
	font-size: 24px;
	text-align: left;
	line-height: 1em;
}

h3 {

}

h4 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
}

h5 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
}

p {
	margin-top: 0;
	padding-top: 0;
}