@import url(divs.css);
@import url(classes.css);
@import url(products.css);

body, html
{
	margin: 0;
	padding: 0;
	/*background: #382E14;*/
	background: #333333;
	font-family: verdana, helvetica, bitstream vera sans;
	font-size: 12px;
	line-height: 17px;
}

hr
{
	border: 0;
	border-top: 1px solid #f8f8f8;
}

h1, h2, h3, h4, h5, h6, strong { color: #000000; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0 0 8px 0; }

h1
{
	font-size: 18px;
	font-family: verdana;
}

h2
{
	font-size: 14px;
	font-weight: bold;	
}

a
{
	color: #F58027;
	text-decoration: none;
}
a:hover
{
	color: #382E14;
}

button
{
	background: #F58027 url(../upload/images-master/btngfx.jpg) repeat-x;
	border: 0;
	padding: 3px;
	color: #fff;
	cursor: hand;
	cursor: pointer;
	font-family: verdana, helvetica, bitstream vera sans;
	font-size: 10px;
}
button:hover
{
	background: #F59A27;
}

input
{
	background: #fff;
	color: #000;
	padding: 3px;
	border: 1px solid #f7d8d9;
	font-family: verdana, helvetica, bitstream vera sans;
	font-size: 10px;
}

select
{
	font-family: verdana, helvetica, bitstream vera sans;
	font-size: 10px;
}
