/* Reduce external requests to Google font server.
   Fonts that are going to be used by all stylesheet is called here.
   If more than 8 type fonts are going to be used then it is better to split this.
*/
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Magra|Prompt|Quantico|Orbitron|PT+Sans|Nova+Square');

body {
	margin: auto;
}

#row-filler{
	width: 100%;
	height: 3%;
}

#container {
	width: 1199px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background-image: url('../images/bg-container.png');
	background-repeat: repeat;
}

#row-logo{
	display: inline-block;
	width: 100%;
}

#row-menu{
	display: inline-block;
	width: 100%;
	margin: 1% 0 0 5.9%;
}

#row-content{
	width: 1105px;
	height: 453px;
	margin: 1.5% auto 0;
}

#row-features{
	width: 1105px;
	height: 155px;
	margin: 1.8% auto 0;
}

#row-credit{
	width: 1105px;
	height: auto;
	margin: 0.5% auto 0;
	text-align: right;
}

#row-footer{
	width: 100%;
	height: 50px;
}

#wrap-content-outter{
	display: inline-block;
	width: 1105px;
	height: 453px;
	background: url('../images/bg-content-outter.png') no-repeat ;
	background-size: 100%;
}

#wrap-content-inner{
	display: inline-block;
	width: 1085px;
	height: 435px;
	margin: 0.8% 1% auto 1%;
	background: url('../images/bg-content-inner.png') no-repeat ;
	background-size: 100%;
}

#logo-left{
	width: auto;
	float: left;
	margin: 2% 0 0 5.9%;
}

#logo-right{
	width: 393.13px;
	height: 170.23px;
	float: right;
	background-image: url('../images/sideinfo.png');
	background-size: cover;
	background-repeat: no-repeat;
}

#wrap-rquote{
	width: 100%;
	height: 100%;
	margin: 7% 0 0 7.2%;
	font-family: 'Nova Square', cursive;
	font-style: normal;
	font-variant: normal;
	line-height: 32px;
}


#wrap-features-products{
	display: inline-block;
	width: 350px;
	height: 153px;
	border: 0px;
}

#wrap-features-customdesigns{
	display: inline-block;
	width: 350px;
	height: 153px;
	border: 0px;
	margin-left: 2%;
}

#wrap-features-goinggreen{
	display: inline-block;
	width: 350px;
	height: 153px;
	border: 0px;
	margin-left: 2%;
}

.span-menu{
	margin-right: 4.8%;
}


.span-features{
	margin-right: 1.1%;
}

#menu-products {
    position: relative;
    display: inline-block;
}

#menu-products-sub {
    display: none;
    position: absolute;
    background: transparent;
    padding: 0 0 15px;
	margin: 0;
    z-index: 1;
}

#menu-products:hover #menu-products-sub {
    display: block;
}

.menu-filler{
    width: 100%;
    height: 5px;
	margin: 0;
	padding: 0;
	float: none;
	background: #fff;
}

#text-contact{
	color: #80cc28;
	font-size: 19px;
}

#text-number{
	color: #fff;
	font-size: 24px;
}

#text-credit{
	color: #fff;
	font-family: "Lucida Sans Typewriter", "Lucida Typewriter";
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	line-height: 18px;
	margin-right: 3%;
}

.img-disabled-text{
	max-width: 100%;
	max-height: 100%;
    font-size: 12px;
	position: relative;
	font-family: "Comic Sans MS", "Times", "Times New Roman";
	overflow: hidden;
	margin: auto;
	z-index: -1;
}

#logo {
	width: 663.37px;
	height: 122.02px;
	border: none;
}

#btn-rquote{
	display: inline-block;
	width: 283px;
	height: 51px;
	border: none;
	margin-top: 4px;
    background: url('../images/btn-requestquote.png');
}

#btn-rquote:hover{
	border: none;
    background: url('../images/btn-requestquote-hover.png');
}

#btn-home{
	display: inline-block;
	width: 109px;
	height: 30px;
	border: none;
	background: url('../images/btn-home.png');
}

#btn-home:hover{
	border: none;
    background: url('../images/btn-home-hover.png');
	cursor: pointer;
}

#btn-why{
	display: inline-block;
	width: 202px;
	height: 30px;
	border: none;
    background: url('../images/btn-why.png');
}

#btn-why:hover{
	border: none;
    background: url('../images/btn-why-hover.png');
	cursor: pointer;
}

#btn-products{
	display: inline-block;
	width: 164px;
	height: 30px;
	border: none;
    background: url('../images/btn-products.png');
}

#btn-products:hover{
	border: none;
    background: url('../images/btn-products-hover.png');
	cursor: pointer;
}

#btn-standard-products{
	display: inline-block;
	width: 164px;
	height: 30px;
	border: none;
    background: url('../images/btn-standard-products.png');
}

#btn-standard-products:hover{
	border: none;
    background: url('../images/btn-standard-products-hover.png');
	cursor: pointer;
}


#btn-specialty-bags{
	display: inline-block;
	width: 164px;
	height: 30px;
	border: none;
    background: url('../images/btn-specialty-bags.png');
}

#btn-specialty-bags:hover{
	border: none;
    background: url('../images/btn-specialty-bags-hover.png');
	cursor: pointer;
}

#btn-contact{
	display: inline-block;
	width: 183px;
	height: 30px;
	border: none;
    background: url('../images/btn-contact.png');
}

#btn-contact:hover{
	border: none;
    background: url('../images/btn-contact-hover.png');
	cursor: pointer;
}

#wrap-form{
	width: 800px;
	height: 531px;
	border: 3px solid gray;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

#form-container{
	display: block;
	width: 85%;
	height: 81.9%;
	margin: 4% auto 0;
	font-family: Verdana,Geneva,sans-serif;
}

#form-inner-left{
	height: 100%;
	width: 25%;
	text-align: right;
	font-size: 17px;
	font-variant: normal;
	line-height: 44px;
	font-weight: 500;
	float: left;
}

#form-inner-right{
	width: 70%;
	height: 100%;
	line-height: 44px;
	float: right;
}

#form-heading{
	font-size: 20px;
	font-variant: normal;
	line-height: 23px;
	font-weight: 500;
	text-align: center;
}

.form-textfield{
	width: 98%;
	height: 25px;
    border: 1px solid;
	font-size: 20px;
}

.form-textarea{
	width: 98%;
	height: 185px;
    border: 1px solid;
	font-size: 20px;
}

#btn-submit-r{
	width: 115px;
	height: 38px;
	border: none;
    background-color: transparent;
    text-indent: 480px;
    background: url('../images/btn-submit-r.png') no-repeat;
}

#btn-submit-r:hover{
	width: 115px;
	height: 38px;
	border: none;
    background: url('../images/btn-submit-r-hover.png') no-repeat;
	cursor: pointer;
}

#form-float{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto auto;
	z-index: 99;
}

#btn-form-close {
	background-color:#810d05;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #450a0a;
}

#wrap-btn-close{
	width: 800px;
	text-align: right;
	margin: 3% auto 0;
}

#btn-form-close:hover {
	background-color:#cc0c0c;
}

.align-left{
	float: left;
}

.align-right{
	float: right;
}
