/* All CSS by J. Denning of http://www.rocworx.com */

html, body {
 margin: 0;
 padding: 0;
 height: 100%;
 color: #000000;
 font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
 font-size: small;
 font-weight: normal;
 background-image: url(images/page_bg.gif);
 background-repeat: repeat;
 }

#main {
 background-image: url(images/hdr_bg.gif);
 background-repeat: repeat-x;
 }

#container {
 margin: auto;
 min-height: 400px;
 position: relative;
 width: 790px;
 }

* html #container {
  height: 100%;
  }

#hdr {
 height: 190px;
 width: 775px;
 padding: 0px;
 margin:0;
 }

#hdr_text {
 float:right;
 color:#fff;
 font-size:large;
 font-weight:bold;
 }

#hdr_text .small {
 font-size:medium;
 font-weight:bold;
 }

#main_container {
 float: left;
 width: 780px;
 height: 1200px;
 background-image: url(images/content_bg.jpg);
 background-repeat: repeat-y;
 }

#content {
 position:absolute;
 top:210px;
 left:180px;
 width:580px;
 margin:0px;
 }

* #content {
  height: 100%;
  margin-right:20px;
  }

#quotebox {
 float:right;
 height:120px;
 width:185px;
 background-image:url(images/quotebox.jpg);
 background-repeat:no-repeat;
 padding:2px;
 padding-left:20px;
 padding-top:5px;
 color:#fff;
 font-weight:bold;
 font-size:small;
 }

#quotebox .fine {
 font-weight:normal;
 font-size:x-small;
 }

#leftbar {
 float:left;
 height:100%;
 width:170px;
 }

#bubble {
 float:left;
 width:170px;
 }

#bubble_content {
 width:142px;
 float:left;
 padding-left:12px;
 font-size:small;
 color: #000;
 font-weight:bold;
 background-image:url(images/leftbar_bg.jpg);
 background-repeat: repeat-y;
 }

#links {
 float:left;
 clear:both;
 width:170px;
 margin-top:20px;
 color:#ccc;
 padding:10px 5px 10px 5px;
 font-size:x-small;
 }

#kit_container {
 float:left;
 clear:both;
 width:580px;
 }

#kit_left {
 float:left;
 width:320px;
 margin-right:10px;
 padding:5px;
 background:#fff;
 font-size:x-small;
 }

#kit_right {
 float:left;
 width:200px;
 padding:5px;
 background: #fff;
 }
 
#footer {
 position:relative;
 float: left;
 clear:both;
 width: 99%;
 height: 30px;
 padding: 5px;
 padding-top:15px;
 color: #ccc;
 border-top:1px dotted #ccc;
 font-size: x-small;
 text-align: center;
 margin-top:20px;
 }

/*end layout definitions*/


/* general site styles */

p {
 margin-top:0px;
 margin-bottom:15px;
 }

img.cntr {
 text-align:center;
 clear:both;
 }

p.red {
 color:red;
 font-weight:bold;
 }

img {
 float:left;
 }

img.kit {
 margin-bottom:10px;
 }

.price {
 color: #f93;
 font-weight:bold;
 }

.fine {
 font-size:xx-small;
 clear:both;
 }

h1 {
 height:40px;
 width:560px;
 padding-top:8px;
 padding-left:55px;
 margin: 0px 0px 5px 0px;
 background: url(images/h1.jpg);
 background-repeat:no-repeat;
 color: #f93;
 font-size: large;
 font-weight:bold;
 }

#footer a {
 color: #c90;
 text-decoration:none;
 border-bottom: 1px dotted #c90;
 }

#footer a:hover {
 color:#ff3;
 text-decoration:none;
 border-bottom: 1px dotted #ff3;
 }

a img { 
 text-decoration:none;
 border:0;
 }

a {
 color: #f93;
 text-decoration:none;
 border-bottom: 1px dotted #f93;
 }

a:hover {
 color:#fc9;
 text-decoration:none;
 border-bottom: 1px dotted #fc9;
 }

