/*------------------------------------------
----------------- Reset --------------------
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
   
body {
	margin:0; padding:0;
	background-color:#fff;
	color:#333333;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
	line-height:25px;
}

h4 {
  color: #333333;
  font-size:14px;
  font-weight: 500;
	text-transform: uppercase; 
}

.wrapper {
	width: 950px;
	margin: 0 auto;
}

.clear {
	clear: both;
  height:1px;
  line-height:1px;
}

/*------------------------------------------
----------------- Header--------------------
-------------------------------------------*/

#header {
  width: 950px; height: 50px;
	margin: 15px 0 15px 0;
}

#logo {
  float: left;
}

#currency {
  float: left;
  width: 100px; height: 20px;
  margin: 21px 0 0 275px;
}

#currencySpan {
  float: left;
  width: 13px;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
}

#currencySelect {
  float: left;
  width: 87px; height: 20px;
  margin: 0;
}

#iconselect {
	background: url(/images/bgCurrencySelect2.png) no-repeat;
	height: 18px;
	width: 85px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666666;
}

#iconselect span {
  float: left;
  display: block;
  margin-left: 7px;
  margin-top: 2px;
}

#iconselect img {
  float: left;
  display: block;
  margin-left: 6px;
  padding-top: 2px;
}

.selectitems {
  float: left;
  width:66px;
	height:18px;
	margin-left: 2px;
	border-bottom: solid 1px #ddd;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

.selectitems span {
  margin-left: 6px;
}

.selectitems img {
	float: right;
  margin-top: 1px;
}

#iconselectholder {
	width: 69px;
	display:none;
	position:absolute;
	background-color:#ffffff;
	color: #666666;
	
}

.hoverclass{
	background-color:#999999;
	color: #ffffff;
}

.selectedclass{

}

#cart {
  float: right;
  width: 170px; height: 48px;
  margin: 0;
}

#cart a{
  text-decoration: none;
}

#cart img {
  position:relative;
  width: 119px; height: 34px;
  margin: 14px 0 0 46px;
  z-index:1;
}

#cartText {
  position:relative;
  margin: -19px 0 0 82px;
  z-index:2;
}

#contains, #itemsNumber, #items
{
	color:#000000;
  font-family: Arial, Helvetica, sans-serif;
	font-size:11px;  
}

#contains, #itemsNumber {
  font-weight: bold;
}

#itemsNumber {
  color: #7c440d;
}

/*------------------------------------------
----------------- TopMenu--------------------
-------------------------------------------*/
#topNavOutside {
  background: url(/images/bgTopMenu.jpg) repeat-x;
 }
 
#topNav {
  width: 950px; height: 58px;
  background: url(/images/bgTopMenu.jpg) repeat-x;
 }

#searchBox {
  float: left;
  width: 255px;
  margin: 0 0 0 2px;
}

#searchInput{
  float:left;
  width: 170px; height: 15px;  
  margin: 18px 0px 0px 0px;
  color: #808086;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 11px;  
}

#searchButton{
  float:left;
  margin: 18px 0px 0px 10px;
}


#topNavElement {
  float:left;
  position: relative;
  width: 656px;
  height: 58px;
  padding: 0 0 0 37px;
}


.topNavInside {
  position: relative;
  height: 58px;
  width: 655px;
}


.topNavInside li {
  float: left;
  height: 30px;
  margin: 14px 10px 0 0;
  list-style: none;
}

.topNavInside li.back {
  background: url("/images/lava.gif") no-repeat right -30px;
  width: 9px; 
  height: 30px;
  z-index: 8;
  position: absolute;
}

.topNavInside li.back .left {
  background: url("/images/lava.gif") no-repeat top left;
  height: 30px;
  margin-right: 9px;
}

.topNavInside li a {
  position: relative;  
  float: left;
  display: block;  
  height: 30px;
  margin: auto 5px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;  
  letter-spacing: 0;  
  color: #333333; 
  outline: none;  top: 3px;
  z-index: 10;
  overflow: hidden;
}

.topNavInside a.red{
  color: #990000;
}

.topNavInside li.topNavRightFirst {
  margin: 14px 10px 0 44px;
}

.topNavInside li.topNavRightFirst a {
  text-transform: capitalize;  
}

.topNavInside li.topNavRight a {
  text-transform: capitalize;  
}

.topNavInside li.topNavRightLast {
  margin: 14px 0 0 0;
}

.topNavInside li.topNavRightLast a {
  text-transform: capitalize;  
}

/*
.topNavInsideRight {
	display: block;
  line-height: 58px;
}

.topNavInsideRight a{
	color: #333333;
  text-decoration: none;
  text-transform: capitalize;
}

.topNavInsideRight a:hover {
  color: #000000;
	border-bottom: dotted 1px #000000;
}

.separator2{
 	padding: 0 20px 0 10px;
	background: url(/images/bgRightMenuSepartor.jpg) no-repeat right top;
}

.last2{
 	padding: 0 0 0 10px;
}
*/
/*
#topNavLeft {
  float:left;
  width: 400px;
  padding: 0 0 0 47px;
}

#topNavLeft ul {
  height: 58px;
  list-style: none;
}

#topNavLeft ul li {
 	float: left; 
  height: 58px;
   
}

#topNavLeft li  {
	display: block;
  line-height: 58px;
}

#topNavLeft a{
	color: #333333;
	text-decoration: none;
  text-transform: uppercase;
}

#topNavLeft a.red{
  color: #990000;
}

#topNavLeft a:hover {
  color: #000000;
	border-bottom: dotted 1px #000000;
}

#topNavLeft a:hover.red {
  color: #cc0000;
	border-bottom: dotted 1px #cc0000;
}

.separator1{
 	padding: 0 20px 0 9px;
  background: url(/images/bgLeftMenuSepartor.jpg) no-repeat right top;
}

.last1{
 	padding-left: 9px;
}
*/

/*------------------------------------------
---------- Content - Navigation ------------
-------------------------------------------*/
#navLeft {
  float: left;
  position:relative;
  width: 134px; 
  margin: 15px 0 0 0;
}

.navLeftItem{
  background: url(/images/bgLeftMenuItem.gif) no-repeat right top;
}

.lastNavLeftItem{
  background: url(/images/bgLastLeftMenuItem.jpg) no-repeat right top;
}
.navLeftExpandedItemFirst {
  width: auto;
  height: 27px; 
  padding: 0 10px 0 23px; 
  background: url(/images/bgLeftMenuExpandedItem3.gif) no-repeat 0px 0px;
  display: block;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

.navLeftExpandedItem {
  width: auto;
  height: 27px; 
  padding: 0 10px 0 22px; 
  background: url(/images/bgLeftMenuExpandedItem3.gif) no-repeat 0px 0px;
  
  border-left: solid 1px #aaa;
}

.navLeftExpandedItemLast {
  width: auto;
  height: 27px; 
  padding: 0 10px 0 22px;
  background: url(/images/bgLeftMenuExpandedItem4.gif) no-repeat 0px 0px;
  
  display: block;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  border-left: solid 1px #aaa;
}

.navLeftExpandedItemOne {
  width: auto;
  height: 27px; 
  padding: 0 10px 0 22px;
  background: url(../images/bgLeftMenuExpandedItem4.gif) no-repeat 0px 0px;

  display: block;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

#navLeft ul {
  list-style:none; 
  white-space:nowrap; 
  text-align:left;    
  padding: 0;
  margin: 0;
}

#navLeft li { 
  display: block;
	width: 138px; 
  height: 28px;
  list-style:none;   
}

#navLeft li li{ 
  width: auto; 
}
    
#navLeft ul ul {
  position:absolute; 
  left:-9999px;     
  background-color:#e9e9de; 
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: solid 1px #aaa;
  border-right: solid 1px #aaa; 
  border-bottom: solid 1px #aaa;  
}

#navLeft ul ul a:hover {
	border-bottom: dotted 1px #2552a4;
  color: #2552a4;
}

#navLeft ul a {  
  display: block;
	width: 108px;  
  height: 24px;
  margin: 0 0 0 4px;
  padding: 3px 0 0 22px; 
	color: #333333;
  text-decoration: none;
  text-transform: capitalize;
} 

#navLeft ul ul a {  
  display: inline;
  padding: 0;
} 

#navLeft li a.expand   {
  background: url(/images/arrow.gif) no-repeat 123px 3px; 
}

#navLeft li a:hover {
  background-color:#e9e9de; 
} 

#navLeft li a.selected {
  background-color:#f0f0de;
}

#navLeft li:hover > a {
  background-color:#e9e9de; 
}

#navLeft ul li:hover > ul {
  left:100%; 
  margin-top:-28px; 
  margin-left:-11px;
}

#navLeft a:hover ul,
#navLeft a:hover a:hover ul, 
#navLeft a:hover a:hover a:hover ul {
  left:100%;        
}

#navLeft a:hover ul ul, 
#navLeft a:hover a:hover ul ul {
  left:-9999px; 
}

#navLeft table {
  position:absolute; 
  height:0; width:0; 
  border-collapse:collapse; 
  left:99%; 
  margin-top:-9px; 
  margin-left:-12px;
}

/* ----- Left Menu Headers ----------------*/

#navLeft h4 {
  padding: 18px 0 3px 2px;
  color: #333333;   
}

#topNavLeftHeder {  
  margin: 0;
  padding: 0; 
	width: 136px; height: 26px;
  background: url(/images/bgTopNavLeftHeder2.jpg) no-repeat right top;
}

.navLeftHeader {
  margin: 0;
  padding: 0;   
	width: 136px; height: 25px;
  background: url(/images/bgNavLeftHeader2.jpg) no-repeat right top;
}

#navLeft li.lastNavLeftHeader  {
  margin: 0;
  padding: 0; 
  width: 138px; 
  height: 38px;
  background: url(/images/bgLastNavLeftHeader.gif) no-repeat right top;
}

#navLeft li.lastNavLeftHeader a {
  height: 31px;
}

/*------------------------------------------
---------- Content - Main Page -------------
-------------------------------------------*/
#mainContent {
  float: left;
  width: 796px;
  margin: 0 0 0 18px;
}

#breadCrumbs {
  float: left;
  width: 796px; height: 23px;
  line-height: 23px;
}

#breadCrumbs a{
  height: 10px;
  color: #999998;
  font-size: 11px;
  text-decoration: none;
}

#breadCrumbs a:hover{
  color: #336699;
  border-bottom: dotted 1px #336699;
}

#promotionText {
  float: left;
  width: 796px; height: 37px;
  text-align: center;
  line-height: 27px;
}

#promotionText span {
  text-transform: uppercase;
  font-size: 15px;
}

#ads {
  float: right;
  width: 796px;
  line-height: 0px;
}

#ads img {
  float: left;
}

#text {
  float: left;
  width: 796px;
  margin: 15px 0 0 0;
  text-align: justify;
}

#leftColumn{
  float: left;
  width: 380px;
}

#rightColumn{
  float: right;
  width: 380px;
}

/*------------------------------------------
--------------- Bottom Menu ----------------
-------------------------------------------*/

#bottomMenuOutside {
  background: url(/images/bgBottomMenu.jpg) repeat-x;
}

#bottomMenu {
  float: left;
  width: 950px; height: 216px;
  background: url(/images/bgBottomMenu.jpg) repeat-x;
}

#newsletter {
  float: left;
  width: 134px; height: 176px;
  margin: 20px 0px 0px 0px;
}

#newsletterInput{
  float:left;
  width: 130px;
  margin: 0 0 0 0;
  color: #808086;
  font-size: 11px;
  font-family: arial,sans-serif;
}

#newsletterSubmitButton {
  float: left;
  width: 66px; height: 21px;
  margin: 5px 0px 0px 69px;
}

.bottomMenuCol {
  float:left;
  margin: 20px 0 0 110px;
}

#newsletter h4,.bottomMenuCol h4{
  padding-top: 15px;
  border-bottom: solid 1px #ceceb1;
}

.bottomMenuCol ul {
  margin: 7px 0 0 0;
  list-style: none;
}

.bottomMenuCol li {
  padding: 0 0 0 15px;
  list-style: none;
  background: url(/images/bullet.png) center left no-repeat;
}

.bottomMenuCol a {
  color: #333333;
  text-decoration: none;
}

.bottomMenuCol a:hover {
  color: #000000;
  border-bottom: dotted 1px #000000;
}

/*------------------------------------------
----------------- Footer -------------------
-------------------------------------------*/

#footer {
  float: left;
  width: 950px; height: 80px;
}

#cointainerFooterTop {
  float: left;
  width: 950px; height: 46px;
}

#paymentLogos {
  float: left;
  width: 407px; height: 46px;
}

#facebook {
  float: right;
  width: auto;  height: 46px;
}

#facebook span {
  float: left;
  display: block;
  color: #666666;
  margin: 20px 0 0 0;
}

#beyondSecurity{
  margin: 0 0 6px 0;
}

#facebook img {
  float: left;
  display: block; 
  margin: 20px 0 0 3px; 
}

#cointainerFooterMiddle {
  float: left;
  width: 950px; height: 5px;
  margin: 5px 0px 5px 0px;
  background: url(/images/bgFooterLine.jpg) repeat-x;
}

#cointainerFooterBottom {
  width: 950px;
	margin: 0 auto;
	text-align: center;
}

#cointainerFooterBottom span{
  color: #666666;
  line-height: 20px;
}

#cointainerFooterBottom a{
  color: #336699;
}

#cointainerFooterBottom .trademarks {
  color: #a9a9a9;
  font-size: 11px;  
}