@charset "UTF-8";
/* CSS Document */

img {
	border:0;
}

a {
	outline:none;
}

#mainPageWrap {
	width:900px;
	height:877px;
	margin:auto;
	/*border-right:#09F 1px solid;*/
}

#leftContent {
	width:346px;
	height:877px;
	float:left;
}

#leftContent #logo {
	margin: 20px 0 0 0;
}

#leftContent p {
	font-family: 'HelveticaLTStdCondensed', Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color: #676867;
	line-height:1.6em;
	text-align:justify;
	padding: 20px 30px 0 0;
	margin:0;
}

#leftContent p a:link, #leftContent p a:active, #leftContent p a:visited {
	color: #676867;
	text-decoration:none;
}

#leftContent p a:hover {
	color: #b75923;
	text-decoration:none;
}

#products {
	float:left;
	width:316px;
	height:200px;
}

#products h6 {
    font-family: 'Share-Regular', Arial, Helvetica, sans-serif;
	font-size:2em;
	color: #b75923;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	margin: 20px 0 20px 0;
}

/*#products img {
	margin: 0 0 0 10px;
}*/

#products #charcoal {
	float:left;
}

#products #starters {
	float:left;
	margin: 0 0 0 40px;
}

#products p {
	font-family: 'HelveticaLTStdCondensed', Arial, Helvetica, sans-serif;
	font-size:1.3em;
	margin: 10px 0 0 0;
	padding: 0;
	text-align:center;
	font-weight:normal;
}

#rightContentMain {
	width:550px;
	height:700px;
	float:left;
	visibility: hidden;
}

#rightContent {
	width:550px;
	height:auto;
	float:left;
	margin: 250px 0 0 0;
	visibility: hidden;
}

#footer {
	width:100%;
	height:100px;
	float:left;
	background-image: url(../images/footer-horiz-stretch.jpg);
	background-repeat: repeat-x;
	background-color:#bb5a15;
}

#footer #content {
	width:963px;
	height:auto;
	margin: 20px auto 0 auto;
}

#content #omcInfo {
	float:left;
	margin: -5px 0 0 0;
}

#content #omcInfo img {
	float:left;
}

#content #omcInfo p {
	font-family: 'HelveticaLTStdCondensed', Arial, Helvetica, sans-serif;/*'HelveticaLTStdBlackCondensed''HelveticaLTStdBoldCondensed''HelveticaLTStdCondensed'*/
	font-size:1.2em;
	color:#FFF;
	float:left;
	line-height:1.5em;
	margin: 5px 0 0 20px;
	text-transform:uppercase;
}

#content #omcInfo p a:link, #content #omcInfo p a:active, #content #omcInfo p a:visited {
	color:#FFF;
	text-decoration:none;
}

#content #omcInfo p a:hover {
	color:#9e9287;
	text-decoration:none;
}

#content  #logos {
	float:right;
	margin: -5px 30px 0 0;
}

#content  #logos img {
	margin: 0 0 0 30px;
}