@charset "utf-8";
/* 
	Created by	:		Marfie C. Supan
	Website		:		heaterwerks.com
	file		:		style.css
 */

body {
	margin: 0;
	background-color:#999999;
}
td {
	font-family: arial;
	color: #707070;
	font-size: 12px;
}
h3 {
	color: #ed5500;
}
h2 {
	font-size:14px;
	color: #ed5500;
	margin:0;
}
h1 {
	font-size: 18px;
}

a {
	text-decoration:none;
	color:#0d63ac;
}
a:hover {
	text-decoration: underline;
	color:#666666;
}
/* MENU */
#menuNav{
	margin: 0;
	text-align: center;
	font-weight: bold;
}
#menuNav a{
	color: #717070;
	margin: 0px 25px;
	text-decoration: none;
	font-weight: bold;
}
#menuNav a:hover {
	color: #ea5402;
}

/* OTHERS */

img {
	border: 0;
}

li {
	line-height:1.3em;
}
img.border {
	border: solid 1px #CCCCCC;
	margin: 3px;
}
#productsIntro, #productsIntro td {
	color: #c5c5c5;
	margin: 0;
}
input,textarea {
	border: solid 1px #CCCCCC;
	padding: 5px;
}