/* Common */

html {
	overflow-y:scroll; /* prevent left layout shift */
}

html, body {
	margin: 0;
	padding: 0;
	background: #111 url(../images/main_bg.gif) repeat-y center;
#	background: #242424;
	text-align: justify;
#	font: 13px Georgia, "Times New Roman", Times, serif;	font: 13px Verdana;
	color: #999;
    height: 100%;
	z-index:0;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 5px;
	border: 2px solid #212223;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	background-color: #CCC;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #CF3822;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1.1em;
	font-weight: bold;
}

p, ol, ul {	margin: 0 0 1.8em 0;	line-height: 155%;}
img {	border: none;}
img.left {
	float: left;	align: left:    margin: 3px 30px 30px 0px;	padding-right: 20px;#	border: 2px solid #212223; }
img.right {	float: right;    margin: 3px 0px 30px 30px;	border: 2px solid #212223; }

.clearfix {
	clear:both;
}

#product_container {
    text-align: center;
}

.product {
	width: 100%;
	margin: 0 auto 10px auto;
	text-align:center;
}

.product p {
	line-height: 140%;
}

.product table {
	margin:0 auto;
}

a {
	color:#CCC;
}

a:hover {  
	text-decoration: none;
	color: #A50000;
}

/* Header */

#container {
	margin: -150px auto 0; /* sticky footer */
	padding: 0px;
	width: 900px;
#    background: #111 url(../images/content_bg.jpg) repeat-x left 150px; /* sticky footer */
    min-height:100%;
}

#header {
	width: 900px;
	height: 148px;
    border-top: 150px solid; /* sticky footer */
	padding: 0px;
}

#header img {
	display: block; /* fix for ie6 3 pixel vertical gap bug */
}


#contact p {
	margin: 0 0 1.5em 0;
}

/* Top Menu */

#menu {
	width: 830px;
	margin: 0 auto;
}

/* Footer Menu */

#footer_menu {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	text-align:center;
}

#footer_menu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#footer_menu ul li {
	display: inline;
}

#footer_menu a {
	text-decoration: none;
#	font-family: Georgia, "Times New Roman", Times, serif;	font-family: Verdana;	
	font-size: .85em;
	color: #CCC;
	text-transform:uppercase;
}

#footer_menu a:hover {  
	text-decoration: none;
	color: #A50000;
}

/* Content */

#content_container {
	width: 830px;
	margin: 0 auto;
	padding: 50px 0;
	display: block;
}

#content {
	width: 830px;
}

#content .title h2 {
	font-size: 2.2em;
	color: #CF3822;
}

/* Footer */

#footer {
    width: 900px;
	margin: 0 auto;
    padding: 0;
    height: 150px;     /* sticky footer */
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .85em;
#	font-family: Georgia, "Times New Roman", Times, serif	font-family: Verdana;
}

#footer a {
	text-decoration: none;
}

/* Popbox */
.PopBoxImageSmall
{
	margin: 0px 0px 5px 0px;
	border: 2px solid #212223; 
	cursor: url("../images/magplus.cur"), url("../images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 5px #FFF;
	cursor: url("../images/magminus.cur"), url("../images/magminus.cur"), pointer;
	width:480px;
	height:700px;
}
.PopBoxImageShrink
{
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}

/* Contact Form */

#contactForm {
	width: 345px;
	margin-top: 30px;
	clear: both;
}

#contactForm input, #contactForm textarea {
	width: 370px;
	margin-bottom: 5px;
}

#contactForm textarea:focus, #contactForm input:focus {
	background-color: #FFC;
}

#contactForm input.submit-button {
	font-size: 12px;	font-family: Verdana;
    width: 120px;
}

#validateMsg, .successMsg, .errorMsg {
    background-color: #FFC;
    padding: 5px 5px 5px 5px;
    color: #000;
    border: solid 2px;
}

#validateMsg {
    display: none;
    margin-bottom: 10px;
}

.successMsg {
    border-color: #060;
}

#validateMsg, .errorMsg {
    border-color: #900;
}

.highlight {
    background-color: #FFC;
}

table.table-instr {
    border-style: none;
}

table.table-instr td {
    padding-bottom: 5px;
    padding-right: 20px;
}

table.table-instr th {
	text-decoration: underline;
    padding-bottom: 5px;
    padding-right: 20px;
}

ul.list-bowchoice {
    list-style-type: none;
    list-style-type: square; !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ul.list-bowchoice > li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
#    border-left: 2px solid #CCCCCC;
}

ul.list-bowchoice .item-title {
	text-decoration: underline;
}

ul.list-makers {
    list-style-type: none;
    list-style-type: square; !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
	margin-bottom: 2.5em;
    counter-reset: li-counter;
}
ul.list-makers > li {
    position: relative;
    margin-bottom: 0px;
    padding-left: 0.5em;
    min-height: 2em;
#    border-left: 2px solid #CCCCCC;
}

ul.list-instruments {
    list-style-type: none;
    list-style-type: square; !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}
ul.list-instruments > li {
    position: relative;
    padding-left: 0.5em;
    min-height: 2em;
#    border-left: 2px solid #CCCCCC;
}

