
#wrapper {
	width: 960px;
}

#pageBlock {
	width: 958px;
}

/* presented in order in an attempt to be orderly. */
#pageHeader {
	width: 958px;
}

	#twitterBar {
		background-image: url('/shop/twitter.png');
		background-repeat: no-repeat;
		position: absolute;
		height: 48px;
		left: 450px;
		top: 37px;
		width: 500px;
	}
	
		#twitterBar p {
			padding: 0;
			text-indent: 0;
			margin-left:10px;
			margin-right:93px;
			margin-top:3px;
		}
		
			#twitterBar p a {
				font-weight: bold;
			}
			
				#twitLink {
					position: absolute;
					height: 38px;
					left: 450px;
					top: 9px;
					width: 55px;
				}

#rightBar {
	display:block;
	float:right;
	margin:0;
	padding:0;
	position:relative;
	width:165px;
}

.sectionSubLinks {
	color: #666 !important;
	font-size: 100% !important;
}

.sectionSubLinks:hover {
	color: #3399FF !important;
}
	
	.sideMenuHeader {
		background-image: url('/shop/menubg.jpg') !important;
		width: 164px !important;
		margin-left: 5px !important;
	}
	
		.sideMenuHeader h3 {
			padding-left: 19px;
		}
	
	#sideBasketHeader {
		background-image: url('/shop/menubg-red.jpg') !important;
		width: 164px !important;
		margin-left: 5px !important;
	}
	
		#sideBasketHeader h3 {
			padding-left: 19px !important;
		}
	
		#sideBasketHeader h3 a {
			padding-left: 0 !important;
		}

#shopHeader {
	background-image: url('/shop/shopheader.jpg') !important;
	background-repeat: no-repeat !important;
	height: 91px !important;	
	width: 958px !important;
	text-indent: -9999px;
}

#sideSearch {
	margin-left: 25px !important;
}

#searchBox {
	background-image: url('/shop/searchbox.jpg');
	height: 60px;
	width: 615px;
	margin-top: 0;
	background-repeat: no-repeat;
}
	#searchBox form {
		margin: 18px 25px 0 75px;
		float: left;
	}

	#searchBox label {
		width: 200px;
		font-size: 110%;	
		color: #fff;
		margin-left: 10px;
	}

	
	#footerBar {
		width:938px;
		border-top: 1px solid #999;
		float: left;
		margin: 10px;
		color: #666;
	}
	
	#footerBar a {
		color: #666;
		text-decoration: none;
	}
	
	#footerBar a:hover {
		color: #36C;
	}


