﻿
/* ---------- ALL START -------------*/
/*
*
{
	margin: 0;
	padding: 0;
}
*/
body
{
	font: 12px "Verdana";
	/*line-height: 1.6em;*/
	background: #fff;
	color: #444;
}

a
{
	color: #444444;
	background: inherit;
	text-decoration: none;
}

a:hover
{
	color: #D7D7D7;
	background: inherit;
}

/* ---------- ALL END -------------*/

.page
{
	text-align: center;
	width: 981px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------- TITLE START -------------*/

#title
{
	text-align: left;
	margin-top: 25px; /*text-align: center;*/
	width: 100%;
	height: 60px; /*position: relative;*/
	background-image: url(../../images/common/logo.gif);
	background-repeat: no-repeat;
}

#title img
{
	text-align: left;
}

#title ul
{
	/*position: absolute;*/
	float: right;
	padding-top: 40px;
	bottom: 0px;
	right: 0px;
	height: 20px;
}

#title ul li
{
	list-style: none;
	float: left;
	margin-left: 10px;
	height: 20px;
}

/* ---------- TITLE END -------------*/

/* ---------- TOP NAV START -------------*/

#topNav
{
	height: 34px;
	background-image: url(../../images/common/navbg.gif);
	line-height: 34px;
}

#topNav ul
{
	margin-left: 20px;
}

#topNav ul li
{
	float: left;
	margin-left: 20px;
}

#topNav ul li a
{
	color: white;
	font-size: 14px;
	text-decoration: none;
}

/* ---------- TOP NAV END -------------*/

/* ---------- SITEMAP START -------------*/

.sitemap
{
	text-align: left;
	height: 10px;
	line-height: 15px;
	color: #aeaeae;
	padding-top: 5px;
	padding-left: 20px;
	border-bottom: solid 1px #aeaeae;
	margin-bottom: 5px;
}

/* ---------- SITEMAP END -------------*/

/* ---------- FOOTER START -------------*/

.footer
{
	font-size: 11px;
	width: 800px;
	border-top: solid 1px #aaa49e;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}

#bottom
{
	margin-top: 10px;
	border-top: solid 1px #a5a5a5;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

#bottom ul
{
	list-style: none;
	width: 800px;
}

#bottom ul li
{
	list-style: none;
	display: inline;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: solid 1px black;
}
.liLast
{
	border-right-style: none !important;
}
/* ---------- FOOTER END -------------*/

/* ---------- PLACEHOLDER START -------------*/
.placeholder
{
	text-align: left;
}

/* ---------- PLACEHOLDER START -------------*/