@charset "utf-8";
html,body {
	color:#333;
	font-family:"Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-color: #f1f1f1;
	background-image: url(http://i68.photobucket.com/albums/i6/PerRock/AMTKZ/Cards/bg_tex.png~original);
	background-repeat: repeat;
}

::-webkit-scrollbar {
height: 16px;
overflow: visible;
width: 10px;
}

::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, .2);
background-clip: padding-box;
border: solid transparent;
border-width: 1px 1px 1px 1px;
min-height: 28px;
padding: 100px 0 0;
box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}

::-webkit-scrollbar-track {
background-clip: padding-box;
border: solid transparent;
border: 0 0 0 4px;
}

::-webkit-scrollbar-corner {
background: transparent;
}

::-webkit-scrollbar-button {
height: 0px;
width: 0px;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

a {
	color: #555;
	border: 0;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#banner {
	width: 80%;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0,.2);
    box-shadow: 0px 2px 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,.2);
}
#logo {
	background-color: #fff;
	border-bottom: 0;
	clear: both;
	background-image: url(http://i68.photobucket.com/albums/i6/PerRock/AMTKZ/Cards/PerRock_20140928_0000X.jpg%7Eoriginal);
	background-repeat: no-repeat;
	background-position:-100px -110px;
	height: 250px;
	width: 80%;
	min-width: 700px;
	max-height: 250px;
	background-attachment: fixed;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}

#logo #top_info a {
	background-color: transparent;
	font-size: 93.3%;
	padding: 0%;
	color: rgba(255,255,255,1.00);
}

#logo small a {
	top: auto;
}

#logo a {
	background-color: rgba(255,255,255,0.75);
	font-size: 70px;
	line-height: -10px;
	position: relative;
	top: 35%;
	padding-top: 30px;
}

#logo a img {
	padding: 0px;
	margin: 0px;
	top: 5%;
	position: relative;
}

#nav li {
	display:inline;
	list-style:none;
}

#submenu {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 85%;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-bottom: 7px;
	text-align: left;
	width: 80%;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#submenu a, #submenu a:hover {
	color: #000;
	padding: 1px 5px;
}

.category {
	width: 80%;
	min-width: 300px;
	max-width: 1024px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 2px 1px rgba(0,0,0,.08);
	box-shadow: 0px 2px 1px rgba(0,0,0,.08);
}

.header h2 {
	border-bottom: 1px solid #1B1B1B;
	background-color: #9D3637;
	color: #FFF;
	font-size: 110%;
	font-weight: 700;
	padding: 5px;
	margin-bottom: 0px;
}
.content {
	background-color: #fff;
	margin-top: 0px;
	padding:5px 8px;
}

.col-content {
	background-color: #fff;
	margin-top: 0px;
	padding:5px 8px;
	column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-width: 150px;
	-moz-column-width: 150px;
	-webkit-column-width: 150px;
	text-align: center;
}

.col-content .grid {
   display: inline-block;

}

a.grid img {
	width: 196px;
	height: 150px;
}

.banner {
	height: 300px;
	background-color: rgba(54,54,54,1.00);
	overflow: hidden;
}

a.download {
	line-height: 300px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 300px;
	color: transparent;
	font-size: 270px;
}

a:hover.download {
	background-image: url(../download-images/download-hover.png);
}

.icons {
	height: 75px;
	float: right;
}
