/* ---- navigation ----  */
@import 'nav_bar_top.css';
@import 'nav_bar_sub.css';

/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #970505;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-y;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active {
	color: #970505;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid;
	border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
	background-color: #F5F5F5;
}
select {
	padding: 2px;
}
input.cb, input.rb, input.image {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
label, input.button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button {
	padding: 1px 2px 1px 2px;
	border: 1px solid;
	border-color: #CCCCCC #888888 #888888 #CCCCCC;
	background-color: #EEEEEE;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- print-layout ----  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- layout ----  */
#containerBox {
	width: 993px;
}
#picBox {
	position: absolute;
	background: url(../../images/site/top_pic.jpg) no-repeat top right;
	width: 993px;
	height: 140px;
}
#cornerBox {
	position: absolute;
	background-image: url(../../images/site/corner.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 609px;
}
#logoBox {
	position: absolute;
	width: 198px;
	height: 134px;
	background: url(../../images/site/logo_indolero.gif) no-repeat top right;
}
#topnavBox {
	position: absolute;
	top: 140px;
	height: 25px;
	width: 993px;
	background-color: #970505;
	padding-left: 226px;
}
#mainBox {
	width: 993px;
	position: absolute;
	top: 164px;
}
#subnavBox {
	width: 186px;
	float: left;
	padding: 20px 0px 0px 20px;
}
#contentBox {
	width: 738px;
	float: left;
	padding: 20px;
}
#footerBox {
	clear: both;
	padding: 10px 0px 30px 226px;
}
