/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
a {
  text-decoration: underline;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
.yui-b {
  text-align: center;
  background: #0099FF;
}
.yui-g {
  background: #000000;
}
.yui-b ul li{
  list-style: none;
}
.yui-b li {
	margin-bottom: 15px;
	color: #FFFFFF;
	font-size: 1.1em;
}
.yui-b h2 {
  line-height: 25px;
  color: #FFFF00;
}
.yui-u p,  a {
  font-size: 1.1em;
  color: #FFFFFF;
}

.yui-u img {
  padding: 4px;
  float: none;
}
.yui-u {
  background: #000000;
}
#yui-warranty p {
background: white;
padding: 0px;
margin: 0px 20px 0px 20px;
}
#yui-warranty {
  margin: 0;
  padding: 10px;
  background: #FFFFFF;
  border: 4px solid #000000;
}
#yui-warranty ol, li {
   margin-left: 28px;
}
#yui-warranty h3 {
  margin-bottom:  1px;
  margin-left: 20px;
}
#yui-warranty h1 {
  margin-bottom:  1px;
  margin-left: 20px;
  text-align: center;
}
#yui-warranty h2 {
  margin: 5px 0px 15px 20px;
  margin-left: 20px;
  text-align: center;
}
#yui-why a {
  color: #0099FF;
}
#yui-why .question {
  color: #FFFFFF;
}
#yui-features {

}
#yui-features table {
  background: #FFFFFF;
  width: 90%;
  border: 1px solid #000000;
  margin: 5%;
}
#yui-features table .feature {
  color: #0099ff;
  text-align: center;
}
#hd p {
  clear: both;
  font-size: 1.5em;
  background: #CC3300;
  color: #FFFFFF;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  text-align: center;

}
#promo {
  background: #0099ff;
  width: 950px;
  height: 266px;
  clear: both;
}
#hd {
  width: 950px;
  height: 364px;
  background: #FFFFFF;
}
#hd H1, img {
  float:left;
}
#hd img {
  padding: 0 10px 0 0;
}
#hd dl {
  float: left;
  width: 700px;
  margin: 10px 20px;
  padding: 0;
  display: inline;
}
#hd dt {
  float: left;
  width: 700px;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 250%;
  letter-spacing: 1px;
  color: #FFFF00;
  font-weight: bold;
}
#hd dd {
  padding: 0;
  color: #FFFFFF;
  font-size: 110%;
  line-height: 1.5em;
  margin: 0 170px 0 0;
}
#hd dl dd.img {
  margin:0;
}
#hd dd.img img {
  float: right;
  padding: 5px;
}
#bd {
  background: #000000;
}
#ft {
  border: 2px solid #000000;
  background: #FFFFFF;
  height: 180px;
}
#ft h2 {
  font-size: 1.5em;
  line-height: 25px;
  text-align: center;
  background: #E8662A;
}
#ft p {
  font-size: .75em;
  color: #000000;
  margin: 5px 0 0 5px;
}
#ft a {
	color:#0066FF;	
	text-decoration: underline;
}
#ft a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#ft li {
	list-style:none;	
	margin-left: 0px;
	float:left;
}
#ft ul {
	margin-left: 0px;
	padding-left: 110px;
	
}
#yui-main {
  background: #0099FF;
}
#yui-contact {
  background: #0099FF;
}
#yui-contact li {
  list-style: none;
}
#yui-contact label {
  float: left;
  margin-right: 1em;
  text-align: right;
  width: 10em;
}
#yui-contact fieldset li {
  padding-bottom: .5em;
}
#yui-contact fieldset.submit {
  border: 0pt none #006633;
  float: none;
  padding: 0pt 0pt 20px;
  text-align: center;
  width: auto;
}
#yui-submit-warranty {
  background: #0099FF;
  padding: 10px;
}
#yui-submit-warranty li {
  list-style: none;
}
#yui-submit-warranty label {
  float: left;
  margin-right: 1em;
  text-align: right;
  width: 15em;
  color: #FFFFFF;
}

#yui-submit-warranty p  {
  color: #FFFFFF;
}
#yui-submit-warranty legend  {
  padding-left: 2px;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 20px;
}
#yui-submit-warranty fieldset li {
  padding-bottom: .5em;
}
#yui-submit-warranty fieldset  {
  border: 2pt solid #FFFFFF;
  margin: 20px;
}
#yui-submit-warranty h4, h3 {
  color: #FFFFFF;
}
#yui-submit-warranty fieldset.submit {
  border: 0pt none #006633;
  float: none;
  padding: 0pt 0pt 20px;
  text-align: center;
  width: auto;
}
#yui-submit-warranty  .collectors label {
  float:none;
  margin-left:0.1em;
  margin-right:0pt;
  text-align:right;
  width:auto;
}
#logo {
  width: 210px;
  padding: 0;
  margin: 0;
  float: left;
  height: 70px;
}
#nav {
  float: left;
  width: 740px;
  height: 70px;
  margin: 0;
  padding: 0px;
  list-style: none;
  background: #FFFFFF;
  color: #000000;
}
#nav li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}
#nav a {
  float: left;
  display: block;
  margin: 30px 2px 0 1px;
  padding: 4px 8px;
  color: #333;
  text-decoration: none;
  border: 1px solid #0099FF;
  border-bottom: none;
  background: #F9E9A9;
}
fieldset strong {
  color: #CC0000;
}
.warning {
  color: #CC0000;
  font-weight: bold;
}
#yui-submit-warranty li.email_omit label {
	display:block;
	float:none;
	margin-left:25px;
	margin-top:-17px;
	text-align:left;
	width:400px;
	font-weight:bold;
	color:yellow;
}
li.email_omit {
	color:#CCCC00;
	padding-bottom:10px;
	padding-left:185px;
	padding-top:0;
}
input#email_check {
	padding-right:10px;
}
/*
  fieldset {
  margin: 1.5em 0 0 0;
  padding: 0;
}
legend {
  margin-left: 2em;
  color: #FFFFFF;
  font-weight: bold;
  padding-right: .2em;
  padding-left: 2px;
}
label {
  float: left;
  width: 12em;
  margin-right: .4em;
  text-align: right;
  margin-top: .2em;
  font-weight: bold;
}
fieldset ol {
  padding: .1em 1em 0 1em;
  list-style: none;
}
fieldset li {
  padding-bottom: .1em;
  list-style: none;
  margin-bottom: 0.5em;
}
fieldset input {
  margin-left: 0em;
  border-right: 0;
  text-align: left;
  font-size: 10px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
fieldset.submit {
  float: none;
  width: auto;
  border: 0 none #FFF;
  text-align: center;
  padding-bottom: 10px;
}
*/

/* setting a consistent width, 160px;
   control of type=file still not possible */
/*
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

*/

