
@font-face {
    font-family: 'SansationRegular';
    src: url('font/Sansation_Regular-webfont.ttf') format('truetype'),
         url('font/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLight';
    src: url('font/Sansation_Light-webfont.ttf') format('truetype'),
         url('font/Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBold';
    src: url('font/Sansation_Bold-webfont.ttf') format('truetype'),
         url('font/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLightLightItalic';
    src: url('font/Sansation_Light_Italic-webfont.ttf') format('truetype'),
         url('font/Sansation_Light_Italic-webfont.svg#SansationLightLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationItalic';
    src: url('font/Sansation_Italic-webfont.ttf') format('truetype'),
         url('font/Sansation_Italic-webfont.svg#SansationItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBoldItalic';
    src: url('font/Sansation_Bold_Italic-webfont.ttf') format('truetype'),
         url('font/Sansation_Bold_Italic-webfont.svg#SansationBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
		p.style1 {font: 18px/27px 'SansationRegular', Arial, sans-serif;}
		p.style2 {font: 18px/27px 'SansationLight', Arial, sans-serif;}
		p.style3 {font: 18px/27px 'SansationBold', Arial, sans-serif;}
		p.style4 {font: 18px/27px 'SansationLightLightItalic', Arial, sans-serif;}
		p.style5 {font: 18px/27px 'SansationItalic', Arial, sans-serif;}
		p.style6 {font: 18px/27px 'SansationBoldItalic', Arial, sans-serif;}
/*////////////////////////////////////////////////////////////////////////////////*/
*{
	padding:0;
	margin:0;
}
html{
	padding:0;
	margin:0;
}
body{
	background:#FFF;
	font-family:'SansationRegular', Arial, sans-serif;
	padding:0;
}
a{
	text-decoration:none;
	color:#9c9c9c;
}
img{
	border:none;
}
h1{
	color:#666;
}
h2{
	color:#000;
	font-size:24px;
	line-height:26px;
	padding-bottom:30px;
	font-weight:bold;
	font-family:'SansationRegular', Arial, sans-serif;
	letter-spacing:-1px;
}
h2 a{
	color:#000;
}
h3{
    color: #DD102B;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 18px;
    padding-bottom: 16px;

}
h4{
    display: block;
    line-height: 33px;
    padding-bottom: 10px;
}

.blog{
	height:54px;
	width:100%;
	background:url(images/manu-bg.png) repeat;
	position:fixed;
	top:0;
	left:0;
	z-index:5;
}

.navigator{
	height:54px;
	width:100%;
	background:url(images/manu-bg.png) repeat;
	position:fixed;
	top:0;
	left:0;
	z-index:5;
}
.wrapper{
	width:920px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:visible;
}
ul.main-menu{
	list-style:none;
}
ul.main-menu li{
	float:left;
	border-left:1px solid #494540;
}
ul.main-menu li:first-child {
	border-left:0px solid #494540;
}
ul.main-menu li a{
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01em;
    line-height: 54px;
    padding: 0 6px;
}
.logo{
	height:126px;
	width:208px;
	position:absolute;
	right:0;
	top:0;
}
.header{
	height:534px;
	width:100%;
	overflow:hidden;
	z-index:0;
	border-bottom:1px solid #e5e5e5;
	position:relative;
}
.slider{
	height:500px;
	width:100%;
	overflow:hidden;
	position:relative;
	background:#000;
}
.slider-img{
	height:500px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.slider-img img{
    left: 50%;
    margin-left: -965px;
    position: absolute;
	cursor:pointer;
}
.slider-title{
	height:202px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:url(images/slider-title-bg.png) repeat;
	z-index:4;
}
.twite{
	height:auto;
	width:920px;
	margin:0 auto;
	background:url("images/twite.png") no-repeat scroll 0px 0px;
	margin-top:25px;
	padding-top:32px;
}
.twite ul{
	list-style:none;
}
.twite ul li{
	width:100%;
	display:block;
	overflow:hidden;
}
.twite ul li p{
    color: #E1E1E1;
    display: block;
    float: left;
    font-family: 'SansationRegular',Arial,sans-serif;
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
    overflow: hidden;
    padding-bottom: 0;
    width: 805px;
}
.twite ul li .souurce{
	color:#fff;
}
.twite ul li .time{
	float:left;
	clear:left;
	color:#fff202;
}
.social-holder{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.social{
	margin:0 auto;
	width:920px;
	overflow:hidden;
}
.social-links{
    float: left;
    height: 27px;
    padding-right: 10px;
    padding-top: 6px;
}
.content{
    overflow: hidden;
    padding-bottom: 150px;
    padding-top: 25px;
}
.inner{
	width:230px;
	height:auto;
	float:left;
	margin-right:40px;
}
ul.calendar{
	list-style:none;
}
ul.calendar li{
    color: #333333;
    display: block;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding: 0 4px;
}
ul.calendar li span{
	color:#f50025;
	float:right;
	font-weight:normal;
}
ul.calendar li:hover{
	background:#FF3;
}
ul.gallery{
	height:286px;
	list-style:none;
	padding:15px;
	background:#f2f2f2;
}
ul.press{
	list-style:none;
}
.date{
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	color:#616161;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}
.day{
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	color:#616161;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}
.story{
    color: #dd102b;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 21px;
    font-weight: normal;
    line-height: 21px;
    padding-bottom: 15px;
}

.player{
    background: url("images/ssb.png") no-repeat scroll 0 0 transparent;
    height: 753px;
    position: absolute;
    right: -70px;
    top: -265px;
    width: 294px;
}
.bottom{
	border-top:1px solid #bfbfbf;

}
ul.brands{
	list-style:none;
	border-bottom:1px dashed #bfbfbf;
	overflow:hidden;
	margin-bottom:10px;
}
ul.brands li{
    float: left;
    padding-right: 38px;
}
ul.brands li:last-child{
	padding-right:0;
}
.copyright{
	font-size:11px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	float:left;
}
.social_links{
	float:right;
}
.social_links li{
    border-right: 1px solid #CCCCCC;
    float: left;
    height: 17px;
    list-style: none outside none;
    padding: 0 10px;
}
.social_links li:last-child{
	border-right:0px;
	padding-right:0px;
}
.footer{
    margin-top: 13px;
    overflow: hidden;
    padding-bottom: 30px;
}
/*********************************************/
.gallery-list{
	width:650px;
	float:left;
}
.gallery-list li{
	list-style:none;
	border-top:1px dashed #999;
	padding-top:10px;
	margin-bottom:10px;
}
.gallery-list li div{
	padding:10px;
	padding-left:15px;
	height:auto;
	overflow:hidden;
}
.gallery-list li div:hover{
	background:#eaeaea;
}
.gallery-list li div img{
	padding-right:10px;
	float:left;
}
.tabs{
}
.nav{
	display:block;
	overflow:hidden;
	margin-bottom:25px;
}
.nav li{
	float:left;
	list-style:none;
	display:block;
	padding:0 10px;
	background:url(images/tabs-divider.jpg) no-repeat left 2px;
}
.nav li:first-child{
	background:none;
	padding-left:0;
}
.nav li a{
	font-size:18px;
	color:#000;
	font-weight:bold;
	letter-spacing:-1px;
	
}
.current{
	background:url(images/tab-bg.jpg) repeat-x bottom;
}
.cnt li{
	padding-bottom:20px;
}
.cnt li span.story{
	padding:0;
}
.bio ul li span.story{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: normal;
    padding-bottom: 0;
}
.bio ul li{
	padding-bottom:12px;
}
p{
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5353;
	padding-bottom:15px;
}
.bio_history li:first-child{
	border:none;
}
.press ul li span.story a{
    color: #DD102B;
    font-size: 16px;
    line-height: 19px
}
.press ul li span.story{
	padding-bottom:5px;
}

.press ul li{
	border-bottom:1px dashed #999;
	margin-bottom:12px;
}
.press_history li p span.day{
	color:#333;
	font-size:16px;
}
ul.press_history li{
	border:none;
	padding:0;
	margin:0;
}
.gallery-list li div.sponsor{
	height:170px;
}
.gallery-list li div.sponsor img{
	height:auto;
	width:auto;
}
.gallery-list li div.sponsor span.spon-img{
    display: block;
    float: left;
    height: 170px;
    overflow: hidden;
    width: 280px;
}
.story a{
	color:#DD102B;
}

/****************************/
.form label {
    color: #DD102B;
    display: block;
    font-family: arial;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0px 5px;
}
.form .input-text {
    background: url("images/formbg.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #000000;
    font-family: arial;
	font-size: 14px;
    height: 34px;
    line-height: 24px;
    padding: 0 10px;
    width: 440px;
}
.form .input-textarea {
    background: url("images/formbg.png") repeat scroll 0 0 transparent;
    border: medium none;
    font-family: arial;
    font-size: 14px;
    height: 63px;
    padding: 10px;
    width: 439px;
}
#form-contact div{
	float:left;
}
.float-right {
    float: right !important;
	margin-top:20px;
}

.button {
    background: url("images/formbutton.png") repeat scroll 0 0 transparent;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: LucidaGrandeBold,Arial,sans-serif;
    font-size: 18px;
    height: 30px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 120px;
	border:none;
}

.form{
	width:460px;
}
.enquiry{
	background: url("images/formbg.png") repeat scroll 0 0 transparent;
    height: 34px;
	font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
    width: 460px;
	border:none;
	padding-right:5px;
}

.video {
	float:right;
	font-size:14px;
	font-weight:normal;
	color:#616161;
	display:block;
	font-family:Arial, Helvetica, sans-serif;

}
