/*this style sheet governs the pages in the video directory using the FOREST THEME*/

@charset "utf-8";

#content_inner {
	height: 670px;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 565px;
}

#content_inner p {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.2em;
}

#video{
	cursor:pointer;
	text-align:center;
}


#brands ul {
	list-style:none;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	border:#6A9287 thin solid;
	background-color:#DFE7E5;
	margin: 10px;
	padding: 5px;
	height: 100px;
}
#brands ul #manufact {
	padding: 0px;
	float:right;
	width: 100px;
	border: #6a9287 thin solid;
	background-color: #C2D1CE;
	font-weight: bold;
}
#brands ul li {
	padding:8px;
}




/**********************************************************************
***********************************************************************/
/*these classes create a center column version of the 160 box*/
.box600 {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 560px;
	display: inline-block;
}
.box600 .top {
	width: 560px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/600_box.png);
	background-position: left top;
	background-repeat:no-repeat;
	float:left;
}
.box600 .middle {
	width: 515px;
	height: auto;
	margin: 0px;
	padding: 5px 15px 0px 30px;
	background-image:url(images/600_box-middle.png);
	background-repeat:repeat-y;
	float:left;
}
.box600 .bottom {
	width: 560px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/600_box.png);
	background-position: left bottom;
	float:left;
}
.box600 h2 {
	display: block;
}
.box600 h1 {
	margin: 0px;
	padding: 0px;
}
.bolder {
	font-weight: bold;
}

.impact1 {
	font-size: 50px;
	font-weight: 200;
	font-family: Impact;
	color: #0E634E;
	padding: 0px;
	margin: 5px auto 5px auto;
	text-align: center;
	display: block;
}
.impact2 {
	font-family: Impact;
	font-size: 24px;
}
.impact3 {
	color: #0E634E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
}
.impact5 {
	color: 000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.impact6 {
	color: #0E634E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
}