body {
	margin: 0;
	padding: 0;
	background-color: #444444;
	color: #666666;
}

a#plaintext {
	display: block;
	position: absolute;
	top: 10px;
	left: 40px;
	color: #dddddd;
	text-decoration: none;
}

#nav {
	position: relative;
	width: 100%;
	height: 80px;	
	background: url(../images/pbackground.gif) repeat-x;
}

#nav ul {
	height: 80px;	
	position: absolute;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 40px;
}

#marker {
	left: 0;
	top: 100px;
	position: absolute;
	width: 140px;
	height: 80px;
	background: url(../images/pmarker.gif) no-repeat;;
}

#nav li {
	float: left;
}

#nav li.sel a {
	color: #5E6FAC;
}

#nav li a {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 20px 10px;
	height: 40px;
	width: 80px;
	text-decoration: none;
	color: #666666;
}

#subnav {
	position: relative;
	width: 100%;
	height: 30px;	
	background: #f7f7f7 url(../images/psubnav.gif) repeat-x;
}

#subnav ul {
	height: 30px;	
	position: absolute;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 30px;
}

#subnav li {
	float: left;
	height: 20px;
}

#subnav li.sel a  {
	color: #5E6FAC;
	background-color: #ffffff;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 8px 9px 7px 9px;
}

#subnav li a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #666666;
	padding: 8px 10px 8px 10px;
	line-height: 14px;
}

#eyecatcher {
	position: relative;
	width: 100%;
	background: #ffffff url(../images/s2dlogo.jpg) 540px 0 no-repeat;
	height: 300px;
}

#eyecatcher h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 40px;
	top: 40px;
	width: 500px;
	height: 80px;
	background: url(../images/ptitle.gif) no-repeat;
}

#eyecatcher h1 span {
	display: none;
}

#maincol {
	background-color: #f7f7f7;
	width: 100%;
	margin: 0;
}

#maincontainer {
	width: 900px;
	padding: 40px;
}

#content {
	float: left;
	width: 600px;
}

#sidebar {
	float: right;
	width: 230px;
}

#footer {
	border-top: #dddddd solid 1px;
	padding: 10px 40px;
	color: #eeeeee;
}

#footer a {
	color: #eeeeee;
	text-decoration: none;
}

#searchbox {
	position: absolute;
	top: 240px;
	left: 40px;
	padding: 0;
	margin: 0;
	width: 400px;
	height: 32px;
	background: url(../images/psearchbox.gif) no-repeat;
	color: #666666;
}

#searchsubmit {
	position: absolute;
	margin: 0;
	top: 0px;
	left: 285px;
	width: 115px;
	height: 32px;
}

#searchsubmit:hover {
	background-position: 0 -32px;
}

#searchcriteria {
	position: absolute;
	border: 0;
	outline: 0;
	top: 6px;
	left: 6px;	
	width: 260px;
}

a.shopnav {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
	color: #666666 !important;
	font-weight: normal  !important;
}

a.shopnav:hover {
	color: #ffffff !important;	
	background-color: #5E6FAC;
	text-decoration: none !important;
}