@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url('/css/fonts/Lato-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url('/css/fonts/Lato-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('/css/fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url('/css/fonts/Lato-Hairline.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: local('Lato Hairline Italic'), local('Lato-HairlineItalic'), url('/css/fonts/Lato-HairlineItalic.ttf') format('truetype');
}
body {
	margin:0px;
	padding:0px;
	/* background-color:#dedede; */
	background:bottom repeat-x url('/images/bg_light.gif');
}
#wrapper {
	margin:0px;
	padding:0px;
	/* background-color:#dedede; */
	background-image:url('/images/bg-arc2.png');
	background-repeat:no-repeat;
	background-position:50% 225px;;
}
#preloader {
	position:fixed;
	top:100px;
	text-align:center;
	width:100%;
}
body, td, div, code { 
	font-family: 'Lato', arial, serif; font-weight:normal; 
	font-size:13px;
	line-height:18px;
	word-spacing:2px;
	color:#444;
}
strong {
	color:#555;
	/* color:#7d001a; */
	font-weight:inherit;
}
h1 {
	font-size:22px;
	line-height:32px;
	word-spacing:5px;
	font-weight:300;
	color:#666;
	margin-top:0px;
}
h2 {
	font-size:14px;
	color:#7d001a;
	font-weight:normal; 
}
img {
	border:none;
}
blockquote {
	max-width:950px;
}
a{
	color:#7d001a;
	text-decoration:none;
}
a:hover{
	color:#be1236;
	text-decoration:none;
}
.block-title {
	font-size:24px;
	font-weight:300;
	text-align:left;
	color:#ffffff;
	background-color:#7d001a;
	padding:0px 5px 5px 5px; /* top right bottom left */
	height:54px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.block-title-header {
	color:#fff;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	margin-right:0px;
	text-align:left;
	background-color:#999;
	padding:0px 5px 5px 5px; /* top right bottom left */
	height:54px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.block-title-header a {
	color:#fff;
	font-size:18px;
	text-decoration:none;
}
#header {
	background-image:url('/images/bg-gradient-header.gif');
	font-size:16px;
	height:65px;
	border-top:5px solid #7d001a;
}
#header #header-lt {
	font-size:18px;
	padding-top:10px;
}
#header #header-lt a{
	color:#888;
	font-weight:normal;
	text-decoration:none;
	margin-right:25px;
}
#header #header-lt a:link{
	color:#888;
	font-weight:normal;
}
#header #header-lt a:hover{
	color:#7d001a;
	font-weight:normal;
}
#header-lt {
	float:left;
	width:675px;
}
#header-rt {
	float:right;
	width:265px;
	text-align:right;
	margin-top:20px;
}
#content {
	width:950px;
}
#partners img {
	text-align:center;
	margin:5px 20px 5px 20px; /* top right bottom left */
}
#footer {
	text-align:center;
	color:#999;
	background-color:#000000;
	padding-bottom:15px;
	background-image:url('/images/bg_dark.gif');
	background-position:top;
	background-repeat:repeat-x;
}
#footer a {
	padding-left:10px;
	padding-right:10px;
	color:#999;
	border-right:1px solid #444;
}
