body{
  margin:0;
  padding:0;
  background-color: #ffffff;
  font-family: Trebuchet MS, sans-serif;
  font-size: 12px;
  padding-top: 55px;
  padding-bottom: 55px;
}

ol {
  padding-left: 20px;
}

ol li{
  margin-bottom: 1em;
}

textarea {
  font-family: Trebuchet MS, sans-serif;
  font-size: 12px;
  width: 525px;
}

/*------------------------------------------------------------
  basic layout - main
------------------------------------------------------------*/
#maincontainer{
  width: 900px; /*Width of main container*/
  min-height: 600px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  display: inline-block; /*sets hasLayout - required for IE*/
  overflow: hidden; /*causes modern browsers to enclose child floats*/ 
  position: relative;
  padding-bottom: 70px;
}

#maincontainer{
  display: block; /*resets to proper property value without resetting layout*/
}

.home {
  background-color: #c3d879;
  background-image: url(/graphics/bg_green.jpg); 
  background-repeat: repeat-x;
}

.browse {
  background-color: #f2b12f;
  background-image: url(/graphics/bg_orange.jpg); 
  background-repeat: repeat-x;
}

.blue {
  background-color: #b9dbda;
  background-image: url(/graphics/bg_blue.jpg); 
  background-repeat: repeat-x;
}

.offer {
  background-color: #c3d879;
  background-image: url(/graphics/bg_green.jpg); 
  background-repeat: repeat-x;
  border: 4px solid #577b35;
}

/*------------------------------------------------------------
  basic layout - top
------------------------------------------------------------*/
#topbar {
  top: 0px;
  left: 0px;
  width: 745px;
  border-left: 1px solid black;
  height: 147px;  
  position: relative;
}

.topbaroffer {
  border: 0px !important;
}

.topbarhome {
  background: url(/graphics/topbar_home.jpg) no-repeat top left;
}

.topbarhometest {
  background: url(/graphics/topbar_hometest.jpg) no-repeat top left;
}

.topbarbrowse {
  background: url(/graphics/topbar_browse.jpg) no-repeat top left;
}

.topbarbrowsetest {
  background: url(/graphics/topbar_browsetest.jpg) no-repeat top left;
}

.topbarblue {
  background: url(/graphics/topbar_blue.jpg) no-repeat top left;
}

.topbarbluetest {
  background: url(/graphics/topbar_bluetest.jpg) no-repeat top left;
}

#headline {
  position: absolute;
  top: 108px;
  left: 0px;
}

#headlineoffer {
  position: absolute;
  top: 50px;
  left: 0px;
}

/*------------------------------------------------------------
  floating logo
------------------------------------------------------------*/
#logohome {
  position: absolute;
  top: 80px;
  right: 20px;
  width: 110px;
  height: 78px;
  background-color: #d3e27e;
  border: 6px solid white;
  z-index: 1000;
}

#logobrowse {
  position: absolute;
  top: 80px;
  right: 100px;
  width: 110px;
  height: 78px;
  background-color: #efd06b;
  border: 6px solid white;
  z-index: 1000;
}

#logoblue {
  position: absolute;
  top: 122px;
  right: 30px;
  width: 110px;
  height: 78px;
  background-color: #ADDDDD;
  border: 6px solid white;
  z-index: 1000;
}

#logooffer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 110px;
  height: 78px;
  background-color: #d3e27e;
  border: 6px solid white;
  z-index: 1000;
}

#logo {
  padding: 4px 0px 0px 7px;
}

/*------------------------------------------------------------
  basic layout - colummns
------------------------------------------------------------*/
#leftcolumn {
  width: 155px;
  float: left;
  display: inline;
  position: relative;
}

.innertubel {
  margin-top: 20px;
}

#rightcolumn {
  width: 745px;
  float: left;
  display: inline;
}


#picpane {
  float: left;
  border: 9px solid #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  width: 254px;
  height: 297px;
  width: 250px;
  height: 290px;
  display: inline;
}

/*------------------------------------------------------------
  copypane variations and contents
------------------------------------------------------------*/
#copypane {
  float: right;
  margin-right: 73px;
  margin-top: 10px;
  margin-bottom: 16px;
  width: 375px;
  min-height: 408px;
  height:auto !important;
  height:408px;
  display: inline;
  padding: 0;
}

.copypanehome {
  border: 9px solid #ffffff;
  background-color: #dee9a4;
}

.copypanebrowse, .copypaneblue {
  border: 9px solid #000000;
  background-color: #ffffff;
}

.copypaneoffer {
  float: left !important;
  margin-left: 100px !important;
  margin-top: 10px !important;
  margin-bottom: 16px !important;
  width: 500px !important;
  clear: none !important;
  border: 9px solid #000000;
  background-color: #ffffff;
}

#offercopy {
  color: #577b35;
  margin-top: 10px !important;
  float: left;
  display: inline;
}

#copypane h1 {
  display: block;
  text-align: center;
}

.copypanehome h1 {
  margin-top: 0;
  font-size: 21px;
  font-family: OfficinaSerifStd-Book, Myriad Web, Trebuchet MS, sans-serif;
}

.copypanebrowse h1, .copypaneblue h1 , .copypaneoffer h1 {
  font-family: OfficinaSerifStd-Book, Myriad Web, Trebuchet MS, sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0;
}

#copypane a {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.copypanehome   a:hover {color: #48822d !important;}
.copypanebrowse a:hover {color: #bf8500 !important;}
.copypaneblue   a:hover {color: #20999a !important;}

.innertuber {
  padding: 10px;
}

.innertubebrowse {
  padding: 10px 30px 10px 30px;
  height:310px;
  height:320px;
  overflow-y: scroll;
}

.innertubeoffer {
  padding: 40px 80px 10px 80px;
  height:280px;
  font-size: 14px;
}

.innertubeblue {
  padding: 10px 30px 10px 30px;
  height:460px;
  overflow-y: scroll;
}

/*------------------------------------------------------------
  testimonial stuff
------------------------------------------------------------*/
.testimonial, #randomtest {
  font-style: italic;
}

.tsig {
  width: 100%;
  text-align: right;
  margin-bottom: 3em;
}

#randomtest {
  width: 275px;
  width: 250px;
  position: relative;
  top: 30px;
  left: 15px;
/*
  position: absolute;
  right: 40px;
  bottom: 25px;
*/
  font-size: 13px;
}

/*------------------------------------------------------------
  admin formatting
------------------------------------------------------------*/
#adminpane {
  float: right;
  border: 8px solid #ffffff;
  margin-right: 75px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #dee9a4;
  width: 654px;
  min-height: 400px;
  display: inline;
  padding: 0;
}

#adminpane h1  {
  margin-top: 0;
  display: block;
  text-align: center;
}

#adminpane th{
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  padding: 4px;
  font-weight: normal;
}

#adminpane th a {
  color: #ffffff;
  text-decoration: none;
}

#adminpane th a:hover {
  color: #c3d879;
}

#adminpane td {
  padding: 0;
  margin: 0;
  font-size: 10px;
  letter-spacing: 1px;
}

.nums  {
     text-decoration: none;
     color: #000000;
}

.nums:hover  {
     text-decoration: none;
     color: red;
}

.thisp  {
     font-size: 15px;
     font-weight: bold;
     color: #000000;
}

.bsinput {
  font-size: 10px;
  line-height: 10px;
}

.bsinput input {
  font-size: 10px;
  line-height: 10px;
  text-align: right;
}

.bsinputw {
  width: 548px;
  width: 525px;
  font-size: 10px;
}

.bsinputc {
  width: 471px;
  width: 445px;
  font-size: 10px;
}

.bsinputs {
  width: 20px;
  font-size: 10px;
}

.bsinputz {
  width: 40px;
  font-size: 10px;
}

.bsinputx {
  font-size: 10px;
  width: 200px;
}

.bsinpute {
  font-size: 10px;
  width: 500px;
}

.bsinputd {
  font-size: 10px;
  width: 60px;
}

.bsinputsel {
  font-size: 10px;
  width: 200px;
  letter-spacing: 1px;
}

.admintable {
    table-layout:fixed;
}

.admintable td {
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

/*------------------------------------------------------------
  menu
------------------------------------------------------------*/
#mainmenu {
  width: 155px;
  margin: 0;
}

#mainmenu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  text-align: right;
}

#mainmenu ul li {
  padding: 2px 10px 2px 0px;
  padding: 0px 10px 0px 0px;
}

#mainmenu a {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

#mainmenu a:hover {
  color: #333333;
}

.mstatic {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
  border-right: 1px solid black !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.mstatic a {
  color: #000000 !important;
}

.mstatic a:hover {
  color: #ffffff !important;
}

.mpad {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.blackbar2 {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: uppercase;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #000000;
  color: #ffffff;
}

.blackbar, .transbar {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  line-height: 1.5em;
}

.blackbar a {
  display: block;
  padding-right: 10px;
  color: #ffffff;
  background-color: #000000;
}

.mfilt {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mfilt a {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: normal !important;
  letter-spacing: normal;
  text-transform: uppercase;
}

.transbar a:hover {
  display: block;
  padding-right: 10px;
  background-color: #ffffff;
  color: #000000 !important;
}

.bb_home a:hover {
  color: #000000 !important;
  background-color: #ffffff;
}

.bb_blue a:hover {
  color: #000000 !important;
  background-color: #ffffff;
}

.bb_browse a:hover {
  color: #000000 !important;
  background-color: #ffffff;
}


.transbar a {
  display: block;
  padding-right: 10px;
}

.transbar a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.tb_home a {
  color: #000000;
  background-color: #48822d;
}

.tb_blue a {
  color: #000000;
  background-color: #20999a;
}

.tb_browse a {
  color: #000000;
  background-color: #bf8500;
  background-color: #e68700;
}

.submenu a {
  text-transform: none !important;
}

/*------------------------------------------------------------
  login form
------------------------------------------------------------*/
#login {
  float: left;
  width: 123px;
  border: 8px solid #ffffff;
  margin-left: 11px ;
  margin-top: 10px;
  font-size: 10px;
  display: inline;
}

.loginhome{background-color: #dee9a4;}
.loginbrowse{background-color: #f5d568;}
.loginblue{background-color: #b9dbda;}

#login a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 2px 5px 2px 4px;
  text-transform: uppercase;
  font-size: 7px;
  font-family: Tahoma, Helvetica, sans-serif;
}

#login a:hover {color: #000000;}

.loginhome a{background-color: #48822d;}
.loginbrowse a{background-color: #e68700;}
.loginblue a{background-color: #209999;}

.logfield {
  width: 104px;
  font-size: 10px;
}

/*------------------------------------------------------------
  signup and vendor edit forms
------------------------------------------------------------*/
#signup, #myaccount, #subscribe {
  font-size: 10px;
}

.signupinput{
  width: 270px;
  font-size: 10px;
}

.signupinputc {
  width: 190px;
  font-size: 10px;
}

.signupinputs {
  width: 20px;
  font-size: 10px;
}

.signupinputz {
  width: 40px;
  font-size: 10px;
}

.signupinputp {
  width: 175px;
  font-size: 10px;
}

#signup td {
  padding: 0;
  vertical-align: top;
}

.subscribeinput{
  font-size: 10px;
}

.subscribeinputw{
  width: 250px;
  font-size: 10px;
}

.subscribeinputc {
  width: 153px;
  font-size: 10px;
}

.subscribeinputs {
  width: 20px;
  font-size: 10px;
}

.subscribeinputz {
  width: 40px;
  font-size: 10px;
}

#subscribe img{
  padding: 0 !important;
  border: 0 !important;
}

/*------------------------------------------------------------
  inquiry form
------------------------------------------------------------*/
#inquiry {
  font-size: 10px;
}

.inquiryinput{
  width: 270px;
  font-size: 10px;
}

.inquirysel{
  width: 273px;
  font-size: 10px;
}

/*------------------------------------------------------------
  musicplayer
------------------------------------------------------------*/
#musicplayer{
  background-color: transparent;
  color: #cccccc;
}

.mpl {
  position: absolute;
  bottom: 1px;
  left: 10px;
}

.mpr {
  position: absolute;
  bottom: 1px;
  left: 10px;
}

#musicplayer, #musicplayer a {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}

#player {
  text-align: right;
  color: #ffffff;
}

#musicplayer a:hover {
  color: #000000;
}

/*------------------------------------------------------------
  browse template
------------------------------------------------------------*/
.bigtile {
  display: inline;
  float: left;
  height: 117px;
  height: 127px;
  width: 90px;
  border: 5px solid #ffffff;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 50px;
  background-color: #000000;
  padding: 10px;
  font-size: 10px;
  text-align: center;
  font-family: Tahoma, Helvetica, sans-serif;
}

.bigtile, .bigtile a, .bigtile a:hover {
  color: #ffffff;
  text-decoration: none;
}

.bigtile img {
  border: 2px solid #ffffff;
}

.bigtile2 {
  margin-left: 25px;
}

.smalltile {
  display: inline;
  float: left;
  clear: none;
  height: 92px;
  height: 100px;
  width: 60px;
  border: 4px solid #ffffff;
  margin-left: 0px;
  margin-right: 11px;
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: #000000;
  padding: 7px;
  font-size: 8px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  font-family: Tahoma, Helvetica, sans-serif;
  position: relative;
}

.smalltile, .smalltile a, .smalltile a:hover {
  color: #ffffff;
  text-decoration: none;
}

.smalltile img {
  border: 1px solid #ffffff;
  height: 58px;
  width: 58px;
  position: absolute;
  bottom: 10px;
  left: 7px;
}

.br_url, .br_urlm {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  font-size: 10px;
  text-align: left;
  width: 30%;
}

.br_urlm {
  width: 100%;
  margin-bottom: 20px;
}

.br_offer {
  margin-bottom: 10px;
  padding: 10px 10px 10px 10px;
  font-size: 10px;
  text-align: center;
  width: 50%;
  background-color: #efd06b;
  border: 1px solid black;
}

.bb_url {
    vertical-align: top;
}

.br_offer a:hover {
  color: #80650d !important;
}

.br_offerlink {
  font-weight: normal !important;
  display: block;
}

.br_url a {
  text-decoration: none;
  color: #e6a70c;
}

.br_url a:hover {
  color: #000000;
}

.br_music {
  clear: both;
}

.featuredbox{
  display: inline;
  float: left;
  width: 100px;
  margin-left: 20px;
}

/*------------------------------------------------------------
  shadow stuff
------------------------------------------------------------*/
.dropshadow {
  -moz-box-shadow: 3px 3px 3px #666;
  -webkit-box-shadow: 3px 3px 3px #666;
  box-shadow: 3px 3px 3px #666;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135);
}

/*------------------------------------------------------------
  search boxes
------------------------------------------------------------*/

.sbox {
  border: 4px solid #ffffff;
  background-color: #efd06b;
  padding: 2px 7px 2px 0px;
  font-size: 10px;
  text-align: right;
  margin-bottom: 10px;
  margin-left: 10px;
  clear: both;
}

.sboxinput, .sboxsel{
  font-size: 8px;
  line-height: 8px;
}

.sboxsel{
  width: 100px;
}

.sboxp{
  font-size: 10px;
  line-height: 10px;
}

/*------------------------------------------------------------
  blog
------------------------------------------------------------*/
#comment {
  width: 350px;
}

#searchsubmit {
  color: #ffffff;
  font-size: 8px;
  font-weight: ;
  text-transform: uppercase;
  border: 1px solid #20999a;
  background-color: #20999a;
  padding-top: 2px;
  padding-bottom: 2px;
}

#s {
  width: 80px;
}

.bord { border: 1px solid black;}

.home #quickinq { 
    border-top: 2px solid #c3d879;
    border-bottom: 2px solid #c3d879;
}

.blue #quickinq { 
    border-top: 2px solid #b9dbda;
    border-bottom: 2px solid #b9dbda;
}

.browse #quickinq { 
    border-top: 2px solid #f2b12f;
    border-bottom: 2px solid #f2b12f;
}

#quickinq textarea {
  width: 270px;
}

.blue .signupinput, .blue #quickinq textarea{
    width: 230px;
}
