h1 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
	
}

#middle-pic {
	margin-top: 10px;
}

#sub-nav {
	margin-top: 0px;
	text-align: center;
}

#sub-nav a{
	text-decoration: none;
	color: #555;
	font-size: 18px;
	padding: 7px 10px 5px 15px;
	font-family: Century Gothic, Arial;
}

#sub-nav a.selected{
	text-decoration: none;
	color: #999;
	font-size: 18px;
	
	
}

#sub-nav a:hover {
	text-decoration: underline;;
}

#product-big {
	font-size: 16px;
	margin-bottom: 20px;
}

#product-biggest {
	font-size: 22px;
	line-height: 35px;
	margin: 25px 0;
	text-align: center;
	color: #666;
	font-family: Century Gothic, Arial;
}

#product-biggest-2 {
	font-size: 24px;
	line-height: 35px;
	margin: 0 0 15px 0;
	text-align: center;
	color: #666;
	font-family: Century Gothic, Arial;
}

#product {
	margin-bottom: 20px;
}

#bottom-clients {
	text-align: center;
}

#bottom {
	padding-bottom: 20px;
}

.product-pic {
	margin: 20px 0;
}

.product-pic-bottomless {
	margin: 20px 0 0 0; 
}

.section-header {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	color: #333;
	font-family: Century Gothic, Arial;
}

.section-header-2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	margin: 0px 0 10px 0;
	color: #333;
	font-family: Century Gothic, Arial;
}

#section-nav {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: left;
}

#section-nav a{
	text-decoration: none;
	color: white;
	font-size: 18px;
	padding: 8px 12px 4px 12px;
	background: #999;
	
	
}

#section-nav a.selected{
	text-decoration: none;
	color: white;
	font-size: 18px;
	padding: 8px 12px 4px 12px;
	background: #333;
	
}

#section-nav a:hover {
	background: #666;
}


