@import url('global.css');

body, html 
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

* 
{
	margin:0;
	padding:0;
}

/* STYLE OVERRIDES */

#wrapper
{
	margin-top: 10px;
}

#bottomNav
{
	position: absolute;
	margin-left: 90px;
	top: 500px;
}

div#navbar
{
	position: absolute;
	margin-left: 70px;
	margin-top: 10px;
}

#footer
{
	width:400px;
	float:left;
}

.dottedHR 
{
	height:1px;
	width:760px;
	background-image: url(../Images/footHRSingle.gif);
	background-repeat:repeat-x;
	margin-top: 15px;
}

.header
{
	margin-bottom: 28px;
}

#header
{
	width: 500px;
}

#logoButton 
{
	width:200px;
	height:35px;
}

div.home_button
{
	float: left;
	margin-right: 10px;
	margin-top: -3px;
}

#content 
{
	background-position: 43px 3px;
}

.SubmitBtn
{
	background-color:#717177;
	color:White;
	font-family:Arial, Helvetica, sans-serif;
	border: outset 2px silver;
}

.SiteMapCell
{
	width:125px;
}

.SearchBox
{
	overflow: hidden;
	height: 270px;
	width: 300px;
}
/* MENU SYSTEM */

ul.tabbar li.clickable
{
	cursor: hand;
	cursor: pointer;
}

ul.tabbar
{
	margin-left: 25px;
	margin-top: 10px;
	font-size: 10pt;
	letter-spacing: 1.1px;
	font-weight:bold;
	width: 800px;
}

ul.tabbar a
{
	background-color: Transparent;
	color: White;
	width: 120px;
	display: block;
	text-decoration:none;
}

ul.tabbar span
{
	cursor: hand;
	cursor: pointer;
	display: block;
	text-align: center;
	overflow: hidden;
	height: 15px;
	font-size: 8pt;
	padding-bottom: 5px;
	padding-top: 1px;
}

ul.tabbar li
{
	width: 124px;
	margin-left: 2px;
	margin-right: 2px;
	color: White;	
	display: inline;
	float: left;
	background-repeat: repeat-x;
}

ul.tabbar li span
{
	background-color: #888888;
}

ul.tabbar li ul.vertical
{
	overflow: hidden;
	display: none;
	margin: 0px;
	padding: 0px;
}

ul.tabbar li ul.vertical li
{
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	border-width: 0px;
	border-top: 2px solid #FFFBF7;
}

ul.tabbar li ul.vertical li span
{
	background-color: #aaaaaa;
}

ul.tabbar li ul
{
	height: auto;
}

ul.tabbar li ul.vertical li ul.vertical li span
{
	background-color: #cccccc;
}

ul.tabbar li span.selectedMenuItem
{
	height:20px;
	margin-top:-5px;
	padding-top:6px;
	padding-bottom:0px;
	background-image: url(../Images/menu_overlay.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

/* ADMIN */

#divPreview
{
	color: #666666;
}

#divPreview p
{
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* FAQ */

.faqContainer {
	background-color:#e5e5e5;
	width:320px;
}

.faqQuestion 
{
	color:#3399cc; 
	font-weight:bold; 
	font-size:14px; 
	margin:5px;
}

.faqAnswer
{
	color:#333333; 
	font-size:13px; 
	margin:5px;
}

/* PRODUCTS */

.pageTitle
{
    color:#3399cc; 
    font-weight:bold; 
    font-size:14px; 
    padding-bottom:4px;
    display: block;
}

.pageBody
{
    display: block;
    height: 100px;
    overflow: hidden;
	font-size:12px;
	line-height:1.6em;
}

.equipmentList
{
    height: 175px;
    overflow: hidden;
}

.productCollection, .productList
{
    list-style:none;
    float:left;
    width:120px;
    height:160px;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.productCollection a, .productList a
{
    color:#666;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
}

.productCollection a:hover, .productList a:hover
{
    color:#3399cc; 
}

.picked
{
    color:#3399cc; 
    font-weight: bold;
}

a.picked
{
    color:#3399cc; 
}

.productList
{
    height: 160px;
    width: 150px;
    overflow: hidden;
    color:#666;
    font-family:Arial, Helvetica, sans-serif;
}

.productList ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f5f7f8;
}

.productList li
{
    padding-left:5px;
    font-size:12px;
}

.selectedProduct
{
    background-color: #FFF;
    border: solid 2px gray;
    font-size: 0.9em;
    height: 280px;
    line-height: 1em;
    margin-left: 40px;
    margin-top: 26px;
    padding: 14px;
    width: 342px;
}

.productSpecification
{
	float: right;
	text-align: center;
}
.productSpecification img
{
	display: block;
	margin-bottom: 4px;
}

.productName
{
   color:#3399cc; 
   display: block;
   font-weight: bold;
   margin-bottom: 5px;
   font-size:12px;
}

.productDescription
{
   display: block;
   line-height: 1.2em;
   margin-bottom: 10px;
   font-size:12px;
}
    
.productImage
{
   display: block;
}

/* NEWS */

.faqArea 
{ 
	color: #333333; 
	width: 290px; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    margin: 0px; 
    height: 270px; 
    overflow: hidden;
}

.faqBG
{
   background-repeat:no-repeat; 
    background-position:left top;
    background-image:url("Images/Dynamic/faqPanelBG.jpg");
}

/* Staff Profile */

.staffThumbnails
{
	overflow: hidden;
	white-space: nowrap;
	width: 375px;
}

.staffContent1
{
    font-size: 1.2em;
    line-height: 1.2em;
}

.staffContent2
{
	width:375px;
    font-size: 1em;
    line-height: 1.2em;
    padding-top: 10px;
}
.staffContent2 .staffName,
.staffContent2 .staffRole
{
    display: block;
}
.staffContent2 pre
{
	color: inherit;
	font-size: inherit;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.staffName
{
	color: #007DA3;
	font-size:12px;
	font-weight: bold;
}
.staffRole
{
    font-weight: bold;
    font-size:12px;
}
.staffDescription
{
    display: block;
    height: 176px;
    padding-top: 10px;
    overflow: hidden;
    width: 100%;
}
.staffPhoto
{
    display: block;
    padding-top: 10px;
}

.Scroller
{
	cursor: pointer;
}