body {
	background-color: #fff;
}

#container {
	width: 100%; 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	z-index: -1; 
	max-height: 100%;
	overflow-y: auto;
}

.stretch {
	width:100%;
}

#tb_1 {
	text-align: center;
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin-top: 5%;
	margin-bottom: 5%;
}

div#top_box {
	background: transparent;
	margin-left: 8%;
}
	
div#box {
	background: transparent;
	width: 70%;
	margin-left: 15%;
	margin-top: 1%;
}



div#content_1 {
	width: 62%;
	height: 30%;
	margin-top: 0%;
	padding-top: 0.1%;
	margin-left: 14%;
	padding-left: 5%;
	padding-right: 5%;
	background: transparent;
	
}

div#content_2 {
	position: relative;
	width: 70%;
	margin-left: 15%;
	padding-top: 1%;
	background-color: #fff;
}

div#content_3 {
	position: relative;
	width: 100%;
	margin-left: 0%;
	background-color: #f4f4f4;
}

div#inner_content_3 {
	width: 50%;
	padding: 2%;
	margin-left: 23%; 
	
}

div#content_4 {
	position: relative;
	width: 100%;
	margin-left: 0%;
	background-color: #fff;
	
}

div#inner_content_4 {
	width: 70%;
	margin-left: 15%; 
	
	
}

div#footer {
	position: relative;
	background: #000;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	color: #fff;
	padding-top: 1%;
	padding-bottom: 1%;
	height: 2%;
}

h1 {
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 32px;
	text-align: left;
}

h2 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 32px;
	
}

h3 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #040404;
	font-size: 28px;
	
}

h4 {
	font-family : Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #040404;
	font-size: 21px;
}

div {
	font-family : Helvetica, Arial, sans-serif;
}
p {
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 600;

}
.p_white {
	font-family : Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.p_top {
	font-family : Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
}

.p_italic {
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-style: italic;
	font-weight: 500;
}

.p_normal {
	font-family : Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
a {
	color: #003bff;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.flink {
	color: #fff;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 16px;
}
	
#mybutton {
	width: 14vw;
	height: auto;
}
	
.vid_table {
	background-color: #fff;
	width: 68vw;
	border: 0px;
	text-align: left;
}

.vid_table_td {
	width: 20vw;
	vertical-align: top;
	padding-top: 15px;
}

.vid_table_h3 {
	text-decoration: underline;
	color: #000;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 21px;
}

.videos_overview{
	background-color: #fff;
	padding: 10px;
	width: 68vw;
	border: 0px;
	text-align: left;
	font-size: 14px;
	font-family : Helvetica, Arial, sans-serif;
	vertical-align: top;
	border: 1px solid #000;
	border-collapse: collapse;
	line-height: 1.8;
}

.videos_overview_td{
	vertical-align: top;
	border: 1px solid #000;
	padding: 10px;
}

.videos_overview_th {
	text-align: center;
	color: #000;
	padding: 10px;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 18px;
	border: 1px solid #000;
	background-color: #fff;
}

.innerimage {
	align: left;
	text-align: left;
	padding-right: 30px;
}

.red {
	color: #dd0000;
}

.salesbox {
	border: 6px dashed #689dbf;
	padding: 12px;
	width: 44vw;

}