/* CSS Document for Surefit Carpets */

*{
	padding:0;
	margin:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#231f20;
	color:#FFFFFF;
	background-image:url(../images/surefit_bg.gif);
	background-repeat:repeat-x;
}

h1{
	margin-bottom:5px;
}

h2{
	margin-bottom:5px;
}

p{
	margin-bottom:5px;
}

a{
	color:#FFFFFF;
}

ul.tickpoints{
	margin:10px 0 30px 0;
}

ul.tickpoints li{
	margin:0 0 5px 0;
	padding:0 0 0 30px;
	list-style:none;
	background-image:url(../images/surefit_tick.gif);
	background-repeat:no-repeat;
}

img.red{
	border:3px solid #cf1126;
	margin-bottom:20px;
}

#central{
	margin:0 auto;
}

#container{
	width:800px;
	margin:0 auto;
}

#header{
	width:800px;
	height:150px;
	float:left;	
}

#headerleft{
	float:left;
}

#headerright{
	float:left;
	text-align:right;
}

#main{
	width:800px;
	float:left;
	margin-top:25px;
}

#leftcol{
	width:400px;
	float:left;
	padding-right:20px;
}

#rightcol{
	width:380px;
	float:left;
	text-align:right;
}

#footer{
	width:800px;
	float:left;
	text-align:center;
	padding:20px 0 20px 0;
}