/* CSS For eXOsports.com */

#siteContainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#bodyContainer {
	width: 800px;
	display: inline-block;
}

#leftHeader {
	background: url(images/site-header-left.gif) repeat-x;
	width: 278px;
	float: left;
	height: 45px;
	padding-top: 10px;
	line-height: 12px;
	color: white;
}
#leftHeader a:link, #leftHeader a:visited, #leftHeader a:active, #leftHeader a:hover {
	color: white;
}
#rightHeader {
	float: left;
	width: 522px;
	text-align: left;
}

#leftColumn {
	width: 250px;
	float: left;
	display: inline-block;
}

#leftColumn img {
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
}
#contactUs {
	text-align: center;
}
#description {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
#checks {
	text-align: left;
}
#checks ul {
	list-style-type: none;
	padding-left: 15px;
}

#rightColumn {
	width: 530px;
	float: left;
	text-align: left;
	margin-left: 20px;
}

#rightColumn h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 16px;
}

#teamLogos {
	display: inline-block;
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#teamLogos img {
	margin-right: 30px;
}

#warehouse {
	display: inline-block;
	width: 500px;
	border-top: 1px solid #009800;
}

#footer {
	background-color: #3e9847;
	display: inline-block;
	width: 800px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	color: white;
}