BODY {
	margin: 0px;
	padding: 0px;
	background: #955054  url(./../images/pbackgrnd.gif) no-repeat center top;
}

#topshadow {
	width: 1020px;
	height: 140px;
	background: url(./pshadowtop.png);
	margin: 0 auto;
	position: relative;
}

#topshadow h1 {
	width: 800px;
	height: 50px;
	position: absolute;
	top: 64px;
	left: 70px;
	background: url(./../images/ptitle.gif);
	margin: 0;
	padding: 0;
}

#common {
	width: 900px;
	height: 16px;
	top: 40px;
	right: 43px;
	position: absolute;
	text-align: right;
	color: #888888;
}

#common a {
	color: #888888;
	text-decoration: none;
} 

#common a:hover {
	color: #000000;
} 


#topshadow h1 span {
	display: none;
}

#searchform {
	background-color: #111111;
	position: absolute;
	width: 305px;
	height: 44px;
	top: 72px;
	right: 30px;
	background: url(./../images/psearchbar.gif) no-repeat;
}

#searchcriteria {
	position: absolute;
	border: 0;
	top: 13px;
	left: 18px;
	font-size: 13px;
	height: 16px;	
	width: 240px;
	background-color: #ffffff;
	color: #444444;
	outline: none;
}

#searchsubmit {
	border: 0;
	width: 24px;
	height: 24px;
	right: 4px;
	top: 9px;
	position: absolute;
	background: url(./../images/psearchsubmit.gif) no-repeat;
}


#bottomshadow {
	width: 960px;
	background: url(./pshadowbottom.png);
	margin: 0 auto;
	padding: 0 30px 30px 30px;
	height: 36px;
}

#footer {
	width: 940px;
	height: 16px;
	line-height: 16px;
	padding: 10px;
	text-align: center;
	color: #ffffff;
}

#mainshadow {
	width: 960px;
	background: url(./pshadow.png) repeat-y;
	padding: 0 30px;
	margin: 0 auto;
}

#maincontainer {
	width: 960px;
	background-color: #ffffff;
}

#glow {
	width: 960px;
	height: 6px;
	background: url(./../images/pglow.gif) repeat-x;
	font-size: 1px;
}

#dropshadow {
	width: 960px;
	height: 7px;
	background: url(./../images/pdrshadow.gif) repeat-x;
	font-size: 1px;
}


#content {
	width: 620px;
		float: right;
	padding: 30px 40px 40px 0;
	}

#sidebar {
	width: 210px;
		float: left;
	padding: 30px 0 40px 40px;
	}

.clearer {
	clear: both;
}

#menu {
	width: 960px;
	height: 36px;
	background: url(../images/pmenubar.gif) repeat-x;
	position: relative;
	z-index: 10;
}

#menu ul {
	height: 36px;
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	position: relative;
}

#menu li a {
	padding: 8px 10px;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000000;
	font-weight: bold;
	color: #ffffff;
	outline: none;
	line-height: 20px;
}

#menu li li a {
	width: 178px;
	font-weight: normal;
}

#menu li a:hover {
	background: #000000;	
}

#menu li ul {
	position: absolute;
	top: -9999px;
	left: 0px;
	width: 198px;
	height: auto;
	background: url(./pmenuitem.png);
	z-index: 10;
}

#menu li li {
	width: 198px;
}

#menu li.sel {
	visibility:	inherit;
}

#menu li.hover ul {
	top: 100%;
}

#menu li li ul,
#menu li.hover li ul {
	top: -9999px;
	left: 198px;
}

#menu li.right li ul {
	left: -198px;
}

#menu li.hover li.hover ul {
	top: 0;
}

#shopping {
	width: 920px;
	height: 18px;
	line-height: 18px;
	background: url(../images/pmenubar.gif) repeat-x;
	position: relative;
	padding: 8px 20px;
	text-align: right;
	font-weight: bold;
}

#shopping a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
}

#shopping a:hover {
	color: #dddddd;
}


img#logo {
	display: block;
}

#searchajax {
	position: absolute;
	width: 240px;
	height: 132px;
	top: 120px;
	right: 75px;
	overflow: hidden;
	display: none;
	background-color: #ffffff;
	border: 1px solid #955054;	
	z-index: 20;
}

#searchajax a {
	display: block;
	padding: 4px 10px;
	width: 220px;
	height: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #444444;
}

#searchajax a:hover {
	background-color: #B9797C;	
	color: #ffffff;
}

#searchajax a.activelink {
	background-color: #B9797C;	
	color: #ffffff;
}