/*----------------------------------------------------------------------

MEADOWS OFFICE FURNITURE CO. - Master Screen Style

BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:			Jeremy Bronson
Date Created:	4/13/2009
Last Modified:	9/19/2010

Copyright 2009, All Rights Reserved.

----------------------------------------------------------------------
BEGIN Reset Styles
----------------------------------------------------------------------*/
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;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
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, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

p {
	margin-bottom: 10px;
}

#fontselector a, #info #fontselector a, #info.wide #fontselector a {
	text-decoration: none;
}

/*----------------------------------------------------------------------
END Reset Styles
----------------------------------------------------------------------*/

/* PRIMARY COMMENT (ex: HEADER, FOOTER, INSIDE PAGES, ETC)
----------------------------------------------------------------------*/

body{
	background:#FDFDFF url('/assets/images/site-bg.png') repeat-x top;
}
#wrapper-inner{
	width:970px;
	margin: 36px auto 0 auto;
	border:1px solid #CACAC8;
}
#wrapper-outer{
	width:970px;
	margin:auto;
	border:none;
}
#header{
	height:121px;
	padding-left:18px;
	background:#F6F6F5;
	position:relative;
        background: url(/assets/images/omn-header-bg2.jpg) no-repeat;
}

#header ul {
        list-type: none;
        text-align: right;
        float: right;
        padding-right: 20px;
        padding-top: 10px;
}

#header ul li {
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
}

#header ul li a {
        color: #ffffff;
        text-decoration: none;
}


#header h1{ /* Set margin-top as a negative margin half the height of its absolutely positioned child container.*/
	margin-top:-26px;
	background:url(http://www.omnifics.com/images/uploads/omnifics-logo2.png) no-repeat;
	position:absolute;
	top: 65px;
        left: 30px;
}
#header h1 a {
	height:51px;
	width:310px;
	display:block;
	text-indent:-9000px;
	}


/* NAVIGATION
----------------------------------------------------------------------*/
#nav{
	width:100%;
	float:left;
	background: #515151 url(/assets/images/menu-bg.png) repeat-x;
	height:35px;
	border-top: 1px solid #3f3f3f;
}
#nav ul{
	padding: 0;
	width:100%;
	background: #757779;
}
#nav li{
	text-align: center;
        height: 35px;
	line-height: 35px;
	padding: 0;
	width: 160px;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #d5dce2;
}
#nav li.last, #nav li.last a {
    border-right:none;
    width:165px;
}

#nav li a{
	text-align:center;
        vertical-align: middle;
	padding: 0;
	width:160px;
        height: 35px;
        line-height: 35px;
        font-size: .7em;
        display: block;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
}

#nav li a:hover, #nav li a.active{
    background: url(/assets/images/menu-bg-hover2.png) repeat-x;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    display: block;
}
/* CONTENT
----------------------------------------------------------------------*/

#content{
	position:relative;
	clear:left;
	overflow:auto;
	padding: 16px 25px 0 18px;
	width: 925px;
        background: #F6F6F5;
}
* html #content.resources {
	height: 100%;
}
#product-catalog {
	position:relative;
	clear:left;
	padding: 16px 16px 0 16px;
	width: 936px;
}

/* RESOURCES PAGE */
#content.resources{
	padding: 20px 0 0 44px;
}

#content.resources img{ /* Possibly cheating */
	float:left;
	border:1px solid #CACAC8;
	margin-top: 3px;
}

#content.resources a img{ /* Possibly cheating */
	float: inherit;
	border: none;
	margin: 0;
}
#content.resources #info{
	width: 450px;
	float:left;
	padding:0;
	margin-bottom: 39px;
}
#content.resources p{
	width:620px;
	margin-bottom:10px;
}

#resource{
	float: left;
	width:550px;
	padding: 0 40px 40px 0;
}
#resource h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4D4E53;
	margin-bottom:12px;
}
.group ul li{
	float:left;
	display:inline;
	width:50%;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#resource li a, #resource li a:active, #resource li a:visited{
	line-height:25px;
	color:#4d79bd;
}
#resource li a.doc{
	background:url(http://www.omnifics.com/assets/images/icon-doc.gif) no-repeat;
	padding:5px 0 2px 20px;
}
#resource li a.vid{
	background:url(http://www.omnifics.com/assets/images/icon-vid.gif) no-repeat;
	padding:4px 0 0 29px;
}
#resource .group{
	float:left;
	margin-bottom:35px;
	width:100%;
	padding:0;
}

#content #image {
	padding:8px;
	float:left;
	border:1px solid #CACAC8;
	position:relative;
	left: -25px;
}

#main {
	float: right;
	width: 780px;
	padding-left: 30px;
}
.full {
	width: 895px !important;
	padding-left: 30px;
}

/* INFO SUBSECTION */
#info{
	width: 355px; 
	position:relative;
	padding:10px 0 40px 0;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
}
#info h2{
	margin-bottom:22px;
	color:#e77c2a;
	font-family:Helvetica, Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	clear: right;
}

#info h4 {
	margin: 0;
        padding: 0;
	color:#747679;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
}

#info p, #info table{
	color:#747679;
	line-height:1.5em;
	font-size: .8em;
}

#info a {
	color:#747679;
        text-decoration: underline;
}

#info2{
	width: 468px; 
	position:relative;
	padding:10px 0 40px 0;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
}

#info2 h2{
	margin-bottom:22px;
	color:#e77c2a;
	font-family:Helvetica, Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	clear: right;
}

#info2 p{
	color:#747679;
	line-height:1.5em;
	font-size: .8em;
}

#info ul, #info2 ul {
	list-style: outside;
	color:#747679;
	line-height:1.5em;
	font-size: .8em;
	padding-left: 20px;
	}

#info ul li, #info2 ul li {
	margin-bottom: .6em;
	}

body.home #info2 p {
	font-size:15px;
	line-height:1.8em;
}

#info.wide {
	width: 765px !important; 
}

#info div.team {
	margin-bottom: 20px;
        display: block;
}

#info div.team div.photo {
	float: left;
	margin: 0 10px 10px 0;
	display: inline-block;
}

div.photo img {
	border: 1px solid #ccc;
}

#info div.team div.bio {
	width:600px;
	display: inline-block;
}

/* ADDITIONAL INFORMATION */
#addl{ 
	margin-top:2em;
}
#addl h3{
	color:#747679;
	font-size:12px;
}
#addl ul{
	float:left;
}
#addl ul li{
	margin-top:5px;
}
#addl ul li a, #addl ul li a:visited, #addl ul li a:active{
	color:#4d79bd;
	font-size:12px;
	text-decoration:underline;
}
#addl ul li a:hover, #resource ul li a:hover{
	color:#1A568A;
}
/* PAGINATION */
#pages{
	position: absolute;
	bottom: 10px;
	right: 30px;
}
#pages a{
	float:right;
	width:11px;
	height:13px;
	text-indent:-9000px;
	background:url(http://www.omnifics.com/assets/images/buttons.gif);
}
#pages a.next{
	background-position:11px -13px;
	margin-left:15px;
}
#pages a.prev{
	background-position:0 -13px;
}
#pages a.next:hover{
	background-position:11px 0;
}
#pages a.prev:hover{
	background-position:0 0;
}

/* PRESS RELEASES AND COVERAGE POSTS
----------------------------------------------------------------------*/
#pressReleases {
	margin: 0 0 20px 10px;
	}

#pressReleases a.pdf {
	background: url(http://www.omnifics.com//images/icons/pdf.png) no-repeat;
	padding: 0px 0 2px 20px;
	font-size: .8em;
	}

.link {
	padding: 5px 0 0 5px;		
	}
	
.title {
	font-weight: bold;
	font-size: .9em;
	}
	
.additionalText {
	font-style:italic;
	font-size: .8em;
	padding: 5px 0 0 5px;		
	}

/* SUBNAVIGATION */
#subnav{ 
	float:left;
	text-align:right;
	width: 100px;
	padding:8px 0 16px 0;
	margin-left: -10px;
}
#subnav a{
	text-decoration:none;
}

#subnav ul{
	float:right;
	width:100px;
	margin-left: 0;
}
#subnav ul li, #subnav ul ul li{
	font-family:Arial, Helvetica, sans-serif;
}
#subnav ul li{
	line-height:1.3em;
	text-transform: none;
	font-size:10.5px;
	margin-top:21px;
	font-weight: bold;
}
#subnav ul li a, #subnav ul li a:visited{
	color:#747679;
}
#subnav ul li a:hover{
	color:#e77c2a;
}
#subnav ul li a.active{
	color:#e77c2a;
	font-weight:bold;
}
#subnav ul ul{
	margin:7px 0 12px 0;
	float:right;
	border-right:1px solid #CACAC8;
	padding:9px 0 6px 0;
	text-align:right;
}
#subnav ul ul li{
	text-transform:none;
	margin:0 0 4px 0;
	padding-right:15px;
	background:url(http://www.omnifics.com/assets/images/subnav.gif) no-repeat 100% 0;
}
#subnav ul ul li a.active{
	color:#e77c2a;
}


/* CONTACT BAR
----------------------------------------------------------------------*/

#contact{
	margin: 0;
	clear: both;
	width:100%;
	background:#747679;
    color:#fff;
    font-size:11px;
    font-family:Helvetica, Arial, sans-serif;
    text-align:center;
	height: 53px;
}
#contact ul{
	padding:10px 0;
}
#contact li{
	padding:0 20px;
	display:inline;
}
#contact li a, #contact li a:active, #contact li a:visited{
	color: #fff;
	text-decoration:none;
}
#contact li a:hover{
     text-decoration:underline;
}

/* FOOTER
----------------------------------------------------------------------*/
#footer{
	padding:15px 0 20px 0;
	color:#9A9B9D;
	font-size:10px;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
}
#footer ul{
	margin-top:7px;
}
#footer li{
	padding:0 10px;
	display:inline;
}
#footer li a, #footer li a:active, #footer li a:visited{
	color:#9A9B9D;
}
#footer li a:hover{
	color:#747679;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/assets/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #f2f1ec;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #555;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:10px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:5px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:5px 0 5px 10px;
  margin-bottom:1px;
}

#TB_title{
	background-color:#efefef;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:32px;
	width:32px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#collage {
	width: 407px;
	height: 425px;
	float: left;
	padding: 0;
	margin: 0;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div#one { width: 202px; height: 202px; margin: 0 2px 2px 0; }
div#two { width: 203px; height: 130px; margin: 0 0 2px 0; }
div#three { width: 99px; height: 70px; margin: 0 2px 2px 0; }
div#four { width: 102px; height: 293px; margin: 0 0 2px 0; clear: right; }
div#five { width: 114px; height: 221px; margin: 0 2px 0 0; }
div#six { width: 187px; height: 221px; margin: 0 2px 0 0; }
