html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}

body {
	background: #e85e1e url(../images/home-logo.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.internal {
	background-image: url(../images/internal-logo.jpg);
	background-position: -5px -55px; 
}

a {
	color: #e85e1e;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	font-size: 1.4em;
	margin: 20px 0px 10px 0px; 
	color: #906;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #906;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #906;	
	margin: 0px 0px 60px 0px; 
}

h5 {
	font-size: .9em;
	margin: -5px 0px 15px 0px;
	font-style: italic;
}

.intro-text {
	font-size: 1.6em;
	color: #FFF;
	margin: 0px 0px 120px 70px;
	line-height: 35px;
}

.intro-text p {
	margin-bottom: 5px;
}

.promo-text {
	font-size: 1.2em;
	background-image: url(../images/home-text.jpg);
	background-position: 0px 0px;
	margin: -175px 300px 10px 500px; 
	padding: 35px 15px 20px 35px;
	line-height: 20px;
	width: 430px;

}

.indent1 {
	padding: 0px 30px;
}

.indent2 {
	padding: 0px 60px;
}

.indent3 {
	padding: 0px 90px;
}

.clear-both {
	clear: both;	
}

.nav {
	width: 850px;
	list-style: none;
	margin-left: 140px;
	clear: both;
	float: left;
	height: 290px;
}

.internal .nav {
	height: 230px;
}

.nav li a {
	float: left;
	width: 215px;
	height: 125px;
	background-repeat: no-repeat;
	display: block;
}

.nav li span {
	display: none;	
}

.nav li.nav-home a {
	width: 90px;
	background-image: url(../images/home-1.jpg);
	background-position: left top;
	margin-top: 45px;
}

.nav li.nav-home a:hover {
	background-image: url(../images/home-2.jpg);
}

.nav li.nav-about a {
	width: 185px;
	background-image: url(../images/about-1.jpg);
	background-position: left top;
}

.nav li.nav-about a:hover {
	background-image: url(../images/about-2.jpg);
}

.nav li.nav-buy a {
	width: 185px;
	background-image: url(../images/buy-1.jpg);
	background-position: left top;
}

.nav li.nav-buy a:hover {
	background-image: url(../images/buy-2.jpg);
}

.nav li.nav-reviews a {
	background-image: url(../images/reviews-1.jpg);
	background-position: left top;
}

.nav li.nav-reviews a:hover {
	background-image: url(../images/reviews-2.jpg);
}

.nav li.nav-blog a {
	width: 160px;
	background-image: url(../images/blog-1.jpg);
	background-position: left top;
}

.nav li.nav-blog a:hover {
	background-image: url(../images/blog-2.jpg);
}

.internal-content {
	width: 845px;
	background: #FFF url(../images/internal-text-top.jpg) no-repeat -15px top; 
	margin: 0px 0px 0px 100px;
}

.content-container {
	padding: 70px 70px 30px 70px; 
}

.internal-content-footer {
	height: 40px;
	background: #FFF url(../images/internal-text-bottom.jpg) no-repeat -15px bottom; 

}

.blog-column-main {
	width: 600px;
	float: left;
}

.blog-column-sidebar {
	width: 100px;
	float: left;
}

.footer {
	color: #ffcc00;
	width: 945px;
	text-align: right;
	margin-top: 10px;
	font-size: 0.9em;
}

.footer a{
	color: #ffcc00;

}

.footer a:hover {
	text-decoration: none;

}
