* {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #595750;
	text-align: center;
	background: url(../../images/bkg.jpg) top repeat-x #fbfbf6;
}

/* ----- IDS ----- */
#container {
	width:650px;
	margin:0 auto;
	text-align:left;
} 
#container .padding { padding: 0 25px 50px 25px; }
#flash {}
#mainContent {
	float: left;
	width: 100%;
	margin: 0 auto 0px auto;
}

#jump {
	float: left;
	width: 100%;
	margin-top: 0px;
	background-image: url(../../images/jumpBg.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#jump .row { float: left; display: inline; width: 100%; padding-top: 25px; padding-bottom: 10px; clear: both; background:url(../../images/dots.gif) bottom left repeat-x; }
#jump .row.last { background: none; }
#jump .box {
	position: relative;
	float: right;
	display: inline;
	width: 230px;
	margin: 0 35px 0 25px;
}
#jump .box p { margin-left: 3px; font-size: 11px; }
#jump .box img { width: 240px; height: 35px; margin-bottom: 5px; }

#inner { float: left; width: 100%; padding: 12px 0 0 0;} 

.guide { width: 260px }
.guide table {
	width: 260px;
	border: 2px solid #ab9887;
	color: #3E342F;
	margin-bottom: 20px;
}
.guide td { font-size: 11px; padding: 0px 5px 0px 5px; }
.guide thead td { height: 30px; border-bottom: 2px solid #ab9887; }
.guide tbody td {
	text-align: left;
}
.guide tfoot td { height: 30px; border-top: 2px solid #ab9887; text-align: left }

/* ----- FORMS ----- */
form { padding:0; margin:0; }
fieldset { padding:0; margin:0; border:0px;}
legend { padding:0; margin:0; display:none; }
label { display:none; }
input { font-size: 1.1em; }
 
.orderForm { margin-left: 78px; margin-top: 20px; margin-bottom: 10px; }
.orderForm form { font-size: 1.0em;}
.orderForm label { display:block; width:230px; float:left; padding-top: 10px; }
.orderForm input, textarea {
	width:200px;
	padding:1px 2px;
	margin-top: 8px;
	font-size: 1.0em;
	border: 1px solid #3E342F;
	height: 20px;
}
.orderForm .submit { width:97px;  margin-right: 9px; }
.orderForm .reset { width:97px; }
.orderForm select { width:208px; margin-top: 8px; font-size: 1.0em;}
.inputfieldlarge {padding:1px 2px; margin-bottom: 10px;}
.selectfieldsmall { width: 102px !important;}
.checkRadioLabel  { width: 60px!important; }
.orderForm p {
	padding: 0px;
	margin: 0px;
	color:#3E342F;
	width: 430px;
	padding-top: 8px;
	height: 22px;
}
.orderForm p.note { font-size: 10px;}
.orderForm .checkBox { width: 20px; margin-right: 12px; border: none !important; }

/* ----- FOOTER ----- */
#footer { clear: both; width: 100%; padding: 5px 0 8px 0; text-align: left; border-top: 3px solid #3E342F; }
#footer {
	color: #3E342F;
}
#footerL { float: left; }
#footerR { float: right; font-size: 10px; }
#copyright {
	display: inline;
	font-size: 10px;
	color: #3E342F;
}

/* ----- CLASSES ----- */
.clear { clear:both; height: 0; line-height: 0; font-size: 0; }
.hide { display:none; }
.show { display:block; }
.printShow { display:none; }
.float_left { float:left !important; }
.float_right { float:right !important; }
.align_left { text-align:left !important; }
.align_center { text-align:center !important; }
.align_right { text-align:right !important; }
.align_justify { text-align:justify !important; }
.align_bottom { vertical-align:bottom !important; }
.image_right { float:right; padding:0 0 15px 15px; }
.image_left { float:left; padding:0 15px 15px 0; }
.image_center { margin:0 auto;}
.relative { position:relative; }
.inline {display:inline;}
.hand { cursor:pointer;}

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold;}

/* ----- GLOBAL ----- */
img { display:block; border:0; }
p {
	margin-bottom: 1.5em;
	color: #3E342F;
}
address { font-style:normal;}

/* ----- LINKS ----- */
a	{
	text-decoration: none;
	}

a:link, a:visited {
	color: #a1b824;
	}

a:hover, a:active {
	color: #778905;
	}

/* ----- TABLES ----- */
table{ border-collapse:collapse; }
table p { padding:0px; }
