

/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding:0px;
	margin:0px;
	background:#fff;
	color: #000000;
}
#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:300px;
	background:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin-bottom:-52px;
	color: #000000;
}
* html #outer{height:100%;margin-left:297px}/* ie 3 pixel jog*/ 
#header{
	position:absolute;
	top:0;
	left:100;
	width:100%;
	height:100px;
	background:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	overflow:hidden;
	color: #000000;
}
#header h1 {
	margin: 0;
	font-family: Verdana;
	font-size: 12pt;
	color: #444;
	padding: 0 0 0 22px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:300px;
	float:left;
	margin-left:-299px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:102px;/*needed to make room for header*/
	left:19px/* line things up exactly*/
}
* html #left {margin-right:-3px}/* three pixel jog*/
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
	background-color: #fff;
	text-align:center;
	position:relative;
	font-family: Verdana;
	font-size:11pt;
	color: #ddd;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:102px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

#centrecontent {
	font-family: Verdana;
	font-size:11pt;
	color: #444;
	line-height: 150%;
	padding:0px 20px 40px 0;
}
img.jackwrap{float:left;margin:0px;}

.title {color:#c00; font-weight: bold;}

div.sdmenu {
	width: 280px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	color: #fff;
}
div.sdmenu div {
	background-color: #fff;
	overflow: hidden;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px  solid #fff;
	border-bottom:1px solid #fff;
}


div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	font-size: 16px;
	display: block;
	padding: 5px 0px 5px 32px;
	font-weight: bold;
	color: white;
	background: url(images/ArrowDown18x18.gif) no-repeat 10px center;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(images/ArrowRight18x18.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #fff;
	display: block;
	border-bottom: 1px solid #fff;
	color: #159;
	text-decoration: none;
}
div.sdmenu div a.current {
	background : #f0f0f0;
}
div.sdmenu div a:hover {
	background : #159 url(images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
/*- Order Button ---------------------------- */
.button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	background-image: url(images/aButtonBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000;
}
#buttonPad {
	padding: 3px;
	background-color: #C00000;
}
#buttonPadAudio {
	padding: 3px;
	background-color: #FFFFFF;
}


