@charset "UTF-8";
body {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0;
	padding: 0;
	background-image:url(images/top-bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
header, footer, nav, section, article, figure, figcaption {
	display: block;
}
img {
	border: none;
}
.clear {
	clear:both;
	margin: 0 auto;
	padding: 0px;
}
a:focus {
	outline: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
/* HEADER */
.header-top {
	width: 980px;
	height: 200px;
	margin: 0 auto;
}
.logo {
	float: left;
	clear: none;
	width: 143px;
	height: 200px;
}
.header-div-right {
	width: 837px;
	height: 200px;
	float: right;
}
.secondary-nav-div{
	width: 160px;
	float: right;
}
.secondary-nav {
	width: 160px;
	height: 30px;
	float: right;
}
.secondary-nav dl{
	margin: 0;
	padding: 0;
	float: right;
}
.secondary-nav dd{
	float: left;
	margin: 0;
	padding: 10px 5px 10px 5px;
	display: inline-block;
	border-right: #FFFFFF solid 1px;
}
.secondary-nav dd.last{
	border-right: none;
}
.follow-box {
	float: right;
	width: 145px;
	height: 30px;
	margin: 45px 0 0 0;
	padding: 7px 5px 0 10px;
	background-image: url(images/follow-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	font-weight: normal;
}
.follow-box img {
	float: right;
	margin: 0px 2px 0 0;
}

/* NAVIGATION */
nav {  
      position: relative;   
	  float: left;   
}  
nav ul {
	margin: 65px 0 0 15px;
	list-style: none;
}
nav ul li {  
    float: left;  
	margin:0 40px 0 0;
} 
nav ul li a{  
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
nav ul li a:hover{  
	display: block;
	color: #cccccc;
}  
.nav-small{
	font-size: 14px;
}
.nav-big{
	font-size: 25px;
}
/* SECTION */

.content {
	width: 980px;
	margin: 0 auto;
}



.homepage-boxes {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.homepage-banner {
	width: 980px;
	margin: 0 auto;
}

/* INSIDE LAYOUT STRUCTURE */

.content-inside {
	width: 980px;
	margin:0 auto 40px;
	display: table;
}
.inside-section {
	display: table-cell;
	width: 800px;
	text-align: left;
	vertical-align: top;
	padding: 0 40px 0 0;
}
aside {
	display: table-cell;
	width: 180px;
	text-align: left;
	vertical-align: top;
}
.container {
	padding: 0 0 0 40px;
}
.section-title {
	font-size: 40px;
	color: #cc0033;
	padding: 0;
	font-weight: bold;
	margin:0 0 30px;
}
.section-title img {
	margin: 2px 0 0 0;
}
/* Aside - LEFT COLUMN */

.search-box {
	margin: 100px 0 35px 0;
	width: 176px;
	height: 26px;
	float: left;
	padding: 2px 2px;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	background-color: #FFFFFF;
}
.search-field {
	width: 150px;
	height: 25px;
	color: #999999;
	border: none;
	float: left;
	clear: none;
}
.search-box img {
	float: right;
}
.left-title {
	color: #FFFFFF;
	font-size: 25px;	
	margin: 0 0 10px 0;
}
aside ul {
	margin: 0 0 20px 0;
}
aside li {
	margin: 0 0 0 20px;
	font-size: 14px;
	color:#999999;
}

/* BLOG */
.header-blog {
	padding:15px 0 25px;
	background: url(images/post-seperator.gif) repeat-x bottom; 
	margin:0 0 30px;
}
.blogpost {
	background: url(images/post-seperator.gif) repeat-x top; 
	margin:0 0 50px;
}
.blog-title {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.blog-title a{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.blog-title a:hover{
	font-size: 36px;
	color: #cccccc;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.blog-info {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	margin: 0;
	padding:0;
	font-weight: normal;
}
.blog-info a{
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	margin: 0;
	padding:0;
	font-weight: normal;
}
.blog-info a:hover{
	font-size: 14px;
	color: #cccccc;
	text-decoration: underline;
	margin: 0;
	padding:0;
	font-weight: normal;
}
.blog-comments {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	padding: 0 0 0 25px;
	font-weight: normal;
	background-image: url(images/comments.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin:0 0 0 5px;
}
.blog-comments a{
	font-size: 14px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
.blog-comments a:hover{
	font-size: 14px;
	color: #cccccc;
	text-decoration: underline;
	font-weight: normal;
}
.blog-p {
	color: #FFFFFF;
	font-size: 12px;
}
.blog-p a{
	color: #999999;
	font-size: 12px;
	text-decoration: underline;
}
.blog-p a:hover{
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}
.blog-ul{
	color: #cccccc;
	font-size: 12px;
	margin:25px 45px;
}
.blog-ul li{
	color: #ffffff;
	font-size: 12px;
	margin: 10px auto;
	list-style-image: url(images/li.jpg);
}
.blog-ul a{
	color: #999999;
	font-size: 12px;
	text-decoration: underline;
}
.blog-ul a:hover{
	color: #cccccc;
	font-size: 12px;
	text-decoration: underline;
}
figure {
	margin: 20px 0;
}
figure img {
	border: 10px solid #fff;
}
.blog-caption {
	font-size: 12px;
	color: #666666;
	font-style: italic;
	padding: 5px 10px;
}
.blog-footer {
	margin: 30px 0 0 0;
}
.blog-footer a{
	color: #CCCCCC;
}
.blog-footer-info {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	margin:15px 0;
	padding:0;
	font-weight: normal;
}
.blog-footer-info a{
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	margin: 0;
	padding:0;
	font-weight: normal;
}
.blog-footer-info a:hover{
	font-size: 14px;
	color: #cccccc;
	text-decoration: underline;
	margin: 0;
	padding:0;
	font-weight: normal;
}
.blog-paging {
	background: url(images/post-seperator.gif) repeat-x top; 
	padding: 10px 0;
	color: #CCCCCC;
	font-size: 14px;
}
.blog-paging a{
	color: #CCCCCC;
	font-size: 14px;
		margin: 0 5px 0 0;
	text-decoration: none;
	font-weight: bold;
}
.blog-paging a:hover{
	color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
}
/* Homepage Boxes */

#box1-div {
	width: 315px;
	height: 265px;
	float: left;
	position: relative;
	clear: none;
	border: solid 10px #FFFFFF;
	border-radius: 20px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	background-image: url(images/box1-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	margin: 20px 6px 20px 5px;	
	padding: 10px 0 0 10px;
}
.box1-title {
	font-size: 21px;
	font-weight: bold;
	background-color: #000000;
	padding: 0 0 5px 0;
}
.box1-content {
	background-image: url(images/box1-item.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:200px;
	padding:20px 125px 0 0;
	width:200px;
	text-align: left;
}
.box1-content-text {
	font-size: 11px;
	color: #000000;
	clear: both;
}
#box2-div {
	width: 270px;
	height: 265px;
	float: left;
	position: relative;
	clear: none;
	border: solid 10px #FFFFFF;
	border-radius: 20px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	background-image: url(images/box2-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	margin: 20px 5px 20px 5px;	
	padding: 10px 0 0 10px;
}
.box2-title {
	font-size: 40px;
	font-weight: bold;
	background-color: #000000;
	padding: 0 0 5px 0;
	width: auto;
}
#box3-div {
	width: 270px;
	height: 265px;
	float: left;
	position: relative;
	clear: none;
	border: solid 10px #FFFFFF;
	border-radius: 20px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	background-image: url(images/box3-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	margin: 20px 5px 20px 5px;	
	padding: 10px 0 0 10px;
}
.box3-title {
	font-size: 40px;
	font-weight: bold;
	background-color: #000000;
	padding: 0 0 5px 0;
	margin: 0 20px;
	text-align: center;
}
.box3-content {
	background-image: url(images/box3-item.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:200px;
	padding:10px 0 0;
	text-align:left;
	width:255px;
}
.box3-content-text {
	font-size: 11px;
	color: #000000;
	margin:20px 0 0 100px;
	clear: both;
}
.fresh-badge {
	position: absolute;
	left: 640px;
	top: -8px;
}

/* HOMEPAGE BANNER */

.homepage-banner-box {
	width: 965px;
	margin: 0 auto 25px;
	padding: 20px 0;
	border-radius: 20px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	background-image:url(images/banner-box-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.homepage-banner-content {
	width: 715px;
	margin: 0 auto;
}
.homepage-banner-title {
	font-size: 21px;
	color: #FFFFFF;
	font-weight: bold;
}
.homepage-banner-links, .homepage-banner-links a {
	font-size: 43px;
	text-decoration: none;
	font-weight: bold;
}
.homepage-banner-links a.red{
	color: #e96565;
}
.homepage-banner-links a.yellow{
	color: #dfec96;
}
.homepage-banner-links a.blue{
	color: #96c9e6;
}
.homepage-banner-links a:hover {
	color: #FF0066;
	text-decoration: none;
}

/* FOOTER */

footer {
	width: 980px;
	margin: 0 auto;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer-div-column {
	float: left;
	width: 180px;
	text-align: left;
	font-size: 11px;
	padding: 30px 20px;
}
#footer-div-form {
	float: right;
	width: 200px;
	text-align: left;
	font-size: 11px;
	margin: 10px 0 10px 0;
}
#footer-div-form-progress {
	display:none;
	float: right;
	width: 200px;
	text-align: left;
	font-size: 11px;
	margin: 10px 0 10px 0;
	padding:30px 20px;
}
#footer-div-form-ok {
	display:none;
	float: right;
	width: 200px;
	text-align: left;
	font-size: 11px;
	margin: 10px 0 10px 0;
	padding:30px 20px;
}
#footer-div-form-sorry {
	display:none;
	float: right;
	width: 200px;
	text-align: left;
	font-size: 11px;
	margin: 10px 0 10px 0;
	padding:30px 20px;
}
.footer-text-field {
	border: none;
	background: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 195px;
	height: 15px;
}
.footer-text-field-bg {
	width: 200px;
	height: 16px;
	margin: 3px auto;
	text-align: left;
	font-size: 11px;
	background-image: url(images/footer-form-name-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-text-area {
	border: none;
	background: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 195px;
	height: 73px;
	resize: none;
}
.footer-text-area-bg {
	width: 200px;
	height: 76px;
	margin: 3px auto;
	text-align: left;
	font-size: 11px;
	background-image: url(images/footer-form-message-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-submit {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.footer-submit a{
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer-submit a:hover{
	display: block;
	font-size: 14px;
	color: #cccccc;
	text-decoration: none;
}
.footer-div-left {
	float: left;
	width: 650px;
	text-align: left;
	font-size: 10px;
	padding: 10px 20px;
	color: #333333;
	font-size: 10px;
}
.footer-div-right {
	float: right;
	width: 250px;
	text-align: right;
	font-size: 10px;
	padding: 10px 20px;
	color: #333333;
	font-size: 10px;
}
/* SLIDE SHOW */
.hero {
	height: 570px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.slideshow {
	width: 440px;
	height: 560px;
	float: left;
	clear: none;
}
.slideshow-right {
	height:560px;
	width:495px;
	float: right;
	position: relative;
}
.welcome-div {
	clear:none;
	color:#FFFFFF;
	margin:175px auto 0;
	width:495px;
}
.welcome-div-title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin:0;
	padding:0;
}
.welcome-div p{
	color: #fff;
	font-size: 12px;
	margin:0;
	padding:0;
}
.welcome-div ul{
	clear: both;
	margin: 0;
	padding:0;
}
.welcome-div li{
	clear: both;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding:0;
}
.welcome-div li a{
	display: block;
	clear: both;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	background-image:url(images/arrow-welcome.jpg);	
	background-position: left 12px;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
}
.welcome-div li a:hover {
	display: block;
	clear: both;
	color: #CC0033;
	font-size: 36px;
	font-weight: bold;
	background-image:url(images/arrow-welcome-hover.jpg);
	background-position: left 12px;
	background-repeat: no-repeat;
}
.headline {
	clear:both;
	color:#CC0033;
	float:right;
	font-size:60px;
	font-weight:normal;
	left:400px;
	margin:0;
	padding:0;
	position:absolute;
	top:80px;
	width:auto;
	z-index:1000;
}
.headline img {
	margin: 0 15px;
	padding:0;

}

/*TWEETER*/

#tweets {
	background-position:right bottom;
	background-repeat:no-repeat;
	height:200px;
	padding:0;
	text-align:left;
	width:245px;
}
#tweets ul {
margin:10px 0 0;
	padding:0;
}
#tweets li {
	border-top: 1px dotted #000000;
	color:#000000;
	font-size:12px;
	list-style-type:none;
	margin:0;
	padding:5px 0;
}
#tweets li small{
	color:#CC0033;
	font-style: italic;
}

#tweets .hash { color:#CC0033; } 

#tweets .reply { color:#CC0033; } 

#tweets a:link { text-decoration:none; color:#CC0033;}
#tweets a:active { text-decoration:none; color:#CC0033;}
#tweets a:hover { text-decoration:underline; color:#000000;}
#tweets a:visited { text-decoration:none; color:#CC0033;}

