html, body
{
	margin: 0;
	height:100%;
}

body
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:1000px;
	background-repeat:no-repeat;
	background-size: cover;
	background-color:black;
}

.clear
{
	clear: both;
}

#banner
{
	height: 150px;
	width: 100%;
}

#logo
{
	float: left;
	width: 350px;
}

#nav1
{
	float: right;
	height: 150px;
	width: 650px;
}

#phone
{
	float: right;
	color: white;
	font-size: 20px;
	height: 30px;
	
	width: auto;
	margin-top: 0px;
}

#links
{
	/* margin-top: 40px; */
	margin-top: 10px;
	height: 50px;
	width: auto;
	float: right;
	margin-bottom: 5px;
}

#links img
{
	border-radius: 5px;
}

#nav2
{
	margin-top: -20px;
	max-height: 50px;
	width: auto;
	float: right;
}

#nav2 ul
{
	float: right;
	margin-right: 0px;
}

/************ Drop Down Menu ***************/
ul#nav3 
{
	margin-right: -15px;
  	float: right;
	list-style-type: none;
}
	
li#nav4
{    
  	float: left;
	background-color: #C72426;
	border: solid 2px #C72426;
	text-align:center;
	width: 100px;
	line-height: 20px;
	padding: 10px;
	border-radius: 5px;
}

li#nav4:hover
{    
	cursor: pointer;
}

li#nav4 a
{
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: 900;
	transition: all 1s;
}

ul#nav3 ul
{ 
	text-align:center;
	background-color: black;
	margin-top: 10px;
	display: none;
  	position: absolute;	
	list-style-type: none;
	border: solid 2px #C72426;
	/* top left, top right, bottom right, bottom left*/
	border-radius: 0px 0px 15px 15px; 
	width: 100px;
	padding-left: 0px;
	margin-left: -2px; 
	transition: all 1s; 
}

ul#nav3 li:hover ul 
{
	display: block; 
}

ul#nav3 li#nav4 ul li 
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

ul#nav3 li li a 
{
	display:inline-block;
	line-height: 20px;
	padding: 10px;
	font-size: 15px;
	text-decoration: none;
	font-weight: 700;
	color: #C72426;
}

ul#nav3 li li a:hover 
{
	color: white;	
	cursor: pointer;
}

/************ -Drop Down Menu ***************/

#middle_containter
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#arrow_r
{
	float: left;
	margin-top: 170px;
	background-image: url(../img/right_arrow.png);
	height: 70px;
	width: 50px;
	background-size: 100% 100%;
}

#arrow_l
{
	float: left;
	margin-top: 170px;
	background-image: url(../img/left_arrow.png);
	height: 70px;
	width: 50px;
	background-size: 100% 100%;
}

#arrow_r:hover
{
	cursor: pointer;
	background-image: url(../img/right_arrow_hover.png);
}

#arrow_l:hover
{
	cursor: pointer;
	background-image: url(../img/left_arrow_hover.png);
}

#middle_img
{
	height: 400px;
	width: 900px;
	border: solid 5px black;
	background-image: url(../img/Tower_1.jpg);
	background-size: 100% 100%;
}

#Img-Title
{
	color: white;
	font-size: 35px;
	font-weight: bolder;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	text-shadow: 5px 2px #C72426;
}

#middle_img ul
{
	color: white;
	font-size: 20px;
	font-weight: bolder;
	margin-left: 40px;
	text-shadow: 3px 1px #C72426;
}

#rent_button
{
	float: right;
	padding: 15px;
	margin-right: 30px;
	min-width: 50px;
	line-height: 20px;
	background-color: black;
	border: solid 4px black;
	text-align: center;
	border-radius: 10px;
	color: #C72426;
	font-size: 30px;
	text-decoration: none;
	font-weight: 900;
	margin-top: 60px;
}

#rent_button:hover
{
	border-color: #C72426;
	cursor: pointer;
	transition: all 1s;
	color: white;
}

#order_table
{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
}

#order_table td
{
	border: 2px solid black;
	padding: 5px;
	font-size:14pt;
}

#order_table thead
{
	text-align: center;
	background-color: #C72426;
	color: white;
	font-weight: 400;
	font-size: 25px;
}

#order_table tbody
{
	text-align: left;
}

#order_table input
{
	height:30px;
	width:215px;


    font-size:14pt;
	border: 1px solid (0px, 0px, 0px, 0.9);
	border-radius: 2px;


	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#order_table select
{
	height:30px;
	width:215px;
    font-size:14pt;
	border: 1px solid (0px, 0px, 0px, 0.9);
	border-radius: 2px;
	
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

#order_table textarea
{
	height:100px;
	width:215px;
    font-size:12pt;
	border: 1px solid (0px, 0px, 0px, 0.9);
	border-radius: 2px;

	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

	
#order_table tfoot
{
	text-align: center;
}

input[type=submit]
{
	height:33px;
								 background: #444;
 background: rgba(255,3,0,.7);
 border-radius: 5px;
 color: #fff;
 

 z-index: 98;
 width:220px;
 -webkit-box-shadow: 0px 0px 8px 2px #000000;
 -moz-box-shadow: 0px 0px 8px 2px #000000;
 box-shadow: 0px 0px 8px 2px #000000;
	font-size:14pt;
}

::-webkit-input-placeholder {
   font-size: 12pt;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 12pt;  
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 12pt;
}

:-ms-input-placeholder {  
   font-size: 12pt; 
}

input[type=submit]:hover
{
	cursor:pointer;
	background: -webkit-linear-gradient(top, #C72426, white);
	background: rgba(255,3,0,.7);
}


#box_holder
{
	height: 300px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#box_1,
#box_2,
#box_3
{
	height: 270px;
	width: 270px;
	/*background-color: white;*/
	float: left;
	
	border: solid 5px #C72426;
	background-size: 100% 100%;
}

#box_1
{
	background-image: url(../img/ff_getting_ready.jpg);
}

#box_2
{
	background-image: url(../img/Tower_2.jpg);
}

#box_3
{
	background-image: url(../img/rentalGear.jpg);
}

#valid
{
	margin-left: auto;
	margin-right: auto;
	width: 530px;
}

#box_title
{
	height: 35px;
	width: 270px;
	margin-left: 0px;
	background-color: black;
	text-align: center;
	color: white;
	/*line-height: 80px;*/
	font-size: 20px;
}

#box_bottom
{
	height: auto;
	width: 270px;
	background-color: #C72426;
	text-align: center;
	color: white;
	font-size: 15px;
	margin-top: 234px;
	margin-left: -5px;
	border: 5px solid #C72426;
	transition: border-color 1s ease-in-out;
}

#box_bottom:hover
{

	border-color: white;
	cursor: pointer;
	/* transform: all 1s; */
}

#inner_box
{
	margin-top:-10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

#box_bottom a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

#middle
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: gray;
	border: solid 5px black;
	border-radius: 25px;
	
}

#mid_title
{
	margin: 20px;
	text-align: center;
	font-size: 30px;
}

#mid_text
{
	margin: 0px 20px 30px 20px;
}

#label:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}
.emailErr{
 background: #444;
 background: rgba(255,3,0,.7);
 border-radius: 5px;
 color: #fff;
 
 margin-left:27px;
 position: absolute;
 float: right
 z-index: 98;
 width:220px;
 -webkit-box-shadow: 0px 0px 8px 2px #000000;
 -moz-box-shadow: 0px 0px 8px 2px #000000;
 box-shadow: 0px 0px 8px 2px #000000;
 
}

.phoneErr{
 background: #444;
 background: rgba(255,3,0,.7);
 border-radius: 5px;
 color: #fff;
 
 margin-left:27px;
 position: absolute;
 float: right
 z-index: 98;
 width:220px;
 -webkit-box-shadow: 0px 0px 8px 2px #000000;
 -moz-box-shadow: 0px 0px 8px 2px #000000;
 box-shadow: 0px 0px 8px 2px #000000;
 
}



footer
{
	clear: both;
	width: 900px;
	height: 60px;
	line-height:75px;
	text-align: center;
	color: white;
	font-size: 25px px;
	letter-spacing: 7px;
	margin-left: auto;
	margin-right: auto;
}

footer a
{
	margin-right:20px;
	padding-top:5px;
}


#tb_rentalPer{
	font-size:10pt;
} 
