/* Glide Premium Treadmill Wax CSS */

body
{
	margin: 20px !important;
	background: #000;
	text-align: center; /*Used to centre the page, but text-align: left; added within #wrapper to stop all content from being centre aligned */
}
p
{
	margin: 1em 0; /* Re-instating default p behaviour */
}
body, p, input
{
	color: #222;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
}
body, html {
height:100%; padding:0; margin:0;
}
#container	{
	width: 900px;
	border: 5px solid #8F0E00; /*Dark red: 8F0E00 */
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header	{
	width: 900px;
}
#nav	{
	width: 870px;
	color: #CCC;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 13pt;
	padding: 6px 15px;
	background-color: #8F0E00;
	text-align: center;
}
#nav a:link, #nav a:visited	{
	color: #fff;
	text-decoration: none;	
}
#nav a:hover, #nav a:active	{
	color: #ED9032;
	text-decoration: none;	
}
#main	{
	width: 555px;
	min-height:	400px;
	padding: 15px 15px;
	float: left;
}
#main2	{
	width: 300px;
	padding: 15px 0 0 0;
	float: left;
}
#footer	{ 
	width: 870px;
	text-align: center;
	padding: 5px 15px 10px 15px;
	background: url(../images/divider.jpg) repeat-x;
	clear:left;
}
.customer-testimonial p {
	font-size: 0.9em;
	color:#222;
	background: #FF9;
	padding: 10px;
}
.button	{
	border: 2px solid #000;
	background-color: #8F0E00;
	padding: 12px 20px;
	margin: 0 15px 0 0;
	line-height: 60px;
}
a.button:link, a.button:visited	{
	color: #fff;
	text-decoration: none;
}
a.button:hover, a.button:active	{
	color: #fff;
	background-color: #5C120B;
	text-decoration: none;
}
h1	{
	font-size: 1.8em;
	line-height: 1.2em;
}
h2	{
	font-size: 1.5em;
	line-height: 1.2em;
}