@charset "UTF-8";

@font-face {
    font-family: 'league_gothicregular';
    src: url('leaguegothic-regular.eot');
    src: url('leaguegothic-regular.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-regular.woff2') format('woff2'),
         url('leaguegothic-regular.woff') format('woff'),
         url('leaguegothic-regular.ttf') format('truetype'),
         url('leaguegothic-regular.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

div#gamersLogin a {
	text-decoration: none;
	font-family: league_gothicregular, Arial, Helvetica, sans-serif;
	color: #FFF;
}

a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

div#contentArea {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 1200px;
	top: 0px;
}

div#gamersLogin {
	width: 429px;
	float: right;
	margin-bottom: 63px;
	font-size: 1.8em;
}

div#about {
	background-color: #595555;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	float: left;
	height: 56px;
	width: 131px;
	text-align: center;
	line-height: 1.9em;
}

div#about:hover {
	background-color: #3E3B3B;
	transition-duration: 0.2s;
}

div#register {
	background-color: #595555;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	float: left;
	height: 56px;
	margin-left: 18px;
	width: 131px;
	text-align: center;
	line-height: 1.9em;
}

div#register:hover {
	background-color: #3E3B3B;
	transition-duration: 0.2s;
}

div#login {
	background-color: #595555;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	float: left;
	height: 56px;
	margin-left: 18px;
	width: 131px;
	text-align: center;
	line-height: 1.9em;
}

div#login:hover {
	background-color: #3E3B3B;
	transition-duration: 0.2s;
}

div#logo {
	float: left;
	margin-left: 89px;
	margin-bottom: 63px;
}

body {
	background-color: #1c1c1c;
	margin: 0px;
	padding: 0px;
}

div#searchArea {
	background-color: #595555;
	width: 900px;
	height: 55px;
	margin-left: 150px;
	margin-top: 63px;
	clear: both;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

div#searchArea img {
	margin-left: 21px;
	margin-top: 16px;
}

div#searchBar {
	background-color: #FFF;
	height: 33px;
	width: 812px;
	float: left;
	border-radius: 40px;
	margin-top: 11px;
	margin-left: 15px;
}

nav {
	float: left;
	height: 55px;
	width: 1200px;
	background-color: #595555;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

nav ul {
	float: left;
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-left: 150px;
	margin-top: 0px;
}

nav ul li {
	font-family: league_gothicregular, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	float: left;
	display: block;
	width: 180px;
	height: 55px;
	text-align: center;
	line-height: 1.95em;
}

nav ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: league_gothicregular, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 180px;
	height: 55px;
}

nav ul li a:hover {
	background-color: #3E3B3B;
	transition-duration: 0.2s;	
}

div#sidebar {
	float: left;
	background-color:#595555;
	width: 150px;
	height: 1650px;
	border-bottom-left-radius: 20px;	
}

div#gameArea {
	float: left;
	width: 990px;
	height: 1605px;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 45px;
	border-bottom-right-radius: 20px;
}

div#mainImage {
	display: block;
}

div#newArrivals {
	float: left;
	color: #191919;
	display: block;
	font-family: league_gothicregular, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	margin-top: 34px;
}

div#new1 {
	margin-right: 55px;
	float: left;
}

div#new2 {
	margin-right: 55px;
	float: left;
}

div#new3 {
	margin-right: 55px;
	float: left;
}

div#new4 {
	margin-right: 55px;
	float: left;
}

div#bestsellers {
	float: left;
	color: #191919;
	display: block;
	font-family: league_gothicregular, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	margin-top: 34px;
}

div#best1 {
	margin-right: 55px;
	float: left;
}

div#best2 {
	margin-right: 55px;
	float: left;
}

div#best3 {
	margin-right: 55px;
	float: left;
}

div#best4 {
	margin-right: 55px;
	float: left;
}

div#accessories {
	float: left;
	color: #191919;
	display: block;
	font-family: league_gothicregular, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	margin-top: 34px;
}

div#acc1 {
	margin-right: 55px;
	float: left;
}

div#acc2 {
	margin-right: 55px;
	float: left;
}

div#acc3 {
	margin-right: 55px;
	float: left;
}

div#acc4 {
	margin-right: 55px;
	float: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.4em;
	font-color: #000;
	max-width: 186px;
	text-align: center;
}