/* Mitty James:Main Styles - Alex@Popcorn07 */
body {
  background-color: #d6e8f0;
	background-image:url(/images/new/background-image.jpg);
	background-repeat:no-repeat;
	background-position:center;
  margin: 0px;
  font-family: Arial;
  font-size: 11px;
  color: #333333;
}
#container {
  width: 913px;
  margin: auto;
  clear: both;
}
#leftcol {
  float: left;
  width: 203px;
	padding:38px 0 0 0;
}
#leftcol img.logo {
  float: left;
  clear: both;
}

#leftcol a.logo {
	text-decoration:none;
	color:#000000;
	  clear: both;
}

#rightcol {
  float: left;
  width: 710px;
  position: relative;
}

form#search {
  float: left;
  margin: 10px 0 0 0;
}
form#search input {
  float: left;
  width: 144px;
  height: 23px;
	font-family:Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 0px;
  padding: 5px 0px 0px 6px;
  font-weight: bold;
  color: #999999;
}
form#search a {
  float: left;
  display: block;
  width: 35px;
  height: 30px;
  text-decoration: none;
}
  form#search a img {
  border: 0px;
  }

#nav {
  float: left;
  width: 190px;
  margin: 7px 0px 11px 0px;
  position: relative;
}
  #nav ul {
  width: 174px;
  padding: 12px 0px 8px 10px;
  margin: 0px;
  background-color: #e1eef4;
  list-style: none;
  }
  #nav ul li {
    margin: 0px 0px 14px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    text-transform: lowercase;
  }
  #nav ul li a {
    text-decoration: none;
    color: #85acac;
  }
  #nav ul li.selected a {
    color: #000000;
  }
  #nav img {
  position: absolute;
  bottom: 0;
  right: 0;
  }

#basket {
  float: left;
  width: 170px;
  padding: 10px 4px 14px 10px;
	margin:0 0 10px 0;
  background-color: #93CBEB;
  background-image: url(/images/basket-bg.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  color: #666666;
  text-transform: lowercase;
}
  #basket h3 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  }
  #basket p {
  margin: 0px;
  padding: 0px;
  }

#language {
  float: left;
  width: 174px;
  padding: 5px;
  margin: 11px 0px 0px 0px;
  background-color: #B7E1F4;
  color: #666666;
  text-decoration: none;
}
  #language img {
  float: left;
  margin-right: 8px;
  border: 0px;
  }
  #language span {
  float: left;
  margin: 2px 0px 0px 0px;
  padding: 0px;
  }

#footer {
  clear: both;
  width: 913px;
  height: 67px;
  margin: 10px auto 0px auto;
  background-image: url(/images/new/footerBack.jpg);
  background-repeat: no-repeat;
}
  #footer ul {
  float: right;
  margin: 5px 14px 0px 0px;
  list-style: none;
  }
  #footer ul li {
    float: left;
    margin: 0px 6px 0px 6px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    text-transform: lowercase;
  }
  #footer ul li a {
    text-decoration: none;
    color: #FFFFFF;
  }
  
  #footer-textlinks {
  float:left;
  padding-left:50px;
  margin-top:10px;
  margin-bottom:10px;
  width:87%;
  color:#46a5dc;
  text-align:center;
  }
  
  #footer-textlinks a {
    text-decoration: none;
    color: #46a5dc;
  }
  
  #footer-textlinks a:hover { 
  text-decoration:underline;
  }
  