html, body
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: auto;
	height: 100%;
	font: normal 12px Arial, san-serif;
	text-align: center;
	background: #fff;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
} 


#wrapper 
{
	height: 100%;
}

body > #wrapper 
{
	height: auto; 
	min-height: 100%;
}

.duplication
{
	margin-top: 28px;
}

.interactive
{
	margin-top: 22px;
}

#header
{
	margin: 0 auto 0 auto;
	padding: 0;
	height: 50px;
	text-align: center;
	background-image: url("../images/headerBckg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#main
{
	margin: 0;
	padding: 0 0 124px 0;
	min-height: 342px;
	#height: 357px;
	text-align: center;
	background: url("../images/mainBckg.jpg") no-repeat;
}

#content
{
	margin: 0 0 15px;
	padding: 0 0 124px 0;
	text-align: left;
	background-color: #fff;
}

.dsi
{
	margin: 15px auto 0 auto;
	padding: 0;
	width: 600px;
	height: 122px;
	clear: both;
	text-align: center;
	background-image: url("../images/dsiBckg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

#logos
{
	margin: 0px auto 0 auto;
	padding: 0;
	width: 699px;
	height: 235px;
	text-align: center;
}

.dvs
{
	margin: 30px 15px 0 0;
	padding: 0;
	float: left;
	position: relative;
	width: 212px;
	height: 180px;
	text-align: center;
}

.pelco
{
	margin: 30px 15px 0 0;
	padding: 0;
	float: left;
	position: relative;
	width: 230px;
	height: 180px;
	text-align: center;
}

.creative
{
	margin: 30px 15px 0 0;
	padding: 0;
	float: left;
	position: relative;
	width: 212px;
	height: 180px;
	text-align: center;
}

.button
{
	margin-left: -106px;
	padding: 0;
	position: absolute;
	bottom: 5px;
	left: 50%;
	right: 0;
	text-align: center;
}




/* footer */
#bottom
{
	margin: 0;
	padding: 0;
	height: 124px;
	background: url("../images/bottomBckg.jpg") no-repeat top center;
} 

#footer
{
	position: relative;
	margin-top: -124px; /* negative value of footer height */
	height: 124px;
	clear: both;
	background: url("../images/footerBckg.jpg") repeat-x bottom center;
} 

#footerInner
{
	position: absolute;
	width: 960px;
	height: 10px;
	margin-left: -480px;
	left: 50%;
	bottom: 5px;
} 

#footerInner p
{
	margin: 0;
	padding: 0;
	font: normal 10px Arial, san-serif;
	line-height: 10px;
	color: #fff;
	text-align: center;
}

#footerInner p a
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#footerInner p a:hover
{
	font-weight: bold;
	color: #1ab7ea;
	text-decoration: none;
}
/* / footer */



/* CLEAR FIX*/
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix 
{ 
	height: 1%;
}

.clearfix 
{
	display: block;
}
/* End hide from IE-mac */



#page
{
	margin: -15px auto;
	width: 800px;
}

#pageplayer
{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

a img
{
	border: 0;
}

ul
{
	margin: 0 0 15px 15px;
	padding: 0;
	text-align: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	letter-spacing: 1px;
}

h1
{
	margin: 0 0 5px 0;
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #003e69;
}

h2
{
	margin: 25px 0 3px 0;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #000;
}

h3
{
	margin: 25px 0 3px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #003e69;
}

h4
{
	margin: 25px 0 5px 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
}

.dvs p,
.pelco p,
.creative p
{
	text-align: center;
}

p
{
	margin: 0 0 15px 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: left;
	color: #042841;
}
