@charset "utf-8";

/* Page properties */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474342;
	line-height: 17px;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height: 100%;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
.main {
	margin: 0px auto;
	width: 960px;
}
a img {
	border: none;
}
a {
	outline: none;
	color: #474342;
}
br.clear { 
	clear:both; 
}
ul, ul li {
	display: block;
	list-style: none;
	padding-top: 45px;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
}
ul li {
	display: inline;
	white-space: nowrap;
	margin-right: 5px;
}
ul li a:hover {
	color: #909090;
}
.active  {
	color: #ac0606;
}

h1 {
	font-family: 'Oswald', Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ac0606;
}
h2 {
	font-family: 'Oswald', Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ac0606;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ac0606;
	letter-spacing: -0.05em;
	margin: 0;
	line-height: 3em;
}
.red {
	color: #ac0606;
}
.strong {
	font-weight: bold;
}



/* Header properties */
#header {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../_img/header_bcg.png);
}
#header #headerbcg {
	height: 80px;
	background-color: #FFF;
	background-image: url(../_img/header_bcg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#header #menu_left {
	font-size: 12px;
	width: 359px;
	float: left;
	text-align: right;
}
/* Header properties */
#header #logo{
	width: 242px;
	height: 144px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
/* Header properties */
#header #logo_shadow{
	width: 242px;
	height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
#header #menu_right {
	font-size: 12px;
	width: 359px;
	float: left;
}

/* Footer properties */
#footer {
	background-image: url(../_img/footer_bcg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
}

#footer #footerbcg {
	background-image: url(../_img/footer_bcg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer #left {
	float: left;
	width: 260px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#footer #center {
	width: 260px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#footer #right {
	float: left;
	width: 380px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}
#footer p.footer{
	font-family: 'Oswald', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ac0606;
}

#copyrights {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #474342;
}

#copyrights #copyrightsbcg {
	height: 26px;
	background-color: #474342;
}
#copyrights a {
	text-decoration: underline;
	color: #FFF;
}

#copyrights #copyLeft {
	float: left;
	width: 480px;
	padding-top: 5px;
}
#copyrights #copyRight {
	float: right;
	width: 480px;
	text-align: right;
	padding-top: 5px;
}
