@charset "utf-8";
/* CSS Document */

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:600,500,400,300,200);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(//fonts.googleapis.com/css?family=Oswald:700,400,300);
@import url(//fonts.googleapis.com/css?family=Nunito+Sans:300,400|Nunito:300,400);

/*
	ideal blue: 0f4877
	ideal orange: fd722f
	menu green: 155b06
	promo text green: 155b06
	
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family: 'Source Sans Pro', Arial, Helvetica, Verdana, sans-serif;
	font-size: .8em;
	background-image: url(../images/background_02.jpg);
	background-size: cover;
}

/* Fixed Header */
#header_div {
	background-image: url(../images/background_02.jpg);
	z-index: 6;
	position: fixed;
	top: 0px;
	display: table;
	width: 100%;
	}

/* Main Page Area CSS */
#outer_div {
	position: relative;
	z-index: 5;
	font-family: 'Source Sans Pro', Arial, Helvetica, Verdana, sans-serif;
	margin: 0 auto;
	display: block;
	margin-top: 280px;
	padding: 0px;
	width: 1100px;
	}

/* Header CSS */
#header {
	position: relative;
	display: block;
	max-width: 1100px;
	height: 130px;
	background-color: white;
	border-radius: 25px 25px 0px 0px;
	margin: 0 auto;
	margin-top: 20px;
	}

#header #logo {
	position: absolute;
	margin: -20px 0px 0px;
	z-index: 9;
	}
#header #logo_text a {
	z-index: 1;
	font-family: "Nunito Sans";
	font-size: 3.5em;
	font-weight: 300;
	text-decoration: none;
	color: #0f4877;
	position: absolute;
	top: 15px;
	margin-left: 90px;
	letter-spacing: -.04em;
	white-space: nowrap;
	}
#header #tagline {
	position: absolute;
	margin: 60px 0px 0px 250px;
	}
#header #tagline p {
	font-size: 1.6em;
	font-weight: 300;
	font-style: italic;
	margin: 0px;
	}
#header #phone_tag {
	position: relative;
	z-index: 20;
	margin: 55px 0px 0px 0px;
	display: inline-block;
	text-shadow: 2px 2px 3px #999;
	width: 100%;
	height: 41px;
	}
#header #phone_tag table {
	margin: 0 auto;
	width: 90%;
	}
#header #phone_tag table td.content {
	height: 35px;
	text-align: center;
	}
#header #phone_tag .phone_bull {
	position: relative;
	margin: 0px 6px;
	top: -2px;
	}
#header #phone_tag p {
	font-size: 2em;
	font-weight: 600;
	margin: -2px 0px 0px;
	color: #0f4877;
	}
		
/* Header CSS - minor nav */
#header_div  #header #minor_nav {
	font-family: 'Source Sans Pro';
	font-weight: 300;
	font-size: 1.2em;
	color: #032946;
	display: inline-block;
	float: right;
	margin: 10px 20px 0px 0px;
	}
#header_div  #header #minor_nav td.minor_text {
	text-transform: uppercase;
	letter-spacing: .01em;
	text-align: right;
	padding: 0px 5px 0px;
	}
#header_div  #header #minor_nav td.icon {
	padding: 2px 0px;
	}
#header_div  #header #minor_nav p {
	margin: 0px;
	}
#header_div  #header #minor_nav a {
	color: #032946;
	text-decoration: none;
	}
#header_div  #header #minor_nav a:hover {
	text-decoration: underline;
	}

/* Header CSS - main nav */
#header_div #main_nav {
	position: relative;
	z-index: 3;
	display: table;
	clear: right;
	float: right;
	margin: 35px 50px 0px 0px;
	}
#header_div #main_nav #tabs {
	position: relative;
	margin: 0px;
	}
#header_div #main_nav #tabs ul {
	list-style: none;
	padding: 0px;
	}
#header_div #main_nav #tabs li {
	font-family: 'Source Sans Pro', Arial, Helvetica, Verdana, sans-serif;
	font-weight: 300;
	letter-spacing: -.02em;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	color: #032946;
	font-size: 1.75em;
	margin: 0px;
	text-align: center;
	line-height: 1.3em;
	}
#header_div #main_nav #tabs li a {
	text-decoration: none;
	color: #032946;
	}
#header_div #main_nav #tabs li a.on {
	color: #baaa20;
	text-shadow: 2px 2px 2px #999;
	}
#header_div #main_nav #tabs li a:hover {
	color: #baaa20;
	}
/* promo div */
#back_promo {
	position: fixed;
	background-image: url(../images/home/workstation_12.jpg);
	background-position: center center;
	width: 100%;
	height: 125px;
	background-repeat: no-repeat;
	top: 150px;
	border-top: solid 2px #0f4877;
	border-bottom: solid 2px #0f4877;
	}
#promo_bottom {
	position: fixed;
	z-index: 10;
	z-index: 9;
	left: 0px;
	top: 275px;
	width: 100%;
	height: 1px;
	box-shadow: 0px 5px 3px;
	}
#back_promo #phone{
	position: relative;
	margin: 0px 0px 0px 0px;
	}
#back_promo #phone p {
	text-align: right;
	font-size: 1.4em;
	color: #0f4877;
	font-weight: 600;
	margin: 80px 200px 0px 0px;
	}

/* Content CSS */
#outer_div #content_div {
	min-height: 300px;
	margin: 129px 0px 0px;
	padding: 70px 35px 35px;
	background-color: white;
	border-radius: 0px 0px 25px 25px;
	}
	
/* Page Title */
#outer_div #page_title {
	position: absolute;
	margin-top: 25px;
	width: 1100px;
	}
#outer_div #page_title h1 {
	font-size: 3.1em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .01em;
	margin: 0px 35px;
	color: #0f4877;
	text-shadow: 1px 1px 3px #AAA;
	text-align: left;
	}

/* General content area styles */

.redit {
	color: red;
	}
#outer_div #content_div h1 {
	font-size: 2.8em;
	font-weight: 300;
	margin: 25px 0px 0px;
	color: #0f4877;
	}
#outer_div #content_div h2 {
	font-size: 2.5em;
	font-weight: 400;
	margin: 20px 0px 0px;
	color: #0f4877;
	}
#outer_div #content_div h3 {
	font-size: 2em;
	font-weight: 600;
	margin: 25px 0px 0px;
	color: #0f4877;
	}
#outer_div #content_div p {
	font-size: 1.6em;
	font-weight: 300;
	margin: 10px 0px 0px 5px;
	color: #555;
	}
#outer_div #content_div p.first_line {
	margin-top: 25px;
	}
#outer_div #content_div p.indent {
	margin: 10px 0px 0px 25px;
	}
#outer_div #content_div p.dbl_indent {
	margin: 10px 0px 0px 45px;
	}
#outer_div #content_div p.sig {
	font-style: italic;
	margin: 20px 0px 0px 50px;
	}
#outer_div #content_div .callout {
	display: table;
	max-width: 60%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 25px;
	background-color: #6aa7d9;
	border-radius: 20px;
	}
#outer_div #content_div .callout p {
	color: white;
	font-style: italic;
	margin: 0px;
	font-weight: 400;
	}
#outer_div #content_div .callout p.credit {
	float: right;
	font-style: normal;
	margin: 10px 30px 0px 0px;;
	font-weight: 300;
	}
#outer_div #content_div img.basic_img {
	border: solid 2px #0f4877;
	margin: -10px 0px 10px;
	}
#outer_div #content_div img.right {
	float: right;
	margin-left: 15px;
	}
#outer_div #content_div img.left {
	float: left;
	margin: 15px 15px 0px 0px;
	}
#outer_div #content_div ul {
	padding: 0px 0px 0px 12px;
	list-style-type: none;
	}
#outer_div #content_div li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: 400;
	font-size: 1.5em;
	color: #454545;
	margin: 9px 0px 0px 20px;
	padding: 0px 0px 0px 15px;
	line-height: 1.2em;
	}
#outer_div #content_div li a {
/*	text-decoration: none; */
	}
#outer_div #content_div ol li {
	background-image: none;
	padding: 0px 0px 0px 7px;
	font-weight: 300;
	}

/* Tertiary Nav */
#outer_div #content_div .tert_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: solid 2px #0f4877;
	text-align: right;
	}
#outer_div #content_div .tert_nav li {
	font-weight: 300;
	display: inline-block;
	padding: 1px 12px 5px;
	color: white;
	font-size: 1.6em;
	margin: 0px;
	background-color: #0f4877;
	border-radius: 0px 0px 15px;
	line-height: 1em;
	}
#outer_div #content_div .tert_nav li:last-child {
	margin-right: 15px;
	}
#outer_div #content_div .tert_nav li a {
	color: white;
	text-decoration: none;
	}
#outer_div #content_div .tert_nav li a:hover {
	color: #fd722f;
	}

/* random content CSS */
#outer_div #content_div p.babf {
	font-weight: 400;
	font-size: 1.8em;
	margin: 15px 0px 0px 50px;
	}
#outer_div #content_div p.address {
	margin: 0px 0px 0px 50px;
	}
#outer_div #content_div p.phone {
	font-weight: 400;
	margin: 0px 0px 0px 50px;
	}
#outer_div #content_div .dot {
	font-size: 2.5em;
	line-height: .1em;
	display: inline-block;
	vertical-align: -9px;
	margin: 0px 2px;
	}
	
/* resizing conditionals */
@media only screen and (max-width: 1005px) {
	#outer_div #main_nav {
		}
	#outer_div #main_nav #tabs li {
		font-family: 'Open Sans Condensed', Arial, Helvetica, Verdana, sans-serif;
		}
	}
@media only screen and (max-width: 1030px) {
	#outer_div #content_div #page_title td #title_tail {
		background-image: url(http://idealofficefurnitureinc.com/images/title_tail_comp.png);
		width: 216px;
		font-size: 3.8em;
		}
	}
@media only screen and (max-width: 900px) {
	#outer_div #content_div #page_title td.p_title h1 {
		letter-spacing: -.02em;
		font-size: 3.6em;
		}
	}
@media only screen and (max-width: 850px) {
	#header #logo_text a {
		font-size: 3em;
		}
	}


/* Footer CSS */
#back_footer {
	color: white;
	height: 100px;
	background-color: #0f4877;
	margin-top: 20px;
	}
#back_footer #footer {
	text-align: center;
	padding: 20px 0px 0px;
	}
#back_footer #footer p.footer_nav {
	font-size: 1.25em;
	margin: 0px;
	}
#back_footer #footer p.footer_nav a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	}
#back_footer #footer p.footer_nav a.on {
	text-decoration: underline;
	}
#back_footer #footer p.footer_nav a:hover {
	text-decoration: underline;
	}
#back_footer #footer p.footer_nav .middot {
	display: tablecell;
	vertical-align: 1px;
	line-height: 5px;
	margin : 0px 7px 0px;
	}
#back_footer #footer p.copy{
	font-size: 1.2em;
	margin: 20px 0px 0px;
	}

/* Popup Overlay */
#displaybox {
	z-index: 9;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	visibility: hidden;
	}