/* common styles
----------------------------------------------- */
body {
background: Black;
font-family: "Trebuchet MS", verdana, lucida, helvetica, sans-serif;
margin: 0px;
padding: 0px;
color: #000;
}


/* layout
----------------------------------------------- */
#container {
	position: relative;
	background: #FFF;
	margin: 20px auto;
	padding: 0px;
	width: 705px;
	border: 5px solid #fff;
/*	left: 508px;
	top: 329px;  */
}

#navigation {
vertical-align: top;
width: 160px;
border: 0;
}

#explanation {
margin: 0 0 0 5px;
width: 540px;
background: transparent;
}

#explain {
padding: 0 5px 0 5px;
/* background-color: #e9e9e9; */
margin: 0 0 0 5px;
}

#controls {
margin: 0;
width: 698px;
background: Black;
height: 1.5em;
text-align: center;
border: 1px solid #000;
clear: both;
}

#subcontrols {
text-align: left;
margin: 5px 0 5px 5px;
padding: 5px 0 5px 5px;
line-height: 15px;
}

#subcontrols img {
vertical-align: middle;
border: 0;
}

.product {
margin: 0px 10px 10px 10px;
border: 1px solid #999999;
width: 170px;
border-collapse: collapse;
}

.bigproduct {
margin: 10px auto;
border: 1px solid #999999;
width: 350px;
border-collapse: collapse;
}

#detail {
margin: 10px auto;
color: #999999;
font-family: Verdana, Arial;
font-size: 11px;
text-align: center;
border: 1px solid #999999;
}

#detail td {
border: 1px solid #CCCCCC;
border-collapse: collapse;
padding: 3px;
}

.tagline {
border-bottom: 1px solid #999999;
padding: 2px 0px 2px 5px;
height: 24px;
}

html>body .product {
margin: 14px 10px 10px 10px;
}

#fixing {
margin: 10px auto;
}

#upper {
text-align: center;
}

#intro {
/* padding-bottom: 20px; */
}

.banana {
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

/* Pictures on News page */

.stc {
	width: 320px;
	height: 226px;
	margin: 5px 0px 10px 10px;
	border: 0px;
}

/* Main new item spacing of lowest (or only) paragraph of news */

.baseline {
	margin-bottom: 20px;
}

.individual {
	width: 520px;
	text-align: left;
	font-size: 18px;
}

#productbox {
	width: 520px;
	padding: 0px;
}

#topbox {
	padding-top: 0px;
}

.gallerybox {
	width: 250px;
	padding: 0px 15px 5px 10px;
	text-align: center;
	font-size: 13px;
}

.gallerytext {
	width: 250px;
	padding: 0px 15px 15px 10px;
	text-align: justify;
	font-size: 13px;
}

.picmid {
	padding: 10px 10px;
	border: 0px;
}

/* header
----------------------------------------------- */

#pageLogo {
	background: url(header.jpg) top left no-repeat;
	height: 265px;
	margin: 0;
	border-bottom: 5px solid #fff;
	}

#pageLogo h1 {
	display: none;
	}


/* text
----------------------------------------------- */
p {
font-size: 12px;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

#news {
color: #fff;
}

.tagline {
color: #6699cc !important;
}


/* headings
----------------------------------------------- */
#navigation {
margin: 0px;
}


/* lists
----------------------------------------------- */

#subcontrols ul {
margin: 0 0 10px 0;
padding: 0 0 0 35px;
list-style-type: square;
color: #fff;
}

.smalllist {
font-size: 12px;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

/* links
----------------------------------------------- */

a, a:link, a:visited {
color: #99CCFF;
text-decoration: underline;
font-weight: normal;
}

a:hover {
color: #fff;
text-decoration: none;
font-weight: normal;
}

#fixing a:hover {
color: #000;
text-decoration: none;
font-weight: normal;
}

#navigation a, #navigation a:link, #navigation a:visited {
font-weight: bold;
text-decoration: underline;
color: #3399CC;
}

#navigation a:hover {
font-weight: bold;
text-decoration: none;
color: #fff;
}

#controls a, #controls a:link, #controls a:visited {
text-decoration: underline;
color: #fff;
font-size: 12px;
padding: 0 20px 0 0;
}

#subcontrols a, #subcontrols a:link, #subcontrols a:visited {
text-decoration: none;
color: #fff;
font-size: 12px;
padding: 0 20px 0 0;
}

#subcontrols a img {
background: #fff;
}

#subcontrols .front {
margin: 0 0 10px 0;
}

#subcontrols a:hover, #controls a:hover {
text-decoration: none;
color: #99CCFF;
}

#subcontrols a:hover img {
background: #99CCFF;
}

.bigproduct a:link, .bigproduct a:active, .bigproduct a:visited, .bigproduct td, .product a:link, .product a:active, .product a:visited, .product td {
text-decoration: none;
color: #999999;
font-family: Verdana, Arial;
font-size: 12px;
}

/* Customer columns */

#customleft {
line-height: 16px;
}

#customright {
line-height: 16px;
}


/** Richard's Stuff **/

.small {
	font-size: .9em;
	letter-spacing: 2px;
	}

 span.dropcapi {
  display:block;
  float:left;
  width:53px;
  height:54px;
  margin-right:5px;
  background-image:url("images/dropcap_i.jpg");
  background-repeat:no-repeat;
  }
  
span.dropcapi span {display:none;}

 span.dropcapu {
  display:block;
  float:left;
  width:53px;
  height:54px;
  margin-right:5px;
  background-image:url("images/dropcap_u.jpg");
  background-repeat:no-repeat;
  }
span.dropcapu span {display:none;}

 span.dropcape {
  display:block;
  float:left;
  width:53px;
  height:54px;
  margin-right:5px;
  background-image:url("images/dropcap_e.jpg");
  background-repeat:no-repeat;
  }
span.dropcape span {display:none;}

 span.dropcapf {
  display:block;
  float:left;
  width:53px;
  height:54px;
  margin-right:5px;
  background-image:url("images/dropcap_f.jpg");
  background-repeat:no-repeat;
  }
span.dropcapf span {display:none;}

 span.dropcapm {
  display:block;
  float:left;
  width:53px;
  height:54px;
  margin-right:5px;
  background-image:url("images/dropcap_m.jpg");
  background-repeat:no-repeat;
  }
span.dropcapm span {display:none;}

 span.dropcaps {
  display:block;
  float:left;
  width:53px;
  height:54px;
  margin-right:5px;
  background-image:url("images/dropcap_s.jpg");
  background-repeat:no-repeat;
  }
span.dropcaps span {display:none;}
