/*
Theme Name: Direct_Care_Limited
Description: Direct Care limited website style sheet
Version: 1.0
Author: Jam Briggs
Author URI: http://www.jambriggs.co.uk
* star applies to everything 
* hash refers to a id
* full stop refers to a class
* tag name refers to all that certain type of tag
* class's can be repeated, ids are unique
* class's are represented by a full stop, and ids a hash

Theme for http://www.directcare.co.uk created on the Jan09
*/


/****************************************************************
*
* General styles
*
****************************************************************/

*{padding:0px; margin:0px;}

body{min-width:1030px; min-height:265px;	
	text-align:left;
	background-color:#FFFFFF;
	font-weight:normal;}
		
a{text-decoration:none;}

h4{color:#8c0052;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-weight:bold;}

h3{color:#8c0052;
	margin-bottom:15px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;}
	
h2{color:#8c0052;
	margin-bottom:15px;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;}
	
p{margin-bottom:15px;}

.links a{color:#EE2365;
	font-weight:bold;}
	
	

/****************************************************************
*
* END General styles
*
****************************************************************/

/****************************************************************
*
* Header
*
****************************************************************/
#header{margin-bottom:10px;}

.logo{padding:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:318px;}

/****************************************************************
*
* END Header
*
****************************************************************/

/****************************************************************
*
* Navigations
*
****************************************************************/
#main_navigation li{padding:0px;
		margin-left:2px;
		display:inline;}
		
#header_images img{}
	
.cat_nav{width:149px;
	height:400px;
	margin-top:20px;
	margin-left:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#EC008C;
	font-weight:bold;
	margin-right:4px;
	}
	
.cat_nav p{margin:0 0 3px 0;}

.cat_nav {text-decoration:none;}

.cat_nav a{color:#ED135A;}

.cat_nav a:hover{text-decoration:underline;}

.cat_nav a:visited{color:#910658;}
	
/****************************************************************
*
* END Navigation
*
****************************************************************/

/****************************************************************
*
* Main body content home
*
****************************************************************/
#main_content{width:750px;
		float:left;
		margin-top:-5px;
		margin-bottom:40px;}
		
.hero_image{margin-left:0px;
			float:;}
			
#home_hero{vertical-align:top;}			
.quote{}

#body_copy{width:600px;
		margin-top:20px;}
				
#body_copy a{color:#000000;
			text-decoration:underline}
			
#body_copy a:hover{color:#8c0052;
				text-decoration:underline}
				
#body_copy a:visited{color:#8c0052;}

.copy_list li{margin-left:30px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#000000;}
			
.copy_list ul{margin-top:10px;
			margin-bottom:10px;}
			
.copy_list li{margin-bottom:2px;
	text-decoration:none;}
			
.sub-title{color:#8c0052;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:10px}
	
.body-copy-purple{color:#8c0052;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-weight:bold;}
	
.body-copy{color:000000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;}
	
/****************************************************************
*
* END Main body content home
*
****************************************************************/