@charset "UTF-8";
/* CSS Document */
html { background:#111111 url('../images/bg.jpg') top left repeat-x; }
html,body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color:#e4a458;
	overflow-x:hidden;
	padding:0px;
	width:100%;
}
img, div { behavior: url('../iepngfix.htc'); }

img { border: 0px;background: transparent url('../images/ajax-loader.gif') 50% 50% no-repeat; }

a,a:visited {
	color:#FF9900;
}

a:hover,a:active,a:focus {
	color:#990000;
}

#content h1 {
	border-bottom:1px solid #e4a458;
}

#bgchar {
	position:absolute;
	top:135px;
	left:1024px;
	background:transparent url('') bottom right no-repeat;
	z-index:1;
	width:707px;
	height:1000px;
}

#wrapper {
	width:1000px;
	z-index:5;
	position:relative;
	top:0px;
	left:0px;
}

#header {
	margin-top:80px;
	/*height:55px;*/
	/*background-color:#e4a458;*/
	margin-bottom:47px;
	padding:0px;
}

* html #header { padding-bottom:-3px; }

#header a img { margin:0px; padding:0px; }

#navigation {
	background-color:#111111;
	width:320px;
	float:left;
}

#navigation ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#navigation ul li {
	position:relative;
	width:320px;
	height:170px;
	margin-bottom:15px;
	background:transparent url('../images/button_bg.jpg') top left no-repeat;
}

#navigation ul li a.pageimg {
	position:absolute;
	top:11px;
	right:14px;
}

#navigation ul li a.pagelink, #navigation ul li a.pagelink:visited {
	font-weight:bold;
	color:#e4a458;
	font-size:24px;
	letter-spacing:-1px;
	text-decoration:none;
	position:absolute;
	bottom:28px;
	left:25px;
}

#content {
	width:550px;
	padding: 0px 25px 25px 25px;
	float:right;
}

#footer {
	
	border-top:5px solid #e4a458;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	background-color:#111111;
}

.contactform strong {
	font-size:14px;
	margin-top:5px;
}

.contactform input[type=text] {
	border:3px solid #DFDFDF;
	padding:4px;
	width:350px;
	margin-bottom:5px;
	color:#DFDFDF;
}

.contactform input[type=text]:focus,.contactform input[type=text]:active,.contactform input[type=text]:hover {
	border:3px solid #333333;
	color:#333333;
}

.contactform textarea {
	border:3px solid #DFDFDF;
	padding:4px;
	margin-bottom:5px;
	color:#DFDFDF;
	height:50px;
	width:350px;
}

.contactform textarea:focus,.contactform textarea:active,.contactform textarea:hover {
	border:3px solid #333333;
	color:#333333;
}

.contactform input[type=submit] {
	background-color:#333333;
	color:#DFDFDF;
	border:3px solid #DFDFDF;
	text-align:center;
	padding:4px;
	width:364px;
}

.cleardiv { clear:both; }
