@import url("menu.css");

/* page */
body	         {
	font-family: "Trebuchet MS", Arial;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #585858;
}
p {
	margin: 0;
	padding: 0;
}

/********** PAGE **********/
#contentWrapper	{
	position: absolute;
	top: 50%;
	width: 100%;
}

#mainBOX	{
	margin-left: -500px; /*462px*/
	position: absolute;
	top: -251px;
	left: 50%;
	width: 985px;
	height: 502px;
	visibility: visible
}
#columLeft	{
	display: inline;
	float: left;
	position: absolute;
	width: 187px;
	height: 502px;
}
#columRight	{
	display: inline;
	float: right;
	width: 798px;
	height: 502px;
}

/********** LEFT **********/
.homeLogo	{
	display: block;
	background-image: url(../images/home_logo.jpg);
	background-repeat:no-repeat;
	width: 187px;
	height: 73px;
}
.homeMenuBack	{
	display: block;
	background-image: url(../images/home_menu_back.jpg);
	background-repeat:no-repeat;
	width: 187px;
	height: 221px;
}
#menuWrapper {
	display: block;
	width: 147px;
	height: 221px;
	padding-top: 10px;
}
#menu a:active, #menu a:visited, #menu a:link	{
	display: block;
	width: 147px;
	height: 21px;
	line-height: 21px;
	text-decoration: none;
	text-indent: 27px;
	color: #656565;
	padding-bottom: 2px;
}
#menu a:hover {
	background-color: #ff5a06;
	color: #FFFFFF;
}
.homeBottomBack	{
	display: block;
	background-image: url(../images/home_botom_back.gif);
	background-repeat:no-repeat;
	width: 187px;
	height: 208px;
}

/********** RIGHT **********/
.homeIMGBack	{
	display: block;
	background-image: url(../images/home_img_back.jpg);
	background-repeat:no-repeat;
	width: 798px;
	height: 447px;
	text-align: right;
}
.homeTitle	{
	color: #ff5a06;
}
.homeContentPadd	{
	padding: 15px 19px 27px 410px; /*56px 19px 27px 410px*/
}
.homeTXTLink a:active, .homeTXTLink a:visited, .homeTXTLink a:link	{
	color: #ff5a06;
	text-decoration: none;
}
.homeTXTLink a:hover {
	text-decoration: underline;
}
.PageTxt	{
	font-size: 12px;
}

/********** FOOTER **********/
#footerWrapper	{
	display: block;
	width: 798px;
	height: 56px;
	line-height: 56px;
}
#footerLinkWrapper	{
	display: block;
	float: left;
	width: 568px;
}
.footerLink	{
	font-size: 12px;
	color: #686767;
}
.footerLink a:active, .footerLink a:visited, .footerLink a:link	{
	color: #686767;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	margin: 0px 3px 0px 3px;
}
.footerLink a:hover {
	text-decoration: none;
	color: #ff5a06;
}
#footerCopyWrapper	{
	display: block;
	float: right;
	width: 230px;
	text-align: right;
}
.footerCopy	{
	font-size: 12px;
	color: #686767;
}
.footerCopy a:active, .footerCopy a:visited, .footerCopy a:link	{
	color: #ff5a06;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
}
.footerCopy a:hover {
	text-decoration: none;
	color: #686767;
}
/* form */
form	{
	margin: 0;
	padding: 0;
}