@charset "utf-8";
/* CSS Document */
body {
    color: #444;
    -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0;
	background-color: #9c1a20;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	}
h1 {
	font-weight: bold;
	font-size:18px;
	text-align: left;
	}
h2{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}
blockquote{
background-color: #CCC;	
padding:10px;
	}
.container {
	width:100%;
	max-width:900px;
	margin:0 auto;
	background-color: #FFF;
	padding:0 1% 0 1%
	}
.full {
	width:98%;
	margin-left:0 1% 0 1%;
}
.fifty .paypalimg {
width:1px !important;
height: 1px !important; 
	}
.fifty {
width:48%;
padding:5% 1% 0 1%;
float: left;
	}
.fifty img {
width:80%;
margin:0 10% 0 10%;
height: auto;
	}
.thumbnails {
display: block;
float: left;
width:31%;
margin:10px 1% 10px 1%;
	}
.thumbnails img {
width: 100%;
height: auto;
	}
.thumbnails img:hover {
filter:alpha(opacity=70); 
-moz-opacity: 0.70; 
opacity: 0.70;
	}
.signs {
width:33%;
float: left;
text-align: center;
font-size: 12px;
font-weight: bold;
}
.signs img {
width: 100%;
height: auto;
}
.smallfont {
font-size: 10px;
padding-top:10px;
padding-bottom:10px;
}
.small {
font-size:small;
}
.grey {
	background-color: #e8e8e8;
}
.red {
	color:#cc0000;
}
.clearit {
clear: both;
}
@media screen and (max-device-width: 800px), screen and (max-width: 800px) {
.fifty {
width:98%;
padding:25px 1% 0 1%;
	}
}