@charset "utf-8";
/* CSS Document */

html { 
	background:#271E18 url("images/bg.jpg"); 
	background-position:top ;
	background-repeat: repeat-x;
	/* Height is 100%, so the body can be 100% */
	height:100%;
}


body {
	background-image:url(images/hd.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:100%;
	color:#000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}	

#wrapper {
	width:770px;
	margin:0 auto;
	position:relative;
}	


#nav_wrapper {
	float:left;
	width:770px;
	height:110px;
	margin:0;
	padding:0;
	margin-top:186px;
}	

#content_wrapper {
	float:left;
	width:770px;
	margin:0;
	padding:0;
	background:#D9D4C9 url(images/content_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}	

#content_wrapper2 {
	width:770px;
	margin:0;
	padding:0;
	background:url(images/content_ft.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}	

#content_main {
	clear:both;
	width:700px;
	margin:0 auto;
	position:relative;
	padding-bottom:40px;
	min-height:500px;
}		

#content_main A, content_wrapper A:VISITED{
	font-weight:bold;
	color:#333;
	border-bottom:#3E0806 dotted 2px;
	text-decoration:none;
}	

#content_main A:HOVER {
	color:#000;
	border-bottom:#FFF dotted 2px;
}	

H1 {
	margin:0;
	padding: 0px;
	font-size:1.4em;
	color:#3F1007;
}

H2 {
	margin:0;
	padding: 0px;
	font-size:1.2em;
	color:#3F1007;
	padding-top:7px;
}

H3 {
	margin:0;
	padding: 0px;
	font-size:1.1em;
	color:#3F1007;
	padding-top:7px;
}

P {
	font-size:.9em;
	padding: 0px;
}		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}

#content_main li {
	list-style:circle url(images/bullet.gif);
	font-size:.9em;
	margin-bottom:.5em;	
}		

.table_form {
	border:solid 1px #000;
	font-size:.9em;
}	

.table_form TD {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}

.table_content {
	border:solid 1px #000;
	font-size:.8em;
}	

.table_content TD {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}
	
.table_cart {
	font-size:.8em;
}	
		
input[type="text"], input[type="password"], input[type="textfield"], input[type="select"], input[type="button"], textarea, select {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:none;
	background: #ffffff;
	color:#003366;
	border:#003366 1px solid;
} 

input[type="submit"] {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:none;
	background:#D3E3FB;
	color:#000000;
	border:#000000 2px solid;
	text-align:center;
	margin:10px;
	width:100px;
}
input[type="submit"]:hover {	
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-weight:none;
	background:#0F4A9C;
	color:#ffffff;
	border:#000000 2px solid;
	text-align:center;
	margin:10px;
	width:100px;
}
