@import url('topmenu.css');
@import url('headers.css');
@import url('news.css');
@import url('frontpage.css');
@import url('deals.css');
@import url('styles.css');

body
{
	background: #fff;
	color: #000;
}

body, div, p, td, th, input, button, select, textarea
{
	font-family: verdana;
	font-size: 11px;
	line-height: 11px;
}

#Content_
{
	position: relative;
	margin: auto;
	margin-top: 10px;
	width: 980px;
}

#Top_
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 971px;
	height: 80px;
	background: url('../gfx/logo_top_new.jpg') no-repeat center 10px;	
}

#Body_
{
	border: 1px solid transparent;
	position: relative;
	display: block;
}
* html #Body_
{
	border: 0;
}

#Bottom_
{
	position: relative;
	width: 964px;
	height: 148px;
	background: url('../gfx/bottom_new.jpg') no-repeat 0 0;
	left: 3px;
}

hr
{
	margin: 0 0 8px 0;
	height: 1px;
	border: 0;
	background: #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
}


a
{
	text-decoration: none;
	color: #6d6d6d;
}
a img 
{
	position: relative;
	border: 0;
	vertical-align: baseline;
	top: -1px;
}
a span
{
	text-decoration: underline;
}

a:hover
{
	color: #444;
}

input, select, textarea
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	background: #fff url('../gfx/textinput.jpg') repeat-x;
	-moz-border-radius: 2px;
	padding: 1px;
	border-radius: 2px;
}

p
{
	margin: 0 0 8px 0;
}

button, .button
{
	border: 1px solid #60bedd;
	background: #60bedd url('../gfx/button.jpg') repeat-x;
	padding: 2px;
	text-align: center;
	max-height: 24px;
	font-weight: bold;
	color: #fff;
	clear: both;
	cursor: pointer;
}

label
{
	font-weight: bold;
}

strong, label
{
	color: #565656;
}
h1{
font-size:18px;
}

