@charset "UTF-8";
/* CSS Document */

body {
background-image: url(SM_images/background.gif);
margin: 0px;
padding: 0px;
}
.container {
	width: 1000px;
}

.logo {
float: left;

}

.topbanner {
height: 100px;
padding-top: 50px;
padding-left: 50px;
background-image:url(SM_images/bubbles.png);
background-repeat: no-repeat;
}
.line {
	width: 100%;
	background-image: url(SM_images/line.png);
	height: 10px;
}
.specs {
	padding-left: 400px;
}
.bodycopy {
float: left;
padding-left: 50px;
}

.links {
	margin-left: 100px;
}

.bottom {
	height: 40px;

}

hr {
	color:#39F;

}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.30;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 600px;
	height: 300px;
	padding: 0px;
	border: 0px solid orange;
	background-image: url(SM_images/contact_info-1.gif);
	z-index:1002;
	overflow: auto;
}

.black2_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.30;
	filter: alpha(opacity=80);
}
 
.white2_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 600px;
	height: 300px;
	padding: 0px;
	border: 0px solid orange;
	background-image: url(SM_images/about_SM-1.gif);
	z-index:1002;
	overflow: auto;
}