body{
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	height: 100%;
	background-image:url('imgs/backgr.gif');
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
	background-color:#E5D9BF;
	margin:0px;
	padding:0px;
}
td{
	font-size: 8pt;
}
a {
	text-decoration: none;
	color:#790f0f;
}
a:hover {
	color:#000000;
}


#hdr {
	width: 800px;
	height: 178px;
	margin:0px auto;
	background-image:url('imgs/hdr.gif');
	position:relative;
}


#hdr #logolink {
	position:absolute;
	width:446px;
	height:90px;
	top:16px;
	left:180px;
	display:block;
}


#row {
	background-color:white;
	padding-bottom:12px;
}



#indexpromo  {
	width: 800px;
	height: 198px;
	margin:0px auto;
	background-image:url('imgs/indexpromo.gif');
	background-repeat:no-repeat;
	margin-bottom:5px;
	text-align: right;
	position:relative;
}

#indexpromo #promotext {
	position: absolute;
	top:20px;
	left: 367px;
	width:410px;
	text-align:left;
	line-height:1.5;
}


#indexpromo #promotext h1 {
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	color:#780e0e;
	font-size:20px;
}


#indexpromo #more {
	position: absolute;
	top:169px;
	left:367px;
	width:152px;
	height:15px;
	_height:25px;
	background-image:url('imgs/more.gif');
	background-repeat:no-repeat;
	text-align:left;
	padding:5px;
	padding-left:23px;
	color:#6c0119;
}

#indexpromo #more:hover {
	background-image:url('imgs/morehvr.gif');
	color:#000;
}

#clients  {
	width:800px;
	height: 51px;
	margin:0px auto;
	background-image:url('imgs/logos.gif');
	text-align:left;
	position:relative;
	background-repeat:no-repeat;
}

#clients a#abolink {
	position:absolute;
	width:93px;
	height:41px;
	top:8px;
	left:113px;
	display:block;
}


#clients a#granitylink {
	position:absolute;
	width:107px;
	height:41px;
	top:8px;
	left:223px;
	display:block;
}


#clients a#wisdomlink {
	position:absolute;
	width:116px;
	height:41px;
	top:8px;
	left:345px;
	display:block;
}

#ftr  {
	height:86px;
	background-image:url('imgs/ftr.gif');
	background-repeat:repeat-x;
	text-align:center;
}
#inftr  {
	margin:0px auto;
	width: 800px;
	padding: 10px;
	color:#74011b;
}

#nav {
	position:absolute;
	top:134px;
	right:0px;
	background-image:url('imgs/navv.gif');
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:1px;
}

#nav a {
	display:block;
	float:right;
	background-image:url('imgs/nav_a.gif');
	background-position:top right;
	background-repeat:no-repeat;
}

#nav a b{
	display:block;
	padding:16px;
	background-image:url('imgs/nav_b.gif');
	background-repeat:no-repeat;
	font-weight:normal;
	color:#7a1111;
}


#nav a:hover {
	background-image:url('imgs/nav_a_hvr.gif');
}

#nav a:hover b{
	background-image:url('imgs/nav_b_hvr.gif');
	color:#000;
}

#nav a#ontab {
	background-image:url('imgs/nav_a_on.gif');
}

#nav a#ontab b{
	background-image:url('imgs/nav_b_on.gif');
	color:#000;
}





#content  {
	width: 800px;
	margin:0px auto;
	padding-top:15px;
	padding-bottom:5px;
	text-align: left;
	position:relative;

}

#leftnav {
	float:left;
	background-image:url('imgs/leftnavbackgr.gif');
	background-repeat:repeat-y;
	background-position:top right;
	width:280px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}

#leftnav a {
	display:block;
	padding:5px;
	margin-right:1px;
}
#leftnav a:hover {
	background-color:#f4eee2;
}

#leftnav a#onn {
	border:1px solid #d5bf9b;
	margin-right:0px;
	border-right:0px;
	background-color:white;
	font-weight:bold;
}
#leftnav a#onn b {
	color:#790f0f;
}

#leftnav a b {
	font-weight:normal;
	color:#d5bf9b;
}


//#leftnav a:hover b {
	font-weight:normal;
	color:#f4eee2;
}



#contentright {
	float:right;
	width:500px;
	text-align:left;
}
p {
	margin-bottom:20px;
	line-height:1.6;
}

h1 {
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#780e0e;
	font-size:20px;
}
h3 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#780e0e;
	font-size:12px;
}
#leftnav h3 {
	padding-left:16px;
}



input.inp {
	border:1px solid #D5BF9B;
	padding:4px;
	width:300px;
}

textarea {
	border:1px solid #D5BF9B;
	padding:4px;
	width:300px;
	height:200px;
}