/************************************************/
/***************** RESET STYLES *****************/
/************************************************/

* {
margin: 0;
padding: 0;
}
body {
color: #000;
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
background: #fefaf2;
text-align: center;
}
a,a:link,a:visited,a:active {
color: #000;
text-decoration: underline;
}
a:hover {
color: #000;
text-decoration: none;
}
a img {
border: 0;
}
:focus {
outline: 0;
}


/* Heading */
h1 {
color: #e3511f;
font-size: 20px;
line-height: 25px;
margin:0 0 15px 0;
}
h1.products {margin:0;}
h2 {
color: #e3511f;
font-size: 17px;
line-height: 22px;
margin-bottom: 3px;
}
h3 {
color: #000;
font-size: 15px;
font-weight: bold;
line-height: 20px;
}
h4 {
color: #e3511f;
font-size: 14px;
font-weight: normal;
line-height: 19px;
}
h5 {
color: #000;
font-size: 13px;
font-weight: normal;
line-height: 18px;
margin-bottom: 3px;
}
h6 {
color: #e3511f;
font-size: 12px;
font-weight: bold;
line-height: normal;
}
h3 a, h3 a:link, h3 a:visited, h3 a:active, h4 a, h4 a:link, h4 a:visited, h4 a:active, h5 a, h5 a:link, h5 a:visited, h5 a:active {color: #e3511f;}

/* Paragraph */
p {
margin-bottom: .9em;
}
address {
font-style: normal;
margin-bottom: .4em;
line-height: 1.4em;
}
cite {
font-size: 10px;
font-style: normal;
}
q:before,
q:after {
content: '';
}


/* Lists */
dt {
display: block;
font-weight: bold;
}
ul,
ol {
margin: 10px 30px;
}
li {
color: #333;
font-weight: normal;
margin-bottom:10px;
}


/* Size */
small {
font-size: .85em;
}
big {
font-size: 1.15em;
}
hr {
visibility: hidden;
overflow: hidden;
height: 0;
margin: 8px 0;
}


/* Clears */
.clear {
position: relative;
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
line-height: 0;
}
.nowrap {
white-space: nowrap;
}



/* Form */
form {
display: inline;
}
fieldset {
border: none;
}
legend {
display: none;
}
label {
color: #e3511f;
font-weight: bold;
}
input,
select,
button {
vertical-align: middle;
}


/* Form Elements */
.form-container .required {
color: #c00;
font-size: 9px;
font-family: Verdana,Arial,Helvetica,sans-serif;
}
.form-container .formHint {
color: #999;
font-size: 11px;
}
.form-container .buttonHolder {
text-align: left;
}
.form-container .errorField {
color: #c00;
font-weight: bold;
}
.form-container #errorMsg {
background: #ffdfdf url('../images/uf_error.png') repeat scroll 0%;
margin: 0pt 0pt 1em;
padding: 1em;
border: 1px solid #c00;
}
.form-container #errorMsg h3,
.form-container #errorMsg dt {
font-size: 110%;
font-weight: bold;
margin: 0 0 .5em 0;
line-height: 100%;
}
.form-container #errorMsg dd {
margin: 0;
padding: 0;
}
.form-container #errorMsg ol {
margin: 0;
padding: 0;
}
.form-container #errorMsg ol li {
position: relative;
margin: 0;
padding: 2px;
border-bottom: 1px dotted #c00;
list-style-position: inside;
}
.form-container #errorMsg ol li a:link,
.form-container #errorMsg ol li a:active,
.form-container #errorMsg ol li a:visited,
.form-container #errorMsg ol li a:hover {
color: #c00;
text-decoration: none;
}
.form-table {
border: none
}
.form-table td {
padding: 8px;
text-align: left;
}
.form-table .altrow td {
/*background-color: #e7e7e7;*/
}
.form-table label {
text-transform: capitalize;
}
.form-table .textInput,.form-table textarea,.form-table select {
padding: 3px;
border: 1px solid #ccc;
color: #000;
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
}
#submitRow {
/*background: #adadad;
text-align: center;*/
}
#submitRow input {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background:	#ffd172;
	padding: 6px;
	border: 1px solid #fef1d6;
	border-right: 1px solid #eda140;
	border-bottom: 1px solid #eda140;
	text-decoration:none;
}


/* Tables */
/* Table */
th {
font-weight: normal;
text-align: left;
vertical-align: top;
}
td {
vertical-align: top;
}
.table1 {
width:511px;
padding: 0;
margin: 0;
background: transparent url('../images/bg-tableglow.png') no-repeat 50% 0;
}

.table1 th {
color: #000;
font-size: 12px;
font-weight: bold;
background: transparent url('../images/bg-tablehdr.png') repeat-x 50% 0;
padding: 6px 6px 6px 17px;
border-bottom: 1px solid #fff;
border-left: none;
text-transform: uppercase;
text-align: left;
width:200px;
}

.table1 td {
	color: #000;
	font-size: 12px;
background: none;
padding: 6px 6px 6px 17px;
/*border-right: 1px solid #fff;*/
border-bottom: 1px solid #fff;
width:200px;
}

.table1 .lt {/*border-left: 1px solid #fff;*/padding: 6px 0px 6px 12px;}

.table3col {background: transparent url('../images/bg-table.png') repeat-x 50% 0;padding: 0;
margin: 0;width:100%;}
.table3col .lt {border-left: 1px solid #fff;}
.table3col td {border-right: 1px solid #fff;border-bottom: 1px solid #fff;color: #000;font-size: 12px;background: none;padding: 6px 6px 6px 6px;}
.table3col tr.top td {border-top: 1px solid #fff;}

.table-diff {background: none;padding: 0;margin: 0;width:100%;}
.table-blank .lt {border-right:1px solid #fff;}
.table-blank th {background:none;border-bottom:1px solid #fff;padding: 3px 6px 0 12px;}
.table-blank td {border: none;color: #000;font-size: 12px;background: none;padding: 6px 6px 3px 12px;}
/*.table-blank tr.btm td {border-bottom: 1px solid #fff;}*/

