@charset "UTF-8";
/* 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%;
}
hr { 
    display: block;
	color: #fff;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	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/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 15px;
}
h1 {
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	margin-top: -10px;
}
h2 {
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	margin-top: -25px;
}
h3 {
	color: #ed7524;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	margin-bottom: 2px;
	line-height: 14px;
	letter-spacing: .05px;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	margin-top: 15px;
}
#header-text {
	clear: both;
	float: left;
	width: auto;
	display: block;
	margin-top: 240px;
}
#subhead {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	margin-top: -50px;
}
#Processes {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 0px;
}
#brands {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	margin-top: 90px;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 95%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
h1 {
	color: fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
}
h2 {
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	margin-top: -25px;
	height: 20px;
}
h3 {
	color: #ed7524;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	margin-bottom: 2px;
	line-height: 14px;
	letter-spacing: .05px;
}
#header-text {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 250px;
	width: 100%;
	display: block;
}
#subhead {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: -110px;
	width: 100%;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
#Processes {
	clear: none;
	float: right;
	margin-left: 1.6574%;
	width: 40%;
	display: block;
	margin-top: 105px;
}
#brands {
	clear: both;
	float: left;
	margin-left: 0;
	width: 58%;
	display: block;
	margin-top: 105px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 90%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
}
h1 {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
}
h2 {
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	margin-top: -25px;
}
h3 {
	color: #ed7524;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	margin-bottom: 2px;
	line-height: 14px;
	letter-spacing: .05px;
}
#header-text {
	clear: both;
	float: left;
	margin-top: 225px;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-left: 20px;
}
#subhead {
	clear: both;
	float: left;
	margin-top: -140px;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
#Processes {
	clear: none;
	float: right;
	margin-left: 1.0989%;
	width: 47%;
	display: block;
	margin-top: 140px;
}
#brands {
	clear: both;
	float: left;
	margin-left: 0;
	width: 47%;
	display: block;
	margin-top: 140px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #ed7524;
	margin-top: 15px;
	height: 20px;
	margin-bottom: 15px;
	vertical-align: middle;
}

}
