@charset "utf-8";

#UWMchildNav ul li a{ /*sets spacing of the Thumbnails*/
/*margin-left: 60px; */
/*spacing*/ 
}

#UWMchildNav ul li ul{ /*sets the offset left of the Thumbnails (If thumbnails are being cut off by left edge of page adjust this)*/
/*margin-left: -30px; */
}

#sev_frame {
	width: 100%;
	height: 650px;
	float: left;
	position: relative;
	background-color: #000;
}

#header_bg {
	margin-top: 20px;
	float: left;
	width: 100%;
	height: 68px;
	background-image: url(http://www.unitytools.com/clients/contexts/donMealeysSportMitsubishiSubaru/iVLP/serviceGenericMitsubishiTest/images/header_bg.png)
}

#logo_wrap {
	width: 100%;
	max-width: 320px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
}
#logo {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: -72px;
}
#logo img {
	float: left;
	width: 100%;
	height: auto;
}
#video_bg {
	margin-top: 10px;
	float: left;
	width: 100%;
}

#sev_wrap {
	width: 100%;
	max-width: 920px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#video_wrap {
	width: auto;
	max-width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#video_frame {
	width: 100%;
	height: 281px;
	max-width: 500px;
	float: left;
	position: relative;
}

#video_XYposition {
	float: left;
	width: 100%;
	height: auto;
}
#video_viewport {
	float: left;
	width: 100%;
	height: auto;
	
	-moz-box-shadow: 0 0 10px #a6a6a6;
	-webkit-box-shadow: 0 0 10px #a6a6a6;
	box-shadow: 0 0 10px #a6a6a6;
}
#text_image_bg {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

#text_bg {
	margin-top: 10px;
	float: left;
	width: 100%;
	height: auto;
	/*
	-moz-box-shadow: 0 0 5px #0F0;
	-webkit-box-shadow: 0 0 5px #0F0;
	box-shadow: 0 0 5px #0F0;
	*/
}
#text_wrap {
	width: auto;
	max-width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#text_image {
	float: left;
	width: 100%;
	max-width: 500px;
	height: 259px;
}
#text_image img {
	float: left;
	width: 100%;
	max-width: 500px;
	height: auto;
	border-top-width: 1px;
}
/*other styles go here*/

@media (max-width: 920px) {
/*
#main_frame {
	float: left;
	width: 100%;
	margin-top: 0px;
}
*/
#video_viewport {
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
/*
#text_table {
	margin-top: 10px;
	float: left;
	width: 100%;
	max-width: 500px;
	height: auto;
}
#text_image {
	width: 100%;
	max-width: 500px;
	height: auto;
}
#text_image img {
	float: left;
	width: 100%;
	max-width: 500px;
	height: auto;
}
#main_wrap {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
}
*/
}


























