body {
	padding: 0;
	margin: 0;
	color: #ffffff;
	background-color: #666666;
}

#pagecontainer {
	width: 100%;
	background: url(./../images/s2dlogo.jpg);	
}

#topbar {
	width: 100%;
	background: url(./pblack50.png);
	height: 50px;
	padding: 0;
	position: relative;
}

#searchform {
	position: absolute;
	width: 160px;
	height: 26px;
	right: 0;
	top: 12px;
	background: url(./psearchbox.png) no-repeat;
}

#searchcriteria {
	position: absolute;
	width: 120px;
	height: 18px;
	line-height: 18px;
	background-color: #000000;
	color: #aaaaaa;
	border: 0;
	top: 3px;
	left: 7px;
	font-size: 14px;
}

#searchsubmit {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 7px;
	top: 5px;
}

#logocontainer {
	width: 960px;
		margin: 0 auto;
	}

#logocontainer p {
    color: #eeeeee;
    font: 20px/20px Georgia,"Times New Roman",Times,serif;
    text-align: right;
	width: 500px;
	margin: 0;
	padding: 25px 0;
	float: right;
	text-shadow: #000000 1px 1px 2px;
}

#logocontainer h1 {
    color: #ffffff;
    font: 42px/42px Georgia,"Times New Roman",Times,serif;
    text-align: left;
	letter-spacing: 0px;
	width: 400px;
	text-shadow: #000000 2px 2px 5px;
	margin: 0;
	padding: 25px 0;
	float: left;
}

#shopping {
	clear: both;
	width: 940px;
	height: 50px;
	background: url(./pshopping.png) no-repeat;
		margin: 0 auto;
		padding: 0 10px;
}

#shopping a {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	line-height: 16px;
	height: 16px;
	padding: 7px 10px 7px 10px;
}

#shopping a:hover {
	background: url(./pblack50.png);
}


#maincontainer {
	width: 960px;
		margin: 0 auto;
		clear: both;
}

#contentcontainer {
	width: 610px;
		float: left;
	}

#contenttop {
	width: 610px;
	height: 10px;
	background: url(./pcontenttop.png) no-repeat;
	font-size: 1px;
}

#contentbottom {
	width: 610px;
	height: 10px;
	background: url(./pcontentbottom.png) no-repeat;
	font-size: 1px;
}

#content {
	width: 570px;
	padding: 10px 20px;
	background: url(./pblack50.png);
}

#sidebarcontainer {
	width: 330px;
		float: right;
	}

#sidebartop {
	width: 330px;
	height: 10px;
	background: url(./psidebartop.png) no-repeat;
	font-size: 1px;
}

#sidebarbottom {
	width: 330px;
	height: 10px;
	background: url(./psidebarbottom.png) no-repeat;
	font-size: 1px;
}

#sidebar {
	width: 290px;
	padding: 10px 20px;
	background: url(./pblack50.png);
}

#clearfix {
	clear: both;
	height: 30px;	
}

#footercenter {
	width: 960px;
		margin: 0 auto;
	}

#footer {
	float: right;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	line-height: 18px;
}

#common {
	float: left;
	width: 760px; 
	padding: 20px 0;
}

#common ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#common li {
	margin: 0;
	padding: 0;
	float: left;
}

#common ul ul {
	width: 190px;
}

#common li a {
	display: block;
	padding: 6px 10px;
	width: 170px;
	text-decoration: none;
	color: #eeeeee;
	font-weight: bold;
	text-transform: uppercase;
}

#common li li a {
	font-weight: normal;
	text-transform: none;
}

#common a:hover {
	color: #2C9CD4;
}

#tsform {
	padding: 20px 0;
	margin: 0;
}

#tslogo {
	display: block;
	width: 50px;
	height: 50px;
	border: none;
	float: left;
}

#tslink {
	display: block;
	float: right;
	width: 140px;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #ffffff;
}

.clearer {
	clear: both;
}

#searchajax {
	position: absolute;
	width: 160px;
	height: 132px;
	background: url(./pblack75.png);
	top: 50px;
	right: 0;
	overflow: hidden;
	display: none;
	z-index: 20;
	text-align: left;
}

#searchajax a {
	display: block;
	padding: 4px 10px;
	width: 150px;
	height: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #aaaaaa;
}

#searchajax a:hover {
	background-color: #000000;
	color: #ffffff;
}

#searchajax a.activelink {
	background-color: #000000;
	color: #ffffff;
}

#breadcrumbs {
	border-bottom: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 16px;
	padding-bottom: 4px;
	font-size: 90%;
}

#breadcrumbs a {
	color: #eeeeee !important;
	font-weight: normal !important;
}

#breadcrumbs a:hover {
	color: #ffffff !important;
}

