html, body {
	height: 100%;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#e1e1e1;
	background:#121212 url(../images/site_bg.gif);
	text-align:center;
	margin:10px auto 0 auto;
	font-size:1em;
	/*position:relative; - Can't use this to fix IE bug because it throws off our main product image and option sets--*/
	}
h1, h2, h3, h4, h5, h6, .wsm_resource_header {
	margin:0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	}
h1 {
	font-size:25px;
	padding:15px 0 15px 22px;
	}
h2, .wsm_resource_header {font-size:2em;color:#fff24d;}
h3 {font-size:1.3em;}
h4 {font-size:1.17em;}

h1.kc_green {
	background-position: left top;
	color:#c2ef70;
	background:url(../images/bg_h1_green.gif) no-repeat left top;
	}
h1.kc_pink {
	background:url(../images/bg_h1_purple.gif) no-repeat left top;
	color:#f0a7e4;
	}
h1.kc_grey {
	background:url(../images/bg_h1_grey.gif) no-repeat left top;
	color:#f0a7e4;
	}
			
p {
	font-size:1em;
	line-height:1.6em;
	color:#e1e1e1;
	}
p.small_text {
	font-size:.83em;
	line-height:1.4em;
	margin:0;
	padding:0;

	}
a {
	color:#fff24d;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#fff24d;
	text-decoration:underline;
	}
hr {
	background:#fff;
	border:none;
	border-bottom:1px solid #2c2c2c;
	height:1px;
	margin:10px 0;
	}

/*div {outline:1px solid red;}*/	
	
/*--Helpers--*/
.m_all_5px {margin:5px;}
.m_all_8px {margin:8px;}
.m_top_5px {margin-top:5px;}
.m_top_10px {margin-top:10px;}
.m_bottom_5px {margin-bottom:5px;}
.m_bottom_10px {margin-bottom:10px;}
.m_right_10px {margin-right:10px;}
.m_left_10px {margin-left:10px;}
.m_left_5px {margin-left:5px;}
.m_right_5px {margin-right:5px;}
.no_margin {margin:0;}
.p_top_10px {padding-top:10px;}
.no_pad {padding:0;}
.clear_right {clear:right;}
.clear_left {clear:left;}
.clear_all {clear:both;}
.float_left {float:left;}
.float_right {float:right;}
.text_left {text-align:left;}
.text_right {text-align:right;}
.text_center {text-align:center;}
.text_justify {text-align:justify;}
.text_small {font-size:.83em;}
.width_auto {width:auto;}
.bold {font-weight:bold;}
.no_border {border:none;}
.position_relative {position:relative;}
/*--Colors--*/
.color_orange {color:#e55605;}
.color_pink {color:#f0a7e4;}
.color_lpink {color:#fbc3f4;}
.color_yellow {color:#fff24d;}
.color_red {color:#c00;}
.color_green {color:#c2ef70;}

.border_grey {border:1px solid #2c2c2c;}

.kc_bar_pink,
.kc_bar_yellow,
.kc_bar_orange {
	background-image:url(../images/bg_bars_x.gif);
	background-repeat:repeat-x;
	}
.kc_bar_pink {
	background-position: left top;
	}
.kc_bar_yellow {
	background-position: left -55px;
	}
.kc_bar_orange {
	background-position: left -110px;
	}
/*--Master Wrappers------------------------------------*/
#kc_master_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px; /* the bottom margin is the negative value of the footer's height */
	text-align:left;
	}
#kc_header_wrapper {
	padding:1px 0 1px 0;
	background-color: #fff;
	background-image: url(../../images/header_bg_1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
#kc_menubar_wrapper {
	border-top:2px solid #fff;
	background:#333 url(../../images/header_bg_2.gif);
	height:36px;
	}
#kc_body_wrapper {
	clear:both;
	}
#kc_body_content,
.kc_left_padding {
	margin-left:22px; /*Same as H1 left padding*/
	}
#kc_footer_wrapper,
#kc_push {
	clear:both;
	height:35px;
	text-align:left;
	}
#kc_footer_wrapper {
	background:#111 url(../images/footer_bg.gif) repeat-x left top;
	border-top:2px solid #2c2c2c;
	}
.kc_fixed_width {
	width:880px;
	margin:0 auto;
	}
/*--Template--*/
#kc_left_column {
	width:205px;
	float:left;
	margin-bottom:10px;
	background: url(../images/kc_silo.gif) no-repeat center 200px;
	}
#kc_right_column {
	float:right;
	width:665px;
	margin-bottom:10px;
	}
/*--Left Menus--*/
ul.kc_left_menu_pink,
ul.kc_left_menu_yellow,
ul.kc_left_menu_orange {
	margin:0 5px 0 0;
	padding:0;
	font-size:1em;
	list-style:none;
	}
ul.kc_left_menu_pink li a,
ul.kc_left_menu_yellow li a,
ul.kc_left_menu_orange li a  {
	padding:.5em .25em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	}
ul.kc_left_menu_pink li a {
	color:#ea91e1;
	}
ul.kc_left_menu_pink li a:hover {
	color:#2b1329;
	background:#f0a7e4 url(../images/bg_burst_pink.gif) no-repeat right center;
	text-decoration:none;
	}
ul.kc_left_menu_yellow li a {
	color:#fff568;
	}
ul.kc_left_menu_yellow li a:hover {
	color:#4e4908;
	background:#fff24d url(../images/bg_burst_yellow.gif) no-repeat right center;
	text-decoration:none;
	}
ul.kc_left_menu_orange li a {
	color:#eb6c06;
	}
ul.kc_left_menu_orange li a:hover {
	color:#320c00;
	background:#fff24d url(../images/bg_burst_orange_hover.gif) no-repeat right center;
	text-decoration:none;
	}

/*--Right Column--*/
#kc_admin_menu {
	text-align:right;
	margin-bottom:10px;
	}

/*--Sub Menu Bar--*/
ul.kc_submenu_bar,
ul.kc_admin_menu_bar {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	color:#2c2c2c;
	font-weight:bold;
	}
ul.kc_submenu_bar {
	margin-bottom:10px;
	}
ul.kc_submenu_bar li,
ul.kc_admin_menu_bar li {
	display:inline;
	margin:0 10px 0 0;
	}
ul.kc_admin_menu_bar li {
	margin:0 15px 0 0;
color:#666;
	}
ul.kc_submenu_bar li a,
ul.kc_admin_menu_bar li a {
	color:#375bfa;
	text-decoration:none;
	padding:.15em;
	font-weight:bold;
	}
ul.kc_submenu_bar li a:hover,
ul.kc_admin_menu_bar li a:hover {
	background-color:#375bfa;
	text-decoration:none;
	color:#fff;
	}

/*--Footer--*/
#kc_footer_left {
	float:left;
	width:540px;
	margin-top:2px;
display:none;
	}
#kc_footer_right {
	float:right;
	width:340px;
	height:298px;
	background:#000 url(../images/footer_bg_girl.gif) no-repeat center center;
	margin-top:2px;
display:none;
	}
#kc_footer_myaccount {
	float:left;
	width:45%;
	margin:10px 0 0 10px;
	}
#kc_footer_kc_info {
	margin:10px 4% 0 50%;
	}
#kc_footer_copy {
	clear:both;
	text-align:right;
	color:#121212;
	padding:2px;
	font-size:.83em;
	}
#kc_footer_copy a {
	color:#121212;
	font-weight:bold;
	text-decoration:none;
	}
#kc_footer_copy a:hover {
	text-decoration:underline;
	color#121212;
	}
/*--Footer Menu--*/
ul.kc_footer_menu {
	margin:5px 0 0 10px;
	padding:0;
	list-style:none;
	font-size:.83em;
	}
ul.kc_footer_menu li {

	}
ul.kc_footer_menu li a {
	display:block;
	background: url(../images/tick_dblue.gif) no-repeat left center;
	color:#666;
	text-decoration:none;
	margin:.25em 0;
	padding:0 0 0 8px;
	}
ul.kc_footer_menu li a:hover {
	color:#ccc;
	background: url(../images/tick_lblue.gif) no-repeat left center;
	}
/*--Footer Featured ALbum--*/
.kc_featured_prod {
	/*float:left;
	margin:0 10px 15px 10px;
	width:150px;*/
	text-align:left;
	margin-left:22px;
	}
.kc_featured_image {
	margin:0 auto 5px auto;
	border:1px solid #ccc;
	padding:2px;
	vertical-align: middle;	
	float:left;
	width:120px;
	}
.kc_featured_info {
	margin-left:135px;
	}
.kc_featured_title {
	font-size:1.5em;
	margin-bottom:10px;
	}
.kc_featured_title a {
	color:#fff568;
	text-decoration:none;
	}
.kc_featured_title a:hover {
	color:#fff568;
	text-decoration:underline;
	}	
.kc_featured_price {
	overflow:hidden;
	margin-bottom:10px;
	}
/*--Buttons--*/
/*--Thes buttons have the orange bg--*/

.wsm_addcart_button,
.wsm_addwishlist_button,
.wsm_inquiry_button,
.wsm_tellafriend_button {
	margin:0;
	padding:.25em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:none;
	cursor:pointer;
	cursor:hand;
	background:#e55605 url(../images/bg_burst_orange.gif) no-repeat right center;
	color:#fff;
	border:1px solid #fff;
	}
.wsm_addcart_button {
	font-size:1em;
	font-weight:bold;
	}
.wsm_addwishlist_button,
.wsm_inquiry_button,
.wsm_tellafriend_button {
	font-size:1em;
	font-weight:normal;
	}
.wsm_addcart_button:hover,
.wsm_addwishlist_button:hover,
.wsm_inquiry_button:hover,
.wsm_tellafriend_button:hover {
	background: url(../images/bg_burst_orange_hover.gif) no-repeat right center;
	}


/*-------Homepage-------------*/
.kc_home_left {
	float:left;
	width:260px;
	}
.kc_home_right {
	margin-left:275px;
	border-left:1px solid #2c2c2c;
	
	}
/*--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%;
}	
