/* HTML/Body */



html, body

{

	margin: 0px;

	padding: 0px;

	font-family: Arial;

	font-size: 14px;

	height: 100%;

}



/*== [ Rule sets == ]*/



h1, h2, h3, h4, h5, h6{

	margin: 0;

	padding: 0;

}



/* Links */



a

{

	color: #656765;

}



a:hover

{

	text-decoration: none;

	color: #4A4F4A;

}



/* Wrappers */



#Wrapper

{

	width: 760px;

	height: 100%;

}



/* Containers */



#TopContainer

{

	height: 42px;

	width: 760px;

	background : url(../images/top-bg.gif) repeat-x top;

}



#LogoContainer h1{

	width: 200px;

	height: 181px;

	background: url(../images/logo.gif);

	position: absolute;

	left: 313px;

}



#LogoContainer h1 span{

	display: none;

}



#LeftContainer

{

	width: 139px;

	margin: 67px 0px 0px;

	float: left;

	/*

	position: absolute;

	top: 109px;

	left: 0px;

	*/

}



#TextContainer

{

	width: 380px;



	float: left;

	margin: 138px 0px 0px;

	background : url(../images/text-bg.jpg) no-repeat top;

	padding: 0px 6px 0px 95px;

	line-height: 18px;

	

	/*

	position: absolute;

	top: 180px;

	left: 139px;

	*/

}



#RightContainer

{

	width: 140px;

	float: left;

	/*

	position: absolute;

	top: 42px;

	left: 620px;

	*/

}



#FooterContainer

{

	width: 760px;

	padding: 10px 0px 5px;

	float: left;

	border-top: 1px solid #DEDEDE;

}



/* Items */



#LeftContainer a

{

	width: 126px;

	height: 23px;

	display: block;

	margin: 0px 0px 20px 0px;

	padding: 4px 0px 0px 13px;

	font-weight: bold;

	font-size: 15px;

	letter-spacing: -0.4px;

	text-decoration: none;

	color: #000000;

	background : url(../images/menu-bg.gif) no-repeat top;

}



#LeftContainer a:hover

{

	background : url(../images/menu-bg2.gif) no-repeat top;

}



#LeftContainer #MenuImg

{

	position: absolute;

	top: 330px;

}



#TextContainer #TextBottom

{

	height: 75px;

	margin: 48px 0px 0px;

	background : url(../images/text-bottom.gif) no-repeat;

	

}



#RightContainer img

{

	margin: 0px;

	border: 0px;

	padding: 0px;

}



#FooterContainer img

{

	padding: 0px 8px;

}



#FooterContainer #FooterImages

{

	width: 360px;

	float: left;

}



#FooterContainer #Address

{

	text-align: right;

	color: #656765;

	font-size: 13px;

	width: 400px;

	float: left;

}
