/*  TAGS  */

body{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-image:url(../../img/skin/body_bg.jpg);*/
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	/*behavior: url(csshover.htc);*/
}

img {
	border: none;
}

a{
	text-decoration: none;
	font-size:12px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:17px;
}
/* ElementByID */
#main{
	width:800px;
	padding:0px 0px 0px 0px;
	border-left: solid #ACABAB 1px;
	border-right: solid #ACABAB 1px;
	background-color:#FFFFFF;
	text-align:left;
}
/* TOP menu and logo container */
	#top1{
		height:102px;
		width:800px;
		/*background-image:url(../../img/skin/top1_bg.gif);*/
		background-position:left;
		background-repeat:no-repeat;
		vertical-align:bottom;
		border-bottom: solid #ACABAB 1px;
	}
		#top1_logo{
			width:190px;
			height:102px;
			float:left;
		}
		#top1_menu_container{
			width:570px;
			height:102px;
			float:left;
		}
		#top1_menu1{
			height:20px;
			width:605px;
			text-align:right;
			padding-right:5px;
			padding-top:3px;
		}
			#top1_menu1 a{
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				color:#333333;
				text-transform:capitalize;
			}
			#top1_menu1 a{
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				color:#333333;
				text-transform:capitalize;
			}
			#top1_menu1 a:hover{
				font-family:Arial, Helvetica, sans-serif;
				font-size: 12px;
				color:#666666;
				text-transform:capitalize;
			}
		#top1_blank{
			height:43px;
			width:610px;
		}
		#top1_menu2{
			padding-top:8px;
			height:28px;
			width:610px;
			text-align:right;
		}
			#top1_menu2 ul{
				margin: 0;
				padding: 0;
				list-style-type: none;
				background-repeat:no-repeat;
			}
			#top1_menu2 ul li{ 
				display: inline;
				margin-right:2px;
			}
			
			#top1_menu2 ul li.start_li{ 
				display: inline;
				margin-right:-3px;
			}
			
			#top1_menu2 ul li a{
				text-decoration: none;
				padding: .2em 1em;
				font-family:Tahoma, Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#000000;
				font-weight:bold;
				/*background:#FFFFFF url(../../img/skin/top1_menu2_arrow.gif) no-repeat 4px 9px;*/
				background:#FFFFFF url(../../img/header.gif) repeat-x 0px 0px;
				
			}
			
			#top1_menu2 ul li.start_li p{
				text-decoration: none;
				padding: .2em 9px;
				margin:0px;
				display:inline;
				font-size:12px;
				background:#FFFFFF url(../../img/top_menu_2_left.gif) no-repeat right top;
				
			}
			
			#top1_menu2 ul li a:hover{
				text-decoration: none;
				padding: .2em 1em;
				color:#999999;
				font-weight:bold;
				/*background:#FFFFFF url(../../img/skin/top1_menu2_arrow_hover.gif) no-repeat 4px 9px;*/
			}
			#top1_menu2 ul li a.current{
				text-decoration: none;
				padding: .2em 1em;
				color:#000000;
				font-weight:bold;
				/*background:#FFFFFF url(../../img/skin/top1_menu2_arrow_hover.gif) no-repeat 4px 9px;*/
			}
	/* blank black bar */
	#top2{
		width:800px;
		height:22px;
		border-bottom: solid 1px #ACABAB;
		background-color:#000000;
	}
	/* Current path */
	#top3{
		width:790px;
		border-bottom: solid 1px #ACABAB;
		height:20px;
		padding-left:10px;
		padding-top:0px;
	}
		#top3 #path{
			padding-top:3px;
			width:440px;
			float:left;
			height:17px;
		}
		#top3 #path ul{
			margin: 0;
			padding: 0;
			list-style-type: none;
			float:left;
		}
		#top3 #path ul li{ 
			display: inline;
		}
		
		#top3 #path ul li a{
			text-decoration: none;
			padding: .2em 1em;
			background:url(../../img/skin/top3_arrow.gif) no-repeat 0px 5px;
			color:#000000;
		}
		
		#top3 #path ul li a:hover{
			text-decoration: none;
			padding: .2em 1em;
			color:#999999;
			background:url(../../img/skin/top3_arrow_hover.gif) no-repeat 0px 5px;
		}
		#top3 #path ul li a.current{
			text-decoration: none;
			padding: .2em 1em;
			color:#000000;
			font-weight:bold;
			background:url(../../img/skin/top3_arrow_hover.gif) no-repeat 0px 5px;
		}
		#form_search{
			float:left;
			width:350px;
			text-align:right;
			padding-top:0px;
			padding-bottom:3px;
			height:17px;
		}
		#form_search form{
			padding:0;
			margin:0;
			font-size:10px;
		}
		#search_txt{
			width:120px;
			border: solid 1px #000000;
			font-size:11px;
			height:12px;
			margin:0;
			margin:0px 0px 3px 0px;
			padding:1px 1px 1px 1px;
		}
	/* left menu and main content */
	#top4{
		width:800px;
		border-bottom: solid 1px #ACABAB;
		/*background: #FFFFFF url(../../img/skin/top4_bg.gif) repeat-y 165px 0px;*/
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
		#left_column{
			width:165px;
			float:left;
			background-color:none;
		}
			/* Login form */
			#login_form_container{
				width:141px; 
				margin: 5px 7px 5px 9px; 
				border: solid 1px #EE9B00; 
				text-align:center;
				background-color:#e5e5e5;
			}
			input.login_form{
				width:130px;
				border: solid 1px #D4D4D4;
				font-size:11px;
				height:12px;
				margin:0;
				padding:1px 1px 1px 1px;
			}
			#banners_left{
				margin-bottom: 5px;
			}
			#banners_left div{
				border-bottom: solid 1px #ACABAB;
				border-top: solid 1px #ACABAB;
				margin-top:6px;
			}
			
		#main_column{
			width:798px;
			margin: 0 1px;
			float:left;
		}
			#main_column_left{
				width:385px;
				float:left;
				padding-left:5px;
			}
			#main_column_right{
				width:200px;
				float:left;
			}	
	/* footer */
	#top5{
		width:800px;
		border-bottom: solid 1px #ACABAB;
		margin-top: 5px;
	}
			
/* Classes */
a.grey_11{
	font-family:Arial;
	color:#3E3E3E;
	font-size:11px;
}
a.grey_11:hover{
	font-family:Arial;
	color:#999999;
	font-size:11px;
}
.border{
	border: solid 1px #ACABAB;
}

ul.banner_small{
	margin: 2px 1px 2px 18px;
	padding: 0;
	list-style-type:square;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3E3E3E;
}

ul.banner_small li{
	padding: 1px 0px 2px 0px;
}
h1.site_name{
	font-size: 16px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.error_ok{
	background-image:url(../../img/skin/ok.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-align:left;
	color:#339900;
	font-size:12px;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	border:solid 1px #CCCCCC;
	background-color:#E5E5E5;
	min-height:50px;
}
div.error_no{
	background-image:url(../../img/skin/no.gif);
	background-repeat:no-repeat; 
	background-position:bottom right;
	color:#FF0000;
	font-size:12px;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	border:solid 1px #CCCCCC;
	background-color:#E5E5E5;
	min-height:50px;
}
div.error_no a{
	color:#FF0000;
}
div.error_ok a{
	color:#669900;
}
.label{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
span.error{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

