@charset "utf-8";
/* CSS Document */

body {
	background:#000 url(image/cms/site_bg.png) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	width:954px;
	margin:15px auto 15px auto;
color:#333;
	}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:.25em;
	}
h1 {font-size:1.33em;}
h2 {font-size:1.17em;}
h3 {font-size:1em;}
h5 {font-size:1.5em;}
h6 {font-size:1.6em;}

h1 {
	border-bottom:1px solid #1F3CF9;
	color:#1F3CF9;
	}
p {
	color:#1E1E1E;
	line-height:1.4em;
	}
a {
	color:#blue;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#purple;
	text-decoration:underline;
	}
/*--Helpers--*/
.m_top_10px {margin-top:10px;}
.m_bottom_5px {margin-bottom:5px;}
.m_bottom_10px {margin-bottom:10px;}
.clear_right {clear:right;}
.clear_left {clear:left;}
.clear_all {clear:both;}
.float_left {float:left;}
.float_right {float:right;}
.text_right {text-align:right;}
.text_center {text-align:center;}
.width_auto {width:auto;}
.bold {font-weight:bold;}
.no_border {border:none;}
.no_padding {padding:0;}
.no_margin {margin:0;}


/*--Resets--*/
ul, li {margin:0; padding:0; list-style:none;}

/*--Wrappers--*/
.mmc_border1 {
	border:1px solid #999;
	}
#mmc_main_wrapper {
	}
#mmc_header_wrapper {
	background:url(image/cms/mmc_head_bg.png) no-repeat;
	}
#mmc_body_wrapper {
	background:#fff url(image/cms/page_bg.gif) repeat-y;
	clear:both;
	}
#mmc_footer_wrapper {
	background:url(image/cms/mmc_foot_bg.gif) no-repeat;
	padding:1.5em 10px 0 10px;
	}
#mmc_content_wrapper {
	margin:8px 10px;
	}
/*--Columns--*/
#mmc_left_column {
	float:left;
	width:180px;
	}
#mmc_right_wrapper {
	margin-left:190px;
	}
#mmc_middle_column {
	width:745px;
	float:left;
	}
#mmc_right_column {
	background:#2A2A2A;
	width:190px;
	float:right;
	}

/*--Header------------------------------------------------------------------*/
#mmc_header_1 {
	margin:0 10px;
	padding:8px 0;
	}
#mmc_logo {
	margin-right:22px;
	float:left;
	}
#mmc_admin_panel {
	width:550px;
	float:left;
	}
#mmc_admin_content {
	background:url(image/cms/horz_bgs.png) repeat-x left -128px;
	height:94px;
	padding-top:.3em;
	}
#mmc_admin_panel span.admin_panel_left,
#mmc_admin_panel span.admin_panel_right {
	width:5px;
	height:98px;
	}
#mmc_admin_panel span.admin_panel_left {
	float:left;
	background:url(image/cms/admin_corners.png) no-repeat left top;
	}
#mmc_admin_panel span.admin_panel_right {
	float:right;
	background:url(image/cms/admin_corners.png) no-repeat right top;
	}
hr.mmc_admin_panel {
	background:#323232;
	border:none;
	border-bottom:1px solid #626262;
	height:1px;
	} 
/*-----------*/
#mmc_search_panel {
	}
#mmc_search_content {
	background:url(image/cms/horz_bgs.png) repeat-x left -238px;
	height:40px;
	}
#mmc_search_panel span.search_panel_left,
#mmc_search_panel span.search_panel_right {
	width:5px;
	height:40px;
	}
#mmc_search_panel span.search_panel_left {
	float:left;
	background: url(image/cms/admin_corners.png) no-repeat left -99px;
	}
#mmc_search_panel span.search_panel_right {
	float:right;
	background:url(image/cms/admin_corners.png) no-repeat right -99px;
	}
#mmc_coupons {
	float:right;
	height:98px;
	width:252px;
	}
#mmc_free_shipping {
	background: url(image/cms/coupon_2.gif) no-repeat left top;
	width:250px;
	height:40px;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding-top:1px;
	}
#mmc_free_shipping_text {	
	margin:22px 0 0 9px;
	}
#mmc_header_2 {
	background: #000 url(image/cms/horz_bgs.png) repeat-x;
	margin:0 3px;
	}
#mmc_header_3 {
	background: #D4D4D4 url(image/cms/horz_bgs.png) repeat-x left -82px;
	border-bottom:1px solid #8F8F8F;
	margin:0 3px;
	}
	
/*-------------Menus----------------------------------------------------------------*/
/*--Left column Menu--*/
.mmc_left_menu_wrapper {

	}	
.mmc_menu_header {
	color:#FFF;
	background: url(image/cms/left_menu.png) no-repeat left top;
	font-size:1.17em;
	padding:.25em;
	font-weight:bold;
	}
.mmc_menu_links {
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
	width:178px;
	}
.mmc_menu_footer {
	background: url(image/cms/left_menu.png) no-repeat left -50px;
	height:7px;
	}
ul.mmc_left_menu {
	background:#fff url(image/cms/left_menu.png) no-repeat right bottom;
	padding:0;
	margin:0;
	font-weight:bold;
	}
ul.mmc_left_menu li a {
	color:#333;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:.3em 0 .3em .3em;
	margin:0;
	}
ul.mmc_left_menu li a:hover {
	color:#5D11A5;
	background:#ccc;
	text-decoration:none;
	}

/*--Standard Horizontal Menu--*/

.mmc_horz_menu {
	}
.mmc_horz_menu li {
	display:inline;
	padding-left:1em;
	}
.mmc_horz_menu li a {
	font-weight:normal;
	text-decoration:none;
	}
.mmc_horz_menu li a:visited {
	}
.mmc_horz_menu li a:hover {
	text-decoration: underline;
	background:none;
	}

/*--Top Admin Menu--*/
.mmc_admin_menu {
	font-size:.83em;
	color:#fff;
	}
.mmc_admin_menu li.no_padding {
	padding:0;
	}
.mmc_admin_menu a,
.mmc_admin_menu a:visited,
.mmc_admin_menu a:hover {
	color:#fff;
	padding-left:0em;
	}


/*--Top Menu Bar--*/
ul#mmc_menu_bar {
	background:#ccc;
	}
ul#mmc_menu_bar li {
	float:left;
	}
ul#mmc_menu_bar li a{
	display:block;
	font-size:1em;
	padding:.5em 1em;
	font-weight:bold;
	color:#fff;
	border-right:1px solid #666;
	}
ul#mmc_menu_bar li a:hover {
	background: #000023 url(image/cms/horz_bgs.png) repeat-x 0 -41px;
	color:#fff;
	text-decoration:none;
	}
ul#mmc_special_menu {
	font-weight:bold;
	margin:.2em 10px .2em 0;
	}
ul#mmc_special_menu li a {
	font-weight:bold;
	color:#000;
	}
ul#mmc_special_menu li a:hover {
	text-decoration:none;
	color:#FF138B;
	}
/*--Menu on Home Page Under Slideshow--*/
ul.mmc_home_menu {
	margin-left:7px;
	float:left;
	width:166px;
	border-left:1px solid #ccc;
	padding-left:10px;
	}
ul.no_border {
	border-left:none;
	}

ul.mmc_home_menu li a {
	display:block;
	color:#42FF13;
	text-decoration:none;
	padding:.25em;
	}
ul.mmc_home_menu li a:hover {
	background-color:#34FF13;
	color:#000;
	text-decoration:none;
	}
/*--Footer Menu--*/
ul#mmc_footer_menu {
	text-align:right;
	font-size:.83em;
	}
ul#mmc_footer_menu li {
	display:inline;
	margin:.1em .5em;
	}	
ul#mmc_footer_menu li a {
	font-weight:normal;
	color:#666;
	text-decoration:none;
	}
ul#mmc_footer_menu li a:hover {
	text-decoration:underline;
	color:#fff;
	}

/*--Search Bar--*/
.mmc_searchform {
	margin:.6em 0;
	font-weight:bold;
	color:#fff;
	}
form.mmc_search {
	margin:0;
	padding:0;
	}	
form.mmc_search input {
	font-size:.83em;
	}
input.mmc_go_btn {
	border:none;
	background: url(image/cms/button_go.gif) no-repeat;
	height:21px;
	width:41px;
	cursor:pointer;
	}
/*--MMC CArt--*/
#mmc_header_cart {
	float:right;
	color:#fff;
	font-weight:bold;
	}
#mmc_header_cart_left {
	margin:5px 0 5px 5px;
	float:left;
	}
#mmc_header_cart_right {
	margin: 5px 5px 5px 43px;
	}
#mmc_header_cart a{
	color:#FFAD00;
	}
#mmc_header_cart a:hover {
	color:#FFAD00;
	text-decoration:underline;
	}
/*--News Ticker--*/
#mmc_news_ticker {
	margin:.2em 0 .2em 10px;
	color:#FF138B;
	font-weight:bold;
	}
ul#news_ticker_1 {
	color:#fff;
	width:300px;
	overflow:hidden;
	margin:0;
	}
ul#news_ticker_1 li a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
	}
ul#news_ticker_1 li a:hover {
	color:#333;
	text-decoration:underline;
	background:none;
	}
/*--Home Page---------------------------------------------------------------*/
#mmc_home_left {
	width:570px;
	float:left;
	}
#mmc_home_right {
	margin-left:580px;
	}
#mmc_home_slideshow {
	width:570px;
	height:350px;
	background-color:blue;
	}
.mmc_f_prod {}
.mmc_f_prod_top {
	height:10px;
	width:350px;
	background:url(image/cms/grey_box_bgs.gif) no-repeat left -114px;
	}
.mmc_f_prod_content {
	width:348px;
	background:url(image/cms/grey_box_bgs.gif) no-repeat left bottom;
	border-right:1px solid #C5C5C5;
	border-left:1px solid #C5C5C5;
	}
.mmc_f_prod_foot {
	height:11px;
	width:350px;
	background:url(image/cms/grey_box_bgs.gif) no-repeat left -128px;
	}
.mmc_f_prod_left {
	float:left;
	margin-left:5px;
	width:200px;
	}
.mmc_f_prod_right {
	margin-left:210px
	}
.mmc_truncate_1 {
	height:5.4em;
	overflow:hidden;
	}
span.dollar_sign {
	font-size:.6em;
	vertical-align: super;
	}

.mmc_f_prod_image {
	border:2px solid #B2B2B2;
	width:120px;
	background-color:#fff;
	}

#mcc_home_links {}
.mmc_home_links_top {
	background: url(image/cms/black_box_bg.png) no-repeat left top;
	height:9px;
	width:570px;
	}
.mmc_home_links_foot {
	background: url(image/cms/black_box_bg.png) no-repeat left -13px;
	height:10px;
	width:570px;
	}
.mmc_home_links_content {
	background:#000 url(image/cms/black_box_bg.png) no-repeat left -26px;
	width:570px;
	}
/*--News Page formatting--*/
.mmc_news_wrapper {}
.mmc_news_date {
	background: #000 url(image/cms/black_box_bg.png) no-repeat left -30px;
	float:left;
	width:45px;
	padding:2px 0;
	margin:0;
	border:1px solid #496CAB;
	text-align:center;
	}
.mmc_news_month, .mmc_news_year, .mmc_news_day {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.mmc_news_month, .mmc_news_year {
	font-size:.83em;
	color:#fff;
	}
.mmc_news_day {
	font-size:1.67em;
	font-weight:bold;
	color:#fff; 
	}
.mmc_news_info {
	margin-left:55px;
	}
/*--Helper Colors--*/

span.color_green, span.color_green a, span.color_green a:visited, span.color_green a:hover {
	color:#42ff13;
	}
.color_white {color:#fff;}
.color_red, .color_red a, .color_red a:visited, .color_red a:hover {color:#C00;}

/*--Custom Form Code--*/
form.mmc_standard {
	margin:0;
	padding:0;
	}
.mmc_standard_form {
	background:#FFF;
	border:1px solid #ccc;
	padding:1em;
	}
.mmc_standard_form_left {
	float:left;
	}
.mmc_standard_form_right {
	margin-left:63px;
	}

form.mmc_standard label,
form.mmc_standard input,
form.mmc_standard textarea
 {
	margin-bottom:1em;
	float:left;
	}
form.mmc_standard textarea {
	float:none;
	clear:left;
	}
form.mmc_standard label	
 {
	float:left;
	clear:left;
	font-weight:bold;
	color:#333;
	width:15em;
	}
form.mmc_standard label.width_reset {
	width:auto;
	}
form.mmc_standard label.clear_none {
	clear:none;
	}
form.mmc_standard input {
	font-size:1em;
	}
/*--Clearfix to help enclose floats-----------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

