html, body {
	margin:0px; padding:0px;
	color: #43525a;
	background: #ecebe3;
	/*background-color: #fcfae1;*/
	/*background-image: url(i/bg.gif);*/
}

img{
	border: 0;
}

td{
	font: 14px Tahoma;
	color: #43525a;
}

a{
	color:#b9121b;
}

.menu {
	margin: 20px 20px 20px 100px;
}

#menu a {
	color: white;
	background-color: black;
	font: bold 14px "Arial Narrow";
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 25px 0px 25px;
	line-height: 30px;
	display: block;
	float: left;
}

#menu a:hover{
	text-decoration: none;
	color: white;
	background-color: #00b3c8;
}

#menu a.cont{
	background-color: #cc3a00;
}

#menu a.cont:hover{
	background-color: #e44600;
}

#menu a.port{
	background-color: #24b0ce;
}

#menu a.port:hover{
	background-color: #2bcde6;
}

#submenu a {
	color: white;
	background-color: #1ca2bf;
	font: bold 12px "Arial Narrow";
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 25px 0px 25px;
	line-height: 20px;
	display: block;
	float: left;
}

#submenu a:hover{
	text-decoration: none;
	color: white;
	background-color: #2bcde6;
}

.header{
	font: 35px Georgia;
	color: #999;
	padding: 0px 0px 0px 20px;
}

.header a{
	font: 35px Georgia;
	color: #999;
	text-decoration: none;
}

.header a:hover{
	color: White;
	text-decoration: underline;
}

#m {
	padding: 0 0 0 10px;
}

#m a{
	font: 20px Georgia;
	color: #AAA;
	text-decoration: none;
}

#m a:hover{
	text-decoration: underline;
	color: Black;
}

#sm{
	font-size: 22px;
	color: #AAA;
}

#sm a{
	font: 11px Georgia;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 0px;
	padding-bottom: 50px;
	/*display: block;*/
}

.bannerdesc{
	font: italic 11px arial;
	display: block;
	padding: 10px 0px 0px 30px;
}

.banner{
	float: left;
	margin: 10px 30px 30px 10px;
}

.path{
	color: #aeab8f;
	display: block;
}

.path a{
	text-transform: uppercase;
	text-decoration: none;
	font: 10px Tahoma;
}

.path a:hover{
	text-decoration: underline;
}

.path b{
	color:#b9121b;
}

.byorder {
	background-color: #d7d6cd;
	font: 10px Tahoma;
	padding: 7px;
}

h6{
	height: 5px;
	font: bold 10px Tahoma;
	border-bottom: 1px #c4c2b5 solid;
	padding: 0px 0px 10px 20px;
	margin:25px 0px 5px 0px;
	display: block;
	clear: left;
}

.title{
	color: #7f7d6f;
	display: block;
	font: 35px Georgia;
}

.title a{
	text-decoration: none;
	font: 35px Georgia;
}

.title a:hover{
	text-decoration: underline;
}
/*
.title sup{
	font-size: 20px;
}
*/

.title sup a{
	font-size: 20px;
}


/*
.title b{
	color:#b9121b;
}
*/

.boxrighttitle{
	padding: 2px;
	font: bold 16px Georgia;
}

.boxright {
	background-color: #d7d6cd;
	font: 12px Tahoma;
	padding: 7px;
}

.boxright a{
	display: block;
	padding: 5px;
}

.boxright a.sel{
	font-weight:bold;
	color: #43525a;
}

.boxright a:hover{
	background-color:#b9121b;
	color: White;
	font-weight: bold;
}

.boxright li{ 
	list-style-type: none; 
	display: block;
}

#whoiam th{
	font: bold 14px Tahoma;
	border-bottom:1px #bcbaad solid;
	padding: 5px 5px 5px 40px;
	text-align: right;
}

#whoiam td{
	font: 14px Tahoma;
	border-bottom:1px #bcbaad solid;
	padding: 5px 40px 5px 5px;
	text-align: left;
}

#clientlist td{
	padding: 5px 10px 5px 5px;
	background-color: #e5e4da;
}

#clientlist li{
	list-style: none;
	margin-bottom:1px;
	font: 10px Tahoma;
}

.fresh{
	background-color: #bdd15f;
	padding: 8px;
	line-height: 20px;
	font: bold 18px "Arial Narrow";
	color: White;
	border-bottom: 2px #d3ff03 solid;
	display: block;
}

#contactform th{	
	font: bold 14px Tahoma;
	border-bottom:1px #bcbaad solid;
	padding: 5px 5px 5px 40px;
	text-align: right;
}

#contactform td{
	font: 14px Tahoma;
	border-bottom:1px #bcbaad solid;
	padding: 5px 40px 5px 5px;
	text-align: left;
}

#contactform input,textarea{
	width: 250px;
	/*
	border-style: solid;
	border-width:1px;
	border-color:#999;
	*/
}

#contactform textarea {
	height: 100px;
	scrollbar-base-color: #DDD;
	font: 12px Tahoma;
}

#contactform .subm{
	width: 171px;
	height: 29px;
	border: none;
	background-image: url(i/sendmsg.gif);
}

.b_{
	border:5px #e0decf solid;
}