@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0;
	background: #fff url(images/bg.jpg) repeat-x top;
	font-family: "Lucida", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: #4c4c4c;
}

a {
	color: #71ad03;
}

a:hover {
	text-decoration: none;
}
img {border:0}

p {
	font-size: 1em; /* 14px */
	margin: 0 0 1.357em 0;
	color: #454545;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* Headings */

h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 2.40em; /* 32px */
	line-height: 1.19em;
	margin-bottom: 15px;
	letter-spacing: -0.03em;
	color: #525252;
}
h2 {
	font-size: 1.286em; /* 18px */
	color: #2C2C2C;
}
.title-white {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.286em; /* 18px */
	color: #FFF;
	text-decoration:none;
}
.redbig {font-size: 24px; font-weight: bold; color: #FF3300; }

.redbig:hover { color: black }



/* Header */

#header {
	width: 940px;
	margin: 0 auto;
}	
	#header ul {
		padding: 0 47px 0 0;
		float: right;
	}
	
		#header ul li {
			list-style: none;
			margin: 0 0 0 24px;
			display: block;
			float: left;
		}
		
			#header ul li a {
				font-size: 14px;
				color: #fff;
				text-decoration: none;
			}
			
				#header ul li a:hover {
	color: #F60;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #F60;
				}
/* Content */

#content {
	width: 940px;
	margin: 0 auto;
	vertical-align:top;
}

/* Block */
.block-grey {
    padding: 20px;
    background: #4b465a;
    color: #fff;
    text-shadow: #4b465a 0px 0px 1px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	vertical-align:top;
}
.block-orange {
    padding: 15px;
    background: #f30;
    color: #fff;
	font-weight:bold;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	vertical-align:top;
}
.block-bottom {
    padding: 20px;
    background: #333;
    color: #fff;
	font-weight:bold;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	vertical-align:top;
	font-size:10px;
}
.block-white {
	padding: 20px;
	background-color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.blue-text {
	color: #06F;
}
.promo_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	height:32px;line-height:15px;width:195px;color:#666;font-style:italic;font-size:11px;}
.promo-line {
	border-right:1px;
	border-right-color:#CCC;
	border-right-style:dotted;}
