/* Standard screen CSS*/

body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align:center;
	color: #000;
	background: #666;
	}

#container	{
	width:960px;
	margin:0 auto;
	color: #444;
	background: #ebebeb;
	text-align:left;
	}
	

#banner {
		margin: 0px 0px;
		padding: 0px 0px;
		height: 125px;
		}
			
.bannerimg {
		margin: 0px 0px;
		padding: 0px 0px;}
		
.movie {
	border: none;
	padding: 10px 0 0 0;
	}	
	
.movie a {
	outline: none;
	}	
		
.movie a:active { 
    border:none;
    outline:none;
}
		
		/* Typography
------------------------------------------------*/


p {
	line-height: 1.5;
	}

h1	 {
	font-size: 125%;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.3;
	color: #e03127;
	}


h2 {
	font-size: 100%;
	text-transform: uppercase;
	color: #e03127;
	}
	
h2 a:hover {		
	border-bottom: none;
	}

h3 {
	font-size: 115%;
	}


h4 {
	font-size: 110%;
	font-weight: normal;
	}

.introtext {
	font-size: 115%;
	}
		

/* Sorting out the columns - based on a 12 col grid
------------------------------------------------*/


#column720 {
	width:690px;
	padding:15px 10px 0px 20px;
	border-right: 2px solid #8c8c8c;
	float: left;
	}
	
hr {
	border: 1px dotted #333;
	}
		
#column360 {
	width: 330px;
	padding:15px 10px 0px 10px;
	float: right;}	
	
	
#home_examples {
	width:690px;
	float: left;
	}
	
	
#left_example	{
	width: 330px;
	border-right: 2px solid #8c8c8c;
	padding-right: 10px;
	float: left;}	
	
#right_example	{
	width: 330px;
	float: right;}	
	
	/* Columns for contracts section
------------------------------------------------*/

#maincontent {
	width: 800px;
	float: left;}


#column160 {
	width: 140px;
	padding:20px 10px 0px 10px;
	float: left;
	}
	
#column160 p {
	font-size: 85%; 
	}	
	
#column160 h2 {
	font-size: 85%; 
	}	

	
#column240 {
	width:215px;
	padding:15px 10px 0px 10px;
	float: right;
	}
	
#column240 p {
	font-size: 85%; 
	}	
	
#column240 h2 {
	font-size: 85%; 
	}

#column540 {
	width:600px;
	padding:0px 10px 0px 10px;
	border-left: 2px solid #8c8c8c;
	border-right: 2px solid #8c8c8c;
	float: left;
	}


	 

/* Form styling
------------------------------------------------*/

#form #contactform {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	padding: 0;
	margin: 0;
	color: #999;
	}
	
#form #contactform label {
	float: left;
	width: 5em;
		padding: 0;
	margin: 0;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	color: #333;
	}
		
		
#form #contactform p {	
	margin: 10px 0px;
	}

#form .warning {
	color:red;
	}
		
input name telephone email{
	margin: 6px 0;
	width: 250px;
	}



	
/* Main Navigation
------------------------------------------------*/

#navcontainer {
	margin: -13px 0 0 0;
	width: 100%;
	height: 30px;
	padding: 0;
	text-align: center;
	background: #e03127 url("http://www.clarkecontracts.com/img/normal_tab.gif") repeat-x 50px;
	}


#navcontainer ul li {
	list-style: none;
	padding: 0;
	display: block;
	float: right;
	background:url("http://www.clarkecontracts.com/img/normal_tab.gif") repeat-x 50px;
	text-transform: uppercase;
	font: 11px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

#navcontainer a {
	color: #ebebeb;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border-bottom: none;
	width: 89px;
	border-right: 1px solid #fbfbee;
	}

#navcontainer li#active {
	color: #fff;
	}

#navcontainer a:hover { 	
	color: #fff;
	font-weight: bold;
	}

#navcontainer #here {
	color: #fff;
	font-weight: bold;
	}


.vert_rule {
	border-left: 1px solid #fff;
	}

.red_rule {
	border-right: none !important;
	}


/* alternative subnav styling
------------------------------------------------*/



#subnav ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#subnav li { margin: 0 0 0 0;
	border-bottom: #333 1px dotted;
	}

#subnav a {
	display: block;
	color: #e03127;
	width: 118px;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: none;
	}
	
#subnav a:hover {
	background-color: #e03127;
	color: #FFF;
	}


#subnav  li#active {
	display: block;
	color: #e03127;
	}

#subnav #here {
	color: #000;
	}

/* casestudies alternative styling
------------------------------------------------*/

#casestudies {
	font-size: 85%;
	margin: 0;
	padding: 0;
	list-style-type: none;}
	
#casestudies li {
	background: url("http://www.clarkecontracts.com/img/rightpoint.png") no-repeat 0 50%;
	padding: 5px 0 5px 10px;
	}

#casestudies a {
	border-bottom: none;}


/* Links
------------------------------------------------*/

a {
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #222;
	border-bottom: #000 1px dotted;
}

a:visited
{
	color: #222;
	border-bottom: #000 1px dotted;
}

a:hover
{
	color: #e03127;
	border-bottom: #e03127 1px dotted;

}

a:active
{
	color: #222;
	border-bottom: #000 1px dotted;
}


/* Image control
------------------------------------------------*/


.noline h2 a {
	color: #e03127;
	border-bottom: none;
}


.imgleft {
	float: left;
	padding: 0 10px 5px 0;
}

.imgright {
	float: right;
	padding: 0 0 0 10px;
}



/* slideshow 
------------------------------------------------*/

.slideshow { height: 160px; width: 960px; margin: auto }
.slideshow img { padding: 0; ; }
	
	
/* footer
------------------------------------------------*/



#footer {
		clear: both;
		font-size: 80%;
		display: block;
		padding-top: 5px;
		margin-top: 0px;
		height: 110px;
		background: #8c8c8c;
		border-top: 10px solid #e03127;
		}
		
#footercontainer {
		margin:0 auto;	
		width:960px;
		}
		
	
#foot_what 	{
		width: 330px;
		float: left;
		padding: 0px 10px 15px 20px;
		border-right: #dfdfdf 1px dotted;
		color: #dfdfdf;
		}	
	
#foot_what span {
		text-transform: uppercase;
		font-size: 95%;
		}	
		
	
#foot_contact {
		width: 310px;
		float: right;
		padding: 0px 0px 15px 0px;
		margin-right: 280px;
		color: #dfdfdf;
}	
		
#foot_contact span {
		text-transform: uppercase;
		font-size: 95%;
		}	
	


