/****************************************
*  Site specific css definitions
****************************************/

html, body {
  background:url(../../images/layout/background_bottom.gif) repeat top left;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

table {
  border-collapse: collapse;
}

td {
  text-align: left;
  vertical-align: top;
}

div.book {
  background:url(../../images/layout/background_top.gif) top left repeat-x;
  height:100%;
  width:100%;
}

table.page {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  vertical-align: top;
  background:url(../../images/layout/content_background.gif) top left repeat-y;
}

td.leftcolumn {
  width: 255px;
  padding-top:15px;
}

td.mininav  {
  background:url(../../images/layout/wave.jpg) top left no-repeat;
  width:331px;
  height:123px;
}

td.content {
  background:url(../../images/layout/foot_top.gif) bottom left no-repeat;
  height:30px;
}

td.content-home {
  background:url(../../images/titles/comfort_reliability.jpg) bottom left no-repeat;
  height:274px;
}

td.dotted {
  background:url(../../images/layout/dotted_repeat.gif) top right repeat-y;
}

td.button {
  background:url(../../images/layout/dotted_horiz.gif) top left no-repeat;
}

td.footer {
  background:url(../../images/layout/footer.gif) top left no-repeat;
  height:68px;
  text-align:center;
  padding-left:450px;
  margin-top:24px;
}

td.footer p
{
	position:relative;
	margin-top:14px;
}

/******************************
  Div Styles
*******************************/

#product_left_col {
  float: left;
  width: 110px;
  line-height: 19px;
  text-align: left;
  font-size: 10px;
  margin: 0px 0px 30px 0px;
}

#product_right_col {
  float: right;
  width: 375px;
  margin: 5px 0px 30px 0px;
}

#product_right_col p:first-line {
  font-weight: bold;
  font-variant: small-caps;
  color:#666666;
  font-size: 14px;
}

/******************************
  Paragraph Styles
*******************************/

p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
  margin:0px 40px 20px 0px;
}

p.small {
  font-size:9px;
}

p.nomargin {
  margin:0px 0px 0px 0px;
}

p.white {
  color:#ffffff;
}

p.left-column {
  margin:10px 45px 16px 30px;
}

/******************************
  Header Styles
*******************************/

h1 {
 font-size:14px;
 color:#cc0000;
 margin:0px 15px 0px 0px;
}

h2 {
  font-variant: small-caps;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 0px 0px 15px 0px;
}

h3 {
  font-variant: small-caps;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #CC0000;
  margin-bottom: 3px;
}

h3.product {
  font-variant: small-caps;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #CC0000;
  border-bottom: 1px dashed #999;
  margin: 15px 40px 3px 0px;
}

h5 {
 font-size:14px;
 color:#cc0000;
 margin:0px 15px 0px 0px;
}

/******************************
  List Styles
*******************************/

li {
  font-size: 12px;
  line-height: 16px;
  margin-right: 40px;
}

/******************************
  General Styles
*******************************/

strong.small {
  font-size: 10px;
}

.clearboth { 
  clear: both; 
}

/******************************
  Form styles
*******************************/

input {
  margin-top: 10px;
}

/******************************
  Image styles
*******************************/

img.head-titles {
  margin-bottom: 10px;
}

/******************************
  Link Styles
*******************************/

a:link {
  text-decoration:none;
  font-weight:normal;
  color:#cc0000;
}

a:visited {
  text-decoration:none;
  font-weight:normal;
  color:#cc0000;
}

a:hover {
  text-decoration:underline;
  color:#cc0000;
}

a.white {
  color:#ffffff;
}

a.plain:link, a.plain:visited, a.plain:hover {
  text-decoration:none;
  font-weight:normal;
  color:#000000;
}

/******************************
  Link Styles
*******************************/

.genContactFrm table {
	width:95%;
}

.genContactFrm table td {
	padding:1px;
	line-height:16px;
}

.genContactFrm table input[type="text"] {
	margin:0px;
	width:200px;
	height:14px;
	line-height:14px;
}

.genContactFrm table textarea, .genContactFrm table select {
	width:300px;
}