/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body {
	line-height: 1em;
	font: .9em Arial, Helvetica, sans-serif;
	background: #fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}



/********** Body Structure **********/

#main-wrap {
	margin: 0 auto;
	width: 1010px;
}

#left {
	float: left;
	width: 158px;
	background-color: #4daaab;
	padding-bottom: 30px;
}

#left img {
	display: block;
	margin: 0 auto;
	padding-top: 12px;
}

#left p {
	font-size: .9em;
	text-align: center;
	padding-top: 2px;
}

#right {
   float: left;
   width: 838px;
   padding-left: 8px;

}

/*** Header ***/
#header {
	width: 996px;
}

#header table {
	margin: 16px 0px 10px 0px;

}

#header td {
	border: 0;
}
#header td img{

}

#info-menu {
	list-style-type: none;
	text-align: right;
	margin-right: 10px;
}
#info-menu li {
	display: inline;
	padding-left: 20px;
	font-size: .8em;
	font-weight: bold;
}

#info-menu a {
	color: black;
	text-decoration: none;
}
#info-menu a:hover {
	text-decoration: underline;
}


.call-center {
	width: 70px !important;
}
.help-center {
	text-align: center;
}

.tagline {

    padding-right: 20px;
}
.tagline p {
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: -0.02em;
	width: 318px;
	font-style: italic;
	text-align: center;
}

#top-nav {

	height: 30px;
	width: 996px;
	background: url(../images/tnav-bg.gif) no-repeat;
    margin-bottom: 8px;

}
#top-nav ul {
    height: 30px;
   	padding: 6px 4px 0px 4px;
    list-style-type: none;
	
}

#top-nav li {
	display: inline;
    font-size:0.8em;
    font-weight:bold;
    padding:0 6px;
	color: white;
}

#top-nav a {
	text-decoration: none;
	color: white;
}

#top-nav a:hover {
	text-decoration: underline;
}

#left-nav {
	list-style-type: none;
	width: 144px;
	padding-left: 8px;
	padding-top: 8px;
}
#left-nav li {
	width: 144px;
	height: 22px;
	background: url(../images/lcat-bg.gif) no-repeat;
	color: black;
	font-weight: bold;
	text-align: center;
	font-size: .85em;
	margin-bottom: 4px;
	padding-top: 3px;
}

#left-nav a {
	color: black;
	text-decoration: none;
}

#left-nav a:hover {
	text-decoration: underline;
}

/*** Home Page ***/
#h-cats {
	margin-bottom: 30px;
	border: 0;
}

#h-cats td {
	padding-right: 6px;
	border:0 !important;
}

.h-links a {
	font-size: 1.5em;
	font-style: italic;
	font-family: arial, sans-serif;
	color: #9396a9;
	letter-spacing: -.03em;
	text-decoration: none;
}
.h-links a:hover {
	text-decoration: underline;
}
.h-links td {
	text-align: center;
	padding-right: 0px !important;
}

#h-text p {
	font-size: .9em;
	line-height: 1.3em;
	padding-bottom: 10px;
	text-align: justify;
}

#h-logos {
	margin: 30px auto;
}

#h-logos td {
	border: 0;
	text-align: center;
}

#h-logos strong{
	
}

/****************** Product List *******************/

#products #product-list {
	width: 822px ;
	float: left;
	padding-left: 8px;
}

#product-list h1 {

	text-align: center;
	font: italic 2.3em georgia serif;
	font-weight: bold;
	color: #4DAAAB;
	padding: 30px 0px;
}

#product-list { 
  padding-top: 4px;
}

.prod-name-id p {

	font-size: .8em;
	text-align: justify;
	padding-right: 40px;
	padding-top: 10px;
}

#product-list .cat-desc {

	text-align: justify;
	font-size: .8em;
	padding: 0px 20px 12px 20px;

	font-weight: normal;

}

.click-label {
    padding-bottom: 32px;
	text-align: center;
	font-weight: bold;
	font-style: italic;

}

.one-product {

	float: left;
	display: inline;
	width: 270px;
	text-align: center;
	padding-bottom: 40px;
}

.one-product h2 {

	font: .85em verdana, arial, helvetica, sans-serif;
	color: #000;
	padding-top: 10px;
	width: 180px;
    margin: 0 auto;
	text-transform: uppercase;
	height: 100px;
	
	
}

.one-product a:link, .one-product a:visited {

	color: #000;
	text-decoration: none;
}

.one-product a:hover {
	color: #000;
	text-decoration: underline;
}

.one-product a:active {
	color: #000;
	text-decoration: none;
}


.one-product img {

	border: 0;
	
}

/****************** Product Detail *******************/
.imp-area-txt p {

	display: inline;
}

.prod-name-id {
	float: left;
	width: 410px;
	padding-top: 60px;
	padding-left: 16px;
}

.prod-name-id span{

	font-size: 1.15em;
}

.prod-img {
	float: left;
	padding-bottom: 26px;
}

#prod-detail {
	margin-top: 30px;

}
#prod-detail h2 {

	font-size: 1em;
	padding-top: 12px;
	text-transform: capitalize;
}

#prod-detail table {
	clear: both;
	font-size: .8em;
	margin-bottom: 40px;
	border-spacing: 0;
}

thead p {

	font-size: .9em;
	display: inline;
}

tbody tr {


}

tbody td {
	width: 140px;
	text-align: right;
	border-top: 1px solid #000;
	padding: 4px 0px;
}

#home-promos td{
	width: 140px;
	text-align: right;
	border-top: 0 !important;
	padding: 0px !important;
}
}

.tbl-left {
	text-align: left;
}

.prod-info {
	width: 506px;
	float: left;

}

.prod-info strong {
	font-size: .9em;
}

.prod-info ul {
	list-style-image: url(http://mugmart.com/images/roundred.gif);
	list-style-position: outside;
	font-size: .8em;
	margin-left:16px;
    margin-right:10px;
}

.prod-info li {
	line-height: 1.4em;
}

#print-back {
    width: 270px;
	text-align: center;
	float: left;
	vertical-align: bottom;
}

#print-back p {

	font-size: .8em;
}

#print-back img {

	cursor: pointer;
}

/****************** Catalog Page *******************/
.catalog-wrap {
	float: left;
	text-align: center;
	padding: 0px 16px;
	font-size: 1.1em;
}

.catalog-wrap img {
	border: 1px solid #000;
	margin: 20px 0px 40px 0px;

}

.catalog-wrap strong, .catalog-wrap span {
	display: block;
}

.catalog-wrap span {
	padding-bottom: 10px;

}

.catalog-wrap span a:link, .catalog-wrap span a:visited {
	color: #000;
	text-decoration: none;
}

.catalog-wrap span a:hover {
	color: #000;
	text-decoration: underline;

}

.catalog-wrap span a:active {
	color: #000;
	text-decoration: none;
}

/****************** Contact Page *******************/


#org-wrap {
	text-align: center;
	padding-left: 22px;
	float: left;
}

#org-wrap div {
	float: left;
	width: 400px;
	padding-bottom: 30px;
}

#org-wrap img {

	
}

#org-wrap span {
	display: block;	
	padding-top: 8px;
}

#org-wrap p {
	clear: both;
    font-size: 1.15em;
	padding: 20px 0px 30px 0px;
}



/****************** Static *******************/
#static {

	padding: 8px;
}

#static p {
	margin-bottom: 12px;
	line-height: 1.3em;
	font-size: .9em;
}

/****************** Footer *******************/

#footer {
	text-align: center;
	clear: both;
	padding-top: 40px;
	padding-left: 136px;
	
}
#footer ul {
	list-style-type:none;
	padding-bottom: 18px;
}
#footer li {
	display: inline;
}
#footer li a {
	color: black;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
/****************** 404 Page *******************/

#unfound {

}

#unfound h2 {
	padding-bottom: 12px;
	padding-top: 12px;
    font-size: 1.4em;

}

#unfound h4 {
	padding-bottom: 12px;
	
}

#unfound ul {
	padding-left: 40px;
	width: 70%;
	font-size: .85em;

}

#unfound strong {


}


/****************** Search *******************/
#search-bottom {
	clear: both;
	padding-top: 20px;
}

#search-bottom hr {
	margin-bottom: 12px;
}

#adv-search {
	padding: 20px 0px 0px 0px;

}

#adv-search strong {
	font-size: .8em;
	
}

#head-search {

	bottom:954px;
   display:inline;
   left:890px;
  position:relative;
  color: white;
}

#head-search strong {

	font-size: .8em;
}

 .search-input {
	margin-bottom: 4px;
	height: 20px;
	border: 1px solid gray;
	display: inline;
}


#head-search .search-input {

	width: 90px ;
	height: 16px;
	display: inline;
}

#head-search .search-submit {
	display: inline;
	width: 16px;
	position: relative;
	right: 14px;
}

.search-in {

	border: 1px solid gray;
}

/****************** Search *******************/

#top-search {
	margin-right: 10px;
	display: inline;
	float: right;
	margin-top: -32px;

}

#top-search input {
	color: #444;
	background: url(../images/search.gif) no-repeat right top;
	height: 23px;
	border: 0;
	padding-left:24px;
    width:142px;
}


#top-search .submit {
	display: none;
}

#search-results {

}

#search-results .heading {

    margin: 20px 0px;
	font-size: 1.4em;
}

#search-results tbody td {
	border-top: 0;
	text-align: left;

}

.resultRowOne, .resultRowTwo {
	font-size: .9em;
}

#search-results ul {

	list-style-type: none;
	list-style-position: inside;
}


#search-results li {
	padding-top: 20px;
	float: left;
	text-align: center;
	padding-right: 8px;
	width: 255px;
}

#search-results li p {

	height: 30px;
	padding: 4px; 
}

#search-results strong {

	
}

#search-results #adv-search {

	padding-left: 0px !important;
}


.search-submit {


}





