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

body{
	margin:0px auto; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif;
    background:#000080;
	
	
}

h1, h2, h3, h4, h5, h6, p, span, ol, ul, li, default, active, a, img, table, dl, dt, dd, form{
	margin:0px; 
	padding:0px;
}

img {width:100%;}

.wrapper{
	width:100%;
}
.nav{
	width:100%;
	
	float:left;
    background:#00b9f1;

	
	}
	 
.nav ul{
	list-style-type:none;
}
.nav ul li{
	width:33.3%;
	float:left;
    line-height:68px;
	
}
.nav ul li a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.nav ul li a:hover{
	background:#FFFFFF;
	color:#dd670d !important
	}


.nav ul li.logo a{
	background:url("../images/logo.png") no-repeat rgba(0, 0, 0, 0);
	background-position: center center;
	background-size:148px auto;
	height:68px;
	border-left:solid 1px #FFF;
	border-right:solid 1px #FFF;
}
.nav ul li.logo a:hover{
	
}
.container{
	width:100%;
	background:url(../images/moving1.jpg) left  top  no-repeat ;
	min-height:450px;
	float:left;
	background-size:100% 100%;
}
.form_container{
	width:240px;
	text-align:center;
	margin:15px auto 20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#00bbf4;
	padding:10px;
	
}
.form_container h1{
	font-size:22px;
    color:#000080;
	font-weight:bold;
	margin-bottom:10px;
}
.form_container h2{
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:7px;
}
.quote{
	width:240px;
	max-height:100%;
	max-width:100%;
}
.quote ul{
	list-style-type:none;
}
.quote ul li input{
	width:216px;
	height:25px;
	background-color:#FFF;
	border:solid 1px #8e8e8e;
	padding-left:6px;
	margin-bottom:4px;
}
.quote ul li input.shipping{
	width:100px;
	height:25px;
	background-color:#FFF;
	border:solid 1px #8e8e8e;
	float:left;
	margin-left:8px;
}
.quote ul li select{
	width:72px;
	height:25px;
	background-color:#FFF;
	border:solid 1px #8e8e8e;
	margin-bottom:4px;
}
.quote ul li input[type="submit"]{
	width:80px;
	height:30px;
	border: 1px solid #5a8bf4;
    background:#000080;
	color:#FFF;
	font-weight:bold;
	margin-top:3px;
	cursor:pointer;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	 border-radius:5px;
	 margin-top:5px;
	
}


.quote ul li input[type="submit"]:hover
{
	opacity:0.9;	
}


/*About page starts here*/
.about_container{
	width:100%;
	height:100%;
	min-height:460px;
	float:left;
	background-size:100%;
}
.content{
	width:80%;
	padding:2% 5%;
	float:left;
	margin:20px 5%;
}
.content h1{
	font-size:18px;
    color: #F7FF22;
	font-weight:normal;
	margin-bottom:10px;
	
	
}
.content p{
	color:#FFF;
	font-size:14px;
	line-height:23px;
	text-align:justify;

}


.content li{ list-style:disc;margin-left:20px;}


.content li{color:#FFF;
	font-size:14px;
	line-height:23px;
	text-align:justify;}


/*About page ends here*/

.cnt_container{
	width:90%;
	text-align:center;
	margin:15px auto;
    background:#00b9f2;
	padding:1% 5%;
}
.cnt_container p{
	font-size:1.5em;
	color:#FFF;
}
.cnt_container p span{
	font-weight:bold;
	
	
}

.cnt_container p:hover{color:#dd670d}

.full_site{
	width:100%;
	text-align:center;
	margin-top:10px;
	float:left;
	margin-bottom:30px;
}
.full_site a{
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}
.full_site a:hover{
	color:#dd670d
}

@media only screen and (max-width:480px){
	
.nav ul li.logo a { background-size:100% auto; }

}

@media only screen and (max-width:380px){
	
.nav{ width:100%; }

.nav ul li.logo a {
    background-size:100px auto;
}
	
	
.form_container{
	padding:10px 0;
}

.content h1{
	font-size:18px;
}
.content p{
	font-size:12px;
}

.cnt_container p{
	font-size:18px;
}








}