@charset "UTF-8";/* CSS Document *//* 	Site Name: Arenson Office Furniture	Site URL: http://www.arensonof.com	Author: Marsi McGurn of [ B L A C K B O O K D E S I G N ]	Author URL: http://www.blackbookdesign.com	Version: 1.0	Changelog:		v1.0 - 05.19.09*//* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;}/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */body {	background-color: #CCCC99;	color: #666633;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 14px;	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	text-align: center; /* Centers the page content container in IE 5 browsers. */}/* Commonly used to style page titles. */h1 {	color: #666633;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	font-weight: bold;	line-height: 16px;}/* Commonly used to style section titles. */h2 {	color: #CC3206;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-weight: bold;	line-height: 14px;}/* Sets the style for unvisited links. */a, a:link {	color: #CC3206;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;	text-decoration: underline;}/* Sets the style for visited links.a:visited {	color: #333333;	font-weight: bold;	text-decoration: underline;} *//* Sets the style for links on mouseover. */a:hover {	color: #666633;	text-decoration: underline;}/* Sets the style for a link that has focus. */a:focus {	color: #2170bd;}/* Sets the style for a link that is being activated/clicked. */a:active {	color: #CC3206;}/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */#outerWrapper {	background-color: #fff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	min-width: 760px;	text-align: left; /* Redefines the text alignment defined by the body element. */	width: 980px;	margin-top: 10px;	margin-right: auto;	margin-bottom: 0;	margin-left: auto;}/* Header */#outerWrapper #header {	background-color: #FFFFFF;	font-size: 18px;	font-weight: bold;	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	background-image: url(../images/header_bg.gif);	background-repeat: no-repeat;	background-position: left bottom;	height: 84px;}#logo {width:278px;height:84px;margin:0;padding:0;float:left;background:url('images/header_bg.gif') no-repeat;}#outerWrapper #header #headerRight #altNav {	padding-top: 5px;	padding-right: 10px;	padding-bottom: 5px;	padding-left: 0px;}#outerWrapper #headerRight {	float: right;	width: auto;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 14px;	color: #CC3300;	vertical-align: top;	text-align: right;	padding-top: 10px;	padding-right: 10px;	padding-bottom: 0px;	padding-left: 0px;	}#form1 {margin:0;padding:0;}#outerWrapper #header #headerRight ul {margin:20px 0 0 0;padding:0;}#outerWrapper #header #headerRight li {	display: inline;	padding-right: 10px;	padding-top: 0px;	font-weight: normal;	}#outerWrapper #header #headerRight li a{	font-weight: normal;	color: #CC3300;}#outerWrapper #header #headerRight li a:hover {color: #666633;	text-decoration: underline;	}/*Top Navigation*/#outerWrapper #topNavigation {	background-color: #FF9933;	height: 38px;	clear: both;	width: 980px;	margin-top: 0px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto;}/*Content Wrapper*/#outerWrapper #contentWrapper {	overflow: hidden;	clear: both;}/*Homepage*/#outerWrapper #contentWrapper #contentHomepage {	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	margin-top: 0;	margin-right: 0;	margin-bottom: 0;	margin-left: 578px;	height: 275px;	background:url(images/team_bg2.gif) no-repeat bottom left;	}#outerWrapper #contentWrapper #contentHomepage h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 16px;	line-height: 18px;	font-weight: bold;	color: #CC3300;	padding-bottom: 10px;}#outerWrapper #contentWrapper #contentHomepage h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	line-height: 16px;	color: #666633;	font-weight: normal;	padding-bottom: 10px;}#outerWrapper #contentWrapper #leftColumnHomepage {	background-color: #FFFFFF; /* Sets the right border properties for an element using shorthand notation */	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	width: 568px;	padding-top: 10px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 10px;}#outerWrapper #contentWrapper #5columnTable {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 14px;	color: #666633;	font-weight: normal;	padding: 0px;	height: 340px;	width: 940px;	margin-top: 0px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto;}.productColumn {	background-color: #CCCC99;	width: 155px;	padding: 8px;	vertical-align: top;	height: auto;}.productColumn h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 14px;	font-weight: bold;	color: #CC3300;	text-align: center;	padding-top: 5px;	padding-bottom: 0px;}.gutterColumn {	width: 10px;}/*Homepage Bottom Blocks*/#outerWrapper #contentWrapper #bottomBlocks {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 14px;	color: #666633;	font-weight: normal;	padding: 0px;	height: 200px;	width: 935px;	margin-top: 10px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto;}#outerWrapper #contentWrapper #bottomBlocks #blockLeft {	background: #999933 url('images/show_room.gif') no-repeat;	background-position: 415px 7px;	padding: 8px;	vertical-align: top;	height: 175px;	width: 538px;	float: left;}#outerWrapper #contentWrapper #bottomBlocks #blockLeft h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 16px;	line-height: 18px;	font-weight: bold;	color: #FFFFFF;    padding-top: 5px;	padding-bottom: 0px;}#outerWrapper #contentWrapper #bottomBlocks #blockLeft h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	line-height: 16px;	color: #fff;	padding-top: 5px;	padding-bottom: 10px;	font-weight: normal;}#outerWrapper #contentWrapper #bottomBlocks #blockRight {	background-color: #f93;	padding: 8px;	vertical-align: top;	height: 175px;	width: 350px;	float: right;}#outerWrapper #contentWrapper #bottomBlocks #blockRight h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 16px;	line-height: 16px;	font-weight: bold;	color: #fff;	padding-top: 5px;	padding-bottom: 0px;}#outerWrapper #contentWrapper #bottomBlocks #blockRight h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	line-height: 16px;	color: #fff;	padding-top: 5px;	padding-bottom: 10px;	font-weight: normal;}/*Subpage*/#outerWrapper #contentWrapper #leftColumn1 {	background-color: #FFFFFF; /* Sets the right border properties for an element using shorthand notation */	float: left;	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	width: 170px;}/*LEFT COLUMN NAVIGATION*/.leftcol_head {margin:10px 0px 0px 10px;padding:0px 0px 0px 0px;}#leftColumn_menu {background-color: #FFFFFF; padding: 10px;width:170px;}#leftColumn1 ul{width:150px;padding:0px 0 50px 0;margin:0px;}#leftColumn1 ul li {padding:8px 0px 8px 0px;list-style:none;border-bottom:1px solid #7a7841;}#leftColumn1 ul li a{margin:0px 0px 0px 10px;color:#666633;font-family:Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}#leftColumn1 ul li a:hover{color:#e24500;}#leftColumn1 ul li a:active{color:#ff6600;}#leftColumn1 ul li img{vertical-align:middle;padding:0px 0px 0px 12px;border:none;}/*left hand menu*/#right_bar {float: right;height: 574px;width:175px; margin:0;padding:5px 0 0 10px; border-left:1px solid #cccccc; font-family:Arial, Helvetica, sans-serif;}.rightmenu {width: 175px;margin:0px ;padding: 0px ;}.rightmenu ul li {padding: 0px;list-style:none;width:175px;margin:0px 0px 0px -40px;}.rightmenu ul li a{margin:0px;color:#666633;font-family:Verdana,Arial,Helvetica,sans-serif;text-decoration:none;}.rightmenu ul li a:hover {color:#e24500;}.rightmenu ul li a:active {color:#ff6600;}.rightmenu ul li img{margin:10px 0px 15px 0px;}.bot_grn_ln {border-bottom:1px solid #666633;}.separator {	background-image: url(images/separator.gif);	background-repeat: no-repeat;	background-position: center center;	height: 35px;	clear: both;}/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */#outerWrapper #contentWrapper #content {	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	margin-top: 0;	margin-right: 0;	margin-bottom: 0;	margin-left: 190px;}#outerWrapper #contentWrapper #content #prodImage {	margin: 0px;	padding: 0 0 30px 0;	float: left;	width: 651px;	}#outerWrapper #contentWrapper #content #prodDesc {	float: right;	height: 574px;	width: 160px;}#outerWrapper #contentWrapper #content #products {	margin-bottom: 50px;	margin-top: 20px;}#outerWrapper #contentWrapper #content #products td {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #333333;	text-align: center;}.bold {	font-weight: bold;}#outerWrapper #contentWrapper #content #products {		}.signoff {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	line-height: 16px;	font-weight: bold;	color: #666633;	padding-top: 10px;	padding-bottom: 10px;	text-align: center;}.price {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 14px;	font-weight: bold;	color: #CC3206;}/*Footer*/#outerWrapper #footer p {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #666633;	font-weight: bold;	font-size: 11px;	line-height: 14px;}#footer {	background-color: #FFFFFF; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	text-align: center;	border-bottom-width: 10px;	border-bottom-style: solid;	border-bottom-color: #FF9933;	padding-top: 10px;	padding-right: 10px;	padding-bottom: 15px;	padding-left: 10px;}#footer li {	list-style-type: none;	display: inline;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 14px;	font-weight: normal;	text-transform: uppercase;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 4px;}#footer li a {	font-family: Verdana, Arial, Helvetica, sans-serif;	text-transform: uppercase;	color: #666600;	text-decoration: none;	font-weight: normal;	padding-top: 0px;	padding-right: 4px;	padding-bottom: 0px;	padding-left: 0px;}#footer ul {	margin: 0px;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 5px;	padding-left: 0px;}