/* Biggie Best CSS */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #EDEDED;
}

.outer {
  width: 760px;
  text-align: left;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-color: #5C5C5A;
  border: 2px solid #EBEBEB;
}

/* begin header */
.header  {
  height: 100px;
  background-image: url(../styleImages/backgrounds/biggie_logo.jpg);
    background-repeat: no-repeat;
}

.header img {
  margin: 12px 0 0 15px;
}

#search-box {
  float: right;
  margin: 0 25px 0 0;
  padding-top: 25px;
}

#search-box p {
  text-align: right;
  font-size: small;
}

#search-box a {
  color: #FFFFFF;
  text-decoration: none;
}

#search-box a:hover {
  color: #EEEEEE;
  text-decoration: underline;
}


/* end header */

/* begin navigation */
.navigation {
  text-align: center;
  margin-top: 15px;
  color: #FFFFFF;
  background-color: #999999;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 5px;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
  color: #FFFFFF;
  font-variant: small-caps;
  text-decoration: none;
  margin: 5px;
}
.navigation a:hover {
  color: #000000;
  text-decoration: underline;
}
/* end navigation */

/* begin shop pages sub-navigation */
.shopnav {
  background-color: #999999;
}

.shopnav ul {
 /* width: 98%;      */
  list-style-type: none;
  font-size: small;
  font-variant: small-caps;
  color: #FFFFFF;
  text-align: center;
  margin-top: 8px;
  border-top: 2px solid #FFFFFF;
  padding: 5px;
}

.shopnav li {
  display: inline;
}

.shopnav li a:link, .shopnav li a:visited, .shopnav li a:active {
  color: #FFFFFF;
  text-decoration: none;
  margin: 5px 8px 5px 8px;
}

.shopnav li a:hover {
  color: #00CCFF;
  text-decoration: underline;
}
/* end shop pages sub-navigation */

/*Content right handside index page*/
.content {
  padding: 10px;
}
.content h2 {
  color: #444444;
  font-size: medium;
}
.content p {
  color: #444444;
  font-size: small;
}

.boxContent {
  float: left;
  width: 700px;
  height: auto;
  background-color:#EDEDED;
  border: 2px solid #CCCCCC;
  margin: 0 0 10px 8px;
  padding: 10px;
}
/* if IE 6 */
* html .boxContent {
  width: 710px;
}

.boxContent a:link, a:visited, a:active {
  color: #444444;
  text-decoration: underline;
}

.boxContent a:hover {
  color: #8F2C5A;
  text-decoration: none;
}

.homeright {
  float: right;
  width: 260px;
  height: 515px;
  background-color: #EDEDED;
  border: 2px solid #CCCCCC;
  margin: 5px 0 2px 0;
  padding: 10px;
}
/* if IE 6 */
* html .homeright {
  width: 240px;
}
.homeright p {
  text-align: justify;
}
/* ------------------------ RSA TRADE LIST ---------------------------------- */
.rsa_trade_list {
   /*	width: 150px;*/
}

.list_heading {
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  background-color: #999999;
  padding: 8px;
  margin: 5px 0 0 0;
}

.list_heading a:link, .list_heading a:visited, .list_heading a:active {
  color: #FFFFFF;
  font-size: medium;
  text-decoration: none;
}

.list_heading a:hover {
  color: #000000;
}

.sub_heading {
  font-weight: bold;
  margin-left: 10px;
}

.list_items {
  display: none;
  background-color: #999999;
  padding: 4px 4px 8px 4px;
}

.list_items a:link, .list_items a:visited, .list_items li a:active {
  display: block;
  color: #000000;
  background-color: #DDDDDD;
  font-size: small;
  text-decoration: none;
  margin: 3px 10px 3px 10px;
  padding: 4px;
}

.list_items a:hover {
  color: #8F2C5A;
  padding-left: 12px;
}
/* ---------------------- END RSA TRADE LIST -------------------------------- */
/*index page images */
.imagebox {
  float: left;
  width: auto;
  background-color: #5C5C5A;
  border: 2px solid #FFFFFF;
  margin: 5px 0px 2px 0;
  padding: 0;
}

*html .imagebox {
  margin-left: 5px;
}

#imagebox_1 {
  float: left;
  width: 90px;
  border-bottom: 1px solid #FFFFFF;
  margin: 5px 0px 5px 5px;
  padding: 0px;
}

#imagebox_1 img {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  margin: 0px;
  padding: 0px;
}
/* cure for internet exploder 7 */
*:first-child+html #imagebox_1 img {
  margin-bottom: -3px;
}

*html #imagebox_1 img {
  margin-bottom: -3px;
}
/* end of cure */

#imagebox_2 {
  float: left;
  margin: 5px 5px 5px 5px;
  padding: 0px;
}

#imagebox_2 img {
  border: 2px solid #FFFFFF;
}

#imagebox_3 {
  clear: both;
  width: 395px;
  margin: 0px;
  padding: 3px 4px 3px 5px;
}

*:first-child+html #imagebox_3 {
  margin-top: -3px;
}

*html #imagebox_3 {
  margin: -5px 0px 0px 5px;
  padding: 3px 4px 3px 6px;
}


#imagebox_3 img {
  border: 2px solid #FFFFFF;
}

/*end of index page images*/

/*index page images */
.imageleft {
  float: left;
  width: 370px;
  border: 2px solid #FFFFFF;

}
.imageleft2 {
  float: left;
  width: 130px;
  border: 2px solid #FFFFFF;
}
.imageleft3 {
  float: left;
  width: 236px;
  border: 2px solid #FFFFFF;
}

#lwr-image {
  clear: both;
  margin: 0 0 0 8px;
  padding: 0;
}

#lwr-image img{
  border: 2px solid #CCCCCC;
}
/*end of index page images*/


 /* begin contact form */

#contact {
  width:675px;
  height: auto;
  background-color:#EDEDED;
  border: 2px solid #CCCCCC;
  margin: 0px;
  padding: 10px;
}

#contact p {
  color: #444444;
  font-size: small;
}

form {
  text-align: left;
}

input.txt {
   color: #000000;
   background-color: #FFFFFF;
   border: 1px inset #CCCCCC;
   width: 205px;
   margin-bottom: 2px;
}

input.btn {
   color: #FFFFFF;
   background-color: #999999;
   border: 1px outset #CCCCCC;
   margin-top: 10px;
}

input.btn2 {
   float: right;
   color: #444444;
   background-color: #999999;
   border: 1px outset #CCCCCC;
   margin: 10px 10px 0 0;
}

form label {
	float: left;
	width: 40%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

form textarea {
   color: #444444;
   background-color: #FFFFFF;
   border: 1px inset #CCCCCC;
}

fieldset {
   border: 1px solid #CCCCCC;
   margin-top: 15px;
   margin-left: 5px;
   padding: 10px;
}

legend {
   font: bold 0.8em Arial, Helvetica, sans-serif;
   color: #444444;
   padding-top: 10px;
   padding-bottom: 10px;
}

h1, .txtContentTitle {
  font-size: medium;
  color: #444444;
}

/* end contact form */


/*Table of stockists*/

#table {
   border: 1px solid #CCCCCC;
   background-color: #EDEDED;
   color: #444444;
   width: 700px;
 }

#table th {
    text-align: left;
    background: #888888;
    color: #FFFFFF;
    padding: 5px;
    font-size: 11pt;
}

#table td {
  text-align: left;
  font-size: small;
  font-variant: small-caps;
 }
  /* Table of Stockists */


 /* Price list starts */
 h3 {
   font-size: large;
   color: #FFFFFF;
 }

  /*Shop listings starts */
.shop {
 width: 565px;
 height: auto;
 background-color: #F5F5FF;
 color: #444444;
 font-size: 11pt;
 border: 2px solid #CCCCCC;
 margin: 15px 0 0 15px;
 padding: 30px 80px 10px 80px;
}

.shop img {
  margin: -10px 25px 0 280px;
  padding: 5px;
}
.shop table {
  margin-left: 50px;
}
.shop table img {
  margin: 0;
  padding: 0;
}

.shop h3 {
  color: #444444;
  font-size: Medium;
}

.shop h4 {
  color: #444444;
  font-size: 11pt;
}

.shop hr {
 color: #999999;
}

.shop a:link, .shop a:visited, .shop a:active {
  color: #333333;
  text-decoration: underline;
}

.shop a:hover {
  color: #999999;
  text-decoration: none;
}

/*Shop listing finishes */

.returntop {
  font-size: small;
  font-variant: small-caps;
  color: #999999;
  text-align: right;
  margin: 0;
  padding: 0;
}
.returntop a:link, .returntop a:visited, .returntop a:active {
  color: #333333;
  text-decoration: underline;
}

.returntop a:hover {
  color: #999999;
  text-decoration: none;
}

/* end content */

/* begin footer */
.footer {
  clear: both;
  height: 70px;
  text-align: center;
  font-size: small;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  background-position: center;
  background-color: #999999;
  margin-top: 10px;
}
.footer a:link, .footer a:visited, .footer a:active {
  text-decoration: none;
  font-variant: normal;
  color: #FFFFFF;
  margin: 0;
}
.footer a:hover {
  text-decoration: underline;
}
/* end footer */


