/* Mondo Trasho styles */

html, body {
	height:100%;
}
body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:8pt;
	font-family:"Courier New", Courier, monospace;
	color: #828282;
	overflow: -moz-scrollbars-vertical; /* fixes page jumping in firefox */
}
body.withBG {
	background-image:url(../img/bg.gif);
	background-repeat:no-repeat;
	background-position:center 614px;
}

#container {
	position:relative;
	min-height:100%;
}

#page {
	width: 800px;
	margin:0 auto;
	text-align: left;
	/*min-height:715px;*/
}

/*
#pile {
	position:absolute;
	width:100%;
	bottom:0pt;
	left:0pt;
	height:131px;
	text-align:center;
}
*/

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-size: 1em;
	font-weight:normal;
	margin-top:0;
	margin-bottom:1em;
}

p {
	margin-top:0;
	margin-bottom:1em;
}

a {
	color:black;
	text-decoration:none;
	outline:none;
}

/* layout */

#col1 {
	float:right;
	width:370px;
	margin-left:36px;
}

#logo {
	text-align:right;
	height: 108px;
}

#content {
	width:288px;
	text-align:left;
}
#content #hero {
	display:block;
	margin-bottom:30px;
	height:252px;
	overflow:hidden;
}
#content #hero #img2, #content #hero #img3, #content #hero #img4 {
	display:none;
}
#productHeading {
	overflow:auto;
	height:3em;
}
#productHeading h1 {
	margin-bottom:0;
	float:left;
	width:170px;
}
#productHeading #imgLinks {
	width:105px;
	float:right;
	text-align:right;
}
#productBody {
	height:175px;
	overflow:hidden;
}
#content.about {
	margin-top:104px;
	height:330px;
	overflow:visible;
}

#col2 {
	float:right;
	width:394px;
}

#nav {
	text-align:left;
	height:216px;
}

#feature {
	overflow:auto;
}
#feature img#hero {
	display:block;
	float:right;
}

#largeFeature {
	clear:both;
	padding-left:34px;
}

#productList {
	height:380px;
	overflow:hidden;
}
#feature #productList {
	width:360px;
}
#largeFeature #productList {
	width:693px;
}
#productList img {
	margin-left:9px;
	margin-bottom:9px;
	display:block;
	float:left;
}

/* custom scrollbar */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	/*cursor: pointer;*/
	right: 0;
	top: 0;
	height: 100%;
	background: white;
	width:19px;
	background-image:url(../img/scroll/scroll_track.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}
.leftScroll .jScrollPaneTrack {
	right:auto;
	left:0;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	/*
	background-image:url(../img/scroll/scroll_handle_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	*/
	background-image:url(../img/scroll/scroll_handle.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	/*
	background-image:url(../img/scroll/scroll_handle_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	*/
	height:2px;
}
.leftScroll .jScrollPaneDragTop {
	right:auto;
	left:0;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.leftScroll .jScrollPaneDragBottom {
	right:auto;
	left:0;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	overflow: hidden;
	width:19px;
	height: 10px;
	background-image:url(../img/scroll/scroll_up.gif);
	background-repeat:no-repeat;
}
.leftScroll a.jScrollArrowUp {
	right:auto;
	left:0;
}
a.jScrollArrowUp:hover {
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	overflow: hidden;
	width:19px;
	height: 10px;
	background-image:url(../img/scroll/scroll_down.gif);
	background-repeat:no-repeat;
}
.leftScroll a.jScrollArrowDown {
	right:auto;
	left:0;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}

#footer {
	font-size:0.9em;
	color:black;
	clear:both;
	text-align:center;
	display: none;
}

/* subscribe page */
#subscribePage {
	padding-left:120px;
	overflow:auto;
	zoom:1;
	height:325px;
}
font.required {
	display:none;
}
#subscribeText {
	width:200px;
	float:right;
	color:black;
	margin-right:50px;
}
#subscribePage form {
	float:left;
	margin-bottom:2em;
}
#subscribePage p {
	clear:both;
}
#subscribePage input {
	font-family:"Courier New", Courier, monospace;
	font-size:8pt;
	width:auto;
	color:white;
	background-color:black;
	border:none;
}
#subscribePage table input {
	background-color:#D0D0D0;
	width:228px;
	color:black;
	padding:1px 3px;
}
#subscribePage table {
	width: auto;
	border: none;
	border-collapse:collapse;
}
#subscribePage table td {
	text-align:left;
	border: none;
	color:#828282;
	margin:0;
}
.required {
	color:black;
}
.poweredphplist {
	display:none !important;
}
#mailingListPage {
	width:440px;
}