/* CSS Document */

body
{
	background: #E8E8E8;
	margin: 0px auto;
	height: 100%;
	font-family: Arial, Verdana, sans-serif;
	background: #F9F9F9 url('../images/body_bg.gif') repeat;
}

div#Outer {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    display: inline-block;
    height: 100%;
}

div#OuterMain {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    display: inline-block;
}

input[type=submit], input[type=button], a.button
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .55em 2em .55em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,1);
	box-shadow: 0 1px 2px rgba(0,0,0,1);
	color: #fff;
	border: solid 1px #0c4888;
	background: #0c4888;
	font-weight: bold;
	font-size: 18px Arial, Helvetica, sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(#23a1e9), to(#0c4888));
	background: -moz-linear-gradient(top,  #23a1e9,  #0c4888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#23a1e9', endColorstr='#0c4888');
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	text-shadow: 0px 1px 1px #333;
	width: 176px;
	height: 33px;
	padding: 13px 0 0 0;
}

a.button
{
	padding-top:8px;
}

.div100
{
	width: 100%;
}


div#HeaderLogoMenu
{
	display: inline-block;
	border: 1px solid black;
}

div#header {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    display: block;
	height:380px;
	text-align: center;
	background-image: url(../images/spectrum_bg.jpg);
}

div#headerInner {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    display: block;
	height: 230px;
	text-align: center;
	min-width: 1250px;
	background-image: url(../images/spectrum_bg.jpg);
}

div#headerWrapper
{
	width: 100%;
	min-width: 1250px;
	background: url('../images/header_bg.png') no-repeat top center;
}

div#banner
{
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}

div#ProductMenuWrapper
{
	display: inline-block;
	margin: 0px auto;
	margin-top: 40px;
	text-align: center;
	width: 1250px;
}

div#TopNavigation
{
	display: inline-block;
	margin: 0px auto;
}

div#TopSiteHeadingWrapper
{
	width: 100%;
	margin-top: 69px;
	background: url(../images/heading_inner_page_bg.png);
	vertical-align: middle;
	text-align: center;
	height: 63px;
}

div#TopSiteHeadingWrapperProducts
{
	width: 100%;
	background: url(../images/heading_inner_page_bg.png);
	vertical-align: middle;
	text-align: center;
	height: 60px;
}

div#PageCaption
{
	margin: 0px auto;
	text-align: left;
	vertical-align: middle;
	padding-top: 8px;
}

div#PageCaption h1
{
	font-family: BebasNeue, Arial,Verdana,sans-serif;
	text-transform: uppercase;
	text-shadow: 0 2px 1px black;
	font-size: 36px;
	color: white;
	letter-spacing: 1px;
	margin: 0px;
}

div#ScrollText
{
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 73px;
	margin: 0;
	padding: 27px 0 0 0;
	background: transparent url(../images/tagline_bg.png) repeat-x;
}

.siteWidth
{
	width: 940px;
}

div#Content {
    background: transparent;
    margin: 0px auto;
    padding: 0px;
	display: block;
	font-size: 14px;
	text-align: justify;
	color: #323232;
}

div#footer {
    display: inline-block;
    width: 100%;
    height: 130px;
    text-align: left;
	background: url(../images/footer_bg.png);
	margin-top: 10px;
}

div#footer-shadow
{
	background-image: url(../images/footer_shadow.png);
	height: 30px;
	width: 100%;
}

div#TopBar
{
	display: inline-block;
}

.InlineDisplay
{
	display: inline-block;
}

div#menuWrapper
{
	margin-top: 20px;
}

ul#Menu
{
	list-style: none;
	margin: 0px;
}

ul#Menu>li
{
	display: inline-block;
	float: left;
	margin-left: 20px;
	font-size: 13px;
}

ul#Menu>li>a
{
	display: block;
	padding: 8px 17px 8px 17px;
	margin: 7px 5px 0 0;
	color: white;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
}

ul#Menu>li>a.currentpage
{
	display: block;
	padding: 8px 17px 8px 17px;
	margin: 7px 5px 0 0;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: black;
	text-decoration: none;
	text-transform:uppercase;
}

ul#Menu>li>a:hover
{
	display: block;
	padding: 8px 17px 8px 17px;
	margin: 7px 5px 0 0;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: black;
	text-decoration: none;
	text-transform:uppercase;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

h3
{
	font-size: 22px;
	color: #3587AD;
}

h3>a:visited
{
	color: #3587AD;
	text-decoration: none;
}

h3>a
{
	color: #3587AD;
	text-decoration: none;
}

div#footer-copyright-wrapper
{
	width: 100%;
	background: url(../images/000_25.png);
	height: 60px;
	margin: 0px auto;
	display: inline-block;
	text-align: center;
}

div#footer-links-wrapper
{
	margin: 0px auto;
	color: #CCC;
	font-size: 12px;
	text-align:center;
	margin-bottom: 30px;
}

div#footer-links-wrapper>a
{
	text-decoration: none;
	color: #CCC;
}

div#copyright
{
	color: white;
	font-size: 10px;	
	margin: 0px auto;
	text-align: left;
	padding-top: 10px;
}

hr
{
	border-left: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #CCC;
	margin: 0px;
}

div.ProductsBox
{
	width: 460px;
	text-align: center;
	display: inline-block;
}

div.ProductsBox h3
{
	font-size: 16px;
	text-transform: uppercase;
}

div.ProductsBox img
{
	border: 1px solid #88B7BF;
}

div.shortDesc
{
	text-align: justify;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.clearDiv
{
	float: clear;
}

.ProductRow
{
	display: inline-block;
	margin: 2px;
	margin-top: 10px;
}

.CenterProductImage
{
	margin-left: 80px;
	margin-right: 80px;
}

.ProductRow img
{
	border: 1px solid  #88B7BF;
}

a img{
	border: 0px;
}

.ContactBox
{
	width: 450px;
}