/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body { color: #555555; background-color: #F2F2F2; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; text-align: left; background-color: #d9d9d9; margin: 0; }
p { color: #000; margin: 5px 0 7px; }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
     color: #555555;
     }

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     font-size: 11px;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: 0;
     }

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: 14px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #3872B2;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

a.unfancy:hover {
     color: #555555;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     width: 900px;
     padding: 0px;
     margin: auto;
     }

#skin_ct {
     width: 100%;
     padding: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     border: 1px solid #999999;
     }

#skin_ct_lcol_head {
     background-color: #FFFFFF;
     padding: 7px 7px 10px 7px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }


#skin_ct_rcol_head {
     background-color: #FFFFFF;
     padding: 7px 7px 10px 7px;
     margin: 0px;
     vertical-align: top;
     }

#skin_ct_lcol {
     background-color: #FFFFFF;
     padding: 3px 17px 7px 7px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     text-align: left;
     }

#skin_ct_mcol {
     background-color: #FFFFFF;
     padding: 7px;
     margin: 0px;
     vertical-align: top;
     }

#skin_ct_rcol {
     background-color: #FFFFFF;
     padding: 3px 7px 7px 17px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }

#skin_footer {
     padding: 0px;
     margin-top: 10px;
     text-align: center;
     }

#skin_pgtitle {
     color: #30569D;
     padding: 0px 0px 2px 0px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     border-bottom: 1px solid #999999;
     }

#skin_content {
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {
     color: #30569D;
     padding: 3px 0px 3px 0px;
     margin: 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     }

.skin_fenav ul {
     padding: 0px;
     margin: 8px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     margin: 0px;
     list-style: none;
     }

.skin_fenav ul li a {
     color: #3872B2;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 3px 5px 3px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position:  center left;
     }

.skin_fenav ul li a:hover {
     color: #555555;
     background-color: #C2DFFF;
     text-decoration: none;
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     background-color: #F2F2F2;
     padding: 5px;
     margin: 0px 0px 10px 0px;
     border-left: 1px solid #999999;
     border-right: 1px solid #999999;
     border-bottom: 1px solid #999999;
     }

#skin_menu_head ul {
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 4px 0px;
     list-style: none;
     border-bottom: 1px solid #999999;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
     color: #3872B2;
     font-weight: normal;
     text-decoration: none;
     margin: 0px 30px 0px 0px;
     padding: 0px 0px 0px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
     padding: 0px 0px 0px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
}

/* +------------------------------------------------------------+ */
/* | KHXC Required Divs                                         | */
/* +------------------------------------------------------------+ */

#khxc_debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 10px auto 10px auto;
     }

#khxc_printable {
     background-color: #FFFFFF;
     border: 1px solid #999999;
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Messages                            | */
/* +------------------------------------------------------------+ */

.khxc_error {
     color: #FF0000;
     font-weight: bold;
     }

.khxc_confirm {
     color: #339933;
     font-weight: bold;
     }

.khxc_imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.khxc_inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Monospace Code                | */
/* +------------------------------------------------------------+ */

.khxc_preboxed {
     margin: 5px 0px 0px 0px;
     padding: 5px;
     border: 1px solid #999999;
     font-family: Fixed, monospace;
     overflow: hidden;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Fields                         | */
/* +------------------------------------------------------------+ */

.khxc_formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.khxc_formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.khxc_formfield:hover {
     background-color: #F5F5F5;
     }

.khxc_formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.khxc_formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.khxc_formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.khxc_formbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.khxc_formbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.khxc_quickbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.khxc_quickbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.khxc_quickform {
     margin: 5px 0px 0px 0px;
     }

.khxc_quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.khxc_quickfield:hover {
     background-color: #EFEFEF;
     }

.khxc_formfieldradcb_rnc {
     background-color: #FFA4A4;
     }

.khxc_formfield_rnc {
     background-color: #FFA4A4;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 5px 5px 0px 2px;
     }

.khxc_formfield_rnc:hover {
     background-color: #EFEFEF;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Table Displays                 | */
/* +------------------------------------------------------------+ */

.khxc_formsecthead {
     color: #000;
     margin: 5px 0 10px;
     padding: 4px 5px 4px 0;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     }

table.khxc_formtblone {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.khxc_formtbltwo {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_formtbltwo {
     padding: 4px 2px 4px 2px;
     width: 50%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.khxc_formtbltwospan {
     padding: 4px 2px 4px 2px;
     width: 100%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.khxc_formtblone {
     padding: 4px 2px 4px 2px;
     width: 100%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Sort Table Displays                 | */
/* +------------------------------------------------------------+ */

table.khxc_sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.khxc_sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.khxc_sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Regular Table Displays              | */
/* +------------------------------------------------------------+ */

.khxc_regtablehead {
     color: #FF6600;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     }

table.khxc_regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.khxc_regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Ghost Table Displays                | */
/* +------------------------------------------------------------+ */

table.khxc_ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.khxc_ghost form {
     display: inline;
}

td.khxc_ghost img {
     margin-right: 10px;
     margin-bottom: 10px;
     }

td.khxc_ghost p { color: #000; font-size: 15px; font-weight: bold; margin: 0 0 6px; }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Paragraphs                    | */
/* +------------------------------------------------------------+ */

p.khxc_ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Online Store Displays               | */
/* +------------------------------------------------------------+ */

.khxc_storehead { color: #000; margin: 5px 0 10px; padding: 4px 5px 4px 0; font-weight: bold; clear: both; border-bottom: 1px solid #000; }

.khxc_storelink { color: #666666; background-color: #f2f2f2; text-align: left; margin: 5px 0 10px; padding: 4px 5px; border: solid 1px #999999; }

.khxc_storelink p { color: #666666; margin: 0; }

.khxc_storelink p a {
     color: #000;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Category List Display Tables        | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_cptbl_cat {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.khxc_cptbl_cat a {
     font-weight: bold;
     }

td.khxc_cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Product List Display Tables         | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_cptbl_prod { padding: 5px 0 0; vertical-align: top; }

td.khxc_cptbl_prod a {
     font-weight: bold;
     }

td.khxc_cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Product Detail Display Tables       | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_det {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.khxc_cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Price Displays                      | */
/* +------------------------------------------------------------+ */

.khxc_pricediv {
     margin: 5px 0px 7px 0px;
     }
.khxc_price { color: #000; font-size: 12px; font-weight: bold; display: inline; }

.khxc_pricex {
     color: #ae1101;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Shopping Cart Displays              | */
/* +------------------------------------------------------------+ */

.khxc_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;
     }

.khxc_cartbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Misc                                | */
/* +------------------------------------------------------------+ */

.khxc_clearboth {
     clear: both;
     }

.khxc_outstock {
     color: #FF0000;
     }

a.khxc_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.khxc_hrefbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

.khxc_outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.khxc_outline p {
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */
.mainsection { background-color: #ddd; background-repeat: no-repeat; background-position: 0 top; text-align: left; }


.mainsection a { color: #000; }
.mainsection a:visited { color: #000; }
.mainsection a:hover { color: #fb9900; }

a.homelink:link {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
a.homelink:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
a.homelink:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a.homelink:active {
	text-decoration: underline;
	cfont-size: 12px;
	color: #333333;
	font-weight: bold;
}

.gg1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

.gg2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	font-weight: normal;
}

.cs1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	font-style:italic;
}

.cs2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}

.cs3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style:italic;
}

.cs4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	letter-spacing: 1px;
}

a.cslink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a.cslink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a.cslink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:underline;
	font-weight:bold;
}
a.cslink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7d0b0b;
}
a:link { color: #7d0b0b; text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #7d0b0b;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FFCC33;
}

.td1 {

}

.td2 {

}
a.cart:link {
color: #333333; 
text-decoration:underline; 
font-size:9px; 
line-height:11px;
font-weight:bold;
font-family: verdana, Tahoma, sans-serif;
}

a.cart:active { 
color: #333333; 
text-decoration:underline; 
font-size:9px; 
line-height:11px;
font-weight:bold;
font-family: verdana, Tahoma, sans-serif;
}

a.cart:visited {
color: #333333; 
text-decoration:underline; 
font-size:9px; 
line-height:11px;
font-weight:bold;
font-family: verdana, Tahoma, sans-serif;
}

a.cart:hover {
color: #FFCC33; 
text-decoration:underline; 
font-size:9px; 
line-height:11px;
font-weight:bold;
font-family: verdana, Tahoma, sans-serif;
}

a.cart1:link {
color: #333333; 
text-decoration:underline; 
font-size:9px; 
line-height:12px;
font-weight:bold;
font-family: verdana, Tahoma, sans-serif;
}

a.cart1:active { 
color: #333333; 
text-decoration:underline; 
font-size:9px; 
line-height:12px;
font-weight:bold;
font-family: verdana, Tahoma, sans-serif;
}

a.cart1:visited {
color: #333333; 
text-decoration:underline; 
font-size:9px; 
line-height:12px;
font-weight:bold;
font-family: verdana, Tahoma, sans-serif;
}

a.cart1:hover {
color: #FFCC33; 
text-decoration:underline; 
font-size:9px; 
line-height:12px;
font-weight:bold;
font-family: verdana, Tahoma, sans-serif;
}

table.mediamenu a { 
width:60px; 
border:1px solid #333333; 
display: block; 
} 

div.mediamenu a {
color: #333333; 
background: #333333; 
text-decoration:none; 
font-size:10px; 
line-height:16px; 
font-family: Tahoma, verdana, sans-serif;
font-weight:bold;
padding: 2px 5px;
border:1px solid #000000;
}

div.mediamenu a:link {
color: #FFCC00; 
background: #333333; 
}

div.mediamenu a:active { 
color: #FFCC00; 
background: #333333; 
}

div.mediamenu a:visited {
color: #FFCC00; 
background: #333333; 
}

div.mediamenu a:hover {
color: #333333;
background: #FFCC00; 
border:1px solid #000000; 
}

div.menu {
position:absolute;
top:0; 
left:0;
}
a.productname { color: #000; font-size: 13px; font-weight: bold; }
a.productname:visited { color: #000; }
a.productname:hover { color: #5e5e5e; }
a.productname:active { color: #000; }
a.catagoryname { color: #000; font-size: 13px; font-weight: bold; }
a.catagoryname:visited { color: #000; }
a.catagoryname:hover { color: #5e5e5e; }
a.catagoryname:active { color: #000; }
.productnamedetail { color: #000; font-size: 13px; font-weight: bold; }
.smalllink { font-size: 8px; }
#contactfooter { position: relative; width: 250px; float: left; padding-left: 5px; }
#contactright { position: relative; width: 490px; float: left; border: solid 1px #000; }
.boldred { color: #ae1101; font-size: 13px; }
.navtext {

width:300px;

font-size:12pt;

border-width:2px;

border-style:outset;

border-color:darkgray;

layer-background-color:tan;

background-color:tan;

color:black;

}
a.orange:link { color: #f36523; text-decoration: none; }
a.orange:visited {
	text-decoration: none;
	color: #f36523;
}
a.orange:hover {
	text-decoration: none;
	color: #000;
}
a.orange:active {
	text-decoration: none;
	color: #f36523;
}
.notice { color: #f00; font-size: 15px; font-weight: bold; text-align: center; padding-top: 5px; padding-bottom: 5px; }
.navbar { background-image: url(/skins/ClickCartPro/media/11-07-07Site_07.jpg); background-repeat: repeat-x; height: 25px; }
.bottomback {  }
.head { background-color: #fff; }
.topnav1 { text-align: right; width: 290px; height: 50px; margin: 0; padding: 0; }
.topnav1 a { text-align: right; vertical-align: top; width: 290px; padding-top: 2px; }
.topnav2 { text-align: right; vertical-align: top; width: 290px; height: 20px; }
.topnav2 a { text-align: right; width: 290px; margin-bottom: 5px; padding-bottom: 5px; }
.topnav3 { text-align: right; vertical-align: top; width: 290px; padding-top: 5px; }
#vdividermenu ul{ color: #fff; font-size: 11px; font-style: normal; font-variant: normal; width: 100%; margin-top: 0; margin-bottom: 5px; padding-top: 0; padding-bottom: 5px; }
#vdividermenu ul li{ color: #000; margin: 0; padding: 0 0 5px; display: inline; }
#vdividermenu ul li a{ color: #000; font-size: 12px; background-position: center; padding: 0 10px 0; text-decoration: none; margin-right: 0; }
#vdividermenu ul li a:visited{ color: #000; }
#vdividermenu ul li a:hover{ color: #000; background-image: none; }
#container { background-image: url(/images/backgroundfade.jpg); background-repeat: repeat-x; width: 800px; height: auto; margin-top: 10px; margin-bottom: 20px; padding-top: 10px; padding-bottom: 0; border-color: #000; border-style: solid; border-width: 0 1px 1px; }
#left { width: 153px; height: 669px; float: left; margin: 10px 20px; }
#right { position: relative; width: 577px; height: 99%; float: left; margin-top: 10px; margin-bottom: 10px; padding: 0; }
#mensproducts { background-image: url(/images/mensproduct-bar.jpg); background-repeat: no-repeat; width: 800px; height: 43px; }
#womensproducts { background-image: url(/images/womensproducs-bar.jpg); background-repeat: no-repeat; width: 800px; height: 43px; }
#testimonials { background-image: url(/images/testimonials-bar.jpg); background-repeat: no-repeat; width: 800px; height: 43px; }
#faqs { background-image: url(/images/faqs-bar.jpg); background-repeat: no-repeat; width: 800px; height: 43px; }
#affiliateprogram { background-image: url(/images/affiliateprogram-bar.jpg); background-repeat: no-repeat; width: 800px; height: 43px; }
#contact { background-image: url(/images/contactus-bar.jpg); background-repeat: no-repeat; width: 800px; height: 43px; }
.testimonialcontainer { padding-right: 30px; }
.testpic { float: left; padding-right: 10px; }
.testtext { color: #000; font-size: 12px; font-style: oblique; position: relative; width: 400px; float: left; padding-bottom: 5px; }
.testname { color: #092a84; font-size: 12px; font-weight: bold; text-align: left; position: relative; width: 400px; float: left; }

