/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body { color: #000; background-color: #000002; font-family: Arial; font-size: 13px; font-weight: normal; background-image: url(../media/background.jpg); background-repeat: no-repeat; background-position: center top; text-align: left; margin: 0; }

a {
     color: #006699;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

p {
     margin: 5px 0px 7px 0px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
     color: #555555;
     }

legend {
     display: none;
}


label {
     display: none;
}

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
     }

li {
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 16px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #006699;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     width: 894px;
     padding: 0;
     margin: auto;
     }

#skin_wrapper_full {
     width: 100%;
     padding: 0px;
     margin: 0px;
     background-image: url('../media/header.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_ct {
     width: 100%;
     padding: 0px;
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

#skin_ct_lcol_head {
     padding: 10px;
     margin: 0px;
     width: 160px;
     height: 80px;
     }

#skin_ct_rcol_head {
     padding: 10px;
     margin: 0px;
     height: 80px;
     text-align: right;
     }

#skin_ct_lcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     text-align: left;
     }

#skin_ct_mcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     line-height: 150%;
     }

#skin_ct_rcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }

#skin_footer {
     color: #FFFFFF;
     background-color: #006699;
     padding: 50px 10px 10px 10px;
     margin: 0px;
     text-align: center;
     background-image: url('../media/footer.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_pgtitle { color: #1d43a2; font-size: 16px; padding: 0 0 4px; margin: 0 0 10px; font-weight: bold; border-bottom: 1px solid #999999; }

#skin_content { font-weight: normal; line-height: 18px; width: 880px; margin: auto; }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {
     color: #59A325;
     padding: 3px 0px 5px 0px;
     margin: 0px;
     border-bottom: 1px dotted #999999;
     font-weight: bold;
     font-size: 14px;
     }

.skin_fenav ul {
     padding: 0px;
     margin: 0px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     margin: 0px;
     padding: 0px;
     list-style: none;
     }

.skin_fenav ul li a {
     color: #333333;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 6px 5px 6px 14px;
     background-image: url('../media/menu_bullet.png');
     background-repeat: no-repeat;
     background-position:  center left;
     border-bottom: 1px dotted #999999;
     }

.skin_fenav ul li a:hover {
     color: #333333;
     background-color: #DDDDDD;
     text-decoration: none;
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     padding: 7px;
     margin: 0px 0px 10px 0px;
     border-left: 1px dotted #999999;
     border-right: 1px dotted #999999;
     border-bottom: 1px dotted #999999;
     }
#skin_menu_head { padding-top: 105px; padding-left: 15px; }
#skin_menu_head ul {
     padding: 0;
     margin: 0;
     list-style: none;
     }
#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a { color: #ffffff; font-size: 16px; font-weight: bold; text-decoration: none; margin: 0; padding: 0 20px 0 10px; background-image: url(../media/menu_arrow.png); background-repeat: no-repeat; background-position: left center; }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
     color: #ABABAB;
}

#skin_headacct a {
     color: #FFFFFF;
     text-decoration: none;
}

#skin_headacct a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

/* +------------------------------------------------------------+ */
/* | System Required Divs                                       | */
/* +------------------------------------------------------------+ */

#debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 0px auto 10px auto;
     }

#printable {
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Messages                          | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
     }

.confirm {
     color: #339933;
     font-weight: bold;
     }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfield:hover {
     background-color: #F5F5F5;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.formbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.quickbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

.quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {
     background-color: #EFEFEF;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formsecthead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     font-size: 14px;
     }

table.formtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtable td {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Ghost Table Displays              | */
/* +------------------------------------------------------------+ */

table.ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin-right: 10px;
     margin-bottom: 10px;
     }

td.ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | System Required Classes: Boxed Paragraphs                  | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Online Store Displays             | */
/* +------------------------------------------------------------+ */

.storehead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

.storelink { font-size: 11px; margin: 0 0 10px; padding: 0 5px 4px;
     bo
     }

.storelink p {
     margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Category List Display Tables      | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_cat {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_cat a {
     font-weight: bold;
     }

td.cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product List Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_prod {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_prod a {
     font-weight: bold;
     }

td.cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product Detail Display Tables     | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Price Displays                    | */
/* +------------------------------------------------------------+ */

.pricediv { font-size: 15px; font-weight: bold; margin: 5px 0 7px; }

.price {
     color: #8d1a1b;
     font-weight: bold;
     display: inline;
     }

.pricex {
     color: #11269a;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Shopping Cart Displays            | */
/* +------------------------------------------------------------+ */

.cartbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0px 0px 5px 0px;
     width: 125px;
     border: 1px solid #555555;
     text-decoration: none;
     }

.cartbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Misc                              | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 2px 5px 2px 5px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
a.bigwhitetext { color: #fff; font-size: 14px; font-weight: bold; text-decoration: none; }
a.bigwhitetext:hover { }
/* | End                                                        | */
a.smallwhitelink { color: #fff; font-size: 12px; text-decoration: none; }
a.smallwhitelink:hover { }
/* +------------------------------------------------------------+ */
#header { background-image: url(../media/header.jpg); background-repeat: no-repeat; width: 894px; height: 175px; }
#main { background-color: #fff; width: 894px; padding-top: 10px; padding-bottom: 15px; }
#minicart { color: #fff; text-align: center; width: 250px; float: left; margin-left: 350px; padding-top: 35px; display: inline; }
#header_top_left { color: #fff; text-align: right; width: 250px; float: right; display: inline; }
#footer { color: #e5e5e5; width: 900px; padding-top: 15px; }
#footer_column1 { width: 180px; float: left; display: inline; }
.footer_title { color: #18427b; font-size: 18px; margin: 0; padding: 0; }
#footer_column2 { width: 220px; float: left; display: inline; }
#footer_column3 { width: 220px; float: left; display: inline; }
#footer_column4 { color: #5c5c5c; text-align: right; display: inline; width: 250px; float: left; }
.footer_menu { margin: 0; padding: 0; list-style-type: none; }
.footer_menu li { list-style-type: none; margin: 0; padding: 0; }
.footer_menu li a { color: #5c5c5c; text-decoration: none; list-style-type: none; margin: 0; padding: 0; }
.footer_menu li a:hover { color: #fff; text-decoration: none; list-style-type: none; margin: 0; padding: 0; }
.searchbox { width: 150px; height: 20px; margin: 0; padding: 0; border-style: none; border-width: 0; }
.search_searchbutton { color: #fff; font-size: 11px; background-color: #8d1a1b; text-align: center; display: inline; margin: 0; padding: 0 2px 2px; width: 50px; height: 23px; border-style: none; border-width: 0; }
.search_searchbutton:hover { color: #fff; background-color: #43a558; }
.phone { font-size: 16px; padding-bottom: 0; }
.hours { font-size: 10px; }
#leasenav { margin-left: 70px; padding-top: 5px; }
/*multi column drop down section
*/
#nav { height: 41px; float:left; padding-left:20px; font-family:Arial, sans-serif; }
#menu { height:39px; position:relative; font-size:11px; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; margin: 0; z-index:1000; float:left; padding-right:20px; }
#menu table.ie6 {border-collapse:collapse; margin:0; padding:0;}

#menu ul {padding:0; margin:0; list-style: none;}
#menu ul li {float:left;}
#menu ul li a { display:block; float:left; padding:0 5px 0 0; text-decoration:none; color:#092a84; font-weight:bold; height:39px; line-height:40px; font-size:15px; background-image: url(multicolumn/tabCenter.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; }
#menu ul li a b { display:block; float:left; padding:0 0 0 15px; text-decoration:none; color:#092a84; font-weight:bold; height:39px; line-height:40px; font-size:15px; background-image: url(multicolumn/tabCenter.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; cursor:pointer; }

#menu ul li div.holder {position:absolute; left:-9999px;}

#menu ul li div .leftSide {float:left;background: #eff0f2 url(multicolumn/dropLeft.gif) no-repeat left bottom;}
#menu ul li div .rightSide { float:left; margin-left:10px; display:inline; padding:0 10px 0 0; background: #f0f0f0 url(../media/dropdownlogo.jpg) no-repeat right bottom; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; border-left: 1px solid #bbb; }

#menu ul li:hover {position:relative;}
#menu ul li a:hover {color:#8d1a1b; background-position:right center; white-space:nowrap; position:relative;}
#menu ul li a:hover b { color:#8d1a1b; background-position:left center; }
#menu ul li a.sub:hover {color:#8d1a1b; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li a.sub:hover b {color:#8d1a1b; background-position:left bottom;}

#menu ul li:hover > a {color:#8d1a1b; position:relative;}
#menu ul li:hover a.sub {color:#8d1a1b; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li:hover a.sub > b {color:#8d1a1b; background-position:left bottom;}

#menu ul :hover div.holder {position:absolute; top:38px; left:4px; margin: 0; padding: 0;}

#menu ul li.right a:hover div.holder {left:auto; right:3px; top:38px;}
#menu ul li.right:hover div.holder {left:auto; right:4px; top:38px;}

#menu ul dl {width:auto; margin:5px 0 10px 0; padding:0 5px;list-style:none;}
#menu ul dl dt { padding:0 10px; margin:0; line-height:20px; background:#8d1a1b; color:#fff; font-size: 13px; font-weight: bold; white-space:nowrap; }
#menu ul dl dd {display:block; padding:0; margin:0;}
#menu ul dd a { background-image: none; display:block; height: 20px; line-height: 20px; color:#000; font-size: 13px; text-align:left; margin: 0; padding:0 10px; font-weight:normal; white-space:nowrap; float:none; }
#menu ul dd a:hover {color:#11269a;}

#menu ul table td {vertical-align:top;}
#order { background-position: 0 top; width: 360px; float: left; padding-left: 20px; border-left: thin solid #5c5c5c; border-top-color: #5c5c5c; border-right-color: #5c5c5c; border-bottom-color: #5c5c5c; display: inline; }
#myprice { width: 225px; float: left; }
.leaseornolease { color: #1d43a2; font-size: 15px; font-weight: bold; width: 80%; border-bottom: 1px dotted #000; }
#splashimage { background-image: url(../media/splashimage.jpg); background-repeat: no-repeat; width: 850px; height: 440px; }
.splashtext { color: #f5cf47; font-size: 13px; width: 400px; padding-top: 15px; padding-left: 15px; }
.splashtitle { color: #ffa500; font-size: 20px; line-height: 1em; padding-bottom: 5px; }
.subtext { font-size: 14px; line-height: 1.6; width: 300px; }
.hightlight { color: #fff; font-size: 14px; width: 300px; margin-top: 5px; padding-top: 5px; border-top: 3px dotted #857e7e; }
.readmore { width: 127px; height: 36px; float: right; padding-right: 200px; }
.creditapp { text-align: center; width: 200px; float: right; padding: 10px; border: solid 1px #7d0b0b; }
.imagefloat { width: 300px; float: left; padding-right: 10px; padding-bottom: 10px; }
.leasedesc { width: 500px; float: left; }

