@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 1020px;

}

.container2 {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 1020px;

}
#mainContent {
	padding: 0 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bigPicture {
	width: 100%;
	float: left;
	margin-bottom: 1em;
	
}

.prodDescription {
	width: 100%;
	float: left;
	text-align: center;
	color: #3a3f45;
	font-size: .9em;
	background: transparent;
	margin: 0;
}

.prodDescriptionFlushRight {
	width: 100%;
	float: left;
	text-align: center;
	color: #3a3f45;
	font-size: .9em;
	background: transparent;
	margin: 0;

}


.prodDescription h1 {
	color: #3a3f45;
	font-size: .9em;
	font-weight: 700;
	padding: 0 2em;
	text-transform: uppercase;
	
	
}

.prodDescriptionFlushRight h1 {
	color: #3a3f45;
	font-size: 1.0em;
	font-weight: 700;
	padding: 0 2em;
	
}

.prodDescription p {
	color: #3a3f45;
	font-size: .9em;
	font-weight: 700;
	padding: 0 2em;
		text-transform: uppercase;
		line-height: 2.0em;

	
}

.lowerCase {
	text-transform: lowercase;
	
}



.productProfile {
	width: 100%;
	float: left;
	text-align: center;
	background: transparent;
	margin: 0;
	color: #3a3f45;
	font-size: .9em;
	padding-bottom: 2em;


	
}

.productProfile h1{
	color: #3a3f45;
	font-size: 1.2em;
	font-weight: 700;
	padding: 0 1em;
	
}

.productProfile p {

	color: #3a3f45;
	font-size: .8em;
	font-weight: 700;
	padding: 0 2em;
	
}

.profileDrawing {
	width: 60%;
	margin: 0 auto;
}
	

.productLogo {
	width: 100%;
	float: left;
	text-align: center;
	background: transparent;
	margin: 0;
	

}

.productLogoInteriors {
	width: 100%;
	float: left;
	text-align: center;
	background: transparent;
	margin: 0;
	display: block;

}

.logoBox {
	width: 80%;
	margin: 0;
	padding-left: 10%;
	padding-top: 3em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*Here's the Image max-width 100*/
img,
embed,
object,
video {
max-width: 100%;
border: 0;
}
.telephoneNumber {
	width: 100%;
	text-align: center;
	font-size: .9em;
	display: none;
}


@media only screen
and (min-width: 840px)
{


#container {
	width: 80%;
}
.container2 {
		width: 100%;
		max-width: 1024px;
	}

.prodDescription {
	width: 33%;
	float: left;
	text-align: left;

}

.prodDescriptionFlushRight {
	width: 100%;
	float: left;
	text-align: right;

}

.productProfile {
	width: 33%;
	float: left;
}
.productLogo {
	width: 33%;
	float: left;
	text-align: center;



}

.productLogoInteriors {
		width: 30%;
		margin: 0 35%;
		clear: left;

	
}
.logoBox {
	
	display: block;
	
}

}