h {
	font-size:14px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	}

.content{
	width:800px;
	}

.header {
	width:800px;
	text-align:center;
}

.sidebar{
	width:200;
	height:500;
	float:left;
}

nav ul{
	margin-left: 15px;
	margin-top:25px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #E9E9E9;
	list-style-type: none;
	width:125px;
	height:375px;
	border-radius:10px;
	text-align:left;
	float:left;
}

nav ul li {
	background-color: #E9E9E9;
	margin-top: 10px;
	font-family: Century Gothic, Arial;
	font-size: 14px;
	}

nav ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
	font-family: Century Gothic, Arial;
	width: 125px;
	height: 25px;
	line-height:25px;
}

nav ul li a:hover {
	background-color: #06C;
	color:#ffffff;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

p {
	font-family: Century Gothic, Arial;
}

p1{
	font-family: Century Gothic, Arial;
	font-size: 14px;
}
	

p2 {
	text-decoration: none;
	font-family: Century Gothic, Arial;
	font-size: 12px;
	color: #000;
}

.maincontent{
	Margin-top:40px;
	float:right;
	width:600px;
	text-align:left
}

.toolphoto{
	min-height:245px;
	text-align:center;
	vertical-align:bottom;
	}

.installtool{
	padding: 10px;
	border-radius: 15px;
	border: thin solid #999;
	margin-right:20px;
	margin-bottom:15px;
	height: 550px;
	width:240px;
	float:right;
	
	}
	
#productselection{
	float:right;
	width:600px;
	text-align:center;
	padding-top:25px;
	margin-bottom: 25px;
}	
	
	
.colorselection{
	float:right;
	width:600px;
	text-align:left;
	padding-top:50px;
	margin-bottom: 50px;
}

footer {
	width:800px;
	clear:both;
	border-top:thin solid #03C;
	background-color:#E9E9E9;
	padding:10px;
 	height:100px;
 	margin:-2500x 0px;
 	text-align:center;
	position:relative;
}

.clearfix{
	clear:both;
}

.colors {
	display:inline-block;
	width:50px;
	height:50px;
	border:1px outset #000;
	border-color:#cccccc;
	border-radius:5px;
	cursor:pointer;
	float: left;
	margin-right:6px;
	margin-top:6px;
}