/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

/*
Dark Blue #25438B;
Light Blue #A5C5ED;
Grey #404040;
*/

body {
     color: #404040;
     background-color: #EDECEC;
     font-family: Verdana;
     font-size: 70%;
     line-height: 1.6em;
     font-weight: normal;
     text-align: left;
     margin: 0 0 0 0;
     }

a {
     color: #25438B;
     background-color: inherit;
     font-weight: bold;
     text-decoration: none;
     cursor: pointer;
     }

p {
     color: #404040;
     background-color: inherit;
     margin: 0 0 0 0;
     }

sup {
     color: inherit;
     background-color: inherit;
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
     color: #A5C5ED;
     background-color: inherit;
     text-decoration: underline;
     }

table {
     border-collapse: collapse;
     }

fieldset {
     color: inherit;
     background-color: inherit;
     border: none;
     padding: 5px 0px 5px 0px;
     }

fieldset p {
     color: inherit;
     background-color: inherit;
     display: block;
     font-size: 11px;
     margin: 5px 5px 5px 2px;
     }

form {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 5px 0px;
     }

img {
     color: inherit;
     background-color: inherit;
     border: none;
     }

li {
     color: inherit;
     background-color: inherit;
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     color: inherit;
     background-color: inherit;
     text-align: center;
     }

.inlinecenter {
     color: inherit;
     background-color: inherit;
     text-align: center;
     }

p.inline {
     color: inherit;
     background-color: inherit;
     display: inline;
     padding: 0px;
     }

.strong {
     color: inherit;
     background-color: inherit;
     font-weight: bold;
     }

.hidden {
     color: inherit;
     background-color: inherit;
     display: none;
     }

a.unfancy {
     color: inherit;
     background-color: inherit;
     text-decoration: underline;
     font-weight: normal;
     }

a.unfancy:hover {
     color: inherit;
     background-color: inherit;
     text-decoration: underline;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     color: inherit;
     background-color: #EDECEC;
     width: 820px;
     padding: 0px;
     margin: auto;
     }

#skin_header {
     color: inherit;
     width: 804px;
     height: 70px;
     text-align: left;
     border: 0px;
     padding: 8px 8px 8px 8px;
     background-color: #EDECEC;
     }

#skin_mainimage {
     width: 820px;
     height: 200px;
     padding: 0 0 5px 0;
     text-align: left;
     background-color: #EDECEC;
     background: transparent url(/skins/Merlin/media/banner.jpg) top left no-repeat;
	}

#skin_ct {
     background: #666;
     overflow: hidden;
     background: transparent url(/skins/Merlin/media/content_bg.gif) bottom left repeat;
     }

#skin_ct_mcol {
     padding: 0 0 0 0;
     margin: 0 0 0 0;
     vertical-align: top;
     border: none;
     width: 215px;
     }

#skin_ct_rcol {
     padding: 10px 10px 10px 15px;
     margin: 0 0 0 0;
     border: none;
     vertical-align: top;
	 width:580px;
     }


#skin_footer {
     padding: 0 0 10px 2px;
     margin-top: 10px;
     text-align: left;
     }

#skin_pgtitle {
     color: #25438B;
     font-size: 1.8em; 
     font-weight: bold; 
     margin: 0 0 10px 0;
     }

#skin_content {
     color: inherit;
     background-color: inherit;
     margin: auto;
     }

#skin_ht {
     color: inherit;
     background-color: #EDECEC;
     border: 0px;
     margin: 0px;
     padding: 0px;
     width: 100%;
     }

#skin_ht_lcol {
     color: inherit;
     background-color: #EDECEC;
     width: 25%;
     text-align: left;
     vertical-align: top;
     }

#skin_ht_rcol {
     color: inherit;
     background-color: #EDECEC;
     width: 75%;
     text-align: right;
     vertical-align: top;
     }


#skin_geotrust {
     margin: 5px 0 0 10px;
     }

#skin_creditcardlogos {
     margin: 5px 0 15px 5px;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {	
     color: #FFFFFF;
     height: 26px;
     margin: 0 0 0 2px;
     padding: 3px 0 0 9px;
     font-weight: normal;
     background: transparent url(/skins/Merlin/media/titlebar.jpg) top left no-repeat;
}

.skin_fenav {
     align: center;
     width: 208px;
     padding: 0 0 0px 2px;
     }

.skin_fenav ul {
     color: #404040;
     background-color: inherit;
     padding: 0;
     margin: 0;
     list-style: none;
     }

.skin_fenav ul li {
     color: inherit;
     background-color: inherit;
     padding: 0px;
     margin: 0px;
     border: none;
     list-style: none;
	 height:25px;
     }

.skin_fenav ul li a {
     color: #404040;
     background-color: inherit;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 2px 5px 2px 8px;
     }

.skin_fenav ul li a:hover {
     color: #25438B;
     /*background-color: #25438c;*/
     text-decoration: none;
	 background:url(/skins/Merlin/media/mainNavHover.jpg) repeat-x;
     }

.skin_button {
     color: #FFFFFF;
     /*background-color: #4E7A99;*/
     padding: 0px;
     /*border: 1px solid #CDCDCD;*/
     margin: 0px 0px 0px 3px;
     display: block;
     float: right;
     }

.skin_button a {
     color: #333333;
     /*background-color: #ABC2D1;*/
     font-weight: normal;
     display: block;
     padding: 2px 7px 2px 7px;
     }

.skin_button a:hover {
     color: #333333;
}

.skin_headacct {
     color: inherit;
     background-color: inherit;
     width: 100%;
     text-align: right;
     clear: both;
	 margin:0px;
	 padding:0px;
     }

.skin_fenavmini {
     color: inherit;
     background-color: inherit;
     padding: 0 0 0 8px;
     margin: 0px 0px 10px 0px;
     border: none;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Divs                                         | */
/* +------------------------------------------------------------+ */

#khxc_debug {
     color: #333333;
     background-color: #FFFFFF;
     border: 1px solid #CDCDCD;
     padding: 10px;
     overflow: hidden;
     margin-top: 10px;
     }

#khxc_printable {
     color: inherit;
     background-color: #FFFFFF;
     border: 1px solid #CDCDCD;
     width: 800px;
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Messages                            | */
/* +------------------------------------------------------------+ */

.khxc_error {
     color: #990000;
     background-color: inherit;
     font-weight: bold;
     }

.khxc_confirm {
     color: #990000;
     background-color: inherit;
     font-weight: bold;
     }

.khxc_imgfloatrt {
     color: inherit;
     background-color: inherit;
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.khxc_inline {
     color: inherit;
     background-color: inherit;
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Monospace Code                | */
/* +------------------------------------------------------------+ */

.khxc_preboxed {
     color: inherit;
     background-color: #F7F7F7;
     margin: 5px 0px 0px 0px;
     padding: 5px;
     border: 1px solid #CDCDCD;
     font-family: Fixed, monospace;
     overflow: hidden;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Fields                         | */
/* +------------------------------------------------------------+ */

.khxc_formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.khxc_formfield {
     color: inherit;
     background-color: #FFFFFF;
     border: 1px solid #CDCDCD;
     font-size: 11px;
     margin: 5px 5px 0px 2px;
     }

.khxc_formfield:hover {
     color: inherit;
     background-color: #DEDEDE;
     }

.khxc_formfieldp {
     color: #25438B;
     background-color: inherit;
     display: block;
     padding: 0px;
     margin: 0px;
     }

.khxc_formfieldpnfs {
     color: inherit;
     background-color: inherit;
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.khxc_formfielda {
     color: #25438B;
     background-color: inherit;
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.khxc_formbutton {
     color: #25438B;
	 border:0px;
     font-size: 11px;
     width: 130px;
	 height:25px;
	 line-height:25px;
	 background:url(/skins/Merlin/media/lightblueGlassButton.jpg) no-repeat;
     }

.khxc_formbutton:hover {
     color: #fff;
	 background:url(/skins/Merlin/media/blueGlassButton.jpg) no-repeat;
     }

.khxc_quickbutton {
     color: #25438B;
    /* background-color: #ABC2D1;*/
    /* border: 1px solid #CDCDCD;*/
    /* padding: 1px;*/
     margin: 0px;
	 padding:0px;
	 border:0px;
     font-size: 11px;
	 line-height:25px;
     width: 130px;
	 height:25px;
	 background:url(/skins/Merlin/media/lightblueGlassButton.jpg) no-repeat;
     }

.khxc_quickbutton:hover {
     color: #fff;
     /*background-color: #EFEFEF;*/
	 background:url(/skins/Merlin/media/blueGlassButton.jpg) no-repeat;
     }

.khxc_quickform {
     color: inherit;
     background-color: inherit;
     margin: 5px 0px 0px 0px;
     }

.khxc_quickfield {
     color: inherit;
     background-color: #DEDEDE;
     border: 1px solid #CDCDCD;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.khxc_quickfield:hover {
     color: inherit;
     background-color: #FFFFFF;
     }

.khxc_formfieldradcb_rnc {
     color: inherit;
     background-color: #FFA4A4;
     }

.khxc_formfield_rnc {
     color: inherit;
     background-color: #FFA4A4;
     border: 1px solid #CDCDCD;
     font-size: 11px;
     margin: 5px 5px 0px 2px;
     }

.khxc_formfield_rnc:hover {
     color: inherit;
     background-color: #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Displays                       | */
/* +------------------------------------------------------------+ */

.khxc_formsecthead {
     color: #FFFFFF;
     background-color: #25438B;
     padding: 0px 5px 5px 5px;
     margin: 15px 0 0 0;
     font-weight: normal;
	 height:23px;
	 line-height:23px;
	 background: transparent url(/skins/Merlin/media/titlebarRepeat.jpg) top left repeat-x;
     }

table.khxc_formtblone {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 5px 0px;
     border-spacing: 3px;
     width: 100%;
     border: 1px solid #CDCDCD;
     }

table.khxc_formtbltwo {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 5px 0px;
     border-spacing: 3px;
     width: 100%;
     border: 1px solid #CDCDCD;
     }

td.khxc_formtbltwo {
     color: inherit;
     background-color: #F7F7F7;
     padding: 4px 2px 2px 2px;
     width: 50%;
     border-top: 1px solid #BCBCBC;
     border-left: 1px solid #BCBCBC;
     vertical-align: top;
     }

td.khxc_formtbltwospan {
     color: inherit;
     background-color: #F7F7F7;
     padding: 4px 2px 2px 2px;
     width: 100%;
     border-top: 1px solid #BCBCBC;
     border-left: 1px solid #BCBCBC;
     vertical-align: top;
     }

td.khxc_formtblone {
     color: inherit;
     background-color: #F7F7F7;
     padding: 4px 2px 2px 2px;
     width: 50%;
     border-top: 1px solid #BCBCBC;
     border-left: 1px solid #BCBCBC;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Paragraphs                    | */
/* +------------------------------------------------------------+ */

p.khxc_ultableh {
     color: #FFFFFF;
     background-color: #25438B;
     padding: 0px 5px 5px 5px;
     margin: 10px 0px 0px 0px;
     font-weight: normal;
	 height:23px;
	 line-height:23px;
	 background: transparent url(/skins/Merlin/media/titlebarRepeat.jpg) top left repeat-x;
     }

p.khxc_ultablei {
     color: inherit;
     background-color: inherit;
     margin: 2px 0px 0px 0px;
     padding: 3px 5px 3px 5px;
     border: 1px solid #CDCDCD;
     }

p.khxc_ultablei a {
     color: #3E6B8A;
     background-color: inherit;
     display: block;
     font-weight: normal;
     }

p.khxc_ultablel {
     color: inherit;
     background-color: #F7F7F7;
     margin: 0px 0px 5px 0px;
     padding: 3px 5px 3px 5px;
     border-right: 1px solid #CDCDCD;
     border-left: 1px solid #CDCDCD;
     border-bottom: 1px solid #CDCDCD;
     }

p.khxc_ultablel a {
     color: #25438B;
     background-color: inherit;
     font-weight: normal;
     }

p.khxc_uktablesp {
     color: inherit;
     background-color: inherit;
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Table Data Displays                 | */
/* +------------------------------------------------------------+ */

table.khxc_sorttable {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 0px 0px;
     border-spacing: 3px;
     width: 100%;
     border: 1px solid #CDCDCD;
     }

a.khxc_sorttable {
     color: #25438B;
     background-color: inherit;
     font-weight: normal;
     text-decoration: none;
     }

tr.khxc_sorttable {
     color: inherit;
     background-color: inherit;
     padding: 5px;
     border: 1px solid #CDCDCD;
     }

th.khxc_sorttable {
     color: inherit;
     background-color: #E9E9E9;
     padding: 4px 3px 4px 3px;
     border-top: 1px solid #CDCDCD;
     border-left: 1px solid #CDCDCD;
     vertical-align: top;
     }

td.khxc_sorttable {
     color: inherit;
     background-color: inherit;
     padding: 4px 3px 4px 3px;
     border-top: 1px solid #CDCDCD;
     border-left: 1px solid #CDCDCD;
     vertical-align: top;
     }

td.khxc_sorttable p {
     color: inherit;
     background-color: inherit;
     padding: 0px;
     margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Online Store Displays               | */
/* +------------------------------------------------------------+ */

.khxc_storehead {
     color: #FFFFFF;
     background-color: #25438B;
     padding: 0px 5px 5px 5px;
     margin: 15px 0px 2px 0px;
     font-weight: normal;
     clear: both;
	 height:23px;
	 line-height:23px;
	 background: transparent url(/skins/Merlin/media/titlebarRepeat.jpg) top left repeat-x;
     }

.khxc_storelink {
     color: inherit;
     /*background-color: #F7F7F7;*/
     padding: 0px 5px 0px 5px;
     margin: 5px 0px 10px 0px;
     /*border: 1px solid #CDCDCD;*/
     }

.khxc_storelink a {
     color: #25438C;
     background-color: inherit;
     font-weight: normal;
     }

.khxc_storelink p {
     color: #25438B;
     background-color: inherit;
     margin: 4px 0px 4px 0px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Category List Display Tables        | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_cat {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 10px 0px;
     border-spacing: 3px;
     width: 100%;
     }

tr.khxc_cptbl_cat {
     color: inherit;
     background-color: inherit;
     }

td.khxc_cptbl_cat {
     color: inherit;
     background-color: inherit;
     padding: 4px 4px 2px 4px;
     border: 1px solid #CDCDCD;
     vertical-align: top;
     }

td.khxc_cptbl_cat_blank {
     color: inherit;
     background-color: inherit;
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Product List Display Tables         | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_prod {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 10px 0px;
     border-spacing: 3px;
     width: 100%;
     }

tr.khxc_cptbl_prod {
     color: inherit;
     background-color: inherit;
     }

td.khxc_cptbl_prod {
     color: inherit;
     background-color: inherit;
     padding: 4px 4px 2px 4px;
     border: 1px solid #CDCDCD;
     vertical-align: top;
     }

td.khxc_cptbl_prod_blank {
     color: inherit;
     background-color: inherit;
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Product Detail Display Tables       | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_det {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 10px 0px;
     border-spacing: 3px;
     width: 100%;
     }

tr.khxc_cptbl_det {
     color: inherit;
     background-color: inherit;
     }

td.khxc_cptbl_det {
     color: inherit;
     background-color: inherit;
     padding: 4px 4px 2px 4px;
     border: 1px solid #CDCDCD;
     vertical-align: top;
     }

td.khxc_cptbl_det_blank {
     color: inherit;
     background-color: inherit;
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Price Displays                      | */
/* +------------------------------------------------------------+ */

.khxc_pricediv {
     color: inherit;
     background-color: inherit;
     margin: 2px 0px 2px 0px;
     }

.khxc_price {
     color: inherit;
     background-color: inherit;
     display: inline;
     }

.khxc_pricex {
     color: #FF0000;
     background-color: inherit;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Shopping Cart Displays              | */
/* +------------------------------------------------------------+ */


.khxc_cartbutton {
     color: #25438B;
     /*padding: 1px;*/
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     /*margin: 0px 0px 5px 0px;*/
     width: 130px;
     height:25px;
     line-height:25px;
     background:url(/skins/Merlin/media/lightblueGlassButton.jpg) no-repeat;
     }

.khxc_cartbutton:hover {
     color: #fff;
     text-decoration: none;
     cursor: default;
     background:url(/skins/Merlin/media/blueGlassButton.jpg) no-repeat;
     }


/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Ghost Table                         | */
/* +------------------------------------------------------------+ */

table.khxc_ghost {
     color: inherit;
     background-color: inherit;
     margin: 0px;
     padding: 0px;
     border-spacing: 0px;
     width: 100%;
     }

td.khxc_ghost {
     color: inherit;
     background-color: inherit;
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.khxc_ghost form {
     color: inherit;
     background-color: inherit;
     display: inline;
}

td.khxc_ghost img {
     color: inherit;
     background-color: inherit;
     margin-right: 10px;
     margin-bottom: 10px;
     }

td.khxc_ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Order Summary Displays              | */
/* +------------------------------------------------------------+ */

table.khxc_ordsumm {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 5px 0px;
     border-spacing: 3px;
     width: 100%;
     border: 1px solid #CDCDCD;
     }

.khxc_ordsumm a {
     color: #25438B;
     background-color: inherit;
     font-weight: bold;
     text-decoration: none;
     }

tr.khxc_ordsumm {
     color: inherit;
     background-color: inherit;
     padding: 5px;
     border: 1px solid #CDCDCD;
     }

th.khxc_ordsumm {
     color: inherit;
     background-color: inherit;
     padding: 4px 3px 4px 3px;
     border-top: 1px solid #CDCDCD;
     border-left: 1px solid #CDCDCD;
     vertical-align: top;
     }

td.khxc_ordsumm {
     color: inherit;
     background-color: #F7F7F7;
     padding: 4px 3px 4px 3px;
     border-top: 1px solid #CDCDCD;
     border-left: 1px solid #CDCDCD;
     vertical-align: top;
     }

.khxc_ordsumm p {
     color: inherit;
     background-color: inherit;
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

.khxc_ordsumm a {
     color: #25438B;
     background-color: inherit;
     }

.khxc_ordsumm a:hover {
     color: inherit;
     background-color: inherit;
     text-decoration: underline;
     }

.khxc_ordsummhead {
     color: #FFFFFF;
     background-color: #4E7A99;
     padding: 2px 5px 5px 5px;
     margin: 10px 0 0 0;
     border: 0;
     font-weight: normal;
     clear: both;
	 height: 23px;
	 background: transparent url(/skins/Merlin/media/titlebarRepeat.jpg) top left repeat-x;
     }

.khxc_ordsummcenter {
     color: inherit;
     background-color: inherit;
     text-align: center;
     padding: 0px;
     margin: 0px 0px 10px 0px;
     border: 1px solid #CDCDCD;
     }

.khxc_ordsummbig {
     color: inherit;
     background-color: inherit;
     font-weight: bold;
     font-size: 16px;
     }

.khxc_ordsummlink {
     color: inherit;
     background-color: #F7F7F7;
     padding: 0px 5px 0px 5px;
     margin: 10px 0px 10px 0px;
     border: 1px solid #CDCDCD;
     }

.khxc_ordsummlink a {
     color: #25438B;
     background-color: inherit;
     font-weight: normal;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Misc                                | */
/* +------------------------------------------------------------+ */

h1.khxc_secthead {
     color: inherit;
     background-color: inherit;
     font-weight: bold;
     font-size: 11px;
     text-decoration: underline;
     }

.khxc_clearboth {
     color: inherit;
     background-color: inherit;
     clear: both;
     }

.khxc_outstock {
     color: #FF0000;
     background-color: inherit;
     }

a.khxc_hrefbutton {
     color: #25438B;
     /* background-color: #ABC2D1;*/
     /*border: 1px solid #CDCDCD;*/
     /*padding: 2px 5px 2px 5px;*/
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     height:25px;
     line-height:25px;
     width:130px;
     background:url(/skins/Merlin/media/lightblueGlassButton.jpg) no-repeat;
     }

a.khxc_hrefbutton:hover {
     color: #fff;
     text-decoration: none;
     cursor: default;
     background:url(/skins/Merlin/media/blueGlassButton.jpg) no-repeat;
     }

.khxc_outline {
     color: inherit;
     background-color: #F7F7F7;
     border: 1px solid #CDCDCD;
     padding: 5px;
     margin-top: 5px;
     }

.khxc_outlinetrans {
     color: inherit;
     background-color: inherit;
     border: 1px solid #CDCDCD;
     }

.khxc_outline p {
     color: inherit;
     background-color: inherit;
     margin: 0px 0px 3px 0px;
     }

/* +------------------------------------------------------------+ */
/* | Merlin Cables Main Navigation                              | */
/* +------------------------------------------------------------+ */

#mainnav {
	height: 30px;
 	width: 820px;
	/*padding: 2px 0 0 10px;*/
	margin: 0;
 	background: transparent url(/skins/Merlin/media/nav_bg.jpg) top left no-repeat;
	font-size: 11px;
	list-style: none;
    font-weight: normal;
 	}
	
#mainnav ul { 
	margin: 0; 
	padding: 0px 0px 0px 10px; 
	list-style: none; #
	font-weight: normal;
	}
	
#mainnav li {
	float: left; 
	padding:0px;
	margin-right: 0;
	position: relative;
	height:23px;
	line-height:23px;
	font-weight: normal;
	}

#mainnav li a {
	display: block;
	padding: 0 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding:2px 10px 0px 10px;
	}
	
#mainnav li a:hover {
	color: #25438B;
	text-decoration: none;
	font-weight: normal;
	background:url(/skins/Merlin/media/mainNavHover.jpg) repeat-x;
	}
	
div#mainnav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px;
	left: 0;
	display: none;
	font-weight: normal;
	}
	
div#mainnav li:hover ul, div#mainnav li.over ul{
	display: block;
	font-weight: normal;
	background: #25438C;
	}

div#mainnav ul li ul li {
	clear: both;
	text-align: left;
	height: 25px;
	line-height: 22px;
	padding: 0 0 0 0px;
    font-weight: normal;
	}

div#mainnav ul li ul li.last {
    font-weight: normal;
	}
	
#mainnav ul li ul li a {
	width: 15.5em;
	font-weight: normal;
	}

/* +------------------------------------------------------------+ */
/* | Merlin Cables Additional Styles                            | */
/* +------------------------------------------------------------+ */

.callusnow {
    color: #25438B;
    font-family: inherit;
    font-size: 15px;
    padding: 20px 0 0 0;
    }
.usps {
      padding: 15px 0 0 0;
	  }

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */