body
{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 10px 0px 0px;
}

a
{
	color: #845da0;
	text-decoration: none;
}

a:hover
{
	text-shadow: 0px 1px 1px rgba(141, 110, 163, 0.4);
}

h2 a
{
	color: #333;	
}

li a
{
	color: #333;	
}

li a:hover
{
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

ul
{
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}

li
{
	background: url(../images/bullet.jpg) no-repeat;
	background-position: left center;
	padding-left: 12px;
	line-height: 2em;
}

img
{
	border: 0px;	
}

h2
{
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

h3
{
	font-size: 1.2em;
	font-weight: normal;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/******* header *********/

#header
{
	text-align: center;
}

#logo h1
{
	width: 382px;
	height: 148px;
	overflow: hidden;
	margin: 0px auto;
}

#nav_container
{
	width: 100%;
}

#nav
{
	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin: 0px auto;
	position: relative;
	left: 50%;
	margin: 0px;	
	padding: 20px 0px;
}

#nav li
{
	background-image: none;
	float: left;
	position: relative;
	right: 50%;
	text-align: center;
	padding: 0px 16px;
}

#nav li a
{
	color: #8d6ea3;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	width: 66px;
	line-height: 38px;
	
}


#nav li:hover
{
/*
	background: transparent url(../images/menu_selected_bg.jpg) no-repeat;
	background-position: top center;
	*/
	text-shadow: 1px 1px 2px rgba(141, 110, 163, 0.4);
}

body.home li#nav_home, body.services li#nav_services, body.portfolio li#nav_portfolio, body.blog li#nav_blog, body.about li#nav_about, body.contact li#nav_contact
{
	background: transparent url(../images/menu_selected_bg.jpg) no-repeat;
	background-position: top center;
}

#callout
{
	clear: both;	
	background: #8a5bb2 url(../images/callout_bg.jpg) repeat-x;
	text-align: center;
}

#callout_content
{
	margin: 0px auto;
	background: transparent url(../images/callout_image.jpg) no-repeat;
	background-position: top center;
	height: 227px;
	width: 940px;
	overflow: hidden;
}

#callout_content p
{
	padding-top: 40px;
}

/****** Main contents *******/
#contents
{
	width: 940px;
	margin: 0px auto;	
	overflow: hidden;
	padding-top: 15px;
}

#contents p
{
	margin: 10px 0px 0px;
}

.content_row
{
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}

.column_50
{
	width: 430px;
	float: left;
}

.column_50_first
{
	padding-right: 40px;
}


.column_50_last
{
	padding-left: 40px;
}

.column_30
{
	padding: 0px 20px;
	width: 255px;
	float: left;
}

.column_30_first
{
	padding: 0px 55px 0px 0px;
}

.column_30_last
{
	padding: 0px 0px 0px 55px;
}

body.home .column_30
{
	text-align: justify;	
}

h2#about
{
	width: 62px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

h2#services
{
	width: 88px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

h2#testimonial
{
	width: 107px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.portfolio_item
{
	padding: 0px 20px;
	width: 270px;
	height: 250px;
	float: left;	
	overflow: hidden;
}

.portfolio_item img
{
	width: 240px;
	height: 158px;
	border: 1px solid #cbcbcb;
}

.portfolio_item a
{
	color: #333;	
}

#case_study_left
{
	width: 340px;
	float: left;
}

#case_study_right
{
	width: 550px;
	float: right;
	padding: 0px 0px 0px 25px;
}


/******* footer *********/
#footer
{
	clear: both;
	background: #7531AA url(../images/footer_bg.jpg) repeat-x;
	overflow: hidden;
	color: #ebebeb;
	margin-top: 20px;
	padding-bottom: 10px;
}

p.ms_bs_logo
{
	margin: 16px 0px;
}

#footer a
{
	color: #ebebeb;	
}

#footer a:hover
{
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

#footer_content
{
	width: 940px;	
	margin: 0px auto;
}

#footer .column_50
{
	width: 470px;
	float: left;
}

#footer_content h2
{
	margin: 30px 0px 10px;	
}

h2#contact
{
	width: 99px;
	height: 22px;
	overflow: hidden;
}

h2#socialise
{
	width: 62px;
	height: 22px;
	overflow: hidden;
	float: right;
}

p.socialise_list
{
	clear: both;
	line-height: 2em;	
}

p.socialise_list img
{
	vertical-align: middle;	
}

.rightalign
{
	text-align: right;	
}