/*********************** below chunks are global style definitions ***************************************/


@font-face {
	font-family: 'tradeGothic';
	src: url('webfonts/2990A2_0_0.eot');
	src: url('webfonts/2990A2_0_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/2990A2_0_0.woff') format('woff'),
		 url('webfonts/2990A2_0_0.ttf') format('truetype');}
*{
	padding : 0px;
	margin : 0px;
}
img{
	border:0px;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*********************** below chunks are style dfinitions of tags ***************************************/


/************************ below chunks are style definitions of ids *************************************/

/* Mack logo on top of the left menu bar */
#mackLogo{
	margin-left: 30px;
	margin-right: 40px;
	float:left;
}

/* This is a wrapper that contains all the layout of th epage */
#wrapper{
	margin:100px auto;
	margin-bottom:20px;
	background: white;
	width: 1000px;
	min-height:780px;
	margin-top:0px;
}
#wrapper h2{
	color:#990000;
	margin:0px;
	font:normal 150% Helvetica, Arial, sans-serif;
}

/* chunk of code below is for the page layout of the page */
#header{
	width: 1000px;
	height: 120px;
}

#leftBar{
	float: left;
	width: 200px;
}
#leftBar a{
	display:block;
	color:white;
	padding: 5px 0px;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#leftBar a:hover{
	text-decoration:underline;
}
.lt-ie9 #leftBar a{
	display:inline;
}

#content{
	float: left;
	width: 780px;
	min-height: 780px;
}
#content .imageBoxes{
	margin-bottom:20px;
}

#content .insideImageRedBar { background: url("../../images/red_bar_mid.gif"); height: 13px; width: 780px; margin-top: 10px; }
#content .insideImage { width: 780px; margin-top: 1px; }

#rightBar{
	float: right;
	width: 610px;
	padding-top: 28px;
}
#rightBar a { float: left; text-decoration: none; }
#rightBar a:hover { cursor: pointer; }
#rightBar .rightBarElement{
	display: block;
	width: 150px;
	color: white;
	text-decoration: none;
	font-size: 12px;
	padding-left:10px;
	line-height:250%;
	float: left;
	position: relative;
}

#footer{
	clear: both;
}

/* This is leftMenuBar style definition */
#leftMenuBar{
	background: black url(../../images/products_navback.jpg) repeat-x;
	list-style-type: none;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftMenuBar li{
	border-top:1px solid #545454;
	padding-left:10px;
}

/* This is leftMenuBarEmbedded style definitnion */
#leftMenuBarEmbedded{
	background: black;
	list-style-type: none;
	padding-left:0px;
}
#leftMenuBarEmbedded li{
	background: black;
	padding-left:30px;
	border-top:1px solid #222;
}
.lt-ie9 #leftMenuBarEmbedded li{
	padding-left:15px;
}
#leftMenuBarEmbedded li:hover{
	background:#990000;
}
#leftMenuBarEmbedded li a{
	color:#969696;
}
#leftMenuBarEmbedded li a:hover{
	text-decoration:none;
}

/* anniversary logo style */
#anniversaryLogo{
	margin-left: 32px;
	margin-top: 0px;
}

/* description in the content layout */
#contentDescription{
	margin-top:20px;
}

/************************ below are codes for class definitions ******************************/

/* mackLogo class that backgrounds logo */
.mackLogo{
	background: url(../../images/sprite.png) no-repeat;
	width:133px;
	height:93px;
}

/*font setting class */
.helvetica{
	font:normal 80% helvetica, sans-serif, arial;
}

/*This class creates a Red Rectangular area that could be used as a button wrapper*/
.menuButtonRedRect{
	background: #990000;
	width: 185px;
	height:30px;
	margin-right:10px;
	margin-left:5px;
	margin-bottom:10px;
	margin-top:10px;
	position: relative;
	float: left;
}

/*This class creates an arrow pointing to right*/
.rightArrowButton{
	background: url(../../images/rightArrow.png) no-repeat;
	height:25px;
	width:25px;
	margin:0px;
	margin-top:3px;
	float: left;
	position: relative;
}