.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.white {color: #fff;font-size: 14px;}

/*box*/
div.border {
	width: 12px;
	height: 12px;
	float: left;
	background: no-repeat center center;
}

div.tl {background-image: url(../images/border-top-left.png);}
div.tm {
	width: 916px;
	height: 11px;
	border-top: 1px solid #333;
	background-color: #121212;
	float: left;
}
div.tr {background-image: url(../images/border-top-right.png);}
div.bl {background-image: url(../images/border-bottom-left.png);}
div.bm {
	width: 916px;
	height: 11px;
	border-bottom: 1px solid #333;
	background-color: #000;
	float: left;
}
div.br {background-image: url(../images/border-bottom-right.png);}

div#contents {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #000;
}
/*end of box*/

#main {
	margin: 20px auto;
}

.spacing {padding: 25px 30px;}

#razer-wrapper a {
	border: none;
}

#razer-wrapper a img {
	border: 0;
}

#razer-wrapper p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: justify;
	vertical-align: bottom;
}

h1.title {
	font-family: "DINPro-Regular",Arial,Helvetica,sans-serif;
	font-size: 45px;
	color: #fff;
	text-transform: none;
	vertical-align: bottom;
}

h2.title {
	font-family: "DINPro-Regular",Arial,Helvetica,sans-serif;
	font-size: 24px;
	color: #fff;
	text-transform: none;
	vertical-align: bottom;
}

h3.title {
	font-family: "DINPro-Regular",Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #fff;
	text-transform: none;
	vertical-align: bottom;
	margin-bottom: 5px;
}

h3.title img {
	margin-right: 8px;
}

#nav {
	height: 33px;
	width: 938px;
	border: 1px solid #333;
	border-top: 0;
	background: #121212;
}

#nav a {
	font-family: "DINPro-Regular",Arial,Helvetica,sans-serif;
		color: #fff;
}

#nav a:hover,
#nav .selected {
	color: #0f0;
}

#nav ul {
	margin-left: 30px;
}

#nav ul ul {
	width: 200px;
	border: 1px solid #333;
	border-top: 0;
	margin-left: -11px;
	margin-top: 13px;
	float: left;
	background-color: #121212;
	position: absolute;
}

#nav ul li ul, 
#nav:hover ul li ul, 
#nav:hover ul li:hover ul li ul { 
	display: none;
}

#nav:hover ul, 
#nav:hover ul li:hover ul, 
#nav:hover ul li:hover ul li:hover ul {display:block;
}

#nav li {
	font-size: 16px;
	display: block;
	margin-right: 135px;
	float: left;
	height: 33px;
}

#nav li a {
	display: block;
	height: 20px;
}

#nav li li {
	font-size: 13px;
	display: block;
	margin-right: 0;
	margin-left: 10px;
	height: 25px;
	float: none;
}

#nav li li a {
	display: block;
	width: 200px;
	height: 25px;
}

#nav li:last-child {
	margin-right: 0;
}

#home {
	background: url(../images/home-bg.jpg) no-repeat center top;
	padding-top:355px;
}

.devices {
	float: left;
	margin-right: 10px;
}

ul.list {
	color: #666;
	font-size: 14px;
	list-style-type: disc;
}

ul.list li {
	margin-left: 20px;
	line-height: 20px;
}

#synapse {
	background: url(../images/synapse-bg.jpg) no-repeat center top;
	padding-top: 330px;
}

#synapse img {
	margin-bottom: 40px;
}

#lcd {
	background: url(../images/lcd-bg.jpg) no-repeat center top;
	padding-top: 320px;
}

ul.apps {
	width: 475px;
	margin: auto;
}

ul.apps li {
	display: block;
	float: left;
	margin: 5px;
}

#customizing-keys img {
	margin-bottom: 40px;
}

#customizing-trackpad img {
	margin-bottom: 40px;
}

.bar {
	width: 878px;
	height: 1px;
	margin: 45px auto;
	background-color: #272727;
}

#applications .app {
	width: 270px;
	margin-right: 30px;
}

#applications .app p {
	margin-top: 10px;
}

#applications .mp {
	margin-bottom: 60px;
}

#applications .mp img.display {
	margin-right: 10px;
}

#applications .mp img.btn {
	vertical-align: bottom;
	margin-left: 2px;
	margin-right: 2px;
}

#game-specific .swtor {
	height: 75px;
	width: 415px;
}

#game-specific .swtor img.left {
	margin-right: 10px;
}

#game-specific .swtor span {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

#game-specific .swtor p {
	width: 350px;
}

.tf2, .bf3 {
	margin-top: 40px;
}

#game-specific .tf2 .display,
#game-specific .bf3 .display {
	width: 250px;
	margin-right: 40px;
}

#game-specific .tf2 .details,
#game-specific .bf3 .details  {
	width: 585px;
}

#game-specific .tf2 p,
#game-specific .bf3 p {
	margin-bottom: 10px !important;
}

#developers {
	background: url(../images/developers-bg.jpg) no-repeat center top;
	padding-top: 565px;
}

#developers #forum {
	margin: 30px 0;
}