/* Reset CSS */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input
	{
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* Remove possible quote marks from <q>/<blockquote> */

blockquote:before, blockquote:after, q:before, q:after 
	{ 
	content: ""; 
	}
	
blockquote, q 
	{ 
	quotes: "" ""; 
	}
	
.clear {
	clear: both;	
}

.strike {
	text-decoration:line-through;
}

hr {
	border: none;
	border-top: 1px solid #403728;
	margin: 5px 0;
	height: 1px;
}

/* Link styles */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

a img
	{
	border:none;
	cursor: pointer;
	outline: none;
	}

a, a.visited, a.active
	{
	cursor: pointer;
	color: #18487F;
	outline: none;
	text-decoration: none;
	}

a:hover
	{
	cursor: pointer;
	color: #25190D;
	text-decoration: none;
	outline: none;
	}
	
/* Typography */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

/* Body elements */

body
	{
	line-height: 1.5;
	font-size: 12px;
	}

p
	{
	margin: 0 0 1.5em; 
	}

blockquote
	{
	margin: 1.5em; 
	font-style: italic; 
	}

code
	{
	margin: 1.5em 0; 
	white-space: pre;
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; 
	line-height: 1.5;
	}

abbr, acronym
	{
	border-bottom: 1px dotted #666;
	}

cite
	{
	font-style: italic;
	}

address
	{
	margin-top: 1.5em; 
	font-style: italic;
	}

pre
	{
	margin: 1.5em 0; 
	white-space: pre;
	}
label {
	color: #FFF;
}
strong
	{
	font-weight: bold;
	}

em 
	{
	font-style: italic;
	}

del
	{
	text-decoration: line-through;
	color: #666;
	}
	
/* Headings */

h1, h2, h3, h4, h5, h6
	{
	font-weight: normal;
	}

h1
	{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #724300;
	}
	
h2 
	{
 	font-size: 12px;
	margin-bottom: 10px;
	color: #AE795F;
	text-transform: uppercase;
	}

h3
	{
	font-size: 1.6em; 
	line-height: 1; 
	margin-bottom: 0.8em;
	}

h4
	{
	font-size: 1.4em; 
	line-height: 1.25; 
	margin: 10px 0;
	}

h5
	{
	font-size: 1.2em; 
	margin-bottom: 0.8em; 
	}

h6
	{
	font-size: 0.9em; 
	font-weight: bold;
	}
h7
	{
	font-size: 1.4em; 
	line-height: 1.25; 
	}


/* List styles */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

ol
	{
	list-style-type: decimal; 
	margin:0 1.5em 1.5em 1.5em;
	list-style-position: inside; 
	}

ul
	{
	margin: 0 1.5em 0 1.7em;
	list-style-position: outside;
	}

ul li
	{
	}
	
ul li:hover
	{
	}

dl
	{
 	margin: 0 0 1.5em 0;
	font-weight: bold;
	}

dt
	{
	font-weight: bold;
	}
	
dd
	{
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 3px 20px;
	padding-bottom: 5px;
	}

/* Tables */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

table   
	{ 
	}
	
th      
	{ 
	font-weight: bold; 
	}
	
td
	{ 
	vertical-align: top;
	}
	
th,td   
	{ 
	}

thead
	{
	}
	
tbody
	{
	}
	
tfoot
	{ 
	font-style: italic; 
	}
	
caption 
	{ 
	background: #ccc; 
	}

/* Forms */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

fieldset
	{
	width: 566px;
	padding: 0px;
	}
	
legend      
	{ 
	font-size: 1.5em;
	color: #116E85;
	padding-top: 15px;
	}

select              
	{
	border:1px solid #bbb;
	color: #666; 
	padding: 2px;
	}
	
select:focus        
	{ 
	border:1px solid #999; 
	color: #000;
	}
	
input[type=text] 
	{
	padding: 5px;
	border:1px solid #bbb;
	}
	
input:focus[type=text] {

}
	
input[type=password] 
	{
	padding: 5px;
	border:1px solid #bbb;
	}
	
input:focus[type=password] {
}

.form_item input, .form_text_area
	{
	width: 300px;
	border:1px solid #bbb; 
	padding:5px;
	color: #666;
	}

.form_item input:focus, .form_text_area:focus
	{
	border:1px solid #999; 
	color: #000;
	}

.form_row_submit
	{
	clear: both;
	padding: 10px 0 0 150px;
	}

.form_label
	{
	float: left;
	width: 150px;
	}

.form_required
	{
	font-weight: bold;
	color: #3399ff;
	}
	
.form_item
	{
	float: left;
	}

.form_row
	{
	clear: both;
	padding-top: 10px;
	}
	
	.tentprices {
	font-size: 10px;
	padding: 3;
	}




/********************************************************** // End // ********************************************************/
