body {
	background: #ffffff;
	font-family: Tahoma;
	font-size: 13px;
	margin:0px;
	padding:0px;
	background: #fbfaf9 url(../images/reparon_body_bg.jpg) top left;
	text-align: center;
	color: #000000;
	height:100%;
}

ul {margin-top:0px;}


/* ------------------------ TABLE STYLE -------------------------------------- */
/*--GLOBALS--*/
table{
	width: 99%;
	text-align: left;
}

table ul{
	padding-left:16px;
}

table tr.row {}
table tr.row.odd {}
table tr.row.even {}

table tr.row.first {}
table tr.row.inner {}
table tr.row.last {}

table tr.row td,
table tr.row td.cell {
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

table tr.row td a,
table tr.row td.cell a {
	font-weight: bold;
}

/*--THEAD--*/
table thead tr.row {
	background-color: #3B3B39;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

table thead tr.row.odd {}
table thead tr.row.even {}

table thead tr.row.first {}
table thead tr.row.inner {}
table thead tr.row.last {}

table thead tr.row td,
table thead tr.row td.cell {
	text-align: center;
	vertical-align: middle;
}

/*--TBODY--*/
table tbody tr.row.odd {
	background-color: #dfdac9;
	text-align: left;
}

table tbody tr.row.even {
	background-color: #ede9db;
	text-align: left;
}

table tbody tr.row.first {}
table tbody tr.row.inner {}
table tbody tr.row.last {}

table tbody tr.row td,
table tbody tr.row .cell {
	
}
/* ------------------------------- END TABLE ----------------------*/
a {
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#site-container{
	position: relative;
	width: 985px;
	margin: auto;
	border: 0px solid #eeeeee;
}

#site-container #site-body{
	position: relative;
	float: left;
	width: 985px;
}

#main-container{
	position: relative;
	float: left;
	width: 985px;
	text-align:left;
}

/* ---------------- HEADER ------------------- */

#main-container #head-container {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	z-index: 81;
	display: block;
}

#main-container #head-container #logo-back{
	position: relative;
	float: left;
	width: 260px;
	height: 100px;
	display: block;
}

#main-container #head-container  #logo-back #logo{
	position: relative;
	float: left;
	width: 260px;
	height: 80px;
}

#main-container #head-container  #logo-back #back{
	position: absolute;
	width: 205px;
	height: 18px;
	top: 80px;
	left: 115px;
}

#main-container #head-container #mainmenu{
	position: relative;
	float: left;
	width: 670px;
	top:86px;
	left: 30px;
	z-index: 80;
}

#main-container #head-container #mainmenu ul {
	position: relative;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#main-container #head-container #mainmenu ul li {
	position: relative;
	float: left;
	height: 31px;
}

#main-container #head-container #mainmenu ul li a{
	position: relative;
	float: left;
	width: 180px;
	text-align: center;
	height: 31px;
	background: url(../images/mainmenu-bg.png) no-repeat top left;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	color: #ffffff;
	text-transform: uppercase;
	display: inline;
	line-height: 29px;
}
#main-container #head-container #mainmenu ul li a:hover {background-position: 0px -31px;text-decoration: none;color:#000000;}

/* ---------------- BREADCRUMB ------------------- */

#main-container #head-container #bc-cont{
	position: relative;
	float: left;
	width: 972px;
	border: 0px solid #000000;
	color: #fff;
	height: 45px;
}


#main-container #head-container #bc-cont #bc{
	position: relative;
	float: left;
	width: 950px;
	font-size: 10pt;
	margin-top: 10px;
	margin-left: 15px;
	display: inline;
	font-family: Verdana;
}
#main-container #head-container #bc-cont #bc a{
	color: #fff;
	font-size: 10pt;
	font-family: Verdana;
}
#main-container #head-container #bc-cont #bc a.firstbc,
#main-container #head-container #bc-cont #bc span.firstbc {
	font-size: 22px;
	font-family: Verdana;
}

/* ---------------- STARTPAGE CONTENT ------------------- */

#main-container #body-top-container {
	position: relative;
	float: left;
	width: 100%;
	height: 31px;
	text-align:left;
	margin-top:0px;
	background: url(../images/bodyTopBg.png) no-repeat top left;
}

#main-container #content {
	position: relative;
	float: left;
	width: 100%;
	text-align:left;
	margin-top:0px;
	background: url(../images/bodyBg.png) repeat-y top left;
}

#main-container #content #postit {
	position: absolute;
	float: left;
	top: -30px;
	left: 0px;
	z-index: 999;
}

#main-container #content #txt {
	position: absolute;
	float: left;
	left: 300px;
	top: 20px;
}

#main-container #content #left {
	position: relative;
	float: left;
	width: 665px;
	height: 280px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
	top: 295px;
	left: 28px;
	padding-top: 20px;
}

#main-container #additional {
	position: relative;
	float: right;
	width: 279px;
	text-align:left;
}

#main-container .mt {
	position: relative;
	float: left;
	left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #a39161;
	text-decoration: none;
}


/* ---------------- FOOTER MENU ------------------- */
#main-container #global-footer {
	position: relative;
	float: left;
	width: 100%;
	height: 172px;
	border: 0px solid #000000;
}

#main-container #global-footer #footer-pic-cont {
	position: relative;
	float: left;
	width: 100%;
	height: 122px;
	background: url(../images/footerBrandPic.png) no-repeat bottom left;
}

#main-container #global-footer #footer-pic-cont #info{
	position: relative;
	float: left;
	width: 600px;
	left: 90px;
	font-size: 16px;
	font-weight: bold;
	color: #a39161;
	text-align: center;
}

#main-container #global-footer #footer-menu-cont {
	position: relative;
	float: left;
	width: 100%;
}

#main-container #global-footer #footer-menu-cont #menu {
	position: relative;
	float: right;
	display: inline;
	text-align: center;
	margin-top: 5px;
	color: #696868;
	width: 100%;
	overflow: hidden;
	margin-right: 9px;
}

#main-container #global-footer #footer-menu-cont #menu a {
	padding: 0px 3px 0px 4px;
	color: #696868;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}

#main-container #global-footer #footer-menu-cont #menu a:hover { text-decoration: none; }

#main-container #global-footer #footer-menu-cont #info {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
	color: #0f4b8f;
	font-family: Tahoma;
	font-size: 11px;
}
