@charset "utf-8";
@import url("../webfonts/big_noodle_titling/stylesheet.css");
@import url("../webfonts/Lato_Medium/stylesheet.css");
@import url("../webfonts/Lato_Thin/stylesheet.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
/* Small screens - max-width 640px */
.gridContainer {
	width: auto;


 max-width:;
	padding-left: 0;
	padding-right: 0%;
	margin-top: auto;
	margin-right: 0%;
	margin-bottom: auto;
	margin-left: 0%;
	height: auto;
}

#mobile-menu {
	display: block;
	color: #FFF;
	padding: 4px;
	width: 40px;
	position: absolute;
	top: 2px;
	left: 84%;
}
#row1, #NavBox {
	clear: both;
	float: none;
	margin-left: auto;
	width: auto;
	display: block;
	margin-right: auto;
	background-color: #032341;
	font-size: 10px;
	color: #bfbfbf;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0066bf;
	padding-right: 16px;
	padding-left: 16px;
	min-height: 43px;
	line-height: 20px;
	padding-top: 10px;
}
#row1 a {
	color: #bfbfbf;
	text-decoration: none;
}

#row1 span{
	clear: both;
	float: none;
	display: none;
	width: auto;
	}
	
#row1-social {
	clear: none;
	float: none;
	margin-left: 0%;
	margin-top: 0px;
	width: 50%;
	display: block;
	text-align: left;
}
#row1-social img {
	float: none;
	width: 16%;
	margin-left: 0px;
	border: 1px solid #CCC;
	margin-right: 16px;
}
#header {
	clear: both;
	float: none;
	margin-left: auto;
	width: auto;
	display: block;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat;
	background-color: rgba(3,37,70,1);
	border-bottom-color: #0066bf;
	padding-top: 3%;
	padding-bottom: 3%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-right: 14px;
	padding-left: 14px;
	margin-right: auto;
}
#NavBox {
	clear: both;
	float: none;
	margin-left: auto;
	width: auto;
	display: none;
	min-height: 38px;
	margin-right: auto;
	padding: 0px;
}
#NavBox a {
	text-align: center;
	vertical-align: middle;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 6px;
	display: inline-block;
	height: 28px;
	border-top-width: 4px;
	border-top-style: solid;
	margin: 0px;
	border-top-color: transparent;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#NavBox a:hover {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EFF0E3;
}
#NavBox a:active {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F30;
}
#sliderbox {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#row2, #body1, #footer, #TopicBox {
	clear: both;
	float: none;
	margin-left: 0px;
	width: auto;
	display: block;
	margin-right: 0px;
	background-color: rgb(252, 252, 252);
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: rgb(0, 71, 107);
	border-right-color: rgb(0, 71, 107);
	border-bottom-color: rgb(0, 71, 107);
	border-left-color: rgb(0, 71, 107);
	padding-top: 40px;
	padding-right: 14px;
	padding-bottom: 30px;
	padding-left: 14px;
}
#body1 {
	clear: both;
	float: none;
	margin-left: 0px;
	width: auto;
	display: block;
	margin-right: 0px;
	background-color: rgb(252, 252, 252);
}
#footer {
	clear: both;
	float: none;
	width: auto;
	display: block;
	background-color: #363839;
	border-top: 12px solid #e9eaee;
	color: #BFBFBF;
	margin: auto;
}
#footer-col, #footer-col:first-of-type {
	clear: none;
	float: none;
	margin-left: 0;
	width: auto;
	display: block;
	margin-right: 4%;
	line-height: 1.7em;
	text-align: center;
}
#footer-col:last-of-type {
	margin-right: 0;
}
#footer-col a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999;
	text-decoration: none;
	text-transform: capitalize;
}
#footer-col a:hover {
	color: #fff;
}
#footer-col h3 {
	display: block;
	color: #EFEFEF;
	text-transform: uppercase;
	font-family: "Lato Thin";
	font-size: 20px;
}
#TopicBox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	border-color: #d2d3d4;
	background-image: url(../images/bg-TopicBox.jpg);
	background-color: #F6F6F6;
	height: 87px;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 22px;
	text-transform: capitalize;
	line-height: normal;
	color: #595959;
}
#sideBar-1 {
	clear: none;
	float: right;
	margin-left: 6%;
	width: 20%;
	display: block;
	border: 1px solid #dbdbdb;
	background-color: #f0f0f0;
	background-image: url(../images/sidebar_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sideBar-2 {
	clear: none;
	float: none;
	margin-left: 0%;
	width: auto;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #dbdbdb;
	height: auto;
}
#copyright {
	clear: both;
	float: none;
	margin-left: 0;
	width: auto;
	display: block;
	margin-right: 0px;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #282a2b;
	border-color: #4B4C4D;
	padding-top: 28px;
	padding-bottom: 24px;
	color: #999;
	font-size: 12px;
	border-top: 1px solid #4b4c4d;
	text-align: center;
}
#row2-Col, #row2-Col:first-of-type {
	clear: none;
	float: none;
	margin-left: 0;
	width: auto;
	display: block;
	text-align: center;
	margin-right: 0%;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-bottom: 28px;
	padding-bottom: 10px;
}
#row2-Col:last-of-type {
	margin-right: 0;
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#row2-photo1 {
	margin-right: auto;
	display: block;
	float: none;
	width: 240px;
	margin-left: auto;
	border-radius: 4px;
	margin-bottom: 12px;
	height: 100px;
	overflow: hidden;
	position: relative;
	box-shadow: 2px 2px 2px #888888;
}
#body-content {
	clear: both;
	float: none;
	margin-left: 0;
	width: auto;
	display: block;
	margin-bottom: 32px;
}
#body-image {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#Title1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 24px;
	color: #333;
	font-family: Arial, sans-serif;
	margin-bottom: 4%;
	text-transform: uppercase;
}
#Title1 span {
	clear: both;
	float: none;
	width: 100%;
	display: block;
	font-size: 12px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 8px;
}
form input, textarea {
	width: 47%;
	margin-bottom: 0px;
	clear: both;
	float: none;
	box-sizing: border-box;
	/* [disabled]box-shadow: 0 1px 2px rgba(12,13,14,0.1) inset;
*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #3b4045;
	background: #FFF;
	border: 2px solid #6C6C6C;
	margin-right: 1%;
	margin-left: 1%;
	text-transform: capitalize;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
form .input_2 {
	width: 96.7%;
}
form input:focus, textarea:focus {
	border: 2px solid #032341;
}
form textarea {
	width: 96.7%;
	height: 140px
}
form input[type="submit"] {
	cursor: pointer;
	border: 2px solid #032341;
	color: #032341;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 19px;
	background-color: #FFF;
	clear: both;
	float: none;
	width: auto;
	padding-top: 7px;
	padding-right: 22px;
	padding-bottom: 7px;
	padding-left: 22px;
	text-decoration: none;
}
form input[type="checkbox"] {
	background-color: #09C;
	width: auto;
	border: 1px solid #0092C1;
	border-radius: 4px;
}
#products5, #products5:first-of-type {
	clear: none;
	float: left;
	margin-left: 0;
	width: 30.6%;
	display: block;
	margin-right: 4%;
	height: 120px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
}
#products5:last-of-type {
	margin-right: 0;
}
#products5 img {
	width: 100%;
	position: absolute;
	top: -20px;
}
#products5 span {
	width: 100%;
	position: relative;
	background-color: #000;
	color: #FFF;
	bottom: -94px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	display: block;
	opacity: 0.7;
}


/* Medium screens - min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
.gridContainer {
	width: auto;

 max-width:;
	padding-left: 0;
	padding-right: 0%;
	margin-top: auto;
	margin-right: 4%;
	margin-bottom: auto;
	margin-left: 4%;
	height: auto;
}
#mobile-menu {
	display: block;
	color: #FFF;
	padding: 4px;
	width: 40px;
	position: absolute;
	top: 80px;
	left: 87%;
}
#row1, #NavBox {
	clear: both;
	float: none;
	margin-left: auto;
	width: auto;
	display: block;
	margin-right: auto;
	background-color: #032341;
	font-size: 12px;
	color: #bfbfbf;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0066bf;
	padding-right: 30px;
	padding-left: 30px;
	min-height: 43px;
	line-height: 20px;
	padding-top: 10px;
}
#row1 a {
	color: #bfbfbf;
	text-decoration: none;
}
#row1 span{
	clear: none;
	float: none;
	display: inline-block;
	width: 80%;
	}
#row1-social {
	clear: right;
	float: right;
	margin-left: 0%;
	margin-top: 4px;
	width: 20%;
	display: block;
	text-align: right;
}
#row1-social img {
	float: right;
	width: 16%;
	margin-left: 10px;
	border: 1px solid #CCC;
	margin-right: 0px;
}
#header {
	clear: both;
	float: none;
	margin-left: auto;
	width: auto;
	display: block;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat;
	background-color: rgba(3,37,70,1);
	border-bottom-color: #0066bf;
	padding-top: 3%;
	padding-bottom: 3%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
}
#NavBox {
	clear: both;
	float: none;
	margin-left: auto;
	width: auto;
	display: none;
	min-height: 38px;
	margin-right: auto;
	padding: 0px;
}
#NavBox a {
	text-align: center;
	vertical-align: middle;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 6px;
	display: inline-block;
	height: 28px;
	border-top-width: 4px;
	border-top-style: solid;
	margin: 0px;
	border-top-color: transparent;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#NavBox a:hover {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EFF0E3;
}
#NavBox a:active {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F30;
}
#sliderbox {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	height: auto;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#row2, #body1, #footer, #TopicBox {
	clear: both;
	float: none;
	margin-left: 0px;
	width: auto;
	display: block;
	margin-right: 0px;
	background-color: rgb(252, 252, 252);
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: rgb(0, 71, 107);
	border-right-color: rgb(0, 71, 107);
	border-bottom-color: rgb(0, 71, 107);
	border-left-color: rgb(0, 71, 107);
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#body1 {
	clear: both;
	float: none;
	margin-left: 0px;
	width: auto;
	display: block;
	margin-right: 0px;
	background-color: rgb(252, 252, 252);
}
#footer {
	clear: both;
	float: none;
	width: auto;
	display: block;
	background-color: #363839;
	border-top: 12px solid #e9eaee;
	color: #BFBFBF;
	margin: auto;
}
#footer-col, #footer-col:first-of-type {
	clear: none;
	float: left;
	margin-left: 0;
	width: 22%;
	display: block;
	margin-right: 4%;
	line-height: 1.7em;
	text-align: left;
}
#footer-col:last-of-type {
	margin-right: 0;
}
#footer-col a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999;
	text-decoration: none;
	text-transform: capitalize;
}
#footer-col a:hover {
	color: #fff;
}
#footer-col h3 {
	display: block;
	color: #EFEFEF;
	text-transform: uppercase;
	font-family: "Lato Thin";
	font-size: 20px;
}
#TopicBox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	border-color: #d2d3d4;
	background-image: url(../images/bg-TopicBox.jpg);
	background-color: #F6F6F6;
	height: 87px;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 22px;
	text-transform: capitalize;
	line-height: normal;
	color: #595959;
}
#sideBar-1 {
	clear: none;
	float: right;
	margin-left: 6%;
	width: 20%;
	display: block;
	border: 1px solid #dbdbdb;
	background-color: #f0f0f0;
	background-image: url(../images/sidebar_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sideBar-2 {
	clear: none;
	float: right;
	margin-left: 0%;
	width: 36%;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbdb;
	height: auto;
}
#copyright {
	clear: both;
	float: none;
	margin-left: 0;
	width: auto;
	display: block;
	margin-right: 0px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #282a2b;
	border-color: #4B4C4D;
	padding-top: 28px;
	padding-bottom: 24px;
	color: #999;
	font-size: 12px;
	border-top: 1px solid #4b4c4d;
	text-align: left;
}
#row2-Col, #row2-Col:first-of-type {
	clear: none;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	text-align: center;
	margin-right: 5%;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: none;
}
#row2-Col:last-of-type {
	margin-right: 0;
}
#row2-photo1 {
	margin-right: auto;
	display: block;
	float: none;
	width: 100%;
	margin-left: auto;
	border-radius: 4px;
	margin-bottom: 12px;
	height: 100px;
	overflow: hidden;
	position: relative;
	box-shadow: 2px 2px 2px #888888;
}
#body-content {
	clear: left;
	float: left;
	margin-left: 0;
	width: 60%;
	display: block;
	margin-bottom: 0px;
}
#body-image {
	float: left;
	width: 232px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#Title1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 24px;
	color: #333;
	font-family: Arial, sans-serif;
	margin-bottom: 4%;
	text-transform: uppercase;
}
#Title1 span {
	clear: both;
	float: none;
	width: 100%;
	display: block;
	font-size: 12px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 0px;
}
form input, textarea {
	width: 47%;
	margin-bottom: 0px;
	clear: both;
	float: none;
	box-sizing: border-box;
	/* [disabled]box-shadow: 0 1px 2px rgba(12,13,14,0.1) inset;
*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #3b4045;
	background: #FFF;
	border: 2px solid #6C6C6C;
	margin-right: 1%;
	margin-left: 1%;
	text-transform: capitalize;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
form .input_2 {
	width: 96.7%;
}
form input:focus, textarea:focus {
	border: 2px solid #032341;
}
form textarea {
	width: 96.7%;
	height: 140px
}
form input[type="submit"] {
	cursor: pointer;
	border: 2px solid #032341;
	color: #032341;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 19px;
	background-color: #FFF;
	clear: both;
	float: none;
	width: auto;
	padding-top: 7px;
	padding-right: 22px;
	padding-bottom: 7px;
	padding-left: 22px;
	text-decoration: none;
}
form input[type="checkbox"] {
	background-color: #09C;
	width: auto;
	border: 1px solid #0092C1;
	border-radius: 4px;
}
#products5, #products5:first-of-type {
	clear: none;
	float: left;
	margin-left: 0;
	width: 30.6%;
	display: block;
	margin-right: 4%;
	height: 120px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
}
#products5:last-of-type {
	margin-right: 0;
}
#products5 img {
	width: 100%;
	position: absolute;
	top: -20px;
}
#products5 span {
	width: 100%;
	position: relative;
	background-color: #000;
	color: #FFF;
	bottom: -94px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	display: block;
	opacity: 0.7;
}
}

/* Large screens- min-width 1025px and max-width 1440px */
@media only screen and (min-width: 64.063em) {
.gridContainer {
	width: auto;
 max-width:;
	padding-left: 0;
	padding-right: 0%;
	margin-top: auto;
	margin-right: 8%;
	margin-bottom: auto;
	margin-left: 8%;
	height: auto;
}#mobile-menu {
	display: none;

}
#row1, #NavBox {
	clear: both;
	float: none;
	margin-left: auto;
	width: auto;
	display: block;
	margin-right: auto;
	background-color: #032341;
	font-size: 12px;
	color: #bfbfbf;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0066bf;
	padding-right: 30px;
	padding-left: 30px;
	min-height: 43px;
	line-height: 20px;
	padding-top: 10px;
}
#row1 a {
	color: #bfbfbf;
	text-decoration: none;
}
#row1 span{
	clear: both;
	float: none;
	display: inline;
	width: auto;	
	width: 80%;

	}
#row1-social {
	clear: right;
	float: right;
	margin-left: 0%;
	margin-top: 4px;
	width: 20%;
	display: block;
	text-align: right;
}
#row1-social img {
	float: right;
	width: 10%;
	margin-left: 10px;
	border: 1px solid #CCC;
}
#header {
	clear: both;
	float: none;
	margin-left: auto;
	width: auto;
	display: block;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat;
	background-color: rgba(3,37,70,1);
	border-bottom-color: #0066bf;
	padding-top: 3%;
	padding-bottom: 3%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
}
#NavBox {
	clear: both;
	float: none;
	margin-left: auto;
	width: auto;
	display: block;
	min-height: 38px;
	margin-right: auto;
	padding: 0px;
}
#NavBox a {
	text-align: center;
	vertical-align: middle;
	padding-right: 21px;
	padding-left: 21px;
	padding-top: 6px;
	display: inline-block;
	height: 28px;
	border-top-width: 4px;
	border-top-style: solid;
	margin: 0px;
	border-top-color: transparent;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#NavBox a:hover {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EFF0E3;
}
#NavBox a:active {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F30;
}
#sliderbox {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 400px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#row2, #body1, #footer, #TopicBox {
	clear: both;
	float: none;
	margin-left: 0px;
	width: auto;
	display: block;
	margin-right: 0px;
	background-color: rgb(252, 252, 252);
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: rgb(0, 71, 107);
	border-right-color: rgb(0, 71, 107);
	border-bottom-color: rgb(0, 71, 107);
	border-left-color: rgb(0, 71, 107);
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#body1 {
	clear: both;
	float: none;
	margin-left: 0px;
	width: auto;
	display: block;
	margin-right: 0px;
	background-color: rgb(252, 252, 252);
}
#footer {
	clear: both;
	float: none;
	width: auto;
	display: block;
	background-color: #363839;
	border-top: 12px solid #e9eaee;
	color: #BFBFBF;
	margin: auto;
}
#footer-col, #footer-col:first-of-type {
	clear: none;
	float: left;
	margin-left: 0;
	width: 22%;
	display: block;
	margin-right: 4%;
	line-height: 1.7em;
}
#footer-col:last-of-type {
	margin-right: 0;
}
#footer-col a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999;
	text-decoration: none;
	text-transform: capitalize;
}
#footer-col a:hover {
	color: #fff;
}
#footer-col h3 {
	display: block;
	color: #EFEFEF;
	text-transform: uppercase;
	font-family: "Lato Thin";
	font-size: 20px;
}
#TopicBox {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	border-color: #d2d3d4;
	background-image: url(../images/bg-TopicBox.jpg);
	background-color: #F6F6F6;
	height: 87px;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 22px;
	text-transform: capitalize;
	line-height: normal;
	color: #595959;
}
#sideBar-1 {
	clear: none;
	float: right;
	margin-left: 6%;
	width: 20%;
	display: block;
	border: 1px solid #dbdbdb;
	background-color: #f0f0f0;
	background-image: url(../images/sidebar_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sideBar-2 {
	clear: none;
	float: right;
	margin-left: 0%;
	width: 36%;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbdb;
	height: auto;
}
#copyright {
	clear: both;
	float: none;
	margin-left: 0;
	width: auto;
	display: block;
	margin-right: 0px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #282a2b;
	border-color: #4B4C4D;
	padding-top: 28px;
	padding-bottom: 24px;
	color: #999;
	font-size: 12px;
	border-top: 1px solid #4b4c4d;
}
#row2-Col, #row2-Col:first-of-type {
	clear: none;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	text-align: center;
	margin-right: 5%;
	font-size: 12px;
}
#row2-Col:last-of-type {
	margin-right: 0;
}
#row2-photo1 {
	margin-right: auto;
	display: block;
	float: none;
	width: 240px;
	margin-left: auto;
	border-radius: 4px;
	margin-bottom: 12px;
	height: 100px;
	overflow: hidden;
	position: relative;
	box-shadow: 2px 2px 2px #888888;
}
#body-content {
	clear: left;
	float: left;
	margin-left: 0;
	width: 60%;
	display: block;
}
#body-image {
	float: left;
	width: 232px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#Title1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 24px;
	color: #333;
	font-family: Arial, sans-serif;
	margin-bottom: 4%;
	text-transform: uppercase;
}
#Title1 span {
	clear: both;
	float: none;
	width: 100%;
	display: block;
	font-size: 12px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 0px;
}
form input, textarea {
	width: 47%;
	margin-bottom: 0px;
	clear: both;
	float: none;
	box-sizing: border-box;
	/* [disabled]box-shadow: 0 1px 2px rgba(12,13,14,0.1) inset;
*/
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #3b4045;
	background: #FFF;
	border: 2px solid #6C6C6C;
	margin-right: 1%;
	margin-left: 1%;
	text-transform: capitalize;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
form .input_2 {
	width: 96.7%;
}
form input:focus, textarea:focus {
	border: 2px solid #032341;
}
form textarea {
	width: 96.7%;
	height: 140px
}
form input[type="submit"] {
	cursor: pointer;
	border: 2px solid #032341;
	color: #032341;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 19px;
	background-color: #FFF;
	clear: both;
	float: none;
	width: auto;
	padding-top: 7px;
	padding-right: 22px;
	padding-bottom: 7px;
	padding-left: 22px;
	text-decoration: none;
}
form input[type="checkbox"] {
	background-color: #09C;
	width: auto;
	border: 1px solid #0092C1;
	border-radius: 4px;
}
#products5, #products5:first-of-type {
	clear: none;
	float: left;
	margin-left: 0;
	width: 30.6%;
	display: block;
	margin-right: 4%;
	height: 120px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
}
#products5:last-of-type {
	margin-right: 0;
}
#products5 img {
	width: 100%;
	position: absolute;
	top: -20px;
}
#products5 span {
	width: 100%;
	position: relative;
	background-color: #000;
	color: #FFF;
	bottom: -94px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	display: block;
	opacity: 0.7;
}
}
