@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------------------------------------------------------------
######################################################## RESET ########################################################################
------------------------------------------------------------------------------------------------------------------------------------ */

* {
	outline: none;
}
img { margin:0; padding:0;} 
body {
	margin:0;
	padding:0;
	font-size: 62.5%;
	height: 100%;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0;
}

* html .clearfix {
	height: 1%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
textarea {
	overflow:auto;
}
a {
	color:#ffffff;
}
a:hover {
	text-decoration:underline;
}
/* ------------------------------------------------------------------------------------------------------------------------------------
######################################################## COMMON TAGS ##################################################################
------------------------------------------------------------------------------------------------------------------------------------ */
/*==============================================================CSS-bodyh-HEADER-START============================================== */
body {
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
	
	margin:0;
	padding:0;
}
.box { width:972px; margin:0 auto;}
.wrap { background:url(../images/bg.png) repeat-x fixed #000000; width:972px; float:left;}
/*===============================================================CSS-body-HEADER-CLOSE============================================== */

.logo_section{
width:80%;
padding:13px 0px 0px 25px:;
float:left;
}
.menu_itmes{
width:100%;
height:44px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#f2e9f1;
text-align:center;
line-height:44px;
background:url(../images/menu.png) repeat-x;
float:left;

}

.videos_section{

width:972px;

float:left;

}

.video_content{
	width:972px;
	margin:0 auto;

}
.banner { width:972px; float:center; background:#000; height:360px;}
.heading{width:972px; float:left; background:url(../images/heading_bg.png) repeat-x;}
.content_section{

width:970px;
float:left;
}

.content_section_content{
	width:972px;
	margin:0 auto;

}
.content_section_content h1{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
color:#f2e9f1;
padding:25px 0px 20px 5px ;
margin:0px;
}
.smallbox{ width:238px; float:left; padding-bottom:70px}
.smallbox_top { width:238px; float:left; background:url(../images/top.png) no-repeat; height:21px;}
.smallbox_middile { width:238px; float:left; background:url(../images/middile.png) repeat-y; height:auto;}
.smallbox_bottom { width:238px; float:left; background:url(../images/bottom.png) no-repeat; height:23px;}

.smallbox_inner { width:200px; padding:0 18px; float:left;}
.inner_text {width:200px; padding:0 18px; float:left; padding:8px 0;}
.inner_text p { color:#494035; font-size:14px; text-align:justify; padding-bottom:10px;}
.inner_text a { display:block; text-align:right; color:#494035; font-size:14px; font-weight:bold; text-decoration:underline;}
.inner_text a:hover { text-decoration:none;}

.copyright { width:972px; float:left; text-align:center; padding:25px 0 10px 0; font-size:18px; color:#f2e9f1; font-weight:bold;}