/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-repeat:repeat-x;
}

a:link, a:visited, a:active{
	text-decoration:none;
	color: #666666;
}

a:hover{
	text-decoration:none;
}

.menutop{
	color:#f5302b;
	text-align:center;
	font-size:14px;
}

.menutop a:link, .menutop a:active, .menutop a:visited{
	color:#f5302b;
	text-align:center;
	font-size:14px;
}

.menutop a:hover{
	color:#ffffff;
	text-align:center;
	font-size:14px;
}

.menubutton{
	color:#000000;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
.menubutton a:link, .menubutton a:active, .menubutton a:visited{
	color:#000000;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

.menubutton a:hover{
	color:#ffe400;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

.white{color:#FFFFFF;}
.white a:link, .white a:active, .white a:visited{color:#FFFFFF;}
.white a:hover{color:#950a06;}
.gray {color:#666666; font-size:11px;}

.price{color:#ca0500; font-size:14px; font-weight:bold;}

.titlenews{color:#780501;}
.titlenews a:link, .titlenews a:active, .titlenews a:visited{color:#780501;}
.titlenews a:hover{color:#af211d;}

.titlenews2{color:#ca0500; font-size:14px;}
.titlenews2 a:link, .titlenews2 a:active, .titlenews2 a:visited{color:#ca0500;}
.titlenews2 a:hover{color:#ca0500;}

.redline{ border-bottom:1px solid #730300;}


