
div.test {
	background: #696F46;
	color: #f0e8f2;
	list-style: katakana;
} 
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h4,h5,h6,pre,code { font-size:100%; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }
/* END of undo formating */
img {
	vertical-align: middle;
}
table        {
	margin: auto;
	width: 100%;
}
td {
	text-align: left;
	vertical-align: top;
}
body         {
	font-family: Arial;
	font-size: 100%;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background: White;
	background-image: url(../images/bg/purple3.png);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}
p {
	margin-top: 0;
	margin-bottom: .5em;
}
a:link       {
	text-decoration: none;
	color: #B74241;
	background-color: transparent;
}
a:hover      {
	text-decoration: underline;
	background-color: transparent;
}
a:visited   {
	text-decoration: none;
	color: #B74241;
	background-color: transparent;
}
a:hover      {
	text-decoration: underline;
	background-color: transparent;
}
a:active    {
	text-decoration: none;
	color: #B74241;
	background-color: transparent;
}
a:hover      {
	text-decoration: underline;
	background-color: transparent;
}
a:link.nd       {
	text-decoration: none;
	}
a:hover.nd      {
	text-decoration: none;
}
a:visited.nd   {
	text-decoration: none;
	}
a:hover.nd      {
	text-decoration: none;
}
a:active.nd    {
	text-decoration: none;
	}
a:hover.nd      {
	text-decoration: none;
}
a:link.menu       {
	text-decoration: none;
	color: #333333;
}
a:hover.menu      {
	text-decoration: underline;
}
a:visited.menu   {
	text-decoration: none;
	color: #333333;
}
a:hover.menu      {
	text-decoration: underline;
}
a:active.menu    {
	text-decoration: none;
	color: #333333;
}
a:hover.menu      {
	text-decoration: underline;
}
a:link.menuw       {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.menuw      {
	text-decoration: underline;
}
a:visited.menuw   {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.menuw      {
	text-decoration: underline;
}
a:active.menuw    {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.menuw      {
	text-decoration: underline;
}
.photo_solid_border {
	border: 1px solid #DCDBD9
}
h1           {
	font-size: 150%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2           {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}
h3 {
	margin: 0;
	font-weight: bold;
	font-size: 110%;
}
table {
	margin: auto;
}

td.content_areas {
	vertical-align: top;
	text-align: left;
	padding: 20px;
}
td.topright_align {
	vertical-align: top;
	text-align: right;
}
td.topleft_align {
	vertical-align: top;
	text-align: left;
}
td.topcenter_align {
	vertical-align: top;
	text-align: center;
}
.bold_text {
	font-weight: bold;
}
.italic_text       {
	font-style: italic;
}
.salmon_text {
	color: #B74241;
}
.red_text {
	color: #CC0000;
}
.brown_text {
	color: #42291D;
}
.s70percent_size    {
	font-size: 70%;
}
.s80percent_size     {
	font-size: 80%;
}
.s90percent_size     {
	font-size: 90%;
}
.s110percent_size  {
	font-size: 110%;
}
.s120percent_size  {
	font-size: 120%;
}
ol           {
	margin-left: 30px;
	padding-left: 30px;
}
ul           {
   margin-left: 30px;
	padding-left: 30px;
}
li           {
	margin-top: 0;
	margin-bottom: 1px;
	padding-top: 0;
	padding-bottom: 1px;
}
li.space_bottom {
	padding-bottom: 5px;
	padding-top: 0px;
}
blockquote {
}

.photo_border_no_float {
	padding: 0px;
	border: 3px double #C0C0C0;
}
.photo_float_right {
	padding: 0px;
	float: right;
	border: none;
	margin-left: 10px;
}
.right {
	padding: 0px;
	float: right;
	border: none;
	margin: 0 0 5px 20px;
}
.photo_float_left {
	padding: 0px;
	float: left;
	border: none;
	margin-right: 10px;
}
/*drop down for anylink*/
#dropmenudiv{
	position: absolute;
	border: 1px solid #241E1E;
	border-bottom-width: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 101;
	text-align: left;
	margin-top: 0px;
	background-color: White;
	margin-left: 0px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: White;
}

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #F1C553;
}
/*end drop down for anylink*/

/*random background images frontpage*/
#container {
	width: 500px;
	height: 326px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: White;
}
/*hrs*/
div.hr100 {
	margin: 1em auto 1em;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #9F9F9F;
	text-align: center;
}
div.hr90 {
	margin: 1em auto 1em;
	width: 90%;
	height: 1px;
	border-bottom: 1px dotted #9F9F9F;
	text-align: center;
}
h2.audigy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: .5em;
}
p.audigy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: .5em;
	text-align: justify;
	letter-spacing: 200%;
	line-height: 140%;
}
.gold {
	color: #89761D;
}
ol.audigy {
	font-size: 120%;
	margin-bottom: .75em;
	color: #89761D;
}
ul.gold {
	margin-bottom: .75em;
	color: #89761D;
}
/* For preloading images */
.hiddenPic {
	display: none;
}
#payplan {
	width: 600px; 
	border: 1px solid #C0C0C0;
}
#payplan th {
	text-align: center;
	height: 22px;
	background-color: #666666;
	color: white;
}
#payplan td {
	text-align: center;
}
#payplan .grey {
	background-color: #f5f5f5;
}
legend {
	color: #333333;
}.table-contact {
margin: 0 auto;
}
.table-contact td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
tr.phone {
	font-weight: bold;
	font-size: 115%;
	color: #6b1e7d;
}
tr.map-dir {
	font-size: 80%;
}table.ppListing {
	font-size: 9pt;
}
table.ppListing .c1 {
	width: 200px;
	text-align: center;
	vertical-align: middle;
}
table.ppListing .c2 {
	width: 350px;
	text-align: left;
	padding: 5px 0;
}
table.ppListing .c3 {
	text-align: center;
	padding: 5px 0 0 5px;
}
table.ppListing .c3 form {
	text-align: center;
	margin: 12px 0 0 0;
}
table.ppListing ul {
	margin: 0 0 .5em 0;
}
#footer, #flogos {
	text-align: center; 
	width: 760px; 
	margin: 5px auto 0px auto;
}
#flogos img {
	margin: 0 27px;
}
#passport {
	float: right;
	margin: 0 0 0 20px;
	position: relative;
	z-index:5;
	top: -5px;
}
#warrantyT {
	width: 500px;
	margin: 1em auto;
	background-color: #f5f5f5;
	border: 1px solid #eaeaea;
	font-size: 12pt;
}
#warrantyT td{
	width: 50%;
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #eaeaea;
}
.mb1em {
	margin-bottom: 1em;
}
.clearfloat{
clear:both;
height:0;
font-size:1px;
line-height:0px;
}
#pagecontent {
	background: White none;
	text-align: left;
	width: 720px;

}
.agx {
	position: relative;
	z-index: 10;
	bottom: -18px;
}
#agx9P {
	background: url(../images/0orange.jpg) no-repeat top;
}
#agx7P {
	background: url(../images/0yellow.jpg) no-repeat top;
}
#agx5P {
	background: url(../images/0green.jpg) no-repeat top;
}
#agx3P {
	background: url(../images/0blue.jpg) no-repeat top;
}
#ha1 {
	width:700px;
	margin: 0 auto 15px auto;
}
#ha1 td {
text-align: center; vertical-align: middle; width:33%
}
#ha1 td.cap {
	text-align: center; vertical-align: top; font-size:80%
}
#carecredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	z-index: 0;
	top: -30px;
}
h1.pt {
	margin: 0 0 .25em 0;
	position: relative;
	z-index: 1;
}
#twit {
position: relative;
z-index: 50;
top: 1px;
left: -142px;
}
#fb {
position: relative;
z-index: 50;
top: 1px;
left: -140px;
}
#h0 {
	width: 260px;
	text-align: right;
	float: right;
	height: 65px;
	margin: 0 5px 0 0;
}
#h1 {
	width: 260px;
	height: 40px;
}
.NewsSummary {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c5c5c5;
}


/* from audigy for agx product page */

.yui-b .tertiarymenulist li span {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
color:#999999;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 3px 0 0;
padding:3px 5px;
text-decoration:none;
}
.yui-g .yui-u, .yui-g .yui-g, .yui-gc .yui-u, .yui-gc .yui-g .yui-u, .yui-ge .yui-u, .yui-gf .yui-u {
display:inline;
float:right;
}
.yui-g div.first, .yui-gc div.first, .yui-gc div.first div.first, .yui-gd div.first, .yui-ge div.first, .yui-gf div.first {
float:left;
}
.yui-g .yui-u, .yui-g .yui-g {
width:49.1%;
}
.yui-g .yui-g .yui-u, .yui-gc .yui-g .yui-u {
width:48.1%;
}