@charset "UTF-8";
/* CSS Document */

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* typography */

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/background.gif) repeat;
}

p {
	font-size: 11px;
}

a,a:link {
	font-size:11px;
	color:#d23016;
	text-decoration:none;
}

a:hover {	
	color:#e3ad51;
	text-decoration:none;
}

form {
	font-size: 11px;
}

ul {
	list-style-type:none;
}

li {
	display:inline;
	padding:0px 4px;
}

a.menu,a.menu:link {
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	color:#d23016;
	text-decoration:none;
	border-top:solid 4px #fff;
	padding:3px 8px;
}

a.menu:hover {	
	display:inline-block;
	border-top:solid 4px #aea695;
}

a.menu1 {
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	color:#d23016;
	text-decoration:none;
	padding:3px 8px;
	border-top:solid 4px #aea695;
}

ul.list {
	font-size:11px;
	list-style: disc;
	padding-left:15px;
}

ul.list li {
	display:list-item;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#aea695;
}

h2 {
	font-size:15px;
	color:#d23016;
	font-style:italic;
}

h3 {
	font-size:15px;
	color:#d23016;
}

h4 {
	font-size:24px;
	color:#d23016;
	line-height:24px;
}

h5 {
	font-size:24px;
	color:#aea695;
	line-height:24px;
}

h6 {
	font-size:15px;
	color:#000;
	font-weight:bold;
}

p.footer {
	font-size:10px;
	color:#000;
}

.brown {
	color:#aea695;
}

.red {
	color:#d23016;
}

.orange {
	color:#e3ad51;
}

.greyinput {
width: 250px;
padding: 6px;
border: 1px;
border-color:#999;
border-style:solid;
background-color: #fff;
color: #333333;
font-size:11px;
font-family: Arial, Helvetica, san-serif;
vertical-align: middle;
}


.greytextarea {
width: 250px;
height: 100px;
padding: 6px;
border: 1px;
border-color:#999;
border-style:solid;
background-color: #fff;
color: #333333;
font-size:11px;
font-family: Arial, Helvetica, san-serif;
vertical-align: middle;
}

.buttoninput {
width: 85px;
height: 25px;
border: 1px;
border-color:#999;
border-style:solid;
background-color: #ccc;
color: #333;
font-family: Arial, Helvetica, san-serif;
font-size:11px;
font-weight: normal;
vertical-align: middle;
}

strong {
	font-weight:bold;
}

/* structure */

#wrap {
	margin:0 auto; 
	width:990px; 
	text-align:left;
	border:1px solid #ccc;
	background-color:#FFF;
}

.block {
	position:relative;
	width:974px;
	padding:0px 8px;
}

.clear {
	position:relative;
	clear:both;
	padding:8px 5px;
}

.line {
	position:relative;
	clear:both;
	width:974px;
	height:3px;
	background-color:#aea695;
	margin:10px 8px;
}

.topleft {
	position:relative;
	float:left;
	width:320px;
}

.topright {
	position:relative;
	float:left;
	width:654px;
}
	
