/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Project Title : Clinical Research Projects Ltd Stylesheet
Author : Atelier Studios
URL : http://wwww.atelier-studios.com
Description : Design and layout for Blandy & Blandy
Copyright Atelier Studios Limited 2001-2007. All Rights Reserved.


	1.	Globals
	2.	Navigation 
	3.  Wrapper
	4.	Header
	5.	Side Bar
	6.	Content
	7.  Footer

	8.  Styling
		C. Links
	
	----------------------------------------------------------------------------
	(1) GLOBALS
	--------------------------------------------------------------------------*/
	
	
html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	}

body {
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color:#0d0117;
	background-image:url(/furniture/images/main_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}

/* Reset all margins/padding */

* { 
	margin:0;
	padding:0;
}

/*  Make for consistent list handling across different browsers. http://www.clagnut.com/blog/1287/
NEVER alter these values. Set margin & padding to 0 (or whatever you need) directly on subsequent lists. */

ul, ol {
    	padding: 0;
    	margin: 0;
}

/*  No boders on images */

img {
		border:0;
}

/*
TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1{
	font-size:1em;
	}
	
h2{
	font-size:1em;
	margin: 0;
	padding: 0;
	}

h3{
	font-size:1em;
	}

h4{
	font-size:1em;
	}

h5{
	font-size:1em;
	color: #2b8370;
	}

h6{
	font-size:1em;
	}

p{
	margin: 0 0 10px 0;
	}

#sidebar p{
	margin: 0;
	padding:0;
	}
#footer p{
	margin: 0;
	padding:0;
	}
strong{
	font-weight: bold;
	}


#sub_content_no_pad b { 
	padding: 5px 0 0 20px;
	}

	
b {
	font-weight: bold;
	color: #FF3399;
	}	

#contact_details li p {
	color: #999999;
	}

.pink_text { 
	color: #FF3399;
	font-weight:normal;
	}
	
.pink_text_two { 
	color: #FF3399;
	font-weight:normal;
	margin: 0 0 0 20px;
	}	

	/*	----------------------------------------------------------------------------
	(2) Navigation
	--------------------------------------------------------------------------*/

#nav {
	margin:0 0 0 8px;
	padding: 0px;
	}		

#nav li a:link  {
		font-weight: normal;
		color: #999999;
		text-decoration:none;
		padding-left:30px;
		}	
		
#nav li a:active {
		font-weight: normal;
		color: #999999;
		text-decoration:none;
		padding-left:30px;
		}			
		
#nav li a:hover {
		font-weight: normal;
		color: #FF3399!important;
		text-decoration:none;
		padding-left:30px;
		}									

#nav li a:visited  {
		font-weight: normal;
		color: #CCCCCC;
		text-decoration:none;
		padding-left:30px;
		}				

#nav li {
		margin: 0px;
		padding:3px 0px 3px 0;
		background-repeat:no-repeat;
		list-style-type:none;
		}		
		
		#nav li a.current {
		background-image:url(/furniture/images/bullet_arrow.gif);
		background-repeat:no-repeat;
		background-position:5px 4px;
		padding-left:30px;
		color: #FF3399;
		font-weight: normal;
		text-decoration:none;
		}				



	
	/*	----------------------------------------------------------------------------
	(3) Wrapper
	--------------------------------------------------------------------------*/
	

#wrapper {
	width: 850px;
	margin: 0 auto;
	overflow:auto;
	background-image: url(/furniture/images/content_bg.jpg);
 	background-position: 0px 127px;
	background-repeat:no-repeat;
	}	


	
	/*	----------------------------------------------------------------------------
	(4) Header
	--------------------------------------------------------------------------*/


#header {
	width: 850px;
	height:127px;
	float:left;
	background-image:url(/furniture/images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}


#header h1 a {
	display:block;
	text-indent: -9999px;
	width:263px;
	height: 100px;
	float:left;
	background-image:url(/furniture/images/logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}	

	/*	----------------------------------------------------------------------------
	(5) Side Bar
	--------------------------------------------------------------------------*/

#sidebar {
	position:relative;
	float: left;
	width: 230px;
	height: 265px;
	padding: 20px 0;
	}


#contact_details {
	position:absolute;
	bottom: 0px;
	left: 38px;
	}
	
#contact_details ul li {
	color: #CCCCCC;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	list-style: none;
	float: left;
	margin:0;
	padding: 0;
	}	
	
.list_left{
	float: left;
	width: 70px;
	}	

.list_right {
	float: left;
	list-style: none;
	width: 110px;
	}	
	
#contact_details a:link  {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration:none;
	}	
		
#contact_details a:active {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration:none;
	}	
		
#contact_details a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FF3399;
	text-decoration:none;
	}									

#contact_details a:visited  {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration:none;
	}	
	
	/*	----------------------------------------------------------------------------
	(6) Content
	--------------------------------------------------------------------------*/	

#main_content {
	float: left;
	width: 600px;
	height: 291px;
	padding: 24px 0 0 20px;
	line-height:21px;
	}

#main_content_header {
	float: left;
	overflow:auto;
	width: 600px;
	height: 310px;
	padding: 5px 0 0 20px;
	background-image:url(/furniture/images/content_header_bg.jpg);
	background-position:2px top;
	background-repeat:no-repeat;	
	}

#main_content_header p {
padding:0; margin:0;
}

#main_content_header h6 {
	float: left;
	width: 236px;
	height: 236px;
	margin: 22px 0 0 20px;
	text-indent: -9999px;
	background-image:url(/furniture/images/clinical_projects_cycle.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}

#bullet_list {
	margin:0;
	padding: 5px 0 0 15px;
	}

#bullet_list li {
	margin:0;
	padding: 0 0 0 5px;
	line-height:20px;
	}
	
#sub_content { 
	clear: left;
	width: 599px;
	margin: 0 0 0 231px;
	padding: 15px 0 0 20px;
	background-image:url(/furniture/images/bottom_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
	}

#sub_content_no_pad { 
	clear: left;
	width: 619px;
	margin: 0 0 0 231px;
	padding: 15px 0 0 0;
	background-image:url(/furniture/images/bottom_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;	
	}


.float_left {
	float:left;
	width: 180px;
	margin: 20px 0 0 0;
	}
	
.content_header { 
	clear: left;
	width: 579px;
	height: 30px;
	background-image:url(/furniture/images/content_header_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}		

#sub_table {
	width: 100%;
	border: none;
	margin:0;
	padding: 0;
	}
#sub_table, tr, td, th {
	border: none;
	margin:0;
	padding: 5px;
	text-align:left;
	vertical-align: text-top;
	}
	
.sub_projects{
	width: 150px;
	}

.key_deliver{
	width: 450px;
	}

.purple_header {
	width: 615px;
	height: 28px;
	text-align:center;
	padding: 6px 0 0 0;
	margin: 10px 0 0 0;
	background-color: #61198A;
	background-image:url(/furniture/images/arrow_big_purple.gif);
	background-repeat:no-repeat;
	background-position:550px 0px;
	}

.purple_header_two {
	width: 536px;
	height: 28px;
	clear:left;
	text-align:center;
	padding: 6px 0 0 0;
	margin: 0 0 0 77px;
	background-color: #61198A;
	background-image:url(/furniture/images/arrow_big_purple.gif);
	background-repeat:no-repeat;
	background-position:470px 0px;
	}

#box_programe_lev {
	margin: 10px 0 105px 0;
	padding: 0;
	}

#box_programe_lev li {
	float: left;
	background-color: #463396;
	width: 70px;
	height: 51px;
	list-style: none;
	text-align:center;
	font-size:11px;
	line-height: 13px;
	padding: 20px 1px 0 1px;
	}

#box_study_lev {
	margin: 10px 0 0 77px;
	padding: 0;
	}

#box_study_lev li {
	float: left;
	background-color: #463396;
	width: 70px;
	height: 51px;
	list-style: none;
	text-align:center;
	font-size:11px;
	line-height: 13px;
	padding: 20px 1px 0 1px;
	}

.square_purple_boxes {
	margin: 0 3px 0 0;
	border: 1px solid #fff;
	}	

.square_purple_boxes_end { 
	margin: 0;
	border: 1px solid #fff;
	}	

.square_purple_boxes_arrow_twolines { 
	margin: 0 3px 0 0;
	border: 1px solid #fff;
	}	

.square_purple_boxes_arrow_twolines img{ 
	float: left;
	position:relative;
	top: 29px;	
	left: 30px;
	}	

	
.square_purple_boxes img {
	float: left;
	position:relative;
	top: 42px;	
	left: 30px;
	}	
	
.square_purple_boxes_end img {
	float: left;
	position:relative;
	top: 29px;	
	left: 30px;
	}		

#downloads {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	}

#downloads td {
	border-bottom: 1px solid #9999CC;
	margin:0;
	padding: 4px 0 4px 0;
	text-align:left;
	vertical-align: text-top;
	}	
	
#downloads tr {
	margin:0;
	padding: 0;
	}	
	
/*	----------------------------------------------------------------------------
	(7) Footer
	--------------------------------------------------------------------------*/
	
#footer{
	width: 815px;
	float:left;
	padding: 20px 0 40px 35px;
	}	
	

#footer p{
	font-size: 9px;
	line-height: 15px;
	color:#CCCCCC;
	}	
	
	
#footer div {
	float:right;
	margin: -30px 0 0 0;

	}	
	
	/*	----------------------------------------------------------------------------
	(8) Styling
	--------------------------------------------------------------------------*/


/*
Links
-------------------------------------------------------------------------------*/


a:link  {
		font-weight: bold;
		color: #CCCCCC;
		text-decoration:none;
		}	
		
		a:active {
				font-weight: bold;
				color: #CCCCCC;
				text-decoration:none;
				}			
				
		a:hover {
				font-weight: bold;
				color: #FF3399!important;
				text-decoration:none;
				}									
		
		a:visited  {
				font-weight: bold;
				color: #CCCCCC;
				text-decoration:none;
				}			


#footer a:link  {
		font-weight: bold;
		color: #999999;
		text-decoration:none;
		}	
		
		#footer a:active {
				font-weight: bold;
				color: #999999;
				text-decoration:none;
				}			
				
		#footer a:hover {
				font-weight: bold;
				color: #FF3399!important;
				text-decoration:none;
				}									
		
		#footer a:visited  {
				font-weight: bold;
				color: #999999;
				text-decoration:none;
				}				

#downloads a:link  {
		font-weight: normal;
		color: #CCCCCC;
		text-decoration:none;
		}	
		
		#downloads a:active {
				font-weight: normal;
				color: #CCCCCC;
				text-decoration:none;
				}			
				
		#downloads a:hover {
				font-weight: normal;
				color: #FF3399!important;
				text-decoration:none;
				}									
		
		#downloads a:visited  {
				font-weight: normal;
				color: #CCCCCC;
				text-decoration:none;
				}			


a.text_download_pdf {
	background-image:url(/furniture/images/download_bullet_arrow.gif);
	background-repeat:no-repeat;
 	background-position: 0px 2px;
	padding: 0 0 0 18px;
	font-size:10px;
	}

	a:hover.text_download_pdf {
		background-image:url(/furniture/images/download_bullet_arrow_over.gif);	
		}
