/* CSS Document */

/*header*/
#header .nav { width:100%; overflow:hidden;}
#header .nav li2 { display:inline;}
#header .nav li2 a { display:block; float:left; width:156px; height:55px; line-height:52px; font-size:16px; text-transform:uppercase; font-weight:bold; color:#fff; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-align:center; margin-right:2px; background:url(images/nav-bg1.png) no-repeat left top;}
#header .nav li2 a:hover { background:url(images/nav-bg2.png) no-repeat left top;}
#header .nav li2 a.current { background:url(images/nav-bg2.png) no-repeat left top;}

body {
	margin:0;
	overflow:auto;
	background-color:#242827;
}

td {
	vertical-align:top;
	padding:0;
	font-family:tahoma, arial, verdana;
}

p {font-size:11x;}
h1 {font-size:11px;}


img {
	margin:0;
	border:0;
}

ul {
	list-style-image:url(images/list_image_1.gif);
	font-size:11px;
	margin:0;
	padding:0;
	padding-top:10px;
}

ul a {
	text-decoration:none;
}

ul a:hover {
	text-decoration:underline;
}

ul a2:hover {
	text-decoration:none;
}


li {
	margin-left:20px;
	margin-top:7px;
}

form {
	margin:0;
	padding:0;
	width:218px;
	margin-top:17px;
	float:left;
}

input {
	background-color:#202B26;
	height:20px;
	width:100%;
	margin:0;
	margin-bottom:3px;
	padding:3px;
	font-size:11px;
	font-family:tahoma, arial, verdana;
	border:1px solid #E89238;
	color:#9A8A72;
	float:left;
}

textarea {
	background-color:#202B26;
	height:87px;
	width:100%;
	margin:0;
	margin-bottom:3px;
	padding:3px;
	font-size:11px;
	font-family:tahoma, arial, verdana;
	border:1px solid #E89238;
	color:#9A8A72;
	float:left;
	overflow:auto;
}

#clear {
	float:right;
	width:32px;
	height:16px;
	margin-right:5px;
	border:none;
	background-image:url(images/b_clear.jpg);
	cursor:pointer;
}

#send {
	float:right;
	width:32px;
	height:16px;
	margin-right:5px;
	border:none;
	background-image:url(images/b_send.jpg);
	cursor:pointer;
}

/* ----------------------------------- left column ---------------------------------- */

		.col_1 {
			background-color:#252C28;
			border:1px solid #272826;
			width:240px;
			font-size:11px;
		}
		
		.col_1 h1 {
			color:#92918F;
			margin:0;
			padding:0;
			padding-left:17px;
			padding-top:7px;
		}
		
		.col_1 p {
			margin:0;
			padding:17px;
			color:#968469;
		}
		
		.col_1 p b {
			color:#9A0E0E;
		}
		
		.col_1 a {
			color:#9A8A72;
		}
		
		.col_1 a.readmore {
			font-weight:bold;
			color:#9A0E0E;
			text-decoration:none;
			margin-left:20px;
		}
		
		.col_1 a.readmore:hover {
			text-decoration:underline;
		}
		
		.col_1 img.horline {
			margin:17px;
			margin-right:0;
		}

/* -------------------- column 2 --------------------------------- */

		.col_2 {
			background-image:url(images/bg_content.jpg);
			background-position:right;
			background-repeat:repeat-y;
			color:#9A8A72;
		}
		
		.col_2 a {
			color:#9A8A72;
		}
		
		.col_2 p {
			padding:0;
			margin:0;
			margin-top:15px;
			font-size:11px;
		}
		
		.col_2 div {
			border:1px solid #2E3332;
			background-color:#202825;
			margin-top:12px;
			height:70%;
		}
		
		.col_2 div div {
			margin:25px;
			margin-top:20px;
			border:none;
		}

/* ----------------------------------------------------*/

#footer {
	font-size:10px;
	font-family:arial, verdana, tahoma;
	color:#898989;
	background-color:#242827;
	text-transform:uppercase;
	padding:32px;
	height:100%;
	text-align:center;
	background-image:url(images/bg_footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#footer a {
	color:#898989;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}
