* {
	font-family:Tahoma;
	font-size:10pt;
}
html,body, form {
	margin:0px;
	padding:0px;
	height:100%; /* needed for container min-height */
	width:100%;
}

body {
	background:#1b0101 url(../img/ahpcv2_page_bg.gif) repeat-x;
}

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

a:hover {
	color:#f00;	
}

img {
	border:none;
	vertical-align:middle;
}

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


div#container {
	margin:0px auto 0px auto;
	width:962px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	/*background:#fff;*/
	/*position:relative;*/
}

body.en div#header {
	height:255px;
	background:transparent url(../img/ahpcv2_logo_en.jpg) no-repeat 0px 30px;
	position:relative;
}

body.tr div#header {
	height:255px;
	background:transparent url(../img/ahpcv2_logo_tr.jpg) no-repeat 0px 30px;
	position:relative;
}

	div#header div#user {
		position:absolute;
		top:5px;
		left:100px;		
		color:#fff;
	}		
	
	div#header div#search {
		position:absolute;
		top:2px;
		right:0px;
		text-align:right;
	}

	div#header div#language {
		position:absolute;
		top:5px;
		left:5px;
		width:200px;
		font-weight:bold;
	}
	
	
	div#header div#nav {
		position:absolute;
		left:10px;
		top:200px;		
	}
	
	div#header  ul {
		margin:0px;
		padding:0px;
		list-style:none;	
	}
	
	div#header ul li {
		float:left;
		margin:0px;
		color:#eee;
	} 
	
	div#header div#nav a {
		color:#eee;
		font-weight:bold;
		text-decoration:none;
	} 
	
	div#header div#nav a:hover {
		color:#ffd471;
	}
	
div#left_nav {
	float:left;
}	

div#left_nav .title {
	font-weight:bold;
	font-family:Verdana;
	font-size:8pt;	
	color:#ddd;
	width:300px;
	text-align:center;
}

div#left_nav  ul {
		margin:0px;
		padding:0px;
		list-style:none;	
	}
	
	div#left_nav ul li {		
		margin:0px 0px 5px 0px;		
	} 

	div#left_nav ul li a, 	div#left_nav ul li a:visited {		
		color:#333333;
	}
	
	div#left_nav ul li a:hover {
		color:#f00;
	}
	
div#left_nav .scrollnav .wrapper	 {
	width:200px;
	height:150px;
	margin-left:auto;
	margin-right:20px;
}
	
div#left_nav .scrollnav {
	background: transparent url(../img/ahpcv2_left_bg.png) no-repeat;
	width:290px;
	height:314px;
	color:#000;
	padding-top:30px;
}	

div.centernav {
	width:100%;
	height:290px;
	overflow:hidden;
	min-height:290px;
	margin-top:20px;
	margin-bottom:65px;
	background:transparent url(../img/center_bg.png);
	color:#eee;
}

div.centernav .wrapper {
	padding:5px;
}

div#content {	
	float:left;
	width:640px;
	padding:0px;
	margin:0px;
	margin-left:10px;
	text-align:left;
	color:#bbb;
	font-weight:normal !important;
}

	div#content div#content-container {	
		padding:5px 5px 5px 2px;	
		text-align:left;
		min-height: 220px;
		height: auto; 
	/*	_height: 220px;*/
	}

	div#content div.page {
		width:100%;
	}
	
	div#content div.page-title {
		font-weight:bold;
		margin-left:5px;
	}
	
	.content {
		background:#2e1b1b url(../img/center_bg2.png) repeat-x;
		width:100%;		
	}
	
	.content .header {
		color:#fff;
		font-weight:bold;
		padding:5px;		
	}
	
	.content .body {
		padding:5px;
	}
	
div#footer {
	position:relative;
	background:transparent url(../img/ahpcv2_footer.jpg);	
	width:100%;	
	height:240px;
	clear:both;
}

div#footer #links {	
	position:absolute;
	bottom:5px;
	width:100%;
	height:30px;
	text-align:center;
}
	div#footer a, 	div#footer a:visited {
		text-decoration:underline;
		font-size:8pt;
		color:#9b2b12;
		margin-right: 10px;			
	}
	div#footer a:hover {
		color:#f00;
	}

div#left_nav #ssl {
	width:300px;
	text-align:center;
}

div#left_nav #ssl img {
	vertical-align:top;
	border:none;
}			
	
a.abtn1, a.abtn1:visited {
	color: #dccccc;
	font: 14px 'Tahoma';
	text-decoration: none; 
	border: 2px solid #616161; 
	background-color: #500001; 
	/*border-color: #7bf #07c #07c #7bf; */
	background:#500001 url(../img/ca.gif)
	padding: 1px 6px;
}

a.abtn1:hover {
	color: #dccccc;
	font: 14px 'Tahoma';
	text-decoration: none; 
	border: 2px solid #616161; 
	background-color: #500001; 
	/*border-color: #7bf #07c #07c #7bf; */
	padding: 1px 6px;
}

table.frm {
/*	background: #feeea3;*/
	background:#2e1b1b url(../img/center_bg2.png) repeat-x;
}

table.clearbg {
	background-color:transparent;
	background-image:none;
}
	
table.frm td {
	padding:2px;
}

table.frm td.lbl {
	width:140px;
	color:#685e30;
	
	font-weight:bold;
}

table.frm .inp {
	width:170px;
}

table.forum td {
	height:30px;
	border:solid 1px #a9a484;
	vertical-align:top;
}

input.btn {
	background:#7e2e2d;
	color:#fff;
	border:none;
	font-family:Tahoma;
	font-size:7pt;
	font-weight:bold;
	width:60px;
	height:18px;
	border: 2px solid #616161;	
}

input.tbx {
	border:solid #616161 1px;
	color: #eee; 	
	background: #7e2e2d; 
}
	
tr.hdr, div.hdr {
	background:#360000;
	height:30px;
	color:#fff;
	font-weight:bold;
	padding:4px;
	/*margin-bottom:5px;*/
}

tr.hdr a, tdr.hdr a:visited, div.hdr a, div.hdr a:visited {
	color:#fff;
}

tr.hdr a:hover, div.hdr a:hover {
	color:#fff;
}

.error_message {
	font-size:8pt;
	color:#f00;
}

/* begin cart */

.cart_link {
	float:left;
	margin-left:5px;
	color:#fff;	
}


a.tdn, a.tdn:visited {
	text-decoration:none;
	margin-left:10px;
}

.tac {
	text-align:center;
}

.tar {
	text-align:right;
}

/* end cart */

/* begin archives */

.search ul li {
	margin:0px;
	padding:0px;
	margin-bottom:4px;
}

ul.archive li {
	margin-bottom : 10px;
}

/* end archives*/

/* posts */

/* posts */