body {
	background: #ebebeb url(./../images/pbackground.gif);
	padding: 0;
	margin: 40px;
	color: #808080;	
}

p {
	line-height: 170%;
	padding: 0;
	margin: 0 0 20px 0;
}

#centercontainer {
	width: 960px;
		margin: 0 auto;
			background: #ffffff url(./../images/pfade.gif) repeat-y 660px 0;
		box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	position: relative;
}

div#logo {
	border-bottom: 1px solid #e3e3e3;
	display: block;
	width: 960px;
	height: 330px;
	background: #b4b4b4 url(./../images/plogoback.gif);
	position: relative;
	overflow: hidden;
}

div#logo .selector {
	width: 32px;
	height: 32px;
	background: url(./../images/pselector.gif);
	background-position: 0 0;
	position: absolute;
	bottom: 8px;
	cursor: pointer;
	z-index: 30;
}

div#logo div.sel {
	background-position: 0 -32px;
}

div#logo img {
	width: 960px;
	height: 330px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#sidebar {
	width: 220px;
	float: right;
	padding: 30px 40px 30px 0;
}

#content {
	width: 580px;
	float: left;	
	padding: 30px 0 30px 40px;
}


.clearer {
	clear: both;
}

ul#menu {
	height: 42px;
	background-color: #F7F7F7;
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #CC9933;
	z-index: 100;
}


ul#menu li {
	float: left;
	position: relative;
	z-index: 100;
}

ul#menu li a {
	padding: 12px;
	background-color: #F7F7F7;
	display: block;
	text-decoration: none;
	color: #2231A1;
	outline: none;
	line-height: 18px;
	border-right: 1px solid #CC9933;
	text-shadow: 1px 1px 0 #ffffff;
}

ul#menu li li a {
	width: 176px;
	border-bottom: 1px solid #CC9933;
}

ul#menu li ul {
	position: absolute;
	top: -9999px;
	left: -1px;
	width: 200px;
	height: auto;
	border-left: 1px solid #CC9933;
	border-right: 1px solid #CC9933;
	border-top: 1px solid #CC9933;
	border-bottom: none;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}

ul#menu li li ul {
	border-left: 1px solid #CC9933;
	border-right: 1px solid #CC9933;
	border-top: 1px solid #CC9933;
}

ul#menu li li {
	width: 200px;
}

ul#menu li.sel {
	visibility:	inherit;
}

ul#menu li.hover ul {
	top: 100%;
}

ul#menu li li ul,
ul#menu li.hover li ul {
	top: -9999px;
	left: 200px;
}

ul#menu li.right li ul {
	left: -202px;
}

ul#menu li.hover li.hover ul {
	top: -1px;
}

ul#shopping {
	height: 42px;
	background-color: #F2F2F2;
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e3e3e3;
}


ul#shopping li {
	float: right;
	position: relative;
}

ul#shopping li a {
	padding: 12px;
	background-color: #F2F2F2;
	display: block;
	text-decoration: none;
	color: #808080;
	outline: none;
	line-height: 18px;
	border-left: 1px solid #e3e3e3;
	text-shadow: 1px 1px 0 #ffffff;
}

#searchform {
	background-color: #111111;
	position: absolute;
	width: 200px;
	height: 26px;
	top: 8px;
	right: 8px;
	background: url(./../images/psearchbox.gif) no-repeat;
}

#searchcriteria {
	position: absolute;
	border: 0;
	top: 3px;
	left: 6px;
	font-size: 13px;
	height: 18px;
	line-height: 18px;	
	width: 163px;
	background-color: #f8f8f8;
	outline: none;
	color: #2231A1;
}

#searchsubmit {
	border: 0;
	width: 20px;
	height: 20px;
	right: 3px;
	top: 3px;
	position: absolute;
	background: url(./../images/psearch.gif) no-repeat;
	cursor: pointer;
}

#common {
	font-family: Times New Roman;
	font-style: italic;
	font-size: 16px;
	background-color: #f2f2f2;
	padding: 12px;
	text-align: center;
	color: #808080;	
	text-shadow: 1px 1px 0 #ffffff;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

#common a {
	color: #808080;	
	text-shadow: 1px 1px 0 #ffffff;
	text-decoration: none;	
}

#common a:hover {
	color: #000000;
}

#footer {
	width: 960px;
		margin: 0 auto;
		text-align: center;
	text-shadow: 1px 1px 0 #ffffff;
	padding: 20px 0 0 0;		
}

#breadcrumbs {
	padding: 0 0 4px 0;
	font-size: 90%;
	color: #aaaaaa;
}

#breadcrumbs a {
	color: #aaaaaa;
	text-decoration: none;	
}

#breadcrumbs a:hover {
	color: #000000;
}

#searchajax {
	position: absolute;
	width: 214px;
	height: 252px;
	top: 43px;
	right: 0px;
	overflow: hidden;
	display: none;
	background-color: #F7F7F7;
	border-left: 1px solid #CC9933;	
	border-bottom: 1px solid #CC9933;	
	z-index: 100;
}

#searchajax a {
	display: block;
	width: 190px;
	height: 18px;
	line-height: 18px;
	padding: 12px;
	text-decoration: none;
	color: #2231A1;
	text-shadow: 1px 1px 0 #ffffff;
}

#searchajax a:hover {
	background-color: #E6E6E6;	
}

#searchajax a.activelink {
	background-color: #2231A1;	
	color: #ffffff;
	text-shadow: none;
}

#tsform {
	padding: 20px 0;
	margin: 0;
}

#tslogo {
	display: block;
	width: 80px;
	height: 80px;
	border: none;
	float: left;
}

#tslink {
	display: block;
	float: right;
	width: 130px;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal !important;
	color: #808080 !important;
}
