@import url(/res/styles/reset.css);
body {
   font-size:62.5%;
   background: #eeeeee url(/res/images/background.gif) top center repeat-x; 
   font-family: Verdana, arial, helvetica,  sans-serif;
   border-bottom: 20px solid #333;
}

#container { 
   width: 775px;
   margin: 0 auto;
   border: 1px dashed #999;
   border-width: 0 1px 0 1px;
   font-size: 1.2em;
}

strong { font-weight: bold; color: #111; }
h2 { font-size: 200%; margin-bottom: .45em; }
h2 #mike_vende { padding-top: 25px; }
h4 { color:#eee; }
p { line-height: 160%; }

#products ul li a i,
#top-nav a i,
#header .tagline i,
#header .logo i {
   position: absolute;
   left:0;
   top:0;
   width:100%;
   height:100%;
}

#header {
   background: transparent;
   min-height: 400px;
   position:relative;
}
#header h4 { text-indent: -9999em; overflow: hidden; }
#header .logo {
   width: 340px;
   height: 346px;
   position:absolute;
   bottom:24px;left:10px;
   text-indent: -999em;
   overflow:hidden;
}
#header .logo i { background: transparent url(/res/images/logo.png) top left no-repeat; }
#header .tagline {
   width: 278px;
   height: 194px;
   position:absolute;
   top:100px; right:102px;
   text-indent: -999em;
   overflow:hidden;
}
#header .tagline i { background: transparent url(/res/images/tagline.gif) top left no-repeat; }

#top-nav {
   background: #6b6b6b;
   height: 56px;
   width: 428px; 
   padding-left: 322px;
   position: absolute;
   bottom:0; left:12px;
}
#top-nav li {
   float:left;
   height: 35px;
   margin-top:10px;
}
#top-nav a {
   display: block;
   height: 100%;
   width: 100%;
   background: #6b6b6b;
   position: relative;
}
#top-nav a i {
   cursor: pointer !important;
   display: block;
   background: transparent url(/res/images/nav/home.gif) 0 -41px no-repeat;
   text-indent: -999em;
   overflow: hidden;
}

#top-nav a:hover i, #top-nav a:focus i { background-position: 0 -4px; }

#nav-home a { width: 75px; }

#nav-about a { width: 90px; }
#nav-about a i { background: transparent url(/res/images/nav/about.gif) -1px -44px no-repeat; }

#nav-products a { width: 130px; }
#nav-products a i { background: transparent url(/res/images/nav/products_03.gif) -1px -43px no-repeat; }

#nav-contact a { width: 114px; }
#nav-contact a i { background: transparent url(/res/images/nav/contact.gif) -2px -47px no-repeat; }

#content-wrapper {
  background: transparent url(/res/images/background-content.gif) top center repeat-y;
  padding: 24px 0 0 0;
}
#content-wrapper li { margin-bottom: .5em; }

#main-content {
   float: left;
   width: 300px;
   margin-left: 40px;
   line-height: 15px;
}
div#content {
   float:left;
   width: 300px;
   margin-left: 59px;
   margin-bottom: 22px;
   line-height: 35px;
}
div#content p#ideas, img {
  font-size: 110%;
  font-weight: bold;
}
#contact-column {
   float: left;
   width: 300px;
   margin: 10px 0px 0px 59px;
}
#contact-column ul {
   maring-top: 7px;
   line-height: 10px;
}   
div#content p{
   margin-bottom: 10px;
}
div#content i { margin-left: 50px; }
div#content ul {
   margin-top: 7px;
}
#contact li {
   line-height:150%;
}
.read-more {
   text-align: right;
   font-weight: bold;
   padding: 2px !important;
   padding: -2px 2px;
   margin-top:30px;
}
.read-more a {
   padding: 2px 6px;
   color: #0054a5;
   text-decoration: none;
}
.product { margin-bottom: 2em; }
.product p.read-more {
   text-align:right;
   color:#0B4377;
   font-weight:bold;
}
.column {
   float: left;
   margin-left: 80px;
   margin-bottom: 10px;
}
.column ul li{
   line-height: 30px;
}
.column#main ul li{
   line-height: 13px !important;
}
.column img {
   border: 3px solid #999;
}
.column-two {
   float: left;
   margin-left: 50px;
   margin-top: 60px;
   width: 300px;
}
#column-two #cs {
   padding-top: 60px;
   padding-left 35px;
}
#products {
   float: left;
   width: 300px;
   margin-left: 50px;
}
#products ul a {
  outline: 1px solid #0055a6;
  display: block;
  text-align: center;
  padding: 18px;
  height: 105px;
  position:relative;
}
#products p{
   margin: 0 0 0 10px;
}
#products a:hover { outline: 3px solid #0055a6; }
#products a:hover i, #products a:focus i{ background-position: 0px 70px; }
#products ul li { margin: 0 0 18px 0; }
#products ul li a i {
   background:url(/res/images/arrow.gif) -1px 34px;
   left:auto;top:auto;
   bottom:0;
   display: block;
   height:27px;
   right:0; 
   width: 41px; 
}
#sayings {
   padding-left: 5px;
   line-height: 14px;
}
#contact-info {
   background-color: #0055a6;
   color: white;
   clear:both;
   float:left;
   width: 100%;
}
#contact-info h3 {
   float: left;
   padding: 6px;
   border-right: 1px solid white;
   font-weight: bold;
   margin-top: 5px;
   margin-bottom: 5px;
   text-transform: uppercase;
   font-size: 100%;
}
#contact-info p {
   float: left;
   padding: .8em .15em .2em 4em;
   font-size: 90%;
}
textarea#txt_message {
	margin-bottom: 15px;
}

#contact-info a{ color: white; }
#contact-info a:hover { color: #333; }
#nav-bottom li {
   border-right: 1px solid #333;
   margin: 0  0 .5em;
   padding: 0 0.5em;
   font-weight: bold; 
   text-decoration: none;
   display: block;
   font-size: 80%;
   font-family: arial;
   float: left;
}
#nav-bottom ul { margin-top: .20em; }
#nav-bottom a {
   text-decoration: none;
   color: #333;
}
#copyright {
   float: right;
   font-family: verdana;
   position: relative;
   top: -.25em;
}
#copyright p {
   width: 100%;
   padding-bottom: .25em;
}
#footer {
  background: #eee;
  border-top: 20px solid #333;
  margin: 2em 10px 0 9px;
  padding: 1em 2em .50em 2em;
}
.hidden {
   position: absolute;
   left: 0px;
   top: -500px;
   width: 1px;
   height: 1px;
   overflow: hidden;
   }
#footer a:hover { color: #0055a6; }

a#skip:hover, a#skip:focus, a#skip:active { background: #0054a5; }
a#skip:link, a#skip:visited { color: #eee; }
a#skip {
   text-transform: uppercase;
   display: block;
   font-weight: bold;
   position: absolute;
   text-align: center;
   top: 0;
   width: 100%;
   z-index: 1000;
   padding: .25em 0 .5em 0;
   text-decoration: none;
   letter-spacing:.05em; 
}
#sayings li {
   padding: 5px;
   font-style: italic;
   font-weight: bold;
}
#sayings li:hover { 
   color: #0054A5;
}
#content-products {margin: 11px 0px 0px 60px;}
#content-products img{ border: 3px solid #999;}
#content-products h2 {margin: 10px 0px 25px 0px;}

#dog-col,#mike-col,
#sac-col {
   width: 210px;
   margin-top: 15px;
   float: left;
   margin-right: 10px; 
}
#dog-col, #mike-col{
   border-right: 1px dashed #999;
   padding-right: 5px;
}
form span {
   color: red;
}
p#required {
   color: red;
   font-style: italic;
   float: right;
}

