
html 
{
     overflow: -moz-scrollbars-vertical;	 
}

#component-bin-body 
{   
	background-image: url(/images/faded_background.gif);
	background-repeat: repeat-x; 
    font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 	
    font-size:12px; 		
}

td 
{
    font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 	
    font-size:12px; 		
}

#container	
{
	position:absolute;
	top:0px;
	left:50%;
	width:737px;
	margin-left: -368px;	
	margin-top: 20px;
}

#header-full
{
	width:737px;
	margin:0px;
    padding:0px;
    border:0px;	
    height:126px;
	background-image: url(/images/full_top_header.png); 
	background-repeat:no-repeat;
}

#header-full-down
{
	width:737px;
	margin:0px;
    padding:0px;
    border:0px;	
    height:126px;
	background-image: url(/images/full_top_header_down.png); 
	background-repeat:no-repeat;
}


#footer
{
	width:737px;
	margin:0px;
    padding:0px;
    border:0px;	
    height:42px;
	background-image: url(/images/footer.png); 
	background-repeat:no-repeat;
}

#main-content-background
{
	width:737px;
	margin:0px;
    padding:1px;
    border:0px;	
	background-image: url(/images/body_background.png); 
	background-repeat: repeat-y; 
	background-position: top left;
}

#main-content
{
	width:680px;
	margin-left:20px;
	margin-top:10px;
    padding:0px;
    border:0px;	
	background-image: none; 

}

/* ******* */
/* buttons */
/* ******* */

#button-row
{
	height:23px;
}

#button-row a:link,
#button-row a:visited
{
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	background-repeat:no-repeat;
	background-image:url(/images/orange_button.png);
	display:block;
	width:108px;
	height:23px;
	text-align:center;
	padding-top:3px;
	padding-left:1px;
	margin:1px;
}

#button-row a:hover
{
	text-decoration:underline;
	color:#000000;
}

#button-container
{
	width:110px;
	height:23px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	background-image: url(/images/orange_button.png);	
	background-repeat:no-repeat;	
}

#button-text
{
	position:relative;
	top:3px;
}

#button-text a:link,
#button-text a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

#button-text a:hover
{
	text-decoration: underline;
	color: #000000;
}

/* ******* */
/* sidebar */
/* ******* */

#sidebar
{
	position:relative;
	margin-top:-10px;
    padding:0px;
    border:0px;	
	float:left;
	margin-left:-7px;

}

#sidebar-top
{
	width:179px;
    padding:0px;
    border:0px;	
    height:29px;
	background-image: url(/images/sidebar_top.png); 
	background-repeat:no-repeat;
}

#sidebar-body
{
	width:179px;	
    padding:1px;
    border:0px;	
	background-image: url(/images/sidebar_background.png);
	font-size:11px;
}

#sidebar-bottom
{
	width:179px;
    padding:0px;
    border:0px;	
    height:26px;
	background-image: url(/images/sidebar_bottom.png); 
	background-repeat:no-repeat;
}

#sidebar-title
{
	position:relative;
	top:16px;
	left:19px;
	width:137px;
	float:left;
}

#sidebar-content
{
	width:132px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
}

#sidebar-content-login
{
	width:132px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
	margin-bottom:-10px;
}

#sidebar-note
{
	width:132px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
	margin-bottom:-10px;
}

/* ********************* */
/* products content area */
/* ********************* */

#product-content
{
	margin-left:182px;	
}

#product-content-item
{
	position:relative;
	top:-10px;
	margin-bottom:5px;
	float:right;
	margin-top:10px;
	width:505px; 
	border-style:none;
}

#product-content-item td
{
    font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size:12px;
}

/* ********** */
/* form fonts */
/* ********** */

#form-fonts
{
    font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size:12px;
}

#form-fonts td
{
    font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size:12px;
}

#form-bold-fonts
{
    font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size:12px;
	font-weight:bold;
}

/* *************** */
/* basket contents */
/* *************** */

#basket-table-bold
{
    font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size:12px;
	font-weight:bold;
	background-color:#ffffff;
}

#basket-table-normal
{
    font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size:12px;
	background-color:#ffffff;
}

#basket-table-highlight
{
    font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size:12px;
	background-color:#ffa0a0;
}


#basket-table-total
{
    font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size:12px;	
	background-color:#4063b4;
	color:#ffffff;
	font-weight:bold;
}

#basket-table-title
{
    font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-size:12px;
	font-weight:bold;
	background-color:#cdd7ed;
	padding:2px;
}


/* ************************ */
/* products navigation menu */
/* ************************ */

#product-nav-menu
{
	position:relative;
	left:20px;
	top:12px;
	margin-bottom:-14px;
}

/* ************************ */
/* section navigation menu  */
/* ************************ */

#section-nav-menu
{
	position:relative;
	top:-7px;
	width:100%;
	left:12px;
	font-weight:bold;		
}

/* ********************* */
/* main navigation menu  */
/* ********************* */

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0px;
	width: 700px;	
	position:absolute;
	top:85px;
	
}
	
#nav-menu li
{

	display:inline;
	margin: 0px 0px;
	float: right;	
}	

#nav-menu a:link,
#nav-menu a:visited
{
	background: url(/images/tab_notselected.gif);
	background-repeat:no-repeat;   	
	height: 33px;
	line-height: 36px;
	float: left;
	width: 83px;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
    font-size:13px;  
	font-weight:bold;
	border: 0;	
}

#nav-menu a:hover
{
	background: url(/images/tab_notselected.gif);
	background-repeat:no-repeat;   	
	height: 33px;
	line-height: 36px;
	float: left;
	width: 83px;
	display: block;
	color: #0d2474;
	text-decoration: underline;
	text-align: center;
    font-size:13px;  
	font-weight:bold;
	border: 0;	
}

#nav-menu li.active a:link,
#nav-menu li.active a:visited,
#nav-menu li.active a:hover
{
	background: url(/images/tab_selected.gif);
	background-repeat:no-repeat;   	
	height: 33px;
	line-height: 36px;
	float: left;
	width: 83px;
	display: block;
	text-decoration: none;
	text-align: center;
    font-size:13px;  
	font-weight:bold;
	border: 0;	
	color: #000000;
}

/* ***************** */
/* title bar styles  */
/* ***************** */

#title-bar-left
{
	position:relative;
	float:left;
	background-image:url(/images/orange_bar_left.png);
	background-repeat:no-repeat;
	width:7px;
	height:20px;
}

#title-bar-right
{
	position:relative;
	float:right;
	background-image:url(/images/orange_bar_right.png);
	background-repeat:no-repeat;
	width:7px;
	height:20px;
}

#title-bar-background
{
	background-image:url(/images/orange_bar_background.png);
	background-repeat:repeat-x;	
	width:100%;
	height:20px;
	color: black;
	font-weight:bold;
	font-size:11px;	
}

#title-bar-content
{
	position:relative;
	top:2px;
}

#title-bar-content-align-left
{
	float:left;
	position:relative;
	left:2px;
	margin:0;
	padding:0;	
}

#title-bar-content-align-right
{
	float:right;
	position:relative;
	right:2px;
}

#title-bar-content-align-center
{
	text-align:center;
}


