/* ---------------------------------------------
	GENERIC.CSS
-----------------------------------------------*/

body{
	background:#2E002E;
	/*PUT LUCIDIA GRANDE BACK IN WHEN YOU'RE DONE*/
	font-family:Lucida Grande, Tahoma, Arial, sans-serif;
	font-size:60.5%;
	color:#FFF;
	}
p{
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:15px;
	}
p.intro{
	font-size:1.4em;
	}
a{
	text-decoration:none;
	color:#70b4d7;
	}
.content a{
	color:#70b4d7;
	text-decoration:none;
	}
.content  a:hover{
	color:#FFF;
	background:#70B4D7;
	}

img.client{
	margin:0 18px;
	}

.indent{
	padding-left:20px;
	}

/* ---------------------------------------------
	HEADINGS
-----------------------------------------------*/

#header h1 a{
	display:block;
	width:184px;
	height:150px;
	background:url(/images/template/logo.gif) 0 54px no-repeat;
	text-indent:-5000px;
	}
.print_logo{
	display:none;
	}

h2{
	font-size:2.4em;
	}

#header h2{
	position:absolute;
	left:184px;
	top:48px;
	width:582px;
	font-weight:normal;
	}
#content_wrapper h2{
	padding-bottom:4px;
	border-bottom:solid 1px #785778;
	}

h3{
	font-size:1.8em;
	margin-bottom:0;
	}
h3 em{
	color:#70B4D7;
	font-style:normal;
	}

h4{
	font-size:1.2em;
	margin-bottom:6px;
	color:#70B4D7;
	}

.content .float_container{
	overflow:auto;
	padding:0;
	margin:0;
	border:none;
	}

/* ---------------------------------------------
	BASIC LAYOUT
-----------------------------------------------*/

#page_wrapper{
	width:960px;
	margin:auto;
	border-top:solid 5px #70B4D7;
	}
#header{
	position:relative;
	border-bottom:solid 1px #FFF;
	margin-bottom:10px;
	background:#2E002E;
	}
#content_wrapper{
	position:relative;
	width:776px;
	padding-left:184px;
	margin:auto;
	}
#footer{
	position:relative;
	padding-top:10px;
	}

/* ---------------------------------------------
	COLUMNS AND CONTENT AREAS
-----------------------------------------------*/

div.content{
	padding:10px 0 14px 0;
	border-bottom:solid 1px #785778;
	overflow:auto;
	height:100%;
	}
div.column, div.big_column, div.little_column{
	float:left;
	margin-right:8px;
	}

div.two_column div.column{
	width:380px;
	}

div.two_column div.big_column{
	width:512px;
	padding-right:62px;
	}
div.two_column div.little_column{
	width:186px;
	}

div.four_column div.column{
	width:186px;
	}

.column p, .big_column p, .little_column p{
	padding-right:10px;
	}
.column img, .big_column img, .little_column img{
	margin-bottom:10px;
	}
div.four_column div.column p{
	font-size:1.1em;
	}

/*-- ADDS BORDER TO TOP OF CONTENT IF MORE THAN ONE ITEM --*/

div.content div div{
	padding-top:10px;
	border-top:solid 1px #785778;
	margin-top:14px;
	}

/* ---------------------------------------------
	GET IN TOUCH
-----------------------------------------------*/

.contact_details em{
	color:#785778;
	}

/* ---------------------------------------------
	FOOTER
-----------------------------------------------*/

#footer p{
	width:378px;
	padding-right:10px;
	color:#70B4D7;
	letter-spacing:-0.2px;
	font-size:1.1em;
	float: left;
	}
#footer ul{
	position:absolute;
	top:8px;
	left:388px;
	width:194px;
	}
#footer ul li{
	float:left;
	height:16px;
	margin-right:10px;
	}
#footer ul li a{
	display:block;
	padding:2px 0 2px 20px;
	color:#70B4D7;
	font-size:11px;
	}
#footer ul li a.icon_rss{
	background:url(/images/template/icon_rss.gif) 0 50% no-repeat;
	}
#footer ul li a.icon_blog{
	padding-left:24px;
	background:url(/images/template/icon_blog.gif) 0 50% no-repeat;
	}
#footer ul li a:hover{
	color:#FFF;
	}
#footer a.the_consult{
	position:absolute;
	top:10px;
	right:0;
	display:block;
	width:68px;
	height:14px;
	text-indent:-5000px;
	background:url(/images/template/the_consult.gif) left top no-repeat;
	}
#footer a.the_consult:hover{
	background-position:left bottom;
	}
#footer .social_icons{
	width: 375px;
	float: right;
	}

/* ---------------------------------------------
	BUTTONS
-----------------------------------------------*/

a.button, a.big_button{
	display:inline-block;
	color:#70B4D7;
	font-size:1.1em;
	font-weight:bold;
	background:#4a1f4a;
	padding:2px 6px;
	margin-top: -8px;
	}
a.button:hover, a.big_button:hover{
	color:#FFF;
	background:#70B4D7;
	}
a.big_button{
	float:right;
	margin-top:20px;
	font-size:1.3em;
	margin-left:10px;
	}
	
a.button{
	}	
	
a.rss{
	padding-left:24px;
	background:#4a1f4a url(/images/template/icon_rss.gif) 4px 3px no-repeat;
	}
	
p.rssfeed a, p.rssfeed a:hover{
	padding-left:24px;
	background: url(/images/template/icon_rss.gif) 4px 1px no-repeat;
	}
	
p.mailto a, p.mailto a:hover{
	padding-left:24px;
	background: url(/images/template/icon_envelope.gif) 4px 3px no-repeat;
	}
	
p.mailto, p.rssfeed{
	margin-top: -8px;
	margin-bottom: 0;
}

/* ---------------------------------------------
	LISTS
-----------------------------------------------*/

.content ul{
	margin-bottom:10px;
	}
.content ul li{
	padding:4px 0 4px 18px;
	background:url(/images/template/bullet.gif) 0 4px no-repeat;
	margin-right:10px;
	font-size:1.2em;
	}

ul.archive_list li{
	border-bottom:solid 1px #785778;
	background:#3d0f3d;
	font-size:1.4em;
	padding:0;
	}
ul.archive_list li.odd{
	background:#370d37;
	}
ul.archive_list li a{
	position:relative;
	display:block;
	padding:8px 90px 8px 8px;
	color:#FFF;
	width:402px;
	}
ul.archive_list li a:hover{
	background:#471b47;
	}
ul.archive_list li a em{
	padding-left:4px;
	color:#70B4D7;
	font-style:normal;
	}
ul.archive_list li a span{
	position:absolute;
	top:8px;
	right:8px;
	display:block;
	color:#70B4D7;
	font-size:0.9em;
	font-weight:bold;
	background:#4a1f4a;
	padding:2px 6px;
	cursor:pointer;
	}
ul.archive_list li a:hover span{
	color:#FFF;
	background:#70B4D7;
	}

ul.article_list{
	position:absolute;
	top:10px;
	left:0;
	width:162px;
	border-bottom:solid 1px #785778;
	font-size:1.3em;
	}
ul.article_list li{
	display:block;
	border-top:solid 1px #785778;
	}
ul.article_list li a{
	display:block;
	width:150px;
	padding:8px 6px;
	color:#FFF;
	}
ul.article_list li a:hover, ul.article_list li a.on{
	background:#471b47;
	color:#70B4D7;
	}

ul.we_offer, ul.awards{
	float:left;
	width:256px;
	}
ul.awards{
	float:none;
	width:320px;
	padding-right:0;
	}
ul.we_offer li, ul.awards li{
	padding:4px 0;
	margin-right:10px;
	border-top:solid 1px #785778;
	background:none;
	color:#c1b3c1;
	font-size:1.2em;
	}

/* ---------------------------------------------
	NAVIGATION
-----------------------------------------------*/

#header ul{
	position:absolute;
	top:0;
	left:184px;
	width:775px;
	height:30px;
	background:url(/images/template/navigation.gif) left top no-repeat;
	}
#header ul li{
	float:left;
	display:block;
	height:30px;
	}
#header ul li a{
	display:block;
	height:30px;
	text-indent:-5000px;
	}

#header ul li.home a{
	width:50px;
	background:url(/images/template/navigation.gif) left top;
	}
#header ul li.home a:hover,
#header ul li.home a.hover,
#header ul li.home_on,
#header ul li.home_on a{
	width:50px;
	background:url(/images/template/navigation.gif) left bottom;
	}

#header ul li.about_us a{
	width:82px;
	background:url(/images/template/navigation.gif) -50px top;
	}
#header ul li.about_us a:hover,
#header ul li.about_us a.hover,
#header ul li.about_us_on,
#header ul li.about_us_on a{
	width:82px;
	background:url(/images/template/navigation.gif) -50px bottom;
	}

#header ul li.case_studies a{
	width:108px;
	background:url(/images/template/navigation.gif) -132px top;
	}
#header ul li.case_studies a:hover,
#header ul li.case_studies a.hover,
#header ul li.case_studies_on,
#header ul li.case_studies_on a{
	width:108px;
	background:url(/images/template/navigation.gif) -132px bottom;
	}

#header ul li.client_list a{
	width:84px;
	background:url(/images/template/navigation.gif) -240px top;
	}
#header ul li.client_list a:hover,
#header ul li.client_list a.hover,
#header ul li.client_list_on,
#header ul li.client_list_on a{
	width:84px;
	background:url(/images/template/navigation.gif) -240px bottom;
	}

#header ul li.news a{
	width:56px;
	background:url(/images/template/navigation.gif) -324px top;
	}
#header ul li.news a:hover,
#header ul li.news a.hover,
#header ul li.news_on,
#header ul li.news_on a{
	width:56px;
	background:url(/images/template/navigation.gif) -324px bottom;
	}

#header ul li.get_in_touch a{
	width:98px;
	background:url(/images/template/navigation.gif) -380px top;
	}
#header ul li.get_in_touch a:hover,
#header ul li.get_in_touch a.hover,
#header ul li.get_in_touch_on,
#header ul li.get_in_touch_on a{
	width:98px;
	background:url(/images/template/navigation.gif) -380px bottom;
	}
