/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
	margin: 0px;
	Padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999;
	background-color: #fff;
	line-height: 130%;
}

.printPageMargin
{
  margin:5px;
}

td {

}

#wrapper {
	margin: 2px auto;/* 
	width:expression(document.body.clientWidth > 80? "80%": (document.body.clientWidth < 770? "768px": "auto" )); IE Min / Max width Hack*/
	max-width: 80%;
	min-width: 770px;
}

.blueText {
	color:#0769a8;
}

/*
------------------------------------------------------
Headings
------------------------------------------------------
*/

#header {
	margin: 0 20px;
	background-color:#0769a8;
	background-image:url(../images/header_background.gif);
	background-repeat:no-repeat;
	background-position: top right;
	height: 54px;
}

#search {
	padding: 30px 0 0 0;
	width: 193px;
	float: left;
}

.searchbox {
	margin-left: 10px;
	padding: 0px;
	width: 150px;
	background-color:#ebebeb;
	color: #657176;
	font-size:10px;
}

.searchbutton {
}

/*
------------------------------------------------------
Navigation
------------------------------------------------------
*/

#navigation {
	margin: 0 0 0 193px;
	padding: 36px 0 0 0;
	text-align: center;
	/* height: 15px;
		border: solid 1px white; */
}

.navigation {
	color:#FFFFFF;
}

.navigation a, .navigation a:active, .navigation a:visited  {
	color:#FFFFFF;
	text-decoration:none;
}

.navigation a:hover {
	color:#00ccff;
	text-decoration:none;
}

.SubMenuGroup {
	margin: 0 0 0 20px;
} 

.SubMenuItem
{
	height: 26px; padding: 0 10px 0 10px;
	background-color: #0769a8; color: #ffffff;
	border-bottom: solid 1px #ffffff; border-left: solid 1px #ffffff;
	vertical-align: middle;
	cursor: pointer;
}
.SubMenuItemOver {
	height: 26px; padding: 0 10px 0 10px;
	background-color: #16528B; color: #ffffff;
	border-bottom: solid 1px #ffffff; border-left: solid 1px #ffffff;
	vertical-align: middle;
	cursor: pointer;
}

/*
------------------------------------------------------
Title
------------------------------------------------------
*/

#title {
	margin: 0 20px;
	background-image:url(../images/title_background.gif);
	background-repeat:repeat-x;
}

#titleLeft {
	width: 193px;
	float:left;
}
	
#titleRight {
	width: 174px;
	float: right;
}

#titleCentre {
	margin: 0 174px 0 213px;
	text-align:center;
}

/*
------------------------------------------------------
Main Content Area. Including product navigation and Right Column
------------------------------------------------------
*/

#container {
	margin: 0 20px 0 0;
	background-image:url(../images/right_background.gif);
	background-repeat:repeat-y;
	background-position: top right;
}

#containerLeft {
	width: 213px;
	float:left;
	margin: 0;
}
	
#containerRight {
	width: 174px;
	float: right;
}

.containerRight {
	padding: 10px;
}

#containerCentre {
	margin: 0 174px 0 233px;
	padding: 0;
	text-align:center;
	border-top: 1px solid #b5b5b5;
	text-align:left;
	color:#333333;
}

.homeContent {
	padding: 0 10px 0 0;
}

/*
------------------------------------------------------
Product Navigation
------------------------------------------------------
*/


#navcontainer
{
	padding: 0;
	margin: 0;
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li
{
	background-image:url(../images/navigation_background.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 0 0 0 0;
	padding: 0;
}


#navcontainer li a
{
	color: #666;
	text-decoration: none;
	width: 100%;
	width: 170px
}

#navcontainer #licontainer 
{
	display: block;
	padding: 5px 5px 5px 24px;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	color: #0769a8;
	text-decoration: underline;
}


.navActive {
	background-image:url(../images/navigationActive_background.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

/*
------------------------------------------------------
Breadcrumbs
------------------------------------------------------
*/

#breadcrumbs {
	padding: 5px 0px;
	border-bottom: 1px solid #b5b5b5;
	color: #0769a8;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	color: #0769a8; 
	text-decoration : none; 
}

#breadcrumbs a:hover {
	color: #000;
	text-decoration : underline;
}

/*
------------------------------------------------------
Content Items
------------------------------------------------------
*/

#contentTitle {
	font-weight: bold;
}

#contentHTML {
}

/*
------------------------------------------------------
Shopping Cart
------------------------------------------------------
*/

#shoppingCartTitle {
	border: 1px solid #b5b5b5;
	border-right: none;
	padding: 5px 5px;
	color: #0769a8;
	font-weight: bold;
}

.tableStyle {
	width: 174px;
	margin:0;
}

.tableStyle th, {
	border-bottom: 1px solid #b5b5b5;
	padding: 5px 5px;
	color: #0769a8;
	font-weight: normal;
	margin:0;
}

.tableStyle td {
	padding: 5px 5px;
	font-size:9px;
}

.total {
	color: #0769a8;
	font-weight: normal;
	border-top: 1px solid #b5b5b5;
}

#cartButton {
	padding: 5px 5px;
}

#cartButton a:link, #cartButton a:active, #cartButton a:visited {
	color:#666666;
	text-decoration:none;
}

#cartButton a:hover {
	color:#0769a8;
	text-decoration:underline;
}

/*
------------------------------------------------------
Footer
------------------------------------------------------
*/

#footer {
	margin: 0 20px;
}

#footerLeft {
	width: 193px;
	float:left;
}
	
#footerRight {
	width: 153px;
	float: right;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	text-align:center;
	padding: 5px 10px;
}

#footerCentre {
	margin: 0 175px 0 213px;
	text-align:left;
	border-top: 1px solid #b5b5b5;
	padding: 5px 10px;
}

/* Footer Link */
#footerCentre a:link, #footerCentre a:visited, #footerCentre a:active {
	color: #666;
	text-decoration: none;
}
#footerCentre a:hover {
	color: #666;
	text-decoration: underline;
}

/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
a:link, a:Active, a:visited  { 
	color: #0769a8; 
	text-decoration : underline; 
}

a:Hover    {
	color: #000;
	text-decoration : underline;
}

a.boldlink:link, a.boldlink:Active, a.boldlink:visited  { 
	color: #0769a8; 
	text-decoration : underline;
	font-weight: bold;
}

a.boldlink:Hover {
	color: #000;
	text-decoration : underline;
	font-weight: bold;
}

/*
------------------------------------------------------
Product Display
------------------------------------------------------
*/

.productContainer {
	margin: 10px 0;
	padding: 0;
	height: auto !important; 
	height: 155px;
	min-height: 155px;
}

.productImage {
	padding: 0;
	border: 1px solid #ccc;
	padding: 1px;
	float:left;
	width: 90px;
}

.productText {
	margin: 0 0 0 105px;
	padding: 0;
}

/*
------------------------------------------------------
Forms
------------------------------------------------------
*/


input {
	font-size:10px;
	margin: 2px 0;
}


textarea {
	font-size:10px;
	margin: 2px 0;
}

select {
	font-size:10px;
	margin: 2px 0;
	}

/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top: 1px solid #666;
	width: 100%;
	height: 1px;
}


ol {
}

ul{
}


/*
------------------------------------------------------
TOOLTIP 
------------------------------------------------------
*/
.tooltip {
	width: 200px;
	border: solid 1px #000000;
	background-color: #0769a8;
}
.tooltip td {
	text-align: center;
	color: #ffffff;
}

#dek {
	position: absolute;
	visibility: hidden;
	z-index: 200;
}
 


