﻿/* ######### Style for Layout ######### */
html { 
background: url(images/top_bg.gif) repeat-x; 
}

body {
margin: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

#container {
    width: 760px;
    margin:0 auto;
}

#logo
{
	float:	left;
	position: absolute;
	z-index: 0;
	padding-left: 10px;
}

#search {
	float: right;
	position: relative;
	top: 80px;
}

#menu{
	position: absolute;
	float: left;
	top: 120px; 
	width: 760px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#colorbar {
	height: 4px;
	position: absolute;
	top: 146px; 
	width: 760px;
	background-color: #005aab;
}

#masthead {
	top: 152px;
	position: absolute;
	z-index: -100;
}

#container-content-home {	/* Container for sidebar and content */
	width: 750px;
	position: absolute;
	top: 355px;
}

#container-content {	/* Container for sidebar and content */
	width: 750px;
	position: absolute;
	top: 153px;
}

#sidebar-home {
	border: 1px solid #7995a1;
	width: 200px;
	padding: 10px 10px 10px 10px;
	background-color:#eff6f9;
	float: left;
	margin-bottom: 10px;
}

#sidebar {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#sidemenu {
	border: 1px solid #7995a1;
	width: 200px;
	margin-bottom: 10px;
}

#sidemenu-action {
	width: 200px;
}

#content {
	width: 500px;
	float: right;
	padding: 10px 10px;
}

.product_container {
	width: 500px;
	clear: both;
}

.product_images {
	width: 90px;
	float: left;
}

.product_list {
	padding: 0px 0px 0px 0px;
	width: 390px;
	float: right;
}

#footer {
	clear: both;
	width: 760px;
	height: 4px;
	background-color: #005aab;
	margin-bottom: 3px;
}

#footer_textholder {
	position: absolute;
	width: 760px;
	height: 40px;
	background-color: #ffffff; 
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid #7995a1;
}

.bottom-bar		/* add another image to resemblelogo image on top of menu bar */
{
	float: right;
	position: absolute;
	top: 1px;
	z-index: 100;
}

.menubar:after{ 	/*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ul.menu{
	border-top: 1px solid #FFF;
	width: 100%;
	background-color: #7995a1;
	padding: 4px 0;
	margin: 0;
	text-align: right; 
}

li.menu{
	display: inline;
}

a.menu{
	color: #FFF;
	padding: 4px 20px;
	margin: 0;
	text-decoration: none;
}

a.menu:hover{
	color: #2a3a42;
	text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute; 
	top: 0;
	background-image: url(images/dropDownbg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height:22px;
	z-index:200;
	width: 175px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-top: 1px solid #FFF; 
	padding: 2px 0;
	text-decoration: none;
	color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-image: url(images/dropDownhover.gif);
}

.searchbox {
	width: 120px;
	border: 1px solid #7995a1;
	}


/* #################### Styles for Collapsible Left Menu ################################### */

/*
	List Expander 
*/

.listexpander{width:100%;}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	*/
	display:none;
	 
}
.listexpander li{
	line-height:200%;
	margin-top:1px;
	cursor:default;
	text-indent:20px;
	font-weight:bold;
	width:100%;
}

.expanded li{
	text-indent:10px;
}

.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

/* first level */

.listexpander li, .listexpander li.collapsed{background:#d2d8db url(/images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li.expanded{background:#d2d8db url(/images/expanded.gif) no-repeat 5px .4em;}

/* second level */

.listexpander li ul, .listexpander li li{background:#eff6f9;font-weight:normal;}
.listexpander li li.collapsed{background:#eff6f9 url(/images/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li.expanded{background:#eff6f9 url(/images/expanded.gif) no-repeat 5px .4em;}



/* buttons */

p.listexpander{
	height:1.5em;
	margin:1em 0;
}
p.listexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover{
	background:#f8f8f8;
}

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */    

/*********************************************************************************/

/* ######### Styles for Text ######### */

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005aab;
}

h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c79f18;
	clear: both;
}

.small {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.image-wrapper {
	width: 100px;
	height: 100px;
	background-image: url(images/picture_holder.gif);
}

.wrapper-spacing {
	margin: 10px 10px 10px 10px;
	line-height: 0;
}

img.gallery {
	margin: 0px 10px 10px 0px;
}

.right-align {
	clear: right;
	float: right;
	margin: 0px 10px 20px 10px;
	border: 1px solid #7995a1;
}

.image-border 
{
	border: 1px solid #7995a1;
}

.right-align-no-border {
	clear: right;
	float: right;
	margin: 0px 10px 20px 10px;
}

.conveyors {
	background-image: url(images/conveyors_lmenu.gif);
	background-repeat: no-repeat;
	height: 28px;
}

.conveyor-accessories {
	background-image: url(images/conveyorAccessories_lmenu.gif);
	background-repeat: no-repeat;
	height: 28px;
}

.platforms {
	background-image: url(images/platforms_lmenu.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 200px;
}

.pallet-handling {
	background-image: url(images/palletHandling_lmenu.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 200px;
}

.transfers {
	background-image: url(images/transfers_lmenu.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 200px;
}

.ergonomic-equipment {
	background-image: url(images/ergonomicEquipment_lmenu.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 200px;
}

.turntables {
	background-image: url(images/turntables_lmenu.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 200px;
}

.other {
	background-image: url(images/other_lmenu.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 200px;
}

.lmenu-text a{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.lmenu-text a:hover{
	color: #000000;
	text-decoration: none;
}



li.text {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);

}

li.indented {
	list-style-type: square;
	list-style-image: url(images/bullet_outline.gif);
}

a{
	color: #005aab;
	text-decoration: none;
}

a:hover{
	color: #c79f18  ;
	text-decoration: underline;
}

.date-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c79f18;
	font-weight: bold;
	font-variant: small-caps;
}

.news-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7995a1; 
}

.industry-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005aab;
	font-variant: small-caps;
	font-weight: bold;
}

.breadcrumb-text
{
	text-transform:capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7995a1; 
}

/* ######### Styles for Forms ######### */

.contactForm {
    margin: 0px;
	padding:20px;
	background-color:#eff6f9;
	border-top:solid 3px #d2d8db;
	border-bottom:solid 3px #d2d8db;
}

.label {
    width: 250px;
    float: left;
    clear: left;
	margin-right: 10px;
}

.textbox {
    margin-top: -20px;
    width: 200px;
	float:right;
	margin-right:50px;
}

.textarea {
    width: 435px;
    height: 150px;
}

.textbox-left {
    margin-top: -10px;
    width: 200px;
	float:left;
	margin-right:50px;
}

.textarea-left {
    margin-top: -10px;
    margin-bottom: 20px;
    width: 435px;
    height: 150px;
	float:left;
}




/* ######### Style for glossary ######### */

.glossary{
	border-top: 1px solid #005aab;
	border-bottom: 1px solid #005aab;
	padding: 5px;
}

/* ######### Style for gallery ######### */

#tabcontainer{
   border-top:#d2d8db 3px solid; 
   border-bottom:#d2d8db 3px solid; 
   background-color:#eff6f9;
   width: 500px;
   height:100%;
   padding: 20px;
}



/* ######### Style for Employees ######### */

p.aname{
	font-size: 1.2em;
	background: #7995a1; 
	color: #fff;
	padding-left: 10px;
	font-weight: bold;
}

.employee_name 
{
	color: #005aab;
	font-weight: bold;
}
