@charset "utf-8";
body {
	color: #666;
	font-family: Arial;
	font-size: 11px;
	line-height: normal;
	background-color: #CCC;
	margin: 0;
	height: 100%;
}

html {
	height: 100%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1       {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-size: 16px;
	padding-bottom: 5px;
	margin-bottom:5px;
	text-transform: none;
	text-align: center;
	border-bottom: dotted 2px #D8D8D7;
}

h3       {
	margin-top: 6px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-size: 14px;
	padding-bottom: 3px;
	margin-bottom:0px;
}

h3 strong {
	color: #cb2128;
}

h3 b {
	color: #09bd00;
}

h4       {
	margin-top: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-size: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p {
color: #666;
margin: 5px 0px 10px 0px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a.blue:link {
	color: #06F;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a.red_arrow:link {
	color: #CB2128;
	text-decoration: underline; 
    padding: 2px 0px 2px 8px;
    background-image: url(../images/red-arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;	
}

a.red_arrow:visited {
	color: #CB2128;
	text-decoration: underline; 
    padding: 2px 0px 2px 8px;
    background-image: url(../images/red-arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;	
}

a.red:link {
	color: #CB2128;
	text-decoration: underline;
}

a.grey:link {
  color: #666;
  text-decoration: underline;
}

a.blue:visited {
	color: #06F;
	text-decoration: underline;
}

a.red:visited {
	color: #CB2128;
	text-decoration: underline;
}

a.grey:visited {
  color: #666;
  text-decoration: underline;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}



#dotted-divider {
	width: 900px;
	background-image: url(../images/border-dotted.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

/* ~~ this fixed width container surrounds all other divs~~ */

#facebook {
position: absolute;	
z-index: 99;
top: 170px;
left: 0px;
cursor: pointer;
}

#twitter {
position: absolute;	
z-index: 99;
top: 263px;
left: 0px;	
}

#facebook:hover .expand {
	visibility: visible;
	top: 0px;
    left: 17px;
}

#facebook .expand {
	visibility: hidden;
	border: solid 1px #3b5998;
	position: absolute;
	padding: 5px;
	background-color: #FFF;
	width: 100px;
	height: 82px;
	z-index: 99;
	text-align: center;
}

#facebook .expand a.facebook {
	color: #666;
	text-decoration: none;
}

#container {
	width: 960px;
	min-height: 100%;
	background: #FFF;
  	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;
	display: block;
}

#header {
	height: 128px;
	width: 100%;
}

#header_col1 {
	float: left;
	width: 502px;
	height: 59px;
	background-color: #FFF;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
}

#header_col3 {
	float: right;
	width: 167px;
	height: 52px;
	background-color: #F9F9F9;
	margin: 0px 0px 5px 0px;
	border: solid 1px #D8D8D7;
	padding: 5px;
}

#header_col3 a.basket {
  display: block;
  color: #FF8400;
  text-align:center;
  font-weight: bold;
  background-image: url(../images/header-basket.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding: 1px 0px 0px 10px;
  margin: 4px 0px 0px 6px;
}

#header_col3 span.left {
  float: left;
  width: 40px;
  display: block;
  margin: 7px 0px 0px 6px;
}

#header_col3 span.right {
  float: right;
  width: 110px;
  display: block;
  text-align: right;
  margin: 7px 10px 0px 0px;
}

#header_col2 {
	float: right;
	width: 257px;
	height: 52px;
	background-color: #F9F9F9;
	margin: 0px 5px 5px 5px;
	border: solid 1px #D8D8D7;
	padding: 5px;
}

#header_col2 form {
  float: left;
  margin: 3px 0px 3px 0px;
  color: #666;
}

#header_col2 form input {
  float: left;
  height: 16px;
  border: solid 1px #7F9DB9;
  background-color: #FFFFFF;
  font-size: 11px;
  color: #666;
}

#header_col2 form label {
  float: left;
  margin: 3px 4px 0px 0px;
  font-weight: bold;
}

#header_col2 form img {
  width: 20px;
  height: 20px;
  border: 0px;
  margin: 0px 3px 0px 3px;
  cursor: pointer;
}

#header_col2 span.instructions {
  float: left;
  width: 257px;
  height: 30px;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}

#header_spacer {
	border-top: solid 1px #D8D8D7;
	position: relative;
	clear: both;
	padding: 4px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
	height: 15px;
}

#header_spacer span.news {
  float: left;
  width: 507px;
}

#header_spacer span.contact_us {
  float: left;
  width: 117px;
  text-align: left;
}

#header_spacer span.email {
  float: left;
  width: 190px;
  text-align: left;
}

#header_spacer span.telephone {
  float: left;
  width: 101px;
  text-align: right;
}

#navbar {
	position: relative;
	clear: both;
	background-color: #096CCD;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 31px;
    margin: 0px 0px 3px 0px;
	z-index: 100;
}

#navbar ul {
  float: left;
  list-style: none;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#navbar ul li {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 2px;
	position: relative;
	font-size: 11px;
}

#navbar ul li:hover a.dropdown {
  background-image: url(../images/nav-bg-hover-dropdown.gif);
  text-decoration: none;
  background-position: 0px 0px;
}

#navbar ul li a.dropdown {
		color: #fff;
	font-weight: bold;
	text-decoration: none;
  float: left;
  padding: 8px 14px 7px 20px;
    white-space: nowrap;
  background-image: url(../images/nav_arrow_down.gif);
  background-repeat: no-repeat;
  background-position: 9px 14px;	
  cursor: pointer;
}

#navbar ul li a.link {
		color: #fff;
	font-weight: bold;
	text-decoration: none;
  float: left;
  padding: 8px 10px 7px 10px;
  width: auto;
    white-space: nowrap;
  cursor: pointer;
}

#navbar ul li a.home {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
  float: left;
  padding: 8px 14px 7px 25px;
  width: auto;
  background-image: url(../images/nav-home.gif);
  background-repeat: no-repeat;
  background-position: 11px 10px;	
  cursor: pointer;
}

#navbar ul li a.dropdown:hover {
  background-image: url(../images/nav-bg-hover-dropdown.gif);
  text-decoration: none;
  background-position: 0px 0px;
}

#navbar ul li a.dropdown:active {
  background-image: url(../images/nav-bg-hover-dropdown.gif);
  text-decoration: none;
  background-position: 0px 0px;
}


#navbar ul li a.home:hover {
  background-image: url(../images/nav-bg-hover-home.gif);
  text-decoration: none;
  background-position: 0px 0px;
}

#navbar ul li a.link:hover {
  background-image: url(../images/nav-bg-hover.gif);
  background-repeat: repeat-x;
  text-decoration: none;
  background-position: 0px 0px;
}

#navbar ul li:hover ul {
	  visibility: visible;
}


#navbar ul li ul {
  visibility: hidden;
  position: absolute;
  background-color: #F9F9F9;
  padding: 0px 1px 1px 0px;
  color: #666666;
  border: solid 1px #D8D8D7;
}

#navbar ul li ul li {
  background-color: #F9F9F9;
  background-image: url(../images/navbar-border-dotted.gif);
  background-repeat: repeat-x;
  background-position: top;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

#navbar ul li ul li a {
  float: left;
  color: #666666;
  font-weight: normal;
  background-image: url(../images/nav-plus.gif);
  background-repeat: no-repeat;
  background-position: 8px 9px;
  padding: 4px 0px 4px 19px;
  margin: 1px 0px 0px 0px;
	width: 100%;
}

#navbar ul li ul li a:hover {
	float: left;
	width: 100%;
}

#navbar ul li ul li:hover {
	background-color: #ECECEC;
	width: 100%;
}

#breadcrumb {
	border-bottom: solid 1px #D8D8D7;
	position: relative;
	clear: both;
	padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
	height: 15px;
}

#breadcrumb span.trail {
	float: left;
	width: auto;
	display: inline;
}

#breadcrumb span.back {
	background-image:url(../images/back-arrow.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 8px;
	float: right;
	width: auto;
	display: inline;
	text-align: right;
}

#navigation {
	display: block;
    float: left;
	width: 948px;	
	height: 77px;
	background-color: #F9F9F9;
	margin: 0px 0px 0px 0px;
	border: solid 1px #D8D8D7;
	padding: 5px;
}

#navigation span.navigation-title {
  float: left;
  display: inline;
  color: #FF8400;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 0px 12px 0px;
  width: 567px;
  background-image: url(../images/border-dotted.gif);
  background-repeat: repeat-x;
  background-position: 0px 21px;
}

#navigation span.technical-title {
  float: left;
  display: inline;
  color: #FF8400;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 0px 12px 0px;
  width: 381px;
  background-image: url(../images/border-dotted.gif);
  background-repeat: repeat-x;
  background-position: 1px 21px;
}

#navigation ul {
  float: left;
  list-style: none;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 189px;
}

#navigation ul li {
	float: left;
	color: #666666;
	padding-bottom: 2px;
	font-size: 11px;
	width: 189px;
}

#footer {
	border-bottom: solid 1px #D8D8D7;
	position: relative;
	clear: both;
	padding: 3px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
	height: 20px;
}

#footer span.copyright {
	float: left;
	width: auto;
	display: inline;
	padding: 3px 0px 0px 100px;
	background-image: url(../images/logo_sml.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#footer span.payment-logos {
	padding: 1px 0px 0px 0px;
	float: right;
	width: auto;
	display: inline;
	text-align: right;
}

#container #main-details #product-details table {
	text-align: right;
}



