/* CSS 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 caption{ 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}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:italic}
a{text-decoration:none; cursor:pointer}

body{
	color: #fff;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 13px;
	background-color:#fff; /* Not the main background color, but prevents the footer cutting off too soon in the even the users screen is taller than the page */
}

a{
	color: #888;
	text-decoration: underline;
}
a:visited{
	color: #888;
}	
a:hover{
	color: #000;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
margin: 0 10px 10px 0px; }

h1 {
margin-bottom: .15em;
font: 165% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
font-weight: bold;
letter-spacing: 0px;
}

h1 span{position:absolute;color:#f7b928;top:30px;margin-left:410px;}

h2 {
margin-bottom: .5em;
font: 150% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
font-weight: bold;
letter-spacing: 0px;
color: #f7b928;
}

h3 {
margin-bottom: .10em;
font: 130% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
font-weight: normal;
letter-spacing: 0px;
}
h3.newsletter {color: #f7b928;}
h3.media {clear:both;}
h4 {
margin-bottom: .5em;
font: 120% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
font-weight: bold;
letter-spacing: 0px;
font-style:italic;
color: #f7b928;
}


h5 {
margin-bottom: .5em;
font: 120% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
font-weight: normal;
letter-spacing: 0px;
}

h5.newsletter {
font-weight: bold;
}

h6 {
margin-bottom: .5em;
font: 100% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
font-weight: normal;
letter-spacing: 0px;
}

.emphasis {font-weight:bold;}

.caption {font:85% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; 
font-weight: normal;
letter-spacing: 0px;
text-align:center;
}
a.social:hover {background-color:#f7b928;}

ol#content-list-blk {list-style:decimal;color:#f7b928;margin:0 0 10px 20px;}
#case-study-center ul span, #contact-center span {color:#000;}
ul#content-list span {color:#fff;}
ul#content-list-blk span, ol#content-list-blk span {color:#000;}
ul#content-list, #case-study-center ul, ul#content-list-blk {list-style:disc;color:#f7b928;margin:0 0 10px 15px;}
ul#contact{list-style:none;color:#000;}
#header{height: 50px;width:100%;margin-top:10px;}
ol#sub2 li {list-style-type:upper-alpha; margin:0 0 0 35px;padding:0;}

ol#sub3 li {list-style-type:decimal; margin:0 0 0 50px;padding:0;}

#header-page {width:940px;margin:0 auto;}
.header-bg {background: url("../images/headerbg.gif") 0 bottom repeat-x;}
#topmenu-page{margin: 0 auto;_margin:0 auto;width: 940px;position:relative;z-index:300;}

#topmenu ul {
list-style:none;
overflow: hidden;
margin:0 0 0 270px;
_margin:0 0 0 270px;
}

#topmenu ul li {
display: block;
float:left;
}

#topmenu ul li a{
color:#818286;
text-decoration:none;
font-weight:bold;
line-height: 20px;
padding: 0 20px;
_padding: 0 20px;
text-transform:uppercase;
}

.press_img {margin:0 15px 10px;}
#press-imgL{float:left;margin:0 15px 0 0;padding:0;width:150px;}
#press-imgR {float:right;margin:0 0 0 15px;padding:0;width:150px;}

/*  Submenu Navigation  **************************************************************/


/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.clearnav {
	clear: both;
	
}
/*
nav is the root UL and nav ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#menu-nav, #menu-nav ul {
	padding: 0;
	margin: 0 0 0 4px;
	_padding: 0;
	_margin: 20px 0px 0 4px;
	z-index:300;
	
	
}

/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#menu-nav li ul  {
	width: 17em;
	background-color: #fff;
	border:none;
}
#menu-nav ul li  {
	width: 17em;
	background-color: #fff;
	border:none;
	color: #606060;
	height:25px;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#menu-nav ul li a  {
	color: #606060;
	border: 0;
	padding: 3px 10px 3px 16px;
	_padding: 3px 10px 3px 16px;
	/*border-top: 1px dotted #ffb210;
	font-weight:normal;*/
	font-size:98%;
	text-transform:lowercase;
}


/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#menu-nav li ul {
	position:absolute;
	display: none;
	background-color: #fff;
}

/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#menu-nav li:hover ul, #menu-nav li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #menu-nav ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#menu-nav li:hover ul a, #menu-nav li.p7hvr ul a {
	color: #606060;
	background-color: transparent;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#menu-nav ul a:hover {
	background-color: #fff!important;
	color: #ffb210!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#menu-nav li {width: auto;}

#innertubeleft ul li a.emphasis {font-weight:bold;}

#featured {background:url("../images/featured-bg2.gif") 0 bottom repeat-x;height:100%;width:100%;}
#featured-ruggedized{background:url("../images/ruggedized-feat-bg.jpg") 0 bottom repeat-x;height:100%;width:100%;}
#featured-medical {background:url("../images/medical-feat-bg.jpg") 0 bottom repeat-x;height:100%;width:100%;}
#featured-consumer {background:url("../images/consumer-feat-bg.jpg") 0 bottom repeat-x;height:100%;width:100%;}
#featured-launch {background:url("../images/launch-feat-bg.jpg") 0 bottom repeat-x;height:100%;width:100%;}
#featured-healthcare {background:url("../images/healthcare-feat-bg.jpg") 0 bottom repeat-x;height:100%;width:100%;}
#featured-experience {background:url("../images/experience-feat-bg.jpg") 0 bottom repeat-x;height:330px;width:100%;}

#featured-page {width:940px;margin:0 auto;_margin:0 auto;display: table;}
#featured-right {position:relative;width:50%;float:right;right:50px;z-index:10;}
#featured-right-flash {position:relative;width:50%;float:right;right:50px;z-index:10;height:265px;}
#featured-right-home {position:relative;width:50%;float:right;right:20px;height:285px;_height:215px;z-index:10;}
#flashshow {position:relative;z-index:100;top:0px;}

#case-study-default{background:url("../images/default-bg.png") 0 bottom repeat-x;height:100%;width:100%;}
#case-study-left {position:relative;width:235px;float:left;margin:10px 0 20px 0;_margin:10px 0 20px 0;padding:0;clear:none;}
#case-study-right {position:relative;width:30%;float:right;right:50px;z-index:10;}

#case-study-center {color:#000;position:relative;width:600px;float:right;z-index:100;margin:10px 0 20px;_margin:10px 0 20px;padding:0;clear:none;}
#case-study-center  img{margin:0 0 0 10px;_margin:0 0 0 10px;float:right;}
#case-study-center  h4{color:#000;}
#case-study-center img.process{float:left;margin:10px 0;_margin:10px 0;padding:0;}

#clients-center {color:#000;position:relative;width:65%;float:right;z-index:10;margin:10px 0 20px;_margin:10px 0 20px;}
#clients-center  img{_margin:0 0 0 10px;margin:0 0 0 10px;}

#press-center {font:Arial;color:#000;position:relative;width:65%;float:right;z-index:10;margin:10px 0 20px;_margin:10px 0 20px;}
#press-center  p{font:90% ;}

#contact-default{background:url("../images/default-bg.png") 0 bottom repeat-x;height:100%;width:100%;}
#contact-left {position:relative;width:30%;float:left;margin:0 0 20px 0;_margin:0 0 20px 0;}
#contact-center {font-family:Arial;color:#000;position:relative;width:65%;float:right;z-index:10;margin:10px 0 20px;_margin:10px 0 20px;}
#contact-center img {margin:0 0 10px 10px;_margin:0 0 10px 10px;float:right;}
#contact-center img.left {margin:0;float:left;}

.topiclick {position:relative;top:10px;z-index:10;}
.woolite {position:relative;top:0px;z-index:10;right:-80px;}
.whoweare {position:relative;top:20px;z-index:10;right:-20px;}
#form {background:#ddd;padding:15px;margin:0 0 15px;_padding:15px;_margin:0 0 15px;}
#innertubeleft form {font-size:12px;color:#000;}
#innertubeleft h5 {color:#f7b928;font-weight:bold;}
#innertubeleft{width:230px;left:65px;position:relative;margin:0 0 20px;padding:0;}

#newsletterL {float:left;margin:0 15px 0 0;padding:0;width:200px;}
#newsletterR {float:right;margin:0 0 0 15px;padding:0;width:200px;}

#featured-left {position:relative;width:30%;float:left;}
img.tagline {width:291px;height:130px;position:relative;top:0px;left:65px;}
h4.tagline {font-style:normal;font-weight:normal;font-size:165%;color:#fff;width:370px;height:130px;position:relative;top:10px;left:45px;clear:both;font:Verdana;}
img.medical {position:relative;bottom:1px;left:65px;}
img.experience {position:relative;/*bottom:34px;*/top:-94px;left:65px;}
img.consumer {position:relative;bottom:0px;left:65px;}
img.healthcare {position:relative;bottom:1px;left:65px;}
img.launch {position:relative;bottom:1px;left:-215px;}
img.ruggedized {position:relative;bottom:1px;left:65px;}

ul.menu  a{text-decoration:none;line-height: 30px;}
ul.case-study-menu  a{text-decoration:none;font-weight:bold;line-height: 10px;}
ul.case-study-menu  ul a{font-weight:normal;margin:0 0 0 20px;_margin:0 0 0 20px;}
ul.division-menu a{text-decoration:none;line-height: 20px;}
ul.division-menu  ul a{font-weight:normal;margin:0 0 0 20px;_margin:0 0 0 20px;}
ul.experience-menu a{line-height: 20px;}
ul.case-study-menu {padding:0;}

a.special {_color:#a9a9a9;color:#ED1C24;}
a.medical {_color:#a9a9a9;color:#0054a5;}
a.consumer {_color:#a9a9a9;color:#bd1a8d;}
a.ruggedized {_color:#a9a9a9;color:#41432b;}
a.product-launch {_color:#a9a9a9;color:#f36523;}
a.healthcare {_color:#a9a9a9;color:#679ed6;}

#content-home {font-family:Arial;background:#e49422 url("../images/homepage-content-bg.jpg") 0 top repeat-x;border-bottom:1px #b96e03 solid;clear:both;}
#content-home p, #content-experience p{font-size:110%;color:#000;}
#content-experience {font-family:Arial;background:#e49422 url("../images/homepage-content-bg.jpg") 0 top repeat-x;border-bottom:1px #b96e03 solid;clear:both;}
#content-experience a{color:#fff;}
#content-experience a:visited{color:#fff;}
#content-experience a:hover{color:#666;}
#content-experience h2{color:#000;}
#content-medical {font-family:Arial;background:/*#0054a5*/ #023768 url("../images/medical-content-bg.jpg") 0 top repeat-x;border-bottom:1px #001b35 solid;clear:both;}
#content-consumer {font-family:Arial;background:/*#bd1a8d*/#871666 url("../images/consumer-content-bg.jpg") 0 top repeat-x;clear:both;border-bottom:1px #430230 solid;}
#content-ruggedized {font-family:Arial;background:/*#41432b*/#2e301c url("../images/ruggedized-content-bg.jpg") 0 top repeat-x;border-bottom:1px #171809 solid;clear:both;}
#content-product-launch {font-family:Arial;background:/*#f36523*/#c24409 url("../images/launch-content-bg.jpg") 0 top repeat-x;border-bottom:1px #802901 solid;clear:both;}
#content-healthcare {font-family:Arial;background:/*#679ed6*/ #356699 url("../images/healthcare-content-bg.jpg") 0 top repeat-x;border-bottom:1px #103459 solid;clear:both;}
#content-default {font-family:Arial;background:url("../images/default-bg.png") 0 bottom repeat-x;clear:both;color:#000;}

#content-page{width:940px;margin:0 auto;_margin:0 auto;padding:0;}
#content-left{width:65%;position:relative;left:65px;}
#content-left-exp{width:65%;position:relative;left:65px;top:-94px;}
#content-left-exp ul .contact {margin:0;list-style:none;}
#content-left ul .contact {margin:0;list-style:none;}
#content-center {width:65%;margin:0 auto;}
#left{float:left;width:48%;padding:0;margin:0;_padding:0;_margin:0;}
#right{float:right;width:48%;padding:0;margin:0;_padding:0;_margin:0;}
.clear{clear:both;padding:0 0 10px 0;}
.clear a{color: #f7b928;text-decoration: underline;}
#threebut {text-align:center;padding-bottom:40px;_padding-bottom:40px;}

#threebut img {margin: 10px 40px;_margin: 10px 40px;}

/* --- Client Logo Replacements ***************************************************************/
ul#clients{list-style-type:none;}

ul#clients li {display:inline;height:60px;float:left;}

ul#clients a{
float:left;
display:block;
height:60px;
margin:0 10px;
_margin:0 10px;
}

ul#clients a span{display:none;}

ul#clients a.conair-aquassager {background:url("../product-development-experience/client-logos/Conair.png") no-repeat 0 0;width:105px;}
ul#clients a.conair-aquassager:hover {background:url("../product-development-experience/client-logos/Conair.png") no-repeat 0 0;}

ul#clients a.charbroil-grills {background:url("../product-development-experience/client-logos/Charbroil.png") no-repeat 0 0;width:105px;}
ul#clients a.charbroil-grills:hover {background:url("../product-development-experience/client-logos/Charbroil.png") no-repeat 0 0;}

ul#clients a.clarity-c4230-phone {background:url("../product-development-experience/client-logos/Plantronics-Clarity.png") no-repeat 0 0;width:106px;}
ul#clients a.clarity-c4230-phone:hover {background:url("../product-development-experience/client-logos/Plantronics-Clarity.png") no-repeat 0 0;}

ul#clients a.coca-cola-merchandiser {background:url("../product-development-experience/client-logos/Coca-Cola-Company.png") no-repeat 0 0;width:98px;}
ul#clients a.coca-cola-merchandiser:hover {background:url("../product-development-experience/client-logos/Coca-Cola-Company.png") no-repeat 0 0;}

ul#clients a.woolite-clothespin {background:url("../product-development-experience/client-logos/Woolite.png") no-repeat 0 0;width:106px;}
ul#clients a.woolite-clothespin:hover {background:url("../product-development-experience/client-logos/Woolite.png") no-repeat 0 0;}

ul#clients a.panoz-esperante-gt {background:url("../product-development-experience/client-logos/Panoz.png") no-repeat 0 0;width:106px;}
ul#clients a.panoz-esperante-gt:hover {background:url("../product-development-experience/client-logos/Panoz.png") no-repeat 0 0;}

ul#clients a.tide-laundry-accessories {background:url("../product-development-experience/client-logos/Tide.png") no-repeat 0 0;width:104px;}
ul#clients a.tide-laundry-accessories:hover {background:url("../product-development-experience/client-logos/Tide.png") no-repeat 0 0;}

ul#clients a.kesair-acs50-purifier {background:url("../product-development-experience/client-logos/KESAir.png") no-repeat 0 0;width:98px;}
ul#clients a.kesair-acs50-purifier:hover {background:url("../product-development-experience/client-logos/KESAir.png") no-repeat 0 0;}

ul#clients a.irrimax-wound-irrigation-system {background:url("../product-development-experience/client-logos/Irrimax-Corporation.png") no-repeat 0 0;width:122px;}
ul#clients a.irrimax-wound-irrigation-system:hover {background:url("../product-development-experience/client-logos/Irrimax-Corporation.png") no-repeat 0 0;}

ul#clients a.isonics-chemical-sniffer {background:url("../product-development-experience/client-logos/Isonics-Corporation.png") no-repeat 0 0;width:98px;}
ul#clients a.isonics-chemical-sniffer:hover {background:url("../product-development-experience/client-logos/Isonics-Corporation.png") no-repeat 0 0;}

ul#clients a.lockheed-f22-scape {background:url("../product-development-experience/client-logos/Lockheed-Martin.png") no-repeat 0 0;width:200px;}
ul#clients a.lockheed-f22-scape:hover {background:url("../product-development-experience/client-logos/Lockheed-Martin.png") no-repeat 0 0;}

#footer {_padding:0;_margin:0;padding:0;margin:0;color:#888;text-align:right;height:60px;clear:both;}
#footer-default {_padding:0;_margin:10px 0 0 0;margin:10px 0 0 0;text-align:right;height:30px;_height:30px;clear:both;background:#9e9fa3;color:#fff;border-bottom:1px #888 solid;}
#footer-medical {_padding:0;_margin:0;text-align:right;height:30px;background:#0054a5;border-bottom:1px #001b35 solid;clear:both;color:#fff;}
#footer-consumer {_padding:0;_margin:0;text-align:right;height:30px;background:#bd1a8d;border-bottom:1px #430230 solid;clear:both;color:#fff;}
#footer-ruggedized {_padding:0;_margin:0;text-align:right;height:30px;background:#41432b;border-bottom:1px #171809 solid;clear:both;color:#fff;}
#footer-product-launch {_padding:0;_margin:0;text-align:right;height:30px;background:#f36523;border-bottom:1px #802901 solid;clear:both;color:#fff;}
#footer-healthcare {_padding:0;_margin:0;text-align:right;height:30px;background:#679ed6;border-bottom:1px #103459 solid;clear:both;color:#fff;}
#footer-special {_padding:0;_margin:0;text-align:right;height:30px;background:#ED1C24;border-bottom:1px #430230 solid;clear:both;color:#fff;}
#footerin {font-size:11px;top:7px;padding:0;margin:0;right:75px;position:relative;}
#footerin  a{color:#f7b928;}
.wrapper{overflow:hidden;width:940px;margin: 0px auto;_margin: 0px auto;height:100%;}
