/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, 
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "eurostile", Sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input{
    font-family: "eurostile", Sans-serif;
}

#form_success{
    font-size: 20px;
    color: #ffffff;
    font-family: "eurostile", Sans-serif;
    margin: 20px 0;
    text-wrap: balance;
}
#topSection{
	float:right;
	position:relative;
	top:30px;
	right:10px;
	width:260px;
}
#topSection a{
	float:left;
	display:block;
	width:50px;
	height:20px;
	color:#fff;
	cursor:pointer;
	padding:5px;


}
#splashScreen{
	width:930px;
	height:960px;
	background:url('/dockbuild/images/splashscreen.png') no-repeat center;
	position:absolute;
	z-index:9000;
}
#topHome{
    float: left;
    position: relative;
    top: 50px;
    left: 20px;
}
#topHome a{
    background: #e9531d;
	  background-image: -webkit-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -moz-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -ms-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -o-linear-gradient(top, #e9531d, #e9531d);
	  background-image: linear-gradient(to bottom, #e9531d, #e9531d);
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0px;
	  color: #ffffff;
	  font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
	  border: solid #e9531d 3px;
	  text-decoration: none;
    text-transform: uppercase;
    padding: 14px 24px;
}
#topHome a:hover{
     background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  color: #e9531d;
}
#submit{
	background: #e9531d;
	  background-image: -webkit-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -moz-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -ms-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -o-linear-gradient(top, #e9531d, #e9531d);
	  background-image: linear-gradient(to bottom, #e9531d, #e9531d);
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0px;
	  color: #ffffff;
	  font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
	  float:left;
	  border: solid #e9531d 3px;
	  text-decoration: none;
    text-transform: uppercase;
    padding: 14px 24px;
}
#submit:hover{
	  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  color: #e9531d;
}

#print{
background: #e9531d;
	  background-image: -webkit-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -moz-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -ms-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -o-linear-gradient(top, #e9531d, #e9531d);
	  background-image: linear-gradient(to bottom, #e9531d, #e9531d);
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0px;
	  color: #ffffff;
	  font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
	  float:left;
	  border: solid #e9531d 3px;
	  text-decoration: none;
    text-transform: uppercase;
    padding: 14px 24px;
  margin-left:10px;
}
#print:hover{
	  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  color: #e9531d;
}
#destroyButton{
	background: #e9531d;
	  background-image: -webkit-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -moz-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -ms-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -o-linear-gradient(top, #e9531d, #e9531d);
	  background-image: linear-gradient(to bottom, #e9531d, #e9531d);
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0px;
	  color: #ffffff;
	  font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
	  float:left;
	  border: solid #e9531d 3px;
	  text-decoration: none;
    text-transform: uppercase;
    padding: 14px 24px;
    position: absolute;
    right: 10px;
}
#destroyButton:hover{
	  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  color: #e9531d;
}
#postedimage{
	position:absolute;
	z-index:1;
	width:400px;
	height:413px;
	right:10px;
	top:75px;
}
#dock{
	width:930px;
	height:960px;
	margin:0 auto;
	background:url('/dockbuild/images/background-new.jpg') no-repeat center;
	position:relative;
	z-index:10;	
}
#dockBottom{
	position:relative;
	bottom:0;
	width:930px;
	height:310px;
}
#dockTop{
	width:930px;
	height:650px;
	position:relative;
	top:0;
	display:block;
}


#dockTabs{
	width:750px;
	height:310px;
	float:left;
	position:relative;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.zIndexLow{
	z-index:-10000;
}
#dockTabs a{
	display:block;
	float:left;
	height:40px;
	text-align: center;
	padding-top:10px;
	width:120px;
	background-color:#e9531d;
	margin-left:15px;
	text-decoration:none;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	position:relative;
	top:2px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;


}
#dockTabs .ui-state-active a{
	background-color:#fff;
	color:#e9531d;
}

#dockSections{
	clear:both;

}
#dockControls{
	width:50px;
	height:250px;
	float:right;
	position:relative;
	right:40px;
	top:70px;
}
#rotateright{
	width:60px;
	height:59px;
	position:absolute;
	background:url('/dockbuild/images/RotateRightNew.png') center no-repeat;
	top:0;
	cursor:pointer;
}
#rotateleft{
	width:60px;
	height:59px;
	position:absolute;
	background:url('/dockbuild/images/RotateLeftNew.png') center no-repeat;
	top:80px;
	cursor:pointer;
}
#clear{
	width:60px;
	height:60px;
	position:absolute;
	background:url('/dockbuild/images/ClearNew.png') center no-repeat;
	top:160px;
	cursor:pointer;
}
.rotatedright {
    -webkit-transform: rotate(90deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(90deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(90deg);  /* IE 9 */
    -o-transform: rotate(90deg);  /* Opera 10.50-12.00 */
    transform: rotate(90deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}
.activePiece{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.75);
}

#dvdone{
    margin: 40px 0;
}

#dbdone:link
{
	background: #e9531d;
	  background-image: -webkit-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -moz-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -ms-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -o-linear-gradient(top, #e9531d, #e9531d);
	  background-image: linear-gradient(to bottom, #e9531d, #e9531d);
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0px;
	  color: #ffffff;
	  font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
	  border: solid #e9531d 3px;
	  text-decoration: none;
    text-transform: uppercase;
    padding: 14px 24px;
    
}

#dbdone
{
	background: #e9531d;
	  background-image: -webkit-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -moz-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -ms-linear-gradient(top, #e9531d, #e9531d);
	  background-image: -o-linear-gradient(top, #e9531d, #e9531d);
	  background-image: linear-gradient(to bottom, #e9531d, #e9531d);
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0px;
	  color: #ffffff;
	  font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
	  border: solid #e9531d 3px;
	  text-decoration: none;
    text-transform: uppercase;
    padding: 14px 24px;
    
}

#dbdone:hover,
#dbdone:link:hover{
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  color: #e9531d !important;
}

/*------Docks------*/
.dockdrag{
	position:absolute;
}
.clonedrag{
	position:relative;
}

#four{
	width:36px;
	height:36px;
	background:url('/dockbuild/images/docks/4.png') no-repeat;
	left:630px;
	bottom:20px;
}
#fourByFourRamp{
	width:36px;
	height:36px;
	background:url('/dockbuild/images/docks/4x4ramp.png') no-repeat;
	bottom:140px;
	left:535px;
}
#fourByEight{
	width:36px;
	height:71px;
	background:url('/dockbuild/images/docks/4x8.png') no-repeat;
	bottom:20px;
	left:585px;
}
#fourByEightRamp{
	width:36px;
	height:71px;
	background:url('/dockbuild/images/docks/4x8ramp.png') no-repeat;
	left:585px;
	bottom:100px;
}
#fourByTwelve{
	width:36px;
	height:105px;
	background:url('/dockbuild/images/docks/4x12-16.png') no-repeat;
	bottom:20px;
	left:535px;
}
#fourByTwelveRamp{
	width:36px;
	height:106px;
	background:url('/dockbuild/images/docks/4x12.png') no-repeat;
	bottom:70px;
	left:630px;
}
#fourBySixteen{
	width:36px;
	height:139px;
	background:url('/dockbuild/images/docks/4x16.png') no-repeat;
	bottom:20px;
	left:485px;
}
#fourByTwenty{
	width:36px;
	height:174px;
	background:url('/dockbuild/images/docks/4x20.png') no-repeat;
	left: 435px;
	bottom:20px;
}
#fourByTwentyFour{
	width:36px;
	height:209px;
	background:url('/dockbuild/images/docks/4x24.png') no-repeat;
	left: 385px;
	bottom:20px;
}

#fiveByEight{
	width:55px;
	height:71px;
	background:url('/dockbuild/images/docks/4x8-wheels.png') no-repeat;
	left:270px;
	bottom:20px;
}

#fiveByTwelve{
	width:49px;
	height:106px;
	background:url('/dockbuild/images/docks/4x12-wheels.png') no-repeat;
	bottom:20px;
	left:215px;
}
#fiveByTwelveRamp{
	width:49px;
	height:106px;
	background:url('/dockbuild/images/docks/4x12-wheels.png') no-repeat;
	left:325px;
	bottom:70px;

}
#fiveBySixteen{
	width:49px;
	height:140px;
	background:url('/dockbuild/images/docks/4x16-wheels.png') no-repeat;
	bottom:20px;
	left:155px;
}
#fiveByTwenty{
	width:49px;
	height:174px;
	background:url('/dockbuild/images/docks/4x20-wheels.png') no-repeat;
	bottom:20px;
	left:95px;
}
#fiveByTwentyFour{
	width:49px;
	height:210px;
	background:url('/dockbuild/images/docks/4x24-wheels.png') no-repeat;
	bottom:20px;
	left:35px;
}

div#fourByTen {
    width: 36px;
    height: 86.87500px;
    background: url(/dockbuild/images/docks/4x10.jpg) no-repeat;
	bottom: 20px;
    left: 675px;
    /* background: #91683f; */
    color: #fff;
    font-size: 11px;
    line-height: 86px;
}

/*------Lifts ----*/


#fourWideBoat{
	width:98px;
	height:114px;
	left:35px;
	bottom:10px;
	background:url('/dockbuild/images/lifts/4000wideboat-1.webp');
}
#fourWidePontoon{
	width:96px;
	height:116px;
	background:url('/dockbuild/images/lifts/4000widepontoon.png');
	bottom:10px;
	left:135px;
}
#fiveWideBoat{
	width:96px;
	height:114px;
	background:url('/dockbuild/images/lifts/5000wideboat-1.webp');
	bottom:10px;
	left:160px;
}
#fiveWidePontoon{
	width:99px;
	height:116px;
	background:url('/dockbuild/images/lifts/5000widepontoon.png');
	bottom:10px;
	left:335px;
}
#sixWideBoat{
	width:98px;
	height:113px;
	background:url('/dockbuild/images/lifts/6000wideboat.webp');
	bottom:10px;
	left:283px;
}
#sixWidePontoon{
	width:100px;
	height:114px;
	background:url('/dockbuild/images/lifts/6000widepontoon-1.webp');
	bottom:10px;
	left:407px;
}
#twelvepwc{
	width:56px;
	height:114px;
	background:url('/dockbuild/images/lifts/1200pwc.png');
	bottom:130px;
	left:57px;
}
#fiveteenWideBoat{
	width:73px;
	height:114px;
	background:url('/dockbuild/images/lifts/1500wideboat.png');
	left:155px;
	bottom:130px;
}
#twoWideBoat{
	width:81px;
	height:114px;
	background:url('/dockbuild/images/lifts/2596wideboat.webp');
	bottom:130px;
	left:169px;
}
#twentyfiveWideBoat{
	width:83px;
	height:114px;
	background:url('/dockbuild/images/lifts/2500wideboat.png');
	bottom:130px;
	left:320px;
}
#threeWideBoat{
	width:91px;
	height:114px;
	background:url('/dockbuild/images/lifts/3000wideboat.png');
	bottom:130px;
	left:287px;
}
#threeWidePontoon{
	width:92px;
	height:116px;
	background:url('/dockbuild/images/lifts/3000widepontoon.png');
	left:409px;
	bottom:130px;
}
#twentyfourNarrow{
	width:98px;
	height:113px;
	background:url('/dockbuild/images/lifts/HydraulicLifts7000.png');
	left:528px;
	bottom:130px;
	background-repeat: no-repeat;
}
#twentyNarrow{
	width:98px;
	height:113px;
	background:url('/dockbuild/images/lifts/HydraulicLifts6000.png');
	left:528px;
	bottom:10px;
}
#eightteenNarrow{
	width:98px;
	height:113px;
	background:url('/dockbuild/images/lifts/HydraulicLifts5000.png');
	left:649px;
	bottom:65px;
}








