/*************************************** GLOBAL *************************************************/


html, body {
	height:100%;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin:0;
	padding:0;
}
body#bd{
	background:url(../images/home/body_bg.png) repeat;
}
a, a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.span{
	color:#FFF;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
h1, h4, h5, h6{
	width:100%;
	color:#fff;
	margin-bottom:0;
	padding-top:5px;
	padding-bottom:10px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2{	
	width:100%;
	color:#fff;
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
h3{
	width:100%;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
}
ul, ol { 
	margin: 0;
}

/*************************************** LAYOUT *************************************************/

#wrapper{
	width:100%;
	margin:auto;
}
#bg{
	width:100%;
	float:left;
	background:url(../images/home/bg_rep.jpg) top center repeat-y;
}

#wrap{
	width:100%;
	float:left;
	background:url(../images/home/bg.png) top center no-repeat;
}
#header{
	width:100%;
	float:left;
	height:124px;
	background:url(../images/header.jpg) top left no-repeat;
}

#banner{
	width:100%;
	float:left;
	background:url(../images/home/bg_home.png) top left repeat-x;
	height:338px;
}

#banner_bgx{
	width:100%;
	float:left;
	background:url(../images/home/header_bgx.jpg) 0px 21px repeat-x;
	height:279px;
}

#tv{
	width:100%;
	height:301px;
	float:left;
	background:url(../images/home/tv.png) center 21px no-repeat;
}

#logo{
	width:100%;
	height:54px;
	font-family:Georgia;
	font-weight:bold;
	font-size:55px;
	text-align:center;
	float:left;
}

#logo .padding{
	padding-top:60px;
}

#home_teaser{
	width:804px;
	margin:auto;
}
#home_teaser_rep{
	width:804px;
	float:left;
	background:url(../images/home/teaser_rep.png) top right repeat-y;
}
#home_teaser_bot{
	width:100%;
	height:28px;
	float:left;
	background:url(../images/home/teaser_bottom.png) top right no-repeat;
}

#arrow{
	width:100%;
	float:left;
	background:url(../images/home/arrow.png) 288px 50% no-repeat;
}

#teaser_left{
	width:315px;
	float:left;
	color:#fff;
	line-height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	position:relative;
}
#teaser_left .padding{
	text-align:left;
	padding-left:40px;
	padding-top:21px;
	padding-bottom:14px;
}
#teaser_left a:link, #teaser_left a:visited{
	color:#312C17;
	font-weight:bold;
	font-size:12px;
}
#teaser_right{
	width:474px;
	height:161px;
	float:left;
	margin-left:6px;
	font-family:Georgia;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	position:relative;
}
#teaser_right .padding{
	padding-top:65px;
	padding-left:28px;
}

#big_title{
	font-size:28px;
	width:100%;
	color:#fff;
	font-weight:bold;
	padding-bottom:20px;
	font-family:Georgia;
}
#teaser_right a:link, #teaser_right a:visited{
	color:#fff;
	font-weight:bold;
	font-size:12px;
}


#copy{
	color:#606060;
	width:100%;
	float:left;
	text-align:center;
	margin-top:27px;
	font-weight:bold;
	padding-bottom:30px;
}
