/****** ##LOG: 
Author:  Brad Kelly
Created: 30/06/05

CFWebClient: ClientProjectName website 2004 - Main Style Sheet.
******/


/* Body */
	body { 	
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #000000;
	}
	
	td { 	
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000000;
	}
	
	td img { 	
            display:block;            
	}
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			HEADERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

	h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background: transparent;
	}
	
	h1 {	
	font-size: 1.5em;
	margin: 10px 0px;
	color: #000;
	}	
	h2 {
	font-size: 1.3em;
	margin: 5px 0px 5px 0px;
	color: #000;
	}	
	h3 {
	font-size: 1.1em;
	color: #000;
	}
	h4 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	}
	h5 {
	font-size: .9em;
	color: #000;
	}
	h6 	{
	font-size: .85em;
	color: #000;
	font-weight: normal;
	}



	
/*		
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			LINK
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
	/* Standard Link */	
	a:link, a:visited, a:link:focus, a:visited:focus {
	text-decoration: none;
	color: #0000CC;
	}	
	a:link:hover, a:visited:hover {
	text-decoration: underline;
	color: #345B6B;
	}
	/*end*/

		
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			LISTS - HR
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	
	
	
	/* Unordered List */	
	ul {
	color: #000000;
	list-style-type : disc;
	}
	
	/* Ordered List */	
	ol {
	color: #000000;
	}		
		
	/* Horizontal Rule */
	hr {
	background-color: #e6e6e6; 
	border: 0px; 
	height: 1px;
	color: #e6e6e6;
	}				
	

/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			DROP DOWNS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	

optgroup{
	color:#A3A3A3;
	font-weight:normal;
	font-style:normal;
}
option {
	color:#000;
}




#contentStyle {
	background: url('../graphics/lifetimeWarranty.gif') no-repeat 570px 30px;
}

#contentStyle  h1 {
	font-size:1.0em;
	color:#cf0f0f;
	font-weight:bold;
}

#contentStyle  h2 {
	font-size:0.9em;
	color:#cf0f0f;
	font-weight:bold;
}

#cRel {
	position: relative;
	display: block;
	width: 100%;
}

#sskdt {
	position: absolute;
	display: block; 
	top: 30px;
	left: 260px;
}



	
/*
If you are putting somthing into this sytle sheet page then it more than
likely has a home. 
				
don't simple include it at the bottom of the page.
				
Have a look at the page and look for the proper place for the variable that 
you are including.
				
If you can not find a place that looks right for the variable you are including
then create a spot for it somewhere that seems to fit and remember to include a 
header for your new section as well as remembering to comment what your variable 
is used for.	
*/