@charset "UTF-8";
/* CSS Browser Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong{
	font-weight:bold;
}
em {
	font-style:italic;
}

h1{
	color:#566C30;
	font-size:22px;
	margin-bottom:10px;
	margin-top: 10px;
}
h2{
	font-size:16px;
	margin-bottom:4px;
}
h3{
	color:#566C30;
	font-size:16px;
	margin-bottom:8px;
}
h4{
	font-size:12px;
}
h5{
	font-size:12px;
	font-weight:bold;
}
h6{
	font-size:10px;
	font-weight:bold;
	color:#566C30;
}
p {
	margin-bottom: 10px;
	line-height:140%;
}
span.contact_title {
	font-size:12px;
	font-weight: bold;
}
span.mainheadings {
	color:#566C30;
	font-size:22px;
	line-height: 200%;
	font-family:Arial, Helvetica, sans-serif;
}
span.subheads {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
span.subhead_green {
	color:#566C30;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

span.prices { font-weight:bold; }
ul{
	margin-left:20px;
}

li{
	margin-bottom:5px;
}
.imgLeft{
	float:left;
	margin-right:10px;
}
.imgRight{
	float:right;
	margin-left:10px;
}
div.cols{
	overflow:hidden;
	width:500px;
	float:left;
}

div.five-wrapper{
	width:960px;
}

img.left{float:left; margin-right:10px;}
img.right{float:right; margin-left:10px;}

.quotes { font-size:14px;
	color:#566C30;}
	
.names { font-size:12px;
	font-weight:bold;
	font-style:italic;}

/******* LAYOUT ******/
html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;

}

.wrapper{
	overflow:hidden;
}

body{
	padding-bottom:30px;
	padding-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#5E564F;
	color:#5E564F;
}

div#main_container {
	position: relative;	
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1049px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align: left;
	background:url(images/layout/edge_middle.gif) repeat-y;
}

div#complete_wrap {
	width: 1000px;
	padding-left:24px;
}

div#header{
	position: relative;	
	width:1000px;
	min-height:100px;	
	margin-left: auto;
	margin-right: auto;
}
div#logo{
	position: relative;	
	float:left;
	left: 25px;
	top:3px;
}
ul.nav li{float:left}
ul.nav.top{float:right}
ul.nav.top li{padding-left:5px;}

div#top-nav{
	position: relative;	
	top: 70px;
	right: 20px;
	text-align:right;
	color:#566C30;
	font-size:16px;
	font-family:Arial Narrow, "Arial Narrow", Arial, Helvetica, sans-serif;
}
div#top-nav a:link, div#top-nav a:visited, div#top-nav a:active{color:#566C30; text-decoration:none;}
div#top-nav a:hover{ color:#BDD52F; }
div#top-nav li{
	display:inline;
}
div#content-area{
	position: relative;	
	overflow:hidden;
	width:1000px;
	margin:0 auto;
}

a:link,a:visited,a:active{color:#566C30; text-decoration:none;}
a:hover{color:#5E4118; text-decoration:none;}

p a:link, p a:visited, p a:active{color:#566C30; text-decoration:none;}
p a:hover{color:#5E4118; text-decoration:none;}

li a:link, li a:visited, li a:active{color:#566C30; text-decoration:none;}
li a:hover{color:#5E4118; text-decoration:none;}

.breadcrumbs{
	font-size:10px;
}

#ml_logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/**backgrounds**/
div#edgetop {
	position:relative;
	background:url(images/layout/edge_top.gif) no-repeat;
	margin:0 auto;
	width:1049px;
	height:33px;
}

div#edgebottom {
	position:relative;
	background:url(images/layout/edge_bottom.gif) no-repeat;
	margin:0 auto;
	width:1049px;
	height:33px;
}

/***main nav***/
div#main-nav{
	position: relative;
	padding: 0;
	spacing: 0;
}

.main_background {
	position: relative;
}

/***main content area***/
div#main-content-bg{
	background:white;
}
div#main-content .wrapper{
	padding-left:28px;
	padding-right:28px;
	padding-top: 25px;
	padding-bottom: 25px;
}
div#main-content-bgl{
	background:0;
}
div#main-content-bgr{
	background:0t;
}
div#main-content-bgb{
	min-height:400px;
	background:0;
}

/** plain column **/
.col{
	overflow:hidden;
}

.col ul{/*fixes lists inside blocks*/
	margin-left:20px;
	margin-top:0;
	margin-bottom:1em;
}

/*** footer ***/
div#footer{
	width:1000px;
	margin:0 auto;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:white;
	text-decoration:none;
}
#footer a:hover{
	color:#BDD52F;
	text-decoration:none
}

/****** PAGES *******/
h2.section-pic-header
{
	font-family:Arial Narrow, "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#566C30;
	font-size:14px;
	font-weight: bold;
	border-left:1px solid #BDD52F;
	padding-left:4px;
	margin-bottom:10px;
	text-decoration: none;
}

h2.section-pic-header a:link, h2.section-pic-header a:active, h2.section-pic-header a:visited {
	color:inherit;
	text-decoration: none;
}

h2.section-pic-header a:hover {
	color:#5E4118;
	text-decoration: none;
}

h2.section-pic-header .descrip{
	font-weight:normal;
	color:#333333;
	display:block;
}

div.four-col{
	width:750px;
	overflow:hidden;
}

div.three-col{
	width:525px;
	overflow:hidden;
}

div.four-col div.col{
	width:130px;
	float:left;
	margin:0 20px 20px 0px;
}

div.four-col div.col1{
	width:223px;
	float:left;
	margin:0 25px 20px 0px;
}

div.four-col div.col p{
	font-size:10px;
}

div.three-col div.col{
	width:130px;
	float:left;
	margin:0px 45px 10px 0px;
}
div.two-col {
	margin:0;
	overflow:hidden;
}
div.two-col div.col{
	float:left;
	margin:0 20px 10px 0;
	width:45%;
}
div.two-col div.leftCol{
	float:left;
	margin:0 40px 10px 0;
	width:47%;
	overflow:hidden;
}
div.two-col div.rightCol{
	float:left;
	margin:0 0px 10px 0;
	width:47%;
	overflow:hidden;
}

div.three-col, div.four-col {
	overflow:hidden;
	margin-left:3px;
	float:left;
}
div.three-col ul{
	padding-top:1em;
	padding-left:1em;
}
.section img, .product_option img, .product_image img, img.border{ border:1px solid #ccc;}
img.noborder{border:0px;}

/***** PRODUCTS PAGE *****/
.back-wrap { float:left;
	width:300px;}

div.product_option{
	float:left;
	padding-right:5px;
	margin-left:8px;
	margin-right:4px;
	border-right:0px solid #ddd;
}

div.product_option p{
	margin:0;
}

div.product_option .h2{
	margin-left:0px;
}


div.product_image{
	float:left;
}

div.product_chair_image{
	float:left;
}

div.product_chair_image img{
	margin-right:10px;
	margin-bottom:10px;
}
div.product_features{
	margin:0;
	display:table;
	padding-left:10px;
}

div.product_features li{
	padding-left:-10px;
}

div.product_info_section{
	overflow:hidden;
}

div.products_extra_info{
	overflow:hidden;
}

table.specs{
width:100%;
}

.specs thead tr.one td{
	font-size:125%;
}
.specs a:link, a:visited, a:active{color:#5B6B41; text-decoration:none;}
.specs a:hover{color:#889862; text-decoration:none;}

thead td{
	font-weight:bold;
}

tr.one td{
	background:#E9F1BD;
	font-size:10px;
	padding:3px 5px 3px 5px;
}
tr.two td{
	background:white;
	font-size:10px;
	padding:3px 5px 3px 5px;
}

tr.grey td{border-bottom:solid 1px #f2f2f2;	padding:3px 5px 3px 5px;
}

td.bgwhite{
	background:white;
}

thead {
	font-weight:bold;
	font-size:10px;
}


#main-content .product_option p.option{
	width:80px;
	margin:3px 0 !important;
	font-size: 7pt;
}

/**FRONT PAGE**/
div.front-intro-text{
	position:absolute;
	top:15px;
	margin-left:450px;
	width:500px;
	font-size:14px;
	color:#5E564F;
	text-align:center;
}

#main-content p.list-intro{
	margin-bottom:0em;
	color: #5E4118;
}


/**CLASSIC CHAIR PAGE**/

.prod_classic_steel img, .prod_classic_dura img{
	float:left;
	margin-right:10px;
}

.prod_classic_steel, .prod_classic_dura{
	font-size:9px;
	display:table;
}

.prod_classic_steel{
	margin-top:100px;
}

/**PARTITIONS PAGE**/

div.partitions span.top-image{
	width:48%;
	text-align:center;
	display:inline-block;
}

/**TABLES PAGE**/
div.tables_specialty{
	float:left;
	margin:0 20px 0 50px;

}

table.rolloverTable{
margin-bottom:10px;
}
table.rolloverTable img{
margin:3px;
border:solid 1px #bbb;
}

.tablesintro.three-col{
	width:100%;
}
.tablesintro.three-col div.col{
	width:245px;
	margin-right:15px;
}
.tablesintro.three-col div.col.three{
	width:225px;
}
.tablesintro.three-col div.col.two{
	width:245px;
}
.tablesintro.three-col div.col.one{
	width:285px;
}

/**CHAIRS PAGE**/

.designHost{
	border:1px solid #a5a5a5;
	margin:-20px 0 10px;
	padding:10px;
	text-align:center;
	font-size:16px;
	
}

div.two-col.host div.col.one{
	width:401px;
}

div.stackable{
	float:right;
	width:107px;
	overflow:hidden;
	text-align:center;
}

/**LINKS PAGE**/
table.links td{
	text-align:center;
	padding:20px 0;
}
.galleryFlash{
margin-top:-15px;
margin-bottom:15px;
}


.frontFurniture{
	margin:10px 0 25px;
	position:relative;
	z-index:1;
	width:600px;
	float:left;
}

/**HOME**/

div.front-page-text{
	margin:20px 0;
	overflow:hidden;
	margin-top: 90px;
	float:left;
}
.front-page-text h2{ color:#BDD52F; border-bottom:1px dotted #BDD52F; line-height:250%;}
.front-page-text h4{ font-size:1em; font-weight:bold; margin-top:8px; }
.front-page-text .left-col{ width:300px; float:left; }
	
.home-three-columns .right-col { position:absolute;
	top: 12px;
	left:640px;
	height:400px;
	z-index:10;}
	
.home-three-columns .middle-col { width:300px; margin-top: 90px; margin-left: 20px;float:left;}

/* FLOATER */
#trailimageid {
	position: absolute;
	visibility: hidden;
	padding:10px;
	z-index: 1000;
}

/* FORM */

#form_wrap			{	position: relative;
					border: 0px;
					margin-left: auto;
					margin-right: auto;
					padding: 2px;
					width: 500px;
				}

#forM_text			{	position: relative;	
					border: 0px;
					padding: 5px;
					float: right;
		  		}
				

div.row			{	clear: both;	
				}

div.label		{	float: left;	
					width: 40%;
					text-align: left;
					font-family: Arial, Helvetica, sans-serif;
					color: #BDD52F;
					font-size: 14px;
					vertical-align:middle;
				}

div.field		{	float: right;	
					width: 60%;
					text-align: left;
					font-family: Arial, Helvetica, sans-serif;
					color: #566C30;
					font-size: 10px;	
					vertical-align:middle;
				}
				
/* Added by CrankIT 24/08/2010 */

div.front-intro-text h1{
	font-size:14px;
	color:#5E564F;
	text-align:center;
}
.footer{
	border-bottom:1px dotted #D5DCE1;
	margin:0 auto;
	overflow:hidden;
	padding:0 20px 20px 20px;
	width:950px;
	margin-bottom: 20px;
	
}
.footer .col ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	overflow:hidden;
}
.footer .col{
	color:#8798a5;
	width:230px;
	float:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.footer h3{
	margin:0;
	padding:10px 0 4px 0;
	color:#BDD52F;
	font-size:14px;
}
.footer .col ul li{
	padding:0;
	margin:0;
	float:left;
	clear:both;
	line-height:18px;
	list-style:Disc inside none;
	color:Silver;
}

.footer .more{
	width:260px;
	color:White;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
.footer .col a{
	color:white;
	text-decoration:none;
}
.footer .col a:hover {
	color:#BDD52F;
}

h2.cranked{
	color:#566C30;
	font-size:22px;
	margin-bottom:10px;
	margin-top:10px;
}

/** INDEX IMAGE ROTATION **/

div.homepage_banner_outer
{
	position: relative;
	top: -25px;
	left: -28px;
	height: 405px;
	z-index:8;
}

div.homepage_banner_outer a
{
	cursor: pointer;
}

div.homepage_banner_inner
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

div.homepage_banner_inner#homepage_banner_1
{
	visibility: visible;
}

.homepage_banner_1 {position:relative;
	}
	
.homepage_banner_2 {position:relative;
	}
	
.banner_surround {position:absolute;
	left: 15px;
	top: 15px;
	width:334px;}

.banner_description { position:relative;
	background:url(images/homepage_banner/text_back_middle2.png) repeat-y;
	z-index:10;
}

.text_description {position:relative;
	top:8px;
	left:20px;
	width:300px;
}

div#text_back_top {
	position:relative;
	background:url(images/homepage_banner/text_back_top2.png) no-repeat;
	margin:0 auto;
	width:334px;
	height:10px;
}

div#text_back_bottom {
	position:relative;
	background:url(images/homepage_banner/text_back_bottom2.png) no-repeat;
	margin:0 auto;
	width:334px;
	height:12px;
}

.banner_text {font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.banner_text_header {color:#566C30;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20%;
}

.banner_text a:link, .banner_text a:hover, .banner_text a:active, .banner_text a:visited {
	text-decoration:none;
	line-height:30%;}
	
.banner_nav {position:absolute;
	top: 428px;
	left: 30px;
	width:1000px;
	z-index:10;
	height:20px;}
	
.nav_text {color:white;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.nav_text a:hover {color:#5E564F;}

.navtext_internal {margin-top:2px;text-align:left;margin-right:5px;}

.quote_wrapper {position:relative;
	width:640px;
	height:90px;
	left:15px;
	background-color:white;	
	border-bottom:1px dotted #BDD52F;
	z-index:4;}
	
.quote_bg { position:relative;	
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding:15px;}

.banner_quotetext { color:white;
	font-size:14px;
	color:#566C30;}
	
.banner_quotename { color:white;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	color:#5E564F;}
	
.homepage_banner_bottomnav {position:relative;
}

#healthcare_image { position:relative;
	z-index:20;
}

.home-three-columns { position:relative;
	top: 20px;
}

/* CONTACTS */

.line_bottom {border-bottom:1px dotted #BDD52F;
line-height:20%;
width:300px;}

/* BLACK LABEL */

.black_label a:link, .black_label a:active, .black_label a:visited
{ color: #E7A824; }

.black_label a:hover { color:#666;}

.black_label_text { position:relative;
	float:left;
	width: 33%;
	padding-right: 5px;
}

.black_label_images { position:relative;
	float:right;
	width: 65%;
}

p.black_label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

p.black_label_headings {
	color:#E7A824;
	font-size:14px;
	margin-bottom:8px;
}

p.black_label_title {
	color:#E7A824;
	font-size:22px;
	margin-bottom:8px;
}

/* CAFESELECT */

div#step1 {
	position:relative;
	background:url(images/tables/cafeselect/step1.jpg) no-repeat;
	margin:0 auto;
	width:750px;
	height:49px;
}

div#step2 {
	position:relative;
	background:url(images/tables/cafeselect/step2.jpg) no-repeat;
	margin:0 auto;
	width:750px;
	height:49px;
}

div#step3 {
	position:relative;
	background:url(images/tables/cafeselect/step3.jpg) no-repeat;
	margin:0 auto;
	width:750px;
	height:49px;
}

div#step4 {
	position:relative;
	background:url(images/tables/cafeselect/step4.jpg) no-repeat;
	margin:0 auto;
	width:750px;
	height:49px;
}

div#step1body {
	position: relative;	
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	background:url(images/tables/cafeselect/steps_middle.jpg) repeat-y;
	z-index:5;
}

div#step2body {
	position: relative;	
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	background:url(images/tables/cafeselect/steps_middle.jpg) repeat-y;
	z-index:5;
}

div#step3body {
	position: relative;	
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	background:url(images/tables/cafeselect/steps_middle.jpg) repeat-y;
	z-index:5;
}

div#step4body {
	position: relative;	
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
	background:url(images/tables/cafeselect/steps_middle.jpg) repeat-y;
	z-index:5;
}

div#step1_text{
	position: relative;	
	overflow:hidden;
	width:750px;
	margin:0 auto;
	margin-left:10px;
	z-index:10;
}

div#step2_text{
	position: relative;	
	overflow:hidden;
	width:750px;
	margin:0 auto;
	margin-left:20px;
	z-index:10;
}

div#step3_text{
	position: relative;	
	overflow:hidden;
	width:750px;
	margin:0 auto;
	margin-left:10px;
	z-index:10;
}

div#step4_text{
	position: relative;	
	overflow:hidden;
	width:750px;
	margin:0 auto;
	margin-left:10px;
	z-index:10;
}

.stepbottom {
	position:relative;
	background:url(images/tables/cafeselect/steps_bottom.jpg) no-repeat;
	margin:0 auto;
	width:750px;
	height:20px;
}

.cafeselect_headings {color:#566C30;
	font-size:16px;}
	
/* DOWNLOADS */

.brochures { border: 1px solid #ccc; }

.pdf { 	border: 0;
		position: relative;
		top: 4px; }
		
div.cols.five-wrapper{
	width:100%;
}
		
div.five-col div.col{
	width:155px;
	float:left;
	margin:0 5px 20px 0px;
}

div.five-col div.col p{
	font-size:10px;
}

div.five-col{
	width:100%;
	overflow:hidden;
}

div.fadehover, div.fadehover2, div.fadehover3 {
	position: relative;
	z-index:10;
	}
 
img.a {
        position: absolute;
		left: 0;
		top: 0;
        z-index: 10;
	}
 
img.b {	
		left: 0;
		top: 0;
        z-index: 10;
	}
	
.social-icons {
	position: relative;
	float:right;
	top:15px;
	z-index:10;
}

.social-text {
	position: relative;
	float:left;
	left: 60px;
	top:30px;
	z-index:10;
}

.social-logo { padding:5px;}

.product-col { width:300px;
	float:right;
	padding-left:20px;
	border-left:1px dotted #BDD52F;}
	
.blacklabel-col { width:300px;
	float:right;
	padding-left:20px;
	border-left:1px dotted #E7A824;}
	
.blacklabel-col ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

/* CONTACT */

.contact-col-1{
	float:left;
	width:300px;
	padding-right:20px;
}

.contact-col-2{
	float:left;
	width:300px;
}

.contact-col-3 { width:300px;
	float:right;
	padding-left:20px;
}

/* MITY EDGE */

div.video-section {
	width:960px;
	float:left;
	margin-top:-11px;
}

span.mity-edge-text {
	font-size:30px;
	font-weight:bold;
	margin-bottom:4px;
	color:#566C30;
	line-height:100%
}
#mity-edge-header { position:relative;
	left: -6px;
}

p.intro-text { 
	font-size:14px;
	font-weight:bold;
}

.mity-edge-col1{
	float:left;
	width:290px;
	padding-right:18px;
}

.mity-edge-col2{
	float:left;
	width:290px;
	padding-left:18px;
	padding-right:18px;
	border-left:1px dotted #BDD52F;
}

.mity-edge-col3{
	float:right;
	width:290px;
	border-left:1px dotted #BDD52F;
	padding-left:18px;
}

span.mity-edge-features {
	font-weight:bold;
	color:#566C30;
}

div#mity-edge-table-container {
	position: relative;	
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:25px;
	width: 500px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align: left;
	background-color:white;
	border:1px solid #5E564F;
}

table.mity-edge-tables {
}

table.mity-edge-tables th {
	font-weight:bold;
}

table.mity-edge-tables tr.one td, table.mity-edge-tables tr.one th{
	background:#E9F1BD;
	font-size:12px;
	padding:3px 5px 3px 5px;
	text-align:center;
}
table.mity-edge-tables tr.two td, table.mity-edge-tables tr.two th{
	background:white;
	font-size:12px;
	padding:3px 5px 3px 5px;
	text-align:center;
}

table.mity-edge-tables tr.one-a td, table.mity-edge-tables tr.one-a th{
	background:#E9F1BD;
	font-size:12px;
	padding:3px 5px 3px 5px;
}
table.mity-edge-tables tr.two-a td, table.mity-edge-tables tr.two-a th{
	background:white;
	font-size:12px;
	padding:3px 5px 3px 5px;
}

/* BEWARE OF FAKES */

.fakes-col3{
	float:right;
	margin-right:1px;
}

div#fakes-table-container {
	position: relative;	
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:25px;
	width: 550px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align: left;
	background-color:white;
	border:1px solid #5E564F;
}

div.image_outer
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 414px;
width:660px;
}

div.image_outer a
{
	cursor: pointer;
}

div.image_inner
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

div.image_inner#image_1
{
	visibility: visible;
}

.image_1, .image_2, .image_3, .image_4, .image_5, .image_6 {position:relative;
	}

/* HOVER */

.rollover_outer { position:relative; z-index:10;}

.rollover_outer2 { position:relative; z-index:9;}

.rollover_dropdown { position: absolute;
	left:-560px;
	top: 5px;
	width:600px;
	z-index:10;
}

.proclamation_dropdown { position: absolute;
	left:-600px;
	top: 5px;
	width:600px;
	z-index:10;
}

.mrrollo-rollover {position:absolute;}

.mrsmackdown-rollover {position:absolute;
}


div.rollover_outer div.rollover_dropdown, div.rollover_outer2 div.rollover_dropdown, div.rollover_outer div.proclamation_dropdown
{
         display: none;
}

div.rollover_outer:hover div.rollover_dropdown, div.rollover_outer2:hover div.rollover_dropdown, div.rollover_outer:hover div.proclamation_dropdown
{
         display: block;
}

.rollover_outer_points { position:relative; z-index:10;}


.rollover_dropdown_points { position: absolute;
	left:340px;
	top:0px;
	width:260px;
	z-index:10;
}

.points-rollover {position:absolute;}

div.rollover_outer_points div.rollover_dropdown_points {
         display: none;
}

div.rollover_outer_points:hover div.rollover_dropdown_points {
         display: block;
}
