* {
	font-family: arial;
	font-size: 12px;	
}



/* -------------------------------------------------- Global/default tags -------------------------------------------------------*/
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #f0f0f0 url("../img/noindex_body_bg.jpg") repeat-x;
}

a img {
	border: none;
}

*:first-child+html body {
	padding:0;
	margin:0;
}

*:first-child+html html {
	padding:0;
	margin:0;
}

/* layout */
/* ------------------------------------------------------------ wrap ------------------------------------------------------------ */

#wrap {
	width: 908px;
	margin: 10px auto 0px auto;
}

/* ------------------------------------------------------------ head ------------------------------------------------------------ */
#wrap #head {
	background: transparent url('../img/wrap_head_bg.png') no-repeat;	
	height: 60px;
} * html #wrap #head { background: transparent url('../img/wrap_head_bg.gif') no-repeat; height: 80px; } *:first-child+html #wrap #head { height: 80px; }

	#wrap #head #logo {
		float: left;
		margin: 30px auto 10px 64px;
	} * html #wrap #head #logo { margin: 30px auto 10px 32px; }
	
	
	#wrap #head #mini-navi {
		float: right;
		margin: 55px 69px auto auto;
	} * html #wrap #head #mini-navi { margin: 55px 33px auto auto; }
	
		#wrap #head #mini-navi a {
			color: #000000;
			font-size: 10px;
			text-decoration: none;
		}
		#wrap #head #mini-navi a:hover {
	text-decoration: underline;}
		
		#wrap #head #mini-navi a.news {
			margin-left: 5px;
			margin-right: 5px;
			border-left: 1px solid #666666;
			border-right: 1px solid #666666;
			padding-left: 5px;
			padding-right: 5px;
		}
		#wrap #head #mini-navi a.people {
			margin-right: 5px;
			border-right: 1px solid #666666;
			padding-right: 5px;
		}
		#wrap #head #mini-navi a.home {
			margin-left: 5px;
			margin-right: 5px;
			border-right: 1px solid #666666;
			padding-left: 5px;
			padding-right: 5px;
		}
	
/* ------------------------------------------------------------ body ------------------------------------------------------------ */
#wrap #body {
	background: transparent url('../img/wrap_body_bg.png') repeat-y;
} * html #wrap #body { background: transparent url('../img/wrap_body_bg.gif') repeat-y; }

	/* For index page where the holder is larger */
	#wrap #body #flash-hold {
		width: 774px;
		margin: auto;
		padding-top: 20px;
		border-top: 1px solid #eee;
		
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
		
		clear: both;
	}
	
	#wrap #body #flash-hold table {
		border-collapse: collapse;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	#wrap #body #flash-hold table img {
		margin: 0px;
		padding: 0px;
	}

	#wrap #body #content {
		width: 774px;
		margin: 15px auto 0px auto;
		border-bottom: 1px solid #eee;
		color: #3f3f3f;
		padding: 0px;
		padding-bottom: 20px;
	}
	
		#wrap #body #content h1 {
			color: #333333;
			font-family: arial;
			font-size: 16px;
			margin-top:5px;
		}
		
		#wrap #body #content p {
			margin-bottom: 5px;
		}
		
		#wrap #body #content .about {
			color: #a80014;
			font-weight: bold;
			display: block;
			font-size: 11px;
			text-decoration: none;
			padding-left: 11px;
			margin-top: 10px;
			background: url("../img/redarrow.jpg") no-repeat 0px 1px;
		}
		
			#wrap #body #content .about2 {
				color: #a80014;
				font-weight: bold;
				display: block;
				font-size: 11px;
				text-decoration: none;
				padding-left: 11px;
				margin-top: 0px;
				background: url("../img/redarrow.jpg") no-repeat 0px 1px;
			}
		
		
		#wrap #body #content .hp2 {float: right; width :300px;}
		#wrap #body #content .hp1 {float: left; width: 450px;}
		
		#wrap #body #content .company-hold {
			border: 1px solid #e5e5e5;
			padding: 10px;
			margin-bottom: 15px;
		}
		
			#wrap #body #content .company-hold img {
				margin-bottom: 10px;
			}
			
			#wrap #body #content .company-hold a img {
				margin-bottom: 0px;
			}		
			#wrap #body #content .company-hold p {
				color: black;
				font-size: 11px;
				margin-top: 0px;
				margin-left: 3px;
				margin-bottom: 12px;
			}
			
				#wrap #body #content .company-hold .drop_website {
			        margin-left: 5px;
				}
			
				#wrap #body #content .company-hold .drop_contacts {
			        margin-left: 15px;
			        margin-right: 15px;
				}
				
				#wrap #body #content .company-hold .contacts, #wrap #body #content .company-hold .address {
					border: 1px solid #e5e5e5;
					padding: 10px;
					margin: 0px;
				}
				
				#wrap #body #content .company-hold .contacts a, #wrap #body #content .company-hold .address a {
					color: #ad0f22;
					font-weight: bold;
					text-decoration: none;
				}
				
				#wrap #body #content .company-hold .contacts table, #wrap #body #content .company-hold .address p {
					padding: 0px;
					margin: 0px;
				}
				
				#wrap #body #content .company-hold .contacts table {
					color: black;
					width: 730px;
					padding: 0px;					
					margin: 0px;
					border-collapse: collapse;
				}
				
				#wrap #body #content .company-hold .contacts table strong {
					padding: 0px;
				}
				
				#wrap #body #content .company-hold .contacts table tr {
					padding: 0px;
				}
				
				#wrap #body #content .company-hold .contacts table td {
					width: 243px;
					padding: 0px;
				}
				
				
				* html .fm img {
					margin-bottom: -3px;
				}
				
				
		
				/* ------------------------------------------------------------ foot ------------------------------------------------------------ */

				#wrap #footer {
	background: transparent url('../img/wrap_foot_bg.png') no-repeat 0px bottom;
	height: 45px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 66px;
	clear: both;
	list-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
				} * html #wrap #footer {
	background: transparent url('../img/wrap_foot_bg.gif') no-repeat 0px bottom;
}

					#wrap #footer li {
	float:left;
	font-size: 10px;
	color: #000;
	border-right: 1px solid #000;
	padding-right: 5px;
	margin-left: 5px;
					}*:first-child+html #wrap #footer li {

					}

					#wrap #footer a {
	float: left;
	text-align: center;
	display: block;
	margin-right: 0px;
	color: black;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	height: 10px;
	color: #000;
					}
					
					#wrap #footer a:hover {
						text-decoration: underline;
					}
					#wrap #footer .last {
	margin-right: 0px;
	margin-right: 0px;
	border-right: none;
	width: 80px;
					} *:first-child+html #wrap #footer .last {
	text-align: right;
					}
						
					#wrap #footer .first {
						padding-right: 253px;
						border-right: 0px;
						color: #3f3f3f;
					} *:first-child+html #wrap #footer .first {
						padding-right: 239px;
					} * html #wrap #footer .first {
	padding-right: 233px;
}
a {
	color: #A90015;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.imageborder {
	border: 1px solid #999999;
	margin: 3px;
	padding: 3px;
}

