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

body {
	background-color: #2b323b;
}

#wrapper {
  width : 965px;
  margin : auto; 
  border : 0px; 
  background: #ffffff;
}

#header {
  width : 965px;
  height : 90px;
  background: url(../images/dsrc-hmpg-logo.gif) no-repeat right center;
}

/* ----TOP NAVIGATION LOGO---- */

img {
 border: 1px solid #000000;
 padding-top: 0px;
}

.noBorder{
  border: 0;
}

/* ----TOP NAVIGATION BEGINS---- */



/* ----Homepage Button---- */


#homeBtn
{
  display: inline;
  float:left;
  width: 86px;
  height: 57px;
  margin: 0 auto;
  background: url(../images/cs-btn.gif) no-repeat 0 0;
}

#homeBtn:hover
{ 
  background-position: 0 -57px;
}

#homeBtn span
{
  display: none;
}

/* ----About DSR Btn---- */

#aboutBtn
{
  display: inline;
  float:left;
  width: 104px;
  height: 57px;
  margin: 0 auto;
  background: url(../images/dsr-about-btn.gif) no-repeat 0 0;
}

#aboutBtn:hover
{ 
  background-position: 0 -57px;
}

#aboutBtn span
{
  display: none;
}

/* ----North Sea modular BTN---- */


#systemsBtn
{
  display: inline;
  float:left;
  width: 148px;
  height: 57px;
  margin: 0 auto;
  background: url(../images/dsr-systems-btn.gif) no-repeat 0 0;
}

#systemsBtn:hover
{ 
  background-position: 0 -57px;
}

#systemsBtn span
{
  display: none;
}

/* ----Custom Btn---- */

#customBtn
{
  display: inline;
  float:left;
  width: 143px;
  height: 57px;
  margin: 0 auto;
  background: url(../images/dsr-customsys-btn.gif) no-repeat 0 0;
}

#customBtn:hover
{ 
  background-position: 0 -57px;
}

#customBtn span
{
  display: none;
  }
  
/* ----Applications Btn---- */

#appsBtn
{
  display: inline;
  float:left;
  width: 114px;
  height: 57px;
  margin: 0 auto;
  background: url(../images/dsr-apps-btn.gif) no-repeat 0 0;
}

#appsBtn:hover
{ 
  background-position: 0 -57px;
}

#appsBtn span
{
  display: none;
}


/* ----Dealers BTN---- */


#dealerBtn
{
  display: inline;
  float:left;
  width: 99px;
  height: 57px;
  margin: 0 auto;
  background: url(../images/dsrc-dealers-btn.gif) no-repeat 0 0;
}

#dealerBtn:hover
{ 
  background-position: 0 -57px;
}

#dealerBtn span
{
  display: none;

}

/* ----CUSTOMER BTN---- */

#customersBtn
{
  display: inline;
  float:left;
  width: 141px;
  height: 57px;
  margin: 0 auto;
  background: url(../images/dsrc-customers-btn.gif) no-repeat 0 0;
}

#customersBtn:hover
{ 
  background-position: 0 -57px;
}

#customersBtn span
{
  display: none;
}

/* ----EVENTS BTN---- */

#eventsBtn
{
  display: inline;
  float:left;
  width: 130px;
  height: 57px;
  margin: 0 auto;
  background: url(../images/dsr-events-btn.gif) no-repeat 0 0;
}

#eventsBtn:hover
{ 
  background-position: 0 -57px;
}

#eventsBtn span
{
  display: none;
}

/* ----END OF TOP NAVIGATION---- */



/* ----WATERMAKER STAGE MIDSECTION---- */


#middleStage
{
  display:inline;
  float:left;
  width: 965px;
  height: 100%;
  margin: 0 auto;
  background:#65768d;
}

#middleTop{
  display: inline;
  float:left;
  width: 965px;
  height: 25px;
  margin: 0 auto;
  background: url(../images/main-spacer.gif) 0 0;
  }

#middleTrade
{
  display: inline;
  float:left;
  width: 885px;
  height: 156px;
  margin: 0 auto;
  background: url(../images/mid-trade.jpg) no-repeat 0 0;
}

#tradeSpcer
{
  display: inline;
  float:left;
  width: 41px;
  height: 156px;
  margin: 0 auto;
  background: url(../images/spacer-flash.jpg) repeat-x 0 0;
}

#tradeSpcer2
{
  display: inline;
  float:left;
  width: 39px;
  height: 156px;
  margin: 0 auto;
  background: url(../images/spacer-flash.jpg) repeat-x 0 0;
}


#middleText
{
  display: inline;
  float:left;
  width: 965px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/ns-modular-hor-lines.gif) 0 0;
}






/*-----Tab Navigation------*/

#tabSpacer {
	display: inline;
  	float:left;
  	width: 42px;
  	height: 20px;
  	margin: 0 auto;
	}
	
#tabsBar
{
  display: inline;
  float:left;
  width: 374px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/dsrc-tab-bar.gif) 0 0;
}
	

/*-----MONTHS BTNS------*/

#moTitle
{
  display: inline;
  float:left;
  width: 255px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/events-09.gif) no-repeat 0 0;
}



#janBtn
{
  display: inline;
  float:left;
  width: 51px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/jan.gif) no-repeat 0 0;
}

#janBtn span
{
  display: none;
}



#febBtn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/feb.gif) no-repeat 0 0;
}

#febBtn span
{
  display: none;
}


#marBtn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/mar.gif) no-repeat 0 0;
}

#marBtn span
{
  display: none;
}


#aprBtn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/apr.gif) no-repeat 0 0;
}

#aprBtn span
{
  display: none;
}

#mayBtn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/may.gif) no-repeat 0 0;
}

#mayBtn span
{
  display: none;
}

#junBtn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/jun.gif) no-repeat 0 0;
}

#junBtn span
{
  display: none;
}

#julBtn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/jul.gif) no-repeat 0 0;
}

#julBtn span
{
  display: none;
}

#augBtn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/aug-0.gif) no-repeat 0 0;
}
#augBtn span
{
  display: none;
}

#sepBtn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/sep2.gif) no-repeat 0 0;
}

#sepBtn span
{
  display: none;
}

#octBtn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/oct.gif) no-repeat 0 0;
}

#octBtn span
{
  display: none;
}

#novBtn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/nov.gif) no-repeat 0 0;
}

#novBtn span
{
  display: none;
}


#decBtn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/dec.jpg) no-repeat 0 0;
}

#decBtn span
{
  display: none;
}


#dec2Btn
{
  display: inline;
  float:left;
  width: 52px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/dec2.gif) no-repeat 0 0;
}

#dec2Btn span
{
  display: none;
}



/*----Multiple use horizontal spacer-----*/

#spaceMain
{
  display:inline;
  float:left;
  width: 965px;
  height: 20px;
  margin: 0 auto;
}

#spaceB
{
  display:inline;
  float:left;
  width: 965px;
  height: 30px;
  margin: 0 auto;
}

/* ----NS FEATURES SPACE---- */

#featuresStage
{
  display:inline;
  float:left;
  width: 965px;
  height: 100%;
  margin: 0 auto;
  background:#65768d;
}

#featSpacer
	{
	display: inline;
	float:left;
	width: 106px;
	height: 100%;
	margin: 0 auto;
	}
	
#featSpacer2
	{
	display: inline;
	float:left;
	width: 30px;
	height: 100%;
	margin: 0 auto;
	}
		
#featRowl
{
  display:inline;
  float:left;
  padding-left: 105px;
  width: 450px;
  height: 100%;
  margin: 0 auto;
}

#brochRow
{
  display:inline;
  float:left;
  padding-left: 105px;
  padding-right: 20px;
  width: 180px;
  height: 100%;
  margin: 0 auto;
}


#featRow2
{
  display:inline;
  float:left;
  padding-left: 10px;
  width: 380px;
  height: 100%;
  margin: 0 auto;
}

#specsStage
{
  display:inline;
  float:left;
  padding-left: 105px;
  width: 900spx;
  height: 100%;
  margin: 0 auto;
}

/* ----HOMEPAGE BTM NAV SECTION---- */

#footer {
  clear: both;
  height:auto;
  padding-top:10px;
  padding-right: 10px;
  text-align: right; 
  background-color:#1c242f;
  vertical-align: bottom;
  }
  
  
 
ul#footnav li {
  display : inline;
}

ul#footnav li a {
	padding : 0 20px;
	color : #999999;
	text-decoration: none;
}

ul#footnav li a:hover, ul#footnav li a:focus, ul#footnav li a:active {
  color : #fff; 
  text-decoration : none;
}


/* ----TEXT SETTINGS---- */

h1{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: .9em;
  padding-left: 20px;
  margin-top: 15px;
}

h2{
  font-size: 14pt;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-weight: normal;
  padding-left: 40px;
  margin-top: 50px;
  margin-bottom: 0px;
}

h3{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 9pt;
  margin-top: 20px;
}

p{
  font-size: 62.5%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  line-height: 1.5em;
  text-decoration: none;
  }
  
.featuredText{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  padding-left: 105px;
  padding-right: 100px;
  margin-top: 0;
  }
  
  
.wmdesText{
  font-size: 12px; 
  font-family: Geneva, Arial, Helvetica, sans-serif; 
  color: #FFFFFF; 
  padding-top: 187px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;

  }  
 
  
.wmdesText2{
  font-size: 12px; 
  font-family: Geneva, Arial, Helvetica, sans-serif; 
  color: #ffffff; 
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 80px;
  margin: 0px;

  }
  
.style5 {
	font-size: 12px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	}


.dealerText {
	font-size: 12pt; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	padding-left: 60px;
	float: left; 
	}

.listingText {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 60px;
	}


ul {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style-type : square;
	padding-bottom: 10px;
	padding-top: -10px;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 18px;
	margin: 0px;
}

li {
	margin-bottom: 10px;
	}

  
.featuresText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	padding-left: 72px;
	padding-top: 10px;
	margin: 0px;

  }
  
.featText{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ffffff;
  padding-top: 0;
  margin: 0px;
  }
  
  a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color:#FFFFFF;
  } 
  

