/* CSS Document */
.services_bg {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../images/services.gif);
	}
.about_bg {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../images/about.gif);
	}
.case_studies_bg {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../images/case_studies.gif);
	}

div#container {
	background-color: #FFF;
	border: 1px solid #b9b9b9;
	margin: 30px auto 0 auto;
	padding-bottom: 15px;
	width: 850px;
	}

/* header */
div#header {
	height: 100px;
	}
img#logo {
	margin: 15px 0 0 15px;
	float: left;
	}
	
/* top nav */
ul#nav {	
	float: right;
	width: 502px;
	height: 70px;
	margin: 10px 0 0 0;
	list-style: none;
	}	
ul#nav li {
	padding-right: 14px;
	padding-top: 20px;
	float: right;
	text-indent: 0;
	}
ul#nav li a {
	display: block;
	_display: inline-block;
	height: 70px;
	line-height: 70px;
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 3px;
	padding: 0;
	background-repeat: repeat-x;
	}
ul#nav li a:hover {
	background-image: url(../images/nav_a_bg.gif);
	}
li.on {
	display: block;
	_display: inline-block;
	height: 70px;
	line-height: 70px;
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 3px;
	padding: 0;
	background-repeat: repeat-x;
	}

	
/* top section */
div#top_section {
	height: 230px;
	margin: 0 15px 15px 15px;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	clear: both;
	}	
div#top_left {
	float: left;
	width: 335px;
	height: 230px;
	}
	
	
div#top_left ul.half {
	width: 250px;
	_width: 250px;
	float: left;
	padding-right: 15px;
	}

div#top_left ul {
	list-style: none;
	margin-top: 1em;
	width: 300px;
	float: left;
	}
div#top_left ul li {

	padding-left: 28px;
	background-image: url(../images/tick.png);
	_background-image: url(../images/tick.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 0;
	line-height: 23px;
	font-size: 1.2em;
	}
div#top_right {
	float: right;
	width: 479px;
	height: 230px;
	}
li.service_on {
	padding-left: 28px;
	background-image: url(../images/tick_on.png);
	_background-image: url(../images/tick_on.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 0;
	line-height: 23px;
	font-size: 1.2em;
	font-color: #ff0000;
	font-weight: bold;
	}

/* Main content */	
div#main_content {
	clear: both;
	margin: 0 15px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	}	
div#main_left {	
	float: left;
	width: 490px;
	
	}
div#main_right {
	float: right;
	width: 290px;
	min-height: 100px;
	}	

/* Interior content */
div#int_content {
	clear: both;
	margin: 0 15px;
	}	
div#int_left {	
	float: left;
	width: 100%;;
	
	}
div#main_right {
	float: right;
	width: 290px;
	min-height: 100px;
	}	
div#int_content ul.half {
	width: 41%;
	_width: 39%;
	float: left;
	padding-right: 15px;
	}

/* SP */

ul.main_content bulletbox {
	width: 200px;
	}	
/* footer */	
div#footer {
	margin: 20px auto 0 auto;
	width: 850px;
	font-size: 0.9em;
	color: #8f8c8c;
	}
div#footer a#credit {
	font-size: 0.8em;
	}