
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

p {margin-bottom:32px;}
ul {
	list-style: none;
}
body {
	font-size:62.5%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
	background:#0C0C0C;
}


h2{font-size:16px;}

#rightcol {
	float:right;
	width:224px;
	background:#ffffff;
	padding:16px;
	text-align:left;
}
#contact {
	padding-bottom:64px;
}
.input{
	margin-bottom:16px;
	float:right;
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.submit{
	color:white; 
	background:#0C0C0C; 
	border:0px; 
	padding:0px; 
	font-weight:bold; 
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
#contact label {
	margin-bottom:16px;
	float:left;
	font-size:14px;
	font-weight:bold;
}
#contact h2 {
	margin-bottom:16px;
	border-bottom: 1px #0E0202 solid;
	color:#0E0202;
	font-size:18px;
}

h3 {
	
	font-size:16px;
	margin-bottom:16px;
	
}



#leftcol {
	width:580px;
	font-size:1.4em;
	text-align:left;
	background-color:#FFF;
}

.clear {
	clear:both;
}





/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url('img/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('img/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('img/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('img/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('img/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('img/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('img/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('img/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('img/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('img/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('img/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}



.crumbs{display:block}
.crumbs *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#0C0C0C}
.crumbs1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #0C0C0C;
  border-right:1px solid #0C0C0C;
  background:#685c3f}
.crumbs2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e1e2c4;
  border-right:1px solid #e1e2c4;
  background:#5d5032}
.crumbs3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #5d5032;
  border-right:1px solid #5d5032;}
.crumbs4{
  border-left:1px solid #0C0C0C;
  border-right:1px solid #0C0C0C}
.crumbs5{
  border-left:1px solid #685c3f;
  border-right:1px solid #685c3f}
.crumbsfg{
  background:#0C0C0C;
  font-size:12px;
  padding-left:8px;
color:#f7f7f7;}

.crumbsfg a{
	
	color:#f7f7f7;
	font-weight:bold;

}

div.checks {
	
	background:white;
	padding:8px;
}

ul.checks {
	
	margin-left:16px;
	
}

li.checks {
	
	padding-left:32px;
	padding-bottom:8px;
	min-height:24px;
	background:url(../graphics/_check.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	
}


	