@charset "UTF-8";

/* COLORS

BG Red				#300
BG Blue				#292E38

Link Blue			#5497BE

*/

body
{
	margin: 0 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 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;
	font: 62.5% "Helvetica Condensed", Helvetica, Arial, sans-serif;
	margin-left:1px} /*for IE*/

body.mcLayoutHome {
	background-color: #300;
	background-image: url(../images/mc-bg-red.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
body.mcLayout {
	background-color: #333D51;
	background-image: url(../images/mc-bg-dark-repeat.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
}
body.mcLayout2 {
	background-color: #333D51;
	background-image: url(../images/mc-bg-dark-repeat2.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
}
html>body {margin:0 0 0 0} /*for other browsers*/

/* START basic styles styles */

h1, h2, h3, h4, h5, h6 {
	padding: 0 0;
	margin: 0 0;
	font-weight: bold;
}
p {
	font-size:1.2em;
	padding: 0 0;
	margin: 1em 0;
}
/* END basic styles styles */
#header #logo p, .TabbedPanelsTab span p, ul#nav li a p {
	display:none;
}
.floatRight {
	float:right;
	display:inline;
}
.floatLeft {
	float:left;
	display:inline;
}
a {
   outline: none;
}
a,
a:link {
	color: #5497BE;
	text-decoration: none;
	padding:0 0;
	margin: 0 0;
	border:none;
	font-weight:bold;
}
a:visited {
	color: #808080;
}
a:hover,
a:focus {
	color: #c00;
}
a:active {
	color: #000;
}
a.linkAll {
	text-transform:none;
	font-weight:bolder;
}
/* START transparency styles */

.transparency50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.transparency25 {
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
/* END transparency styles */
.mcLayout #pageBG {
	background-image: url(../images/mc-bg-dark.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	overflow:visible;
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height:720px !important;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	margin-left:1px} /*for IE*/

html>body.mcLayout #pageBG {margin:0 0 0 1px} /*for other browsers*/

/* START container styles */
.mcLayoutHome #container, .mcLayout #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	min-height:720px;
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.mcLayoutHome #header, .mcLayout #header {
	height:100px;
	color:#CCCCCC;
	background: #ff8080;
	background-color: transparent;
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0;
	position:relative;
}
.mcLayout #header #logo {
	background-image:url(../images/mc-logo.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:270px;
	height:100px;
	position:absolute;
	bottom:0px;
	left:0px;
}
.mcLayoutHome #header #logo {
	background-image:url(../images/mc-homelogo.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:270px;
	height:100px;
	position:absolute;
	bottom:0px;
	left:0px;
}
.mcLayoutHome #mainContent {
	height: 450px;
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 20px;
	/*background: #fff;*/
	/*-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	position:relative;
}
.mcLayout #mainContent {
	height:auto;
	min-height: 450px !important;
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 20px;
	/*background: #fff;*/
	/*-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	position:relative;
}
.mcLayoutHome #productHomeNav {
	background: transparent;
	height: 330px;
	position:absolute;
}
.mcLayoutHome #mainContentBottom {
	background: #ff0;
	background-color: transparent;
	height: 180px;
	margin-top:330px;
	position:absolute;
}
#footer {
	width: 960px;
	height: auto;
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 0;
	position:absolute;
	text-align:center;
	color:#808080;
}
#footer p {
	margin: 2em 0 0;
}
.mcLayoutHome #footer {
	margin: 550px 0 0;
}
.mcLayout #footer {
	background-image:url(../images/hr.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	bottom:0;
}
/* END container styles */
.contentProduct {
	float:left;
	display:inline;
	text-align:left;
	padding: 0 0;
	margin: 0 0;
	width:710px;
	height:330px;
}
.contentSpiff {
	float:right;
	display:inline;
	text-align:left;
	padding: 0 0;
	margin: 0 0;
	width:250px;
	height:330px;
}
.contentSpiff h1 {
	height:2em;
	padding: 30px 30px 15px 30px;
	font-size:1.75em;
}
.contentSpiff p {
	background-color: transparent;
	text-align:left;
	padding: 7px;
	margin: 0 0;
	width:auto;
	height:auto;
	font-size:1.15em;
}
.contentFullCol {
	background-color:transparent;
	background-color:#fff;
	margin:20px 30px;
	width:900px;
	float:left;
	display:inline;
}
.contentWideCol {
	background-color:transparent;
	background-color:#fff;
	margin:20px 0;
	width:620px;
	float:left;
	display:inline;
}
.contentThinCol {
	background-color:transparent;
	background-color:#fff;
	background-image: url(../images/prod-bg-thincol.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:40px 0;
	padding:0 0;
	width:320px;
	min-height:940px !important;
	float:left;
	display:inline;
}
.contentFullCol p, .contentWideCol p, .contentThinCol p {
	margin:0 30px 1.5em;
	padding: 0 0;
	text-align:left;
	line-height:1.2;
}
.contentFullCol h1, .contentWideCol h1, .contentThinCol h1 {
	margin:0 30px;
	padding: 0 0 .25em;
	text-align:left;
	line-height:1;
	font-size:2.25em;
	letter-spacing:-.05em;
	font-weight:normal;
	color:#000;
}
.contentFullCol h2, .contentWideCol h2, .contentThinCol h2 {
	margin:0 30px;
	padding: 0 0 .25em;
	text-align:left;
	line-height:1;
	font-size:2em;
	letter-spacing:-.05em;
	color:#000;
}
.contentFullCol h3, .contentWideCol h3, .contentThinCol h3 {
	margin:0 30px;
	padding: 0 0 .25em;
	text-align:left;
	line-height:1;
	font-size:1.8em;
}
.contentFullCol h4, .contentWideCol h4, .contentThinCol h4 {
	margin:0 30px;
	padding: 0 0 .25em;
	text-align:left;
	line-height:1;
	font-size:1.6em;
	color:#808080;
}
.contentFullCol h5, .contentWideCol h5, .contentThinCol h5 {
	margin:0 30px;
	padding:.5em 0;
	text-align:left;
	line-height:1;
	font-size:1.4em;
}
.contentFullCol h6, .contentWideCol h6, .contentThinCol h6 {
	margin:0 30px;
	padding: 0 0 .25em;
	text-align:left;
	line-height:1;
	font-size:1em;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:.1em;
	color:#808080;
}
.contentFullCol p,
.contentFullCol h1,
.contentFullCol h2,
.contentFullCol h3,
.contentFullCol h4,
.contentFullCol h5,
.contentFullCol h6 {
	margin:0 0;
}
p.productInfo {
	margin:0 0 .5em 0;
	padding: 0 0;
}
/* START .productThumbBox Styles  */
.productBox {
	width:620px;
	min-height:140px !important;
	margin:0 0;
	padding:0 0 40px;
	background-color:transparent;
	background-image:url(../images/prod-bg-featuretabs.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
/* END .productThumbBox Styles  */
/* START .productThumbBox Styles  */
.productThumbBox {
	width:250px;
	height:250px;
	margin:0 15px 15px 30px;
	float:left;
	display:inline;
	border-top: solid 1px #eee;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #999;
	border-left: solid 1px #ccc;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.productThumbBox img.productThumb {
	width:200px;
	height:200px;
	margin:25px 25px 0 25px;
	padding:0 0;
	border: none;
}
.productThumbBox img.productZoom {
	margin:0 25px;
	float:left;
	display:inline;
}
.productThumbBox img.productViews {
	margin:0 25px;
	float:right;
	display:inline;
}
/* END .productThumbBox Styles  */
/* START .gridThumbBox Styles  */
.gridResult {
	width:300px;
	height:160px;
	margin:10px 0;
	float:left;
	display:inline;
}
.gridResult p {
	margin:0 0 .5em 0;
	padding: 0 0;
}
.gridThumbBox {
	width:140px;
	height:140px;
	margin:0 10px 0 5px;
	float:left;
	display:inline;
	border-top: solid 1px #eee;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #999;
	border-left: solid 1px #ccc;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.gridThumbBox img.gridThumb {
	width:130px;
	height:130px;
	margin:5px;
	padding:0 0;
	border: none;*/
}
.gridThumbBox img.productZoom {
	margin:0 25px;
	float:left;
	display:inline;
}
.gridThumbBox img.productViews {
	margin:0 25px;
	float:right;
	display:inline;
}
/* END .gridThumbBox Styles  */
