/* Iona DIV layout style */
/* page elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
}
/* DIVs */
/* functional stuff */
.floatEnder {
	clear: both;
}
/* layout DIVs */
.container {
	margin: 0px auto;
	width: 960px;
}
/* breadcrumb area */
.breadcrumbArea {
	float: left;
	width: 360px;
	padding-top: 25px;
}
.10yearHolder {
	float: right;
	width: 200px;
}
/* left area */
.leftArea {
	float: left;
	width: 389px;
	height: auto;
}
.logoArea {
	width: 287px;
}
.navigationArea {
	padding: 68px 24px 0px 24px;
	height: auto;
	min-height: 270px;
}
.addressArea {
	padding: 24px 24px 24px 26px;
}
/* main area */
.bodyArea {
	width: 960px;
	padding-top: 75px;
}
.mainArea {
	float: left;
	width: 571px;
}
#flashArea {
	margin-top: 48px;
}
#flashAreaDesign {
	margin-top: 0px;
}
.swapDivHolder {
	padding-top: 48px;
}
#portSwap01, #portSwap02, #portSwap03, #portSwap04, #portSwap05, #portSwap06, #portSwap07 {
	position: absolute;
	display: none;
	width: 571px;
	background: #fff;
	height: auto;
	min-height: 450px;
}
.swapFloat {
	float: left;
	width: 133px;
	margin-right: 13px;
}
.swapFloatX3 {
	float: left;
	width: 183px;
	margin-right: 11px;
}
.swapFloatWide {
	float: left;
	width: 427px;
	margin-right: 11px;
}
.swapFloat#noMarg, .swapFloatX3#noMarg  {
	margin-right: 0px;
}
.swapFloat#mailer {
	height: 146px;
}
.swapFloat#mailerNoMarg {
	margin-right: 0px;
	height: 146px;
}
.swapFloat#bwoodPOS {
	height: 293px;
}
.logoFloat {
	float: left;
	width: 142px;
	text-align: center;
}
/* footer DIVS */

/* Milk box */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(/images/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	text-align: left;
	padding-top: 15px;
	margin: 0;
	font-weight: bold;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:17px; }
#mbPrevLink{ background: transparent url(/images/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(/images/next.gif) no-repeat; }/* IMAGE: next */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; }

#mbCloseLink {
	width:20px;
	background: transparent url(/images/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: bold;
	text-align:justify;
}