body {
	behavior: url(PIE.htc);

/* pure horror
	font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
	letter-spacing: 0.7px;
*/

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

	margin: 0px;
	padding: 0px;

	font-size: 10px;
	color: #000;

	background: #eee url('../images/background.png') fixed repeat;
}

/*
 *	default elements
 */
a img {border: none;}
a:link {color: #444444;text-decoration: none;}
a:visited {color: #444444;text-decoration: none;}
a:hover {color: #8ec63d;}
a:active {color: #444444;}
h1 {font-size: 1.8em; padding-left:25px;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.0em;}
h4, h5, h6, label, h4.optionName, legend, address {font-size: 1.1em;}
h1, h2, h3, h4, h5, h6 {margin: 0.3em 3px;}
hr {height: 1px;margin-top: 0.5em;border: none;border-bottom: 1px solid #9a9a9a;}
.clearBoth {clear: both;}

/*
 *	zen cart / form elements
 */
code {font-family: arial, verdana, helvetica, sans-serif;font-size: 1em;}
form, select, input {display: inline;font-size: 1em;margin: 0.1em;}
textarea {margin: auto;display: block;width: 95%;}
fieldset {padding: 0.5em;margin: 0.5em 0em;border: 1px solid #ccc;}
legend {font-weight: bold;padding: 0.3em;}
label, h4.optionname {line-height: 1.5em;padding: 0.2em;}
label.checkboxlabel, label.radiobuttonlabel {margin: 0.5em 0.3em;}
label.inputlabel {width: 11em;float: left;}
label.inputlabelpayment {width: 15em;float: left;}
label.selectlabel, label.switchedlabel, label.uploadslabel  {width: 12em;float: left;}
p, address {padding: 0.5em;}
address {font-style: normal;}

/*
 *	error stack
 */
.messageStack {
	position: relative;

	line-height: 14px;
	font-size: 10px;

	margin: 8px;

	color: #ee0000;
}

/*
 *	wrapper
 */
#resolutionFix {
	position: absolute;

	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;

	min-width: 1320px;

	background: transparent;
	border: none;
	overflow: visible;
}

#tableWrapper {
	position: relative;

	width: 1120px;

	top: 0px;
	left: 50%;
	margin-left: -560px;

	height: auto;

	padding-top: 4px;
	padding-bottom: 4px;

	margin-top: 0px;
	margin-bottom: 8px;

	background: #eee url('../images/table.png') repeat;

	border: 1px solid #000;
	border-top: none;
	border-bottom: none;

	-moz-box-shadow: 0px 0px 10px 6px #000;
	-webkit-box-shadow: 0px 0px 10px 6px #000;
	box-shadow: 0px 0px 10px 6px #000;
}

#socialWrapper {
	position: absolute;

	right: 18px;
	top: 24px;

	width: 32px;
	height: auto;

	padding: 0px;
	margin: 0px;

	overflow: visible;
}

#socialWrapper a {
	float: left;
	margin: 0px;
	margin-bottom: 19px;
}

#mainWrapper {
	position: relative;

	height: auto;
	width: 980px;

	top: 0px;
	left: 50%;
	margin-left: -490px;

	background: none;
	text-align: left;
}

#headerWrapper {
	position: relative;

	left: 0px;
	right: 0px;

	height: 180px;

	margin: 0px;
	padding: 0px;

	margin-bottom: 16px;
	margin-top: 16px;

	background: #fff;

	-moz-box-shadow:    3px 3px 4px 4px #111;
	-webkit-box-shadow: 3px 3px 4px 4px #111;
	box-shadow:         3px 3px 4px 4px #111;
}

#menuWrapper {
	position: relative;

	left: 0px;
	right: 0px;

	height: 42px;

	margin: 0px;
	padding: 0px;

	margin-top: 16px;
	margin-bottom: 16px;

	display: block;
	z-index: 99;
}

#footerWrapper{
	position: relative;

	left: 0px;
	right: 0px;

	height: 160px;

	margin: 0px;
	padding: 0px;

	margin-bottom: 20px;

	background: #fff;

	-moz-box-shadow:    3px 3px 4px 4px #111;
	-webkit-box-shadow: 3px 3px 4px 4px #111;
	box-shadow:         3px 3px 4px 4px #111;
}


#contentMainWrapper{
	position: relative;

	left: 0px;
	right: 0px;

	margin: 0px;
	padding: 0px;

	margin-bottom: 16px;

	background: #fff;

	display: none;

	-moz-box-shadow:    3px 3px 4px 4px #111;
	-webkit-box-shadow: 3px 3px 4px 4px #111;
	box-shadow:         3px 3px 4px 4px #111;
}

.contentMainWrapper_small{
	height: 478px;
}

.contentMainWrapper_big{
	height: 800px;
}

.non_select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}