/** layout.css
    Contains references to main layout elements
*/

body {
background:#FFFFFF url(../images/layout/bg_main.jpg) repeat-x scroll left top;
margin:0;
padding:0;
text-align:center;
}

/* Main holder
*/
#holder
{
    width: 970px;
    display: block;
    margin: 0px auto;
}

img
{
	font-size:10pt;
	color:#999;
}

/* Page borders
*/
.borderBody
{
    width: 970px;
    display: block;
		position: relative;
    background-image: url("../images/layout/bdr_body.png");
    background-position: top left;
    background-repeat: repeat-y;
		text-align: left;
    padding: 0px 12px 30px 12px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 946px;
}
html > body .borderBody
{
    width: 946px;
}
.borderHome
{
    width: 970px;
    display: block;
		position: relative;
    background-image: url("../images/layout/bdr_home.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
		text-align: left;
    padding: 0px 12px 30px 12px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 946px;
}
html > body .borderHome
{
    width: 946px;
}

.borderBottom
{
    width: auto;
    height: 24px;
    display: block;
    background-image: url("../images/layout/bdr_btm.png");
    background-position: top left;
    background-repeat: no-repeat;
}


/* Header
*/
#header
{
    width: 100%;
		height: 36px;
		z-index: 100;
    display: block;
    text-align: left;
    background-image: url("../images/layout/nav_bdr_body.gif");
    background-position: left top;
    background-repeat: repeat-x;
		position: relative;
}
#header a
{
    float: left;
}
#header a img
{
    border: 0px;
}


/* User details control
*/
#userDetails
{
    height: 36px;
		overflow: hidden;
		float: left;		
    display: block;
    width: 265px;
    background-image: url("../images/layout/nav_bdr_right.gif");
    background-position: top right;
    background-repeat: no-repeat;
}
#userDetails .userDetailsName
{
    width: 130px;
    display: block;
    background-image: url("../images/layout/nav_divider.gif");
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    text-align: right;
    padding: 11px 20px 11px 0px;
    color: #ffffff;
    font-size: 0.75em;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 115px;
}
html > body #userDetails .userDetailsName
{
    width: 115px;
}
#userDetails ul
{
    display: block;
    float: left;
    width: 125px;
    margin: 0px;
    padding: 0px;
}
#userDetails ul li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 1px 0px 0px;
    list-style: none;
    float: left;
}
#userDetails li a
{
    display: block;
    height: 36px;
    font-size: 0.63em;
    text-decoration: none;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
#userDetails li a:hover, #userDetails li a.selected
{
    background-position: 0px -36px;
}
#userDetails li a span
{
    visibility: hidden;
}
#userDetails li a.navLogout
{
    background-image: url("../images/layout/nav_logout.gif");
    width: 49px;
}
#userDetails li a.navLogin
{
    background-image: url("../images/layout/nav_login.gif");
    width: 49px;
}
#userDetails li a.navSearch
{
    background-image: url("../images/layout/nav_search.gif");
    width: 50px;
}


/* Drop panels for navigation (search and login)
*/
.dropPanel
{
  position: absolute;
	top: 36px;
	right: 25px;
	background: #000 url("../images/layout/bg_dropdown.gif") top left repeat-x;
	color: #fff;
	text-align: left;
}
.searchPanel
{
	width: 207px;
	padding: 20px 30px;
	z-index: 100;		
}
.loginPanel
{
	width: 237px;
	padding: 8px 10px;
	z-index: 101;		
}
.loginPanel label
{
  display: none;
}
.dropPanel input.searchBox
{
  background-color: #292929;
	border-top: 1px solid #111111;
	border-left: 1px solid #1a1a1a;
	border-bottom: 1px solid #3d3d3d;
	border-right: 1px solid #323232;			
	color: #808080;
	font-size: 0.63em;
	padding: 1px 10px;
	margin-right: 1px;
	float: left;
}
.dropPanel input.goButton
{
  width: 52px;
	height: 15px;
	border: 0px;
	margin: 1px 0px 0px 1px;
	background-image: url("../images/layout/bg_button_go.gif");
	color: #fff;
	font-size: 0.69em;
	float: left;		
}
.shortPanelInput
{
  width: 60px;
}
.longPanelInput
{
  width: 163px;
}
.dropPanel form
{ 
  margin: 0px;
	padding: 0px;
}
.dropPanel form label
{
  display: none;
}
.showPanel 
{
  display: block;
}
.hidePanel 
{
  display: none;
}


/* Breadcrumb
*/
#breadcrumb
{
    display: block;
    width: auto;
    padding: 8px 0px 0px 0px;
    text-align: left;
}
#breadcrumb ul
{
    margin: 0px;
    padding: 10px 0px 10px 20px;
}
#breadcrumb ul li
{
    list-style: none;
    float: left;
    font-size: 0.88em;
    color: #000000;
    font-weight: bold;
}
#breadcrumb ul li a
{
    color: #999999;
    text-decoration: none;
    padding-right: 10px;
    background: #ffffff url("../images/layout/breadcrumb_div.gif") center right no-repeat;
}
#breadcrumb ul li a:hover
{
    text-decoration: underline;
}


/* Header image
*/
#headerImage
{
    display: block;
		position: relative;
    width: 906px;
    height: 91px;
    overflow: hidden;
    text-align: left;
		z-index: 50;
    margin: 10px auto 0px auto;
}
#headerImage h1
{
    position: absolute;
    margin: 0px;
    padding: 0px;
    z-index: 101;
    width: 269px;
    top: 15px;
		left: 20px;
    height: 33px;
    display: block;
    color: #fff;
    font-size: 1.06em;
    background-position: top left;
    background-repeat: repeat-x;
    overflow: hidden;
}
#headerImage p
{
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 35px;
		left: 20px;
    width: 40%;
    z-index: 100;
    color: #fff;
		font-size: 0.69em;		
}
#headerImage img
{
    position: absolute;
    z-index: 99;
    display: block;
    margin: 0px;
    padding: 0px;
}
#headerImage a
{
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 50px;
		right: 15px;
    z-index: 101;
    padding: 5px 15px 5px 23px;
    color: #fff;
    font-size: 0.75em;
    background-color: #000;
    text-decoration: none;
    font-weight: bold;
  	background-image: url("../images/layout/arrow_red_right.gif");
    background-position: 10px 50%;
    background-repeat: no-repeat;			
}
#headerImage a:hover
{
    background-color: #1a1a1a;
}


/* Footer
*/
#footer
{
    text-align: left;
    width: auto;
    display: block;
    padding: 35px 10px 40px 0px;
}
#footer ul
{
    margin: 0px;
    padding: 0px;
    float: right;
}
#footer ul li
{
    font-family: Arial;
    float: left;
    color: #999999;
    font-size: 0.69em;
    list-style: none;
    margin: 0px 15px 0px 0px;
    padding: 0px 15px 0px 0px;
    background-image: url("../images/layout/footer_divider.gif");
    background-position: center right;
    background-repeat: no-repeat;
}
#footer ul li.noDivider
{
    background-image: none;
}
#footer li a
{
    color: #999999;
    text-decoration: none;
}
#footer li a:hover
{
    color: #d61d24;
    text-decoration: underline;
}


/* Padding classes
*/
.padBody
{
    display: block;
    text-align: left;
    width: 946px;
    padding: 15px 20px 0px 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 906px;
}
html > body .padBody
{
    width: 906px;
}
.padBrowse
{
    display: block;
    text-align: left;
    width: 946px;
    padding: 15px 0px 10px 20px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 926px;
}
html > body .padBrowse
{
    width: 926px;
}


/* Layout columns
*/

.leftAccordian, .rightAccordian, .singlePage, .singleColumn, .wideColumn, .productDetailColumn, .internalBodyColumn, .internalSideColumn
{
	display: block;	
}
.greyBody
{
	width: auto;
	background-color: #f0f1f3;
	padding: 20px;
}
.widerGreyBody
{
	width: auto;
	background-color: #f0f1f3;
	padding: 15px;
}
.widerGreyBody ul.smallList li
{
  margin: 0px 1px 0px 0px;
}
.whiteBody
{
	background-color: #fff;
	width: auto;
	padding: 20px;	
}
.leftAccordian
{
  float: left;
  width: 237px;
  margin-right: 25px;	
}
.rightAccordian
{
  float: right;
	width: 316px;
}
.singlePage
{
  width: 907px;
}
.wideColumn
{
  float: right;
  width: 644px;
}
.productDetailColumn
{
  float: left;
  width: 302px;
  margin-right: 20px;
}
.middleColumn
{
  float: left;
  width: 273px;
  margin-right: 20px;
}
.middleColumnWide, .leftWideColumn
{
  width: 314px;
  float: left;	
}
.rightWideColumn
{
  width: 314px;
  float: right;	
}

.rightColumn
{
  width: 309px;
  float: right;	
}
.internalBodyColumn
{
 width: 500px;
 float: left;
 padding-bottom: 20px;
}
.internalSideColumn
{
 width: 145px;
 float: right;		
 padding-bottom: 20px; 
}
.inlineBorder
{
 display: block;
 width: auto;
 border-top: 1px solid #e1e4e4;
 border-bottom: 1px solid #e1e4e4;
 padding: 40px 0px 20px 0px;
 margin: 30px 0px;
}
.promoBodyColumn
{
  width: 565px;	
	display: block;
}
.promoImage
{
  float: left;
	width: 275px;
	margin-right: 20px
}
.promoImage img
{
  border: 1px solid #cecdc9;
}
.promoBody
{
  float: right;
	width: 270px;
	display: block;
  text-align: left;
	padding-bottom: 10px;
}


/* Previous and next button control
*/
.productPreviousNext
{
    display: block;
    height: 20px;
    width: auto;
    text-align: left;
    clear: both;
    padding-bottom: 5px;
}
.productPreviousNext a
{
    display: block;
    width: 90px;
    height: 20px;
    text-decoration: none;
    font-size: 0.69em;
    background-position: top left;
    background-repeat: no-repeat;
}
.productPreviousNext a span
{
    visibility: hidden;
}
.productPreviousNext a.previous
{
    float: left;
    background-image: url("../images/layout/btn_previousitem.gif");
}
.productPreviousNext a.next
{
    float: right;
    background-image: url("../images/layout/btn_nextitem.gif");
}


/* Pagination display
*/
.pageHolder
{
  width: 566px;
	display: block;
	margin: 20px 20px 0px 20px	
}
.pagePreviousNext
{
  width: auto;
	height: 25px;
	padding: 0px;
	margin: 0px;	
	position: relative;
	display: block;
}
.addTopSpacing
{
  padding-top: 20px;
}
.pageList
{
	display: block;
	width: 65%;
	left: 20%;
	position: absolute;	
}
a.pagePreviousButton
{
	position: absolute;		
	left: 0px;
}
a.pageNextButton
{
	position: absolute;
	right: 0px;	
}


/* Window
*/
.windowDisplay
{
  text-align: left;
	width: 585px;
	display: block;
	height: 100%;
}


/*
*/
.alignBottomRight
{
    position: absolute;
    bottom: 40px;
    right: 20px;
}


/* Utility classes
*/
div .hr
{
    clear: both;
    width: auto;
    height: 1px;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
    background-color: red;
}
div .hr hr, hr
{
    display: none;
}
.cleaner
{
    display: block;
    width: auto;
    overflow: hidden;
    height: 1px;
    clear: both;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}

a.helpButton 
{
	border:none;
	width:16px;
	height:16px;
	display:block;
	float:left;
	overflow:hidden;
	background-image: url("../images/Layout/help_icon.gif");
}
a.helpButton span 
{
	visibility:hidden;
}