/* Resets from Eric Meyers' Reset (meyerweb.com)
------------------------------------------------------ */
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,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption, table, tbody, thead, th, tr, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	/*font-size:100%;*/ /*vertical-align:baseline;*/
	font-size: 12px;
	background:transparent
}
body{
	line-height:1
}
ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none
}
:focus{
	outline:0
}
ins{
	text-decoration:none
}
del{
	text-decoration:line-through
}

/* BigMachines Defaults
------------------------------------------------------ */
body { font: 12px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif; color: #444; }
pre, code, tt {font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;}
h1, h2, h3, h4, h5, h6, b, strong {font-weight: bold;}
em, i, dfn {font-style: italic;}

/* clear/clearfix
------------------------------------------------------ */
.clear{ clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; font-size: 0; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }





/* Common Customizations
------------------------------------------------------ */
	/* Dropdown Menu
	------------------------------------------------------ */
		.dropdown, .dropdown ul, .dropdown ul li:first-child a, .dropdown li a {
			/*border-color: #ccc;*/ /* Dropdown border outline color */
			border-color: #ffffff;
		}
		.dropdown ul li a {
			/*border-top-color: #eaeaea;*/
		} /* Dropdown secondary link separator border color */		
		.dropdown .active { 
			/*border-top-color: #003663;*/ /* Active Family/ Product Line top bar color */ 
			/*border-top-color: #092869;*/
			/*background-color: #EDEDED;*/ /* Light color, equivalent to a 10% opacity of the border-top-color */
		}
		.dropdown a {
			color: #565656;
		}
		.dropdown a:hover {
			/*background-color: #fbe8ae;*/ /* Dropdown Hover Color */
		}
	/* Model List
	------------------------------------------------------ */
		.model h3 a {
			color: 000;
			font-size: 100%;
		}
		.additional-models a {
			/*font-style: italic;
			color: #003663;*/
			text-decoration: none;
			font: bold 10px Arial;
			color: #FFF;
			background-color: #9AA501;
			border-radius: 25px;
			padding: 0px 1px 0px 13px;
			margin-left: 85px;
		}
		.additional-models a:hover {
			color: #FFFFFF;
		}
		.associated-files {
			background-color: #e5ebef; /* Associated Files box background: 10% of primary color */
			border-color: #b2c2d0; /* Associated Files Box Border 30% of primary color */
		}
		.associated-files li a {
			border-color: #003663; /* Associated Files Bullet Color */
		}
		.associated-files li a:hover { 
			border-color: #40688a; /* Associated Files Bullet Hover Color */
		}

/* Basic
------------------------------------------------------ */
	body {
		font: 12px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
		background: #fff; 
		color: #444;
	}
	a {
		color: #092869; font-weight: bold;
		font-family: Arial,Helvetica,sans-serif !important;
		font-size: 12px /*!important;*/
	}
	a:hover {
		color: #F7941D;/* !important;*/
	}
	h1,h2,h3,h4,h5,h6 { font-weight: bold; }
	h3 {
		font-size: 120%;
		line-height: 130%;
		color: #092869;
	}
 
/* Wrapper
------------------------------------------------------ */
	#wrapper {	
		width: 100%;
		margin: 10px 0 0 0;
		text-align: center;
	}	
	#wrapper-inner {
		width: 980px; 
		border: #eaeaea solid 1px; 
		margin: 0 auto; 
		background:  #fff; 
		text-align: left; 
		min-height: 400px; 
		position: relative;
	}
	

/* Outer - wrapping HTML
------------------------------------------------------ */
	.page-content table td[width='10'] { display: none; }
	.page-content table table td {position: relative; }
	.page-content { 
		position: absolute; 
		left: 0;
		background-image: url(../../image/images/wrapper-gradient2.png); 
		background-repeat: repeat-x;
		background-position: 0 top;
		/*-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15) inset;
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15) inset;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15) inset;*/
		height: 670px;
	}
	.page-content .dummy-td { 
		/*border-style: solid; */
		border-width: 1px 0 0 0 !important; 
		position: relative;
		display: block;
		width: 960px !important!;  /*IE 7*/
 		margin: 0 auto !important;  /*IE 7*/
	}
	
	.login-view .page-content .dummy-td,
	.guest-access .page-content .dummy-td { width: 100% !important!;  /*IE 7*/ }

	
	
	.dummy-td table tr { position: relative; }
	tr[style='height: 5px;'] { display: none; }


/* Product Menu
------------------------------------------------------ */
	.dropdown, .dropdown ul {
		background: #fff;
		/*width: 175px;*/
		width: 205px;
		border-style: solid;	
		border-width: 1px;
	}
	.dropdown {
		float: left;
		margin: 10px 0 10px 10px;
		font-size: 13px;
	}
	.dropdown li { 
		position: relative; 
		background-color: #fff;
		font-weight: bold;
	}
	.dropdown li a {
		display: block;
		/*padding: 4px 8px;*/
		padding: 2px 15px;
		font-weight: bold;
		/*border-style: solid;
		border-width: 3px 0 0 0;
		border-color: #FFFFFF;*/
		background: url('/bmfsweb/ccegs/image/Emerson/arrowClosed.jpg') no-repeat scroll 0px 3px transparent;
	}
	.dropdown .active {
		/*border-top-style: solid;
		border-top-width: 3px;*/
		color: #F7941D;
	}
	.dropdown .active a {
		color: #F7941D;
		/*background: url('/bmfsweb/ccegs/image/Emerson/arrowOpened.jpg') no-repeat scroll 0px 3px transparent;*/
	}
	.dropdown .active a:hover {
		background-color: transparent;
	}
	.dropdown ul { 
		position: absolute;
		left: 175px; 
		top: 0; 
		visibility: hidden; 
		z-index: 1000; 
		opacity: .95;
		width: 200px;
		margin: 0px 0px 0px 15px;
	}
	span.sf-sub-indicator {
		text-indent: -10000px;
		background: url(../../image/images/arrow.png) no-repeat;
	}
	.sf-sub-indicator {
		position: absolute;
		display: block;
		right: 8px;
		top: 50%;
		width: 6px;
		height: 12px;
		margin-top: -6px;
		text-indent: -999em;
		overflow: hidden;
		background: url(../../image/images/arrow.png) no-repeat 0 0px;
	}

/* Models
------------------------------------------------------ */
	#content {
		margin: 10px;
		width: 741px;
		float: left;
		padding: 10px 0 10px 11px;
		display:none;
	}
	.product-line-description {
		margin-bottom: 20px;
	}
	.row {
		margin: 0 0 15px 0;
	}
	.row:last-child {
		border: none;
	}
	.model {
		font-size: 10px;
		line-height: 1.5em;
		float: left;
		width:  228px;
		margin: 0 15px 0px 0;
		padding: 0 1px 10px 1px;
	}
	.model a:hover { 
		/*text-decoration: underline;*/
	}
	.model-summary-wrapper { 
		padding: 0 1px; 
		margin: 5px 0 15px 0; 
	}
	.img-wrapper {
		display: block !important!; /* IE7 */
		padding-top: 10px !important!; /* IE7 */
		height: 190px !important!; /* IE7 */ 
		display: table-cell;
		height: 200px;
		line-height: 200px;
		width: 226px;
		text-align: center;
		border: solid 1px #eaeaea;
	}
	.img-wrapper:hover { 
		border-color: #aaa; 
	}
	.img-wrapper img {
		max-width: 200px;
		max-height: 200px;
		vertical-align: middle;
	}
	.model h3 { 
		margin:0 0 6px 0; 
	}
	.model h3 a { 
		text-decoration: none; 
	}
	.additional-models { 
		margin-bottom: 10px; 
	}
	.additional-models li { 
		padding-left: 10px; 
	}

	.associated-files {
		border-style: solid; 
		border-width: 1px;
		margin: 10px 0;
		padding: 5px 10px;
	}
	.associated-files li a {
		border-left-style: solid; 
		border-left-width: 5px;
		padding-left: 5px;
		font-weight: normal;
	}

/*Login Box
------------------------------------------------------ */  
	.extra-panes  {
		display: block;
		position: absolute;
		top: 0;
		width: 100% !important;
		padding: 0;
		margin: 0;
		visibility: hidden;
		z-index: 1002 !important!;
		float: none;
	}
	.extra-panes form {
		width: 960px;
		margin: 0 auto;
		display: block;
		visibility: hidden;
		z-index: 1001 !important!;
		position: relative;
	}
	
	.guest-access .main-pane {
		margin: 0;
	}
	
	.guest-access #login-form-wrap { 
		float: right; 
	    position: absolute;
	    visibility: visible;
	    z-index: 1000 !important!;
		right: 0;    
	    top: 34px;
	}
	.guest-access #login-form-wrap { display: none; }
	
	.login-fields { color: #003663; }
	
	.pipe { 
		padding: 0 6px; 
	}
	 
	#login-form { background: transparent; padding: 0; border: none; -moz-box-shadow: none; box-shadow: none; }
	#login-form label { font-size: 12px; font-weight: bold; }
	#login-form .form-input { margin: 0 0 7px 0; line-height: 15px; }
	#login-form .login-links { margin: 36px 0 0 0 !important; padding: 0; clear: both; line-height: 13px; }
	#login-form-wrap .login-toggle {
	    position: absolute;
	    top: 7px;
	    right: 8px;
	    height: 20px;
	    width: 20px;
	    background: transparent url(../../image/images/close-button.png) no-repeat 0 0;
	    cursor: pointer;
	}
	#login-form-wrap .login-toggle:hover { background-position: 0 -20px; }
	#login-form-wrap .login-toggle .hide { display: none; }
	#login-form .login-button { float: left; margin:5px 15px 0 0; height: 21px; padding: 0; }
	/*
	#login-form-wrap td.button-left { width: 5px; background: url(../../image/images/login-button.png) 0 0; }
	#login-form-wrap .login-button:hover td.button-left  { background-position: 0 -31px; }
	#login-form-wrap .login-button:active td.button-left { background-position: 0 -62px; }
	 
	#login-form-wrap td.button-middle {	padding: 0 4px;	background: url(../../image/images/login-button.png) center 0; border: none;}
	#login-form-wrap .login-button:hover td.button-middle  { background-position: center -31px; }
	#login-form-wrap .login-button:active td.button-middle { background-position: center -62px; }
	 
	#login-form-wrap td.button-right { width: 5px; background: url(../../image/images/login-button.png) right 0; }
	#login-form-wrap .login-button:hover td.button-right  { background-position: right -31px; }
	#login-form-wrap .login-button:active td.button-right { background-position: right -62px; }
	 
	#login-form .login-button td img { display: none;}
	#login-form .login-button div { height: 21px; margin: 0 !important; }
	#login-form .login-button td { height: 21px; background-color: #003663; }
	*/
	#login-form .login-button .button-text {
		top: -3px; text-transform: uppercase;
	}
	 
	/* Login Form -> no guest access
	------------------------------------------------------ */
	.dummy-td { min-height: 650px; width: auto; }
	 
	#login-form-wrap {
		display: block;
		float: none; 
		margin: 120px auto 0 auto; 
		padding: 10px 53px 20px 40px; 
		border: #666 solid 1px;
	    width: 170px;
	    visibility: visible;
	    
	    background: url(../../image/images/white-40.png);
		background: rgba(255,255,255,.4);
	    
	    box-shadow: 5px 5px 20px #999;
	   -o-box-shadow: 5px 5px 20px #999;
	   -webkit-box-shadow: 5px 5px 20px #999;
	   -moz-box-shadow: 5px 5px 20px #999;
	}
	 
	#login-form label {
		margin: 0; padding: 0; 
		display: block;
		line-height: 16px;
		margin-top: 13px;
	}
	 
	#login-form #psword { margin-bottom: 10px; }
	 
	#login-form select.form-input { margin-bottom: 5px; }
	#login-form br { display: none; }
	#login-form .form-input { margin: 0px; clear: both; }
	.login-link { border-top: solid 1px #bfbfbf; padding-top: 10px; }
	
	#login-logo-wrapper {
		top: 0;
		width: 100%;
		min-width: 960px;
		display: block;
		visibility: hidden;
	} 
	
	/*#login-logo {
		visibility: visible;
		position: absolute;*/
		/*background: url(../../../../img/bigmachines_release_logo.png) no-repeat  center top;
		height: 64px;
		width: 273px;
		top: 73px
		margin-left: -140px;*/ /* minus half of the width if you want to center*/
		/*background: url('/bmfsweb/ccegs/image/Oracle/OracleBigMachines-logo.jpg') no-repeat center top;*/
		/*height: 42px;
		width: 409px;
		top: 71px;
		margin-left: -207px;*/ /* minus half of the width if you want to center*/
		/*left: 50%;
		z-index: 1000;
	}*/
	
	/*.commerce-bordercolor { display: none; }*/
	/*
	.button-left { display: none; }
	.button-right { display: none; }
	.button-middle { visibility: hidden; }
	.button-middle div{ 
			visibility: visible;
			margin: 0 !important;
			height: 22px;
			line-height: 20px;
			padding: 0 6px; 
			background: url(../../image/images/button-overlay.png) repeat-x left center;
			border: #aaa solid 1px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			background-color: #ededed;
	}	
	.button-middle div:hover { background-color: #d3b355i; }
	.button-middle div:active {	background-color: #f6c73e; }
	.button-middle .button-text,
	.button-middle .button-text:hover { color: #000; font-size: 11px;}
	*/

/* Search Box
------------------------------------------------------ */
    .guest-access #login-form-wrap,
    #search-outer-wrapper, #serial-search-outer-wrapper { 
	background: url(../../image/images/white-90.png);
	background: rgba(255,255,255,.95);
	margin: 0 10px 0 0; 
	padding: 5px 23px 12px 10px; 
	border: solid #888;
	border-width: 0 1px 1px 1px;
    z-index: 100;     
    -moz-box-shadow: 5px 5px 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,.2);
    box-shadow: 5px 5px 20px rgba(0,0,0,.2);
	}
 
	#search-login-toggle-wrapper { 
		float: right; 
		background: url(../../image/images/white-80.png) transparent;
		background: rgba(255,255,255,.8);		
		padding: 2px 8px;
		border: solid #fff;
		border-width: 0 1px 1px 1px;
		margin-right: 12px;
		white-space: nowrap;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#search-login-toggle-wrapper a { font-size: 11px; height: 20px; line-height: 20px; }
	#search-login-toggle-wrapper a:hover { text-decoration: underline; }
	#search-outer-wrapper, #serial-search-outer-wrapper { display: none; position: absolute; right:  0; padding: 5px 7px 0px 0px; }
	#search-wrapper{ float: left; width: auto; padding-left: 10px; margin-top: 7px; position: relative; }
	#serial-search-wrapper { float: left; width: 215px; padding-left: 10px; margin-top: 7px; position: relative; }
	#search-wrapper h3, #serial-search-wrapper h3 { float: left;color: #003663; padding: 0 0 2px 0; margin: 0 0 2px 0; }
	#search-wrapper .parts-search-toggle, #serial-search-wrapper .serial-num-search-toggle {
	    float: right;
	    height: 20px;
	    width: 20px;
	    background: transparent url(../../image/images/close-button.png) no-repeat;
	    cursor: pointer;
	}
	
	#search-top-wrapper, #serial-search-top-wrapper { width: 100%; width: 280px !important!; /* IE 7 */ }
	#search-bottom-wrapper, #serial-search-bottom-wrapper { clear: both; }
	#search-wrapper .parts-search-toggle:hover, #serial-search-wrapper .serial-num-search-toggle:hover { background-position: 0 -20px }
	#search-wrapper .hide, #serial-search-wrapper .hide { display: none; }
	#search-wrapper div, #serial-search-wrapper div { float: left; }
	
	/* search input */
		div.search-input-wrapper { border: #003663 solid 1px; margin: 6px 0px; background: #fff; }
		#simple-search {
		    height: 20px;
		    line-height: 20px;
		    padding: 1px;
		    font-size: 12px;
		    border: none;
		    margin: 1px;
		    width: 140px;
		}
 
	/* search button */
		div.search-button-wrapper {
			margin: 6px 4px 6px 2px;
			border: solid 1px #003663;
			background-color: #003663;
			background-image: url(../../image/images//white-40.png);
			cursor: pointer;
		}
		div.search-button-wrapper:hover { background-image: url(../../image/images//white-60.png); }
		div.search-button-wrapper:active { background-image: url(../../image/images//white-40.png); }
		.search-button-wrapper input.button {
			background: url(../../image/images//search.png) no-repeat center 3px;
			border: none; 
			width: 22px; 
			height: 21px;
			cursor: pointer;
		}
		.search-button-wrapper input.button::-moz-focus-inner {
		  padding: 0;
		  border: none;
		}
 
		/* Advanced Search */
		.advanced-search {
			font-size: 11px;		
			text-align: right;
			height: 22px;
			line-height: 22px;
			margin: 7px 8px 7px 0;
			clear: both;
			display: block;
			color: #333;
		}
		.advanced-search:hover { text-decoration: underline; }
		
		.multiple-search {
			margin: 5px -7px 0 -10px ;
			padding: 5px 10px;
			display: block;
			border-top: solid 1px #ccc;
			font-size: 12px;
			/*font-weight: normal;*/
		}
		
		.multiple-search:hover {
			background: url(../../image/images/black-10.png);
			background: rgba(0,0,0,.05) ;
		}
	
	#price-book { height: 20px; padding: 2px 1px 2px 0; }
	#price-book select {
		background: #fff !important;
		border: solid 1px #003366;
		margin-top: 4px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		padding: 0 0 0 2px;
}

/* Footer
------------------------------------------------------ */	
	#footer {
		background: url(../../image/images/footer-overlay.png);  
		width: 960px;
		margin: 0 auto;
	}
	#footer img {
		margin: 0 auto;
		display: block;
	}
	
	.login-view #footer {
		margin-top: 300px;	
	}
	.logged-in #footer {
		margin-top: 0;
	}
	.powered-by { margin: 20px 0 0 0; display: block; }
 	
 
/* Return To Quote 
------------------------------------------------------ */
	.return-to-quote, .return-to-quote-pipe { display:none; }

	
	
/*Jill's additional styles for homepage */
 
/*make the image wrapper shorter and skinnier */
.img-wrapper {
    border: 1px solid #EAEAEA;
    display: table-cell;
    line-height: 120px !important;
    text-align: center;
    width: 170px !important;
	height:120px !important;
}

/*fix width between images or models */
.model {
    float: left;
    font-size: 10px;
    line-height: 1.5em;
    margin: 0 20px 0 0 !important;
    padding: 1px 0px !important;
    width: 200px !important;
}
#content {
    padding: 10px 0 10px 62px !important;
    width: 681px !important;
}
/*headers*/
h2 {
	font-size: 14pt; color:#565656;
}

.model-summary-wrapper {
    font-size: 8pt;
    margin: 5px 0 0;
    padding: 0 1px;
    width: 180px;
}

h3 a {color:steelblue; }


.submitButton {
    /*background-color: #979C23;*/
	background-image: url('/bmfsweb/ccegs/image/Emerson/button_Emerson_20px.gif');
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
	font-size: 8pt;
    height: 12px;
    width: 76px;
}
/*end of jill's additions for homepage */




