/* General Stuff - Start */

html {
	height: 100%;
	overflow: hidden
}

body {
	font-family:arial,sans-serif;
	color: #000000;
	background-color: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #959595;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

div.widthLimiter {
	width: 960px;
	margin: 0 auto;
}

div#SiteContent {
	width: 100%;
	height: 100%;
}
	
div#SiteHeader {
	background: #000000;
	color: #FFFFFF;
	padding-top: 15px;
}

div#SiteHeader a {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

div#SiteHeader a:hover {
	color: #959595;
}

div#SiteHeader h1.logo {
	float: left;
	background: url(../../images/logo/crsvr_small.png) no-repeat;
	width: 86px; height: 27px;
}

div#SiteHeader h1.logo a {
	display: block;
	text-indent: -9999px; text-decoration: none;
	width: 86px; 
	height: 27px;	
}

ul#MainNavigation {
	float: right;
	margin-top: 7px;
}

ul#MainNavigation li {
	display: block;
	float: left;
	margin-left: 40px;
}

ul#MainNavigation span {
	float: left;
	display: block;
}

ul#MainNavigation a.facebook {
	float: left;
	display: block;
	text-indent: -9999px; text-decoration: none;
	width: 15px; height: 15px;
	background: url(../../images/nav/facebook_button.png) no-repeat;
	margin: 2px 0px 0px 10px;
	
}

ul#MainNavigation a.myspace {
	float: left;
	display: block;
	text-indent: -9999px; text-decoration: none;
	width: 15px; height: 15px;
	background: url(../../images/nav/myspace_button.png) no-repeat;
	margin: 2px 0px 0px 4px;
}

ul#MainNavigation a.twitter {
	float: left;
	display: block;
	text-indent: -9999px; text-decoration: none;
	width: 15px; height: 15px;
	background: url(../../images/nav/twitter_button.png) no-repeat;
	margin: 2px 0px 0px 4px;
}

#StoreContent {
	width: 100%;
}


div#SiteHeader:after,
ul#MainNavigation:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
