/* 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: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-color: #5C5C5A;
  border: 2px solid #EBEBEB;

}
/* begin header */
.header  {
  height: 100px;
  background-image: url(images/biggie_logo.jpg);
  background-position: 15px;
  background-repeat: no-repeat;
}

.header p {
  position: absolute;
  font-size: 11pt;
  font-variant: small-caps;
  color: #000000;
  margin-top: 75px;
  margin-right: 15px;
  text-align: right;
}
/* end header */

/* begin navigation */
.navigation {
  text-align: center;
  margin-top: 15px;
  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 {
  font-size: small;
  font-variant: small-caps;
  color: #FFFFFF;
  text-align: center;
  margin-top: 8px;
  border-top: 2px solid #FFFFFF;
  padding: 5px;
}
.shopnav a:link, .shopnav a:visited, .shopnav a:active {
  color: #FFFFFF;
  text-decoration: none;
  margin: 5px;
}
.shopnav a:hover {
  color: #00CCFF;
  text-decoration: underline;
}
/* end shop pages sub-navigation */

/*Content right handside index page*/
.content {
 padding: 15px;
}
.content h2 {
  color: #444444;
  font-size: medium;
}
.content p {
  color: #444444;
  font-size: small;
}

.homeright {
  float: right;
  width: 310px;
  height: 387px;
  background-color: #EDEDED;
  border: 2px solid #CCCCCC;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 10px;
}

/*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;
}

/*end of index page images*/

/*about us page */
 .about {
  width:700px;
  height: auto;
  background-color:#EDEDED;
  border: 2px solid #CCCCCC;
  margin-right:0px;
  margin-bottom: 0px;
  padding: 10px;
}

.about a:link, a:visited, a:active {
  color: #444444;
  text-decoration: underline;
}

.about a:hover {
  color: #0000FF;
  text-decoration: none;
}

/*about us page images */
#aboutimage {
  clear: both;
  margin: 0;
  padding: 0;
}

#aboutimage img{
  border: 2px solid #CCCCCC;
}
/*aboutus images ends */


 /* begin contact form */

#contact {
  width:700px;
  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 {
  font-size: medium;
  color: #444444;
}

/* end contact form */


/*Table of stockists*/

#table {
   border: 1px solid #CCCCCC;
   background-color: #EDEDED;
   color: #444444;
   width: 725px;
 }

#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;
}

.shopitem2 {
 height: 350px;
}

.shopitem2 img {
  float: right;
  margin: 10px 10px 5px 10px;
  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: 50px;
  text-align: center;
  font-size: small;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  background-position: center;
  background-color: #999999;
  margin-top: 25px;
}
.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 */



