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

body {
background-image: url(SM_images/background.gif);
margin: 0px;
padding: 0px;
color: #ffffff;
font-family: verdana, arial, sans-serif;
}
.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 {
width: 355px;
float: left;
padding-left: 50px;
padding-right: 40px;
}

.photo {
width: 522px;
float: left;
padding-left: 20px;
padding-top: 40px;
font-size: 11px;
}

.links {
	margin-left: 100px;
}

.bottom {
	padding-left: 50px;
	padding-top: 30px;
	height: 40px;
	font-size: 11px;
	width: 950px;
	clear: both;
}

hr {
	color:#39F;

}

p
{
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 20px;
	padding-left:18px;
}

a:link, a:visited {
	color: #ffffff;
}

a:hover { color: #00AEEF; }

.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;
}
