@charset "utf-8";
/* CSS Document */

body,html{
	margin:0;
	padding:0;
	font: normal 13px Arial, Helvetica;
	background:#fff;
	color: #595959;
	}
h1{
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 5px 0px;	
	color:#000;

	}
	
.product-color, 
.grey-color {
	position:relative;
	border:0;
	width:100%;
	margin:0px;
	padding:0px;
	}
	
.product-color{
	height:7px;
	background:#94a2bd;
	}	
	
.grey-color{
	height:10px;
	background:#f0f0f0;
	}

.wrapper{
	width:960px;
	margin:0 auto;	
	}

.header{
	margin-bottom:25px;
	}

.content{
	margin:10px 25px 50px 25px;
	}

.content p{
	clear:both;
	line-height:20px;
	margin-bottom:20px;
	}
	
ul li, ol li{
	margin:0px;
	padding:0px;
	line-height:20px;
	}	