/*-------------------------------------------------------------------------------------------
Coyle Medical: Homepage Base Styles
Author:   Mario S. Cisneros
Version 3:  23 December 2006
-------------------------------------------------------------------------------------------------*/
html
{height: 100%;
  margin-bottom: 1px;}

body	
{margin: 0;
  padding: 0;
  text-align: center;
  background: #E9E9E0 url("../images/bg/body.jpg") repeat-y center top;}

#container
{position: relative;
  width: 760px;
	margin: 0 auto;
  font: normal 1em arial, verdana, sans-serif;
	background: #fff;}

#browseralert
{display: none;}

#header
{position: relative;
  width: 760px;
  height: 100px;
  border-top: 3px solid #A6C976;
  background: #4679AF url(../images/header/header.jpg) no-repeat left top;}

#logo
{position: absolute;
  top: 15px;
  left: 15px;
  width: 310px;
  height: 70px;
  background-color: #4679AF;}

#logo img
{border: 0;}

#tagline
{position: absolute; display: none;
  top: 50%;
  left: 43%;
  width: 250px;
  height: 10px;
  color: #FFF;
  text-transform: uppercase;
  font: normal 0.7em tahoma, arial, verdana, sans-serif;}


/* Headings 
---------------------------------------------------------------------------------------*/
h1
{font: normal 1.4em georgia, "trebuchet ms", arial, sans-serif;
	text-align: center;
  text-transform: capitalize;
	color: #4679AF;
  margin-top: 10px;
  margin-bottom: 5px;
	padding: 0;
	border-bottom: 1px solid #666;}

h2
{font: small-caps bold 1.2em "trebuchet ms", verdana, arial, sans-serif;
  color: #366420;
  margin: 15px 0 2px 5px;
  padding-left: 10px;
  background: url("../images/down-arrow.gif") no-repeat 0% 50%;}

#centercolumn h2
{font-size: 1.4em;
  font-family: georgia, sans-serif;
  font-variant: normal;
  text-transform: capitalize;
  margin: 15px 0 0 0;}

h3
{font: bold 1.2em "trebuchet ms", verdana, arial, sans-serif;
  text-align: left;
  text-transform: uppercase;
  color: #4679AF;
  margin: 0 0 15px 0;
  border-bottom: 1px dashed #4679AF;}


/* Structure
---------------------------------------------------------------------------------------*/
#leftcolumn
{float: left;
  width: 190px;
  height: 580px;
  display: inline;
  font-size: 0.8em;
  text-align: left;
  border-right: 1px solid #666;}

#leftcolumn ul
{margin: 0;
  padding: 0;
  list-style: none;}

#leftcolumn ul li
{line-height: 1.5;
  padding-left: 5px;}

#centercolumn
{width: 355px;
  float: left;
  display: inline;
  font-size: 0.8em;
  text-align: justify;
  line-height: 1.5;
  margin: 5px 0 0 10px;
  background: #fff;}

#centercolumn p
{margin: 5px 0 10px 0;}

#centercolumn #intro
{font-size: 1.2em;
  color: #666;}

#rightcolumn
{float: right;
  width: 190px;  
  height: 580px;
  display: inline;
  font-size: 0.8em;
  text-align: left;
  line-height: 1.5;
  border-left: 1px solid #666;}

#rightcolumn p
{margin: 5px 0;
  padding-left: 5px;}

#rightcolumn ul
{margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-position: inside;}

#rightcolumn ul li
{padding: 0 5px 10px 5px;}

#content
{width: 740px;
  font-size: 0.9em;  
  text-align: justify;
  margin-top: 15px;
  padding: 0 10px;}

#content img
{float: left;  
  margin: 3px 10px 10px 0;
  border: 1px solid #666;}

#content dd
{font-size: 0.8em;
  margin-left: 0;
  padding-top: 5px;}


/* Clear Floats
---------------------------------------------------------------------------------------*/
#clear
{clear: both;
  height: 1px; 
  overflow: hidden;}

#dropcap
{float: left;
  font-size: 500%;
  font-weight: bold;
  font-family: verdana, sans-serif;
  color: #009900;
  padding: 18px 0px;}


/* Product Album
---------------------------------------------------------------------------------------*/
#specials
{width: 345px;
  margin: 15px 0;
  padding: 5px;
  text-align: center;
  border: 1px solid #C6DCA6;}

#specials h2
{font: normal 1.5em georgia, verdana, arial, sans-serif;
  text-align: center;
  color: #A6C976;
  margin: 0 0 10px 0;
  padding: 5px 0;
  background: #4679AF;}

#scooter 
{padding-right: 25px;}

#wheelchair 
{padding-left: 25px;
  border-left: 1px dashed #ccc;}

#productalbum 
{position: relative;
  width: 355px;}

#productalbum ul
{margin: 0;
  padding: 0;
  list-style: none;}

#productalbum li 
{display: inline;
  position: relative;
  float: left;
  list-style-type: none;
  padding-left: 4px;
  color: #333;}

#productalbum p
{text-align: center;
 margin-top: 5px;}

#productalbum img 
{border: 1px dashed #ccc;}


