@charset "UTF-8";
/* CSS Document */

/********************************************** 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, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

a {
   outline: none;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul, li {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1, h2, h3, h4 {font-weight: normal}

/********************************************** Page Setup ************************************************/

html {
	height:100%;
}

body {
	height: 100%;
	background-color: #e7e7e7;
	background-image:  url(../images/web/background.jpg);
	background-repeat: repeat-x
}

#clr {
	clear:both
}

/* Image Preload */

div#preload { display: none; }

/* IE6 Fix */

img, div { behavior: url(/js/iepngfix.htc) }

/* General Layout */

#container {
	width:100%;
	min-height:100%;
	position:relative;
	font-family: inherit;
}

#header {
	height:auto;
	margin-bottom: 15px;
}

#body {
	width:960px;
	height: auto;
	margin:0 auto;
	padding-bottom:30px
}

#footer {
   width:100%;
   height:210px;   /* Height of the footer */
   margin-top: 10px
}

/* Header Content */

#topbar {
	width: 960px;
	height: 21px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0 auto;
}

#freeship_top {
	width: 342px;
	height: 21px;
	float: left;
	background-image: url(../images/web/freeship_top.png);
	background-repeat: no-repeat
}

#topnav {
	text-align: right;
	padding-left: 5px;
	float:right
}

#header_main {
	width: 960px;
	height: 158px;
	margin: 0 auto;
	clear: both;
	position: relative;
	background-image: url(../images/web/header_main.png);
	background-repeat: no-repeat
}

#logo {
	width: 359px;
	height: 81px;
	background-image: url(../images/web/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	top: 17px;
	left: 20px
}


#navcontainer {
	width: 960px;
	height: auto;
	position: absolute;
	top:112px; left: 140px
}

.home_btn {
	width: 97px;
	height: 57px;
	cursor: pointer;
	float: left;
	background-image: url(../images/web/navigation/home_btn.png);
	background-repeat: no-repeat;
}

.home_btn_hover {
	width: 97px;
	height: 57px;
	cursor: pointer;
	float: left;
	background-image: url(../images/web/navigation/home_btn_hover.png);
	background-repeat: no-repeat;
}

.shop_btn {
	width: 88px;
	height: 57px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
	background-image: url(../images/web/navigation/shop_btn.png);
	background-repeat: no-repeat;
}

.shop_btn_hover {
	width: 88px;
	height: 57px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
	background-image: url(../images/web/navigation/shop_btn_hover.png);
	background-repeat: no-repeat;
}

.buildpkg_btn {
	width: 165px;
	height: 57px;
	cursor: pointer;
	float: left;
	margin-left: 15px;
	background-image: url(../images/web/navigation/buildpkg_btn.png);
	background-repeat: no-repeat;
}

.buildpkg_btn_hover {
	width: 165px;
	height: 57px;
	cursor: pointer;
	float: left;
	margin-left: 15px;
	background-image: url(../images/web/navigation/buildpkg_btn_hover.png);
	background-repeat: no-repeat;
}

.talktous_btn {
	width: 125px;
	height: 57px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
	background-image: url(../images/web/navigation/talktous_btn.png);
	background-repeat: no-repeat;
}

.talktous_btn_hover {
	width: 125px;
	height: 57px;
	cursor: pointer;
	float: left;
	margin-left: 10px;
	background-image: url(../images/web/navigation/talktous_btn_hover.png);
	background-repeat: no-repeat;
}

.cart_btn {
	width: 83px;
	height: 57px;
	cursor: pointer;
	float: left;
	margin-left: 160px;
	background-image: url(../images/web/navigation/cart_btn.png);
	background-repeat: no-repeat;
}

.cart_btn_hover {
	width: 83px;
	height: 57px;
	cursor: pointer;
	float: left;
	margin-left: 160px;
	background-image: url(../images/web/navigation/cart_btn_hover.png);
	background-repeat: no-repeat;
}

/* Body Content */

#body_top {
	width: 960px;
	height: 10px;
	background-image: url(../images/web/footer_top.png);
	background-repeat: no-repeat;
	margin: 0 auto
}

#body_content {
	width: 928px;
	height: 500px;
	padding: 15px;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}

#body_btm {
	width: 960px;
	height: 10px;
	background-image: url(../images/web/footer_btm.png);
	background-repeat: no-repeat;
	margin: 0 auto
}

.oops {
	width: 600px;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
	font-family: Georgia;
	font-size: 24px;
	color: gray;
	text-align: center;
	line-height: 34px;
}

/* Home Content */

#mainbar {
	position: relative;
	width: 960px;
	height: 263px;
	background-image: url(../images/web/home_mainbar.png);
	background-repeat: no-repeat;
	margin: 0 auto 10px;
}

#mainbar_rightcontainer {
	width: 447px;
	height: auto;
	float: right;
}

#mainbar_hdrtxt {
	float: right;
	margin: 15px 15px 5px 0;
	background-image: url(../images/web/home_mainbar_hdrtxt.png);
	width: 266px; height: 106px
}

#mainbar_subtxt {
	clear: right;
	float: right;
	margin: 0 15px 10px 0;
	width: 400px; height: auto;
	text-align: right
}

#mainbar_badges {
	clear: right;
	float: right;
	margin: 10px 8px 0 0;
	width: 410px; height: 69px
}

#mainbar_teambtn {
	width: 200px;
	height: 69px;
	cursor: pointer;
	background-image: url(../images/web/teampkghomebtn.gif);
	background-repeat: no-repeat;
	float:right
}

#mainbar_samplebtn {
	width: 200px;
	height: 69px;
	cursor: pointer;
	background-image: url(../images/web/sampleshomebtn.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	float:right
}

#mainbar_leftimg {
	position: absolute;
	top: 0px; left: 0px;
	width: 510px; height: 263px
}

/* Subpage Content */

#subpage_bodytop {
	width: 960px;
	height: 10px;
	margin: 0 auto;
	background-image: url(../images/web/subpage/subpage_bodytop.png);
	background-repeat: no-repeat
}

#subpage_bodymid {
	width: 960px;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/web/subpage/subpage_bodymid.png);
	background-repeat: repeat-y;
	position: relative
}

#subpage_bodybtm {
	width: 960px;
	height: 10px;
	margin: 0 auto;
	background-image: url(../images/web/subpage/subpage_bodybtm.png);
	background-repeat: no-repeat
}

#subpage_content {
	width: 670px;
	height: auto;
	min-height: 400px;
	padding: 95px 15px 50px;
	float: left;
}

#subpage_sidebar {
	width: 235px;
	height: 300px;
	margin-right: 10px;
	margin-top: 20px;
	float: right
}

#shipping_tab {
	width: 259px;
	height: 111px;
	position: absolute;
	top: 2px; left: -4px;
	background-image: url(../images/web/subpage/subpageTab_shipping.png);
	background-repeat: no-repeat
}

#terms_tab {
	width: 259px;
	height: 111px;
	position: absolute;
	top: 2px; left: -4px;
	background-image: url(../images/web/subpage/subpageTab_terms.png);
	background-repeat: no-repeat
}

#testimonials_tab {
	width: 259px;
	height: 111px;
	position: absolute;
	top: 2px; left: -4px;
	background-image: url(../images/web/subpage/subpageTab_testimonials.png);
	background-repeat: no-repeat
}

#partners_tab {
	width: 259px;
	height: 111px;
	position: absolute;
	top: 2px; left: -4px;
	background-image: url(../images/web/subpage/subpageTab_partners.png);
	background-repeat: no-repeat
}

#talktous_tab {
	width: 259px;
	height: 111px;
	position: absolute;
	top: 2px; left: -4px;
	background-image: url(../images/web/subpage/subpageTab_talktous.png);
	background-repeat: no-repeat
}

#workwithus_tab {
	width: 259px;
	height: 111px;
	position: absolute;
	top: 2px; left: -4px;
	background-image: url(../images/web/subpage/subpageTab_workwithus.png);
	background-repeat: no-repeat
}

#sampleproducts_tab {
	width: 259px;
	height: 111px;
	position: absolute;
	top: 2px; left: -4px;
	background-image: url(../images/web/subpage/subpageTab_sampleproducts.png);
	background-repeat: no-repeat
}

#newsletter_tab {
	width: 259px;
	height: 111px;
	position: absolute;
	top: 2px; left: -4px;
	background-image: url(../images/web/subpage/subpageTab_newsletter.png);
	background-repeat: no-repeat
}

#subpage_subhdr {
	padding: 30px 0 10px 0;
	clear: right
}

#subpage_testimonial_footer {
	padding: 10px 0 0 0;
	float: right;
	text-align: right
}

#partners_listitems li {
	line-height: 12px;
	padding-bottom: 10px
}

/* Sidebar Content */

#subpage_sidebar {
	width: 235px;
	height: auto;
	margin-right: 10px;
	float: right
}

#sidebar_welcometab {
	width: 158px;
	height: 62px;
	position: absolute;
	top:0px; left: -12px;
	background-image: url(../images/web/sidebar/sidebar_tab_welcome.png);
	background-repeat: no-repeat
}

#sidebar_welcome {
	position: relative;
	padding-top: 55px
}

#sidebar_whatsaying {
	position: relative;
	padding-top: 25px;
	margin-top: 30px;
	margin-bottom: 30px
}

#sidebar_whatsayingtab {
	width: 158px;
	height: 62px;
	position: absolute;
	top:0px; left: -12px;
	background-image: url(../images/web/sidebar/sidebar_tab_whatsay.png);
	background-repeat: no-repeat
}

/* Footer Content */

#footer_top {
	width: 960px;
	height: 10px;
	background-image: url(../images/web/footer_top.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#footer_body {
	width: 928px;
	height: 160px;
	padding: 15px;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}

#footer_btm {
	width: 960px;
	height: 10px;
	background-image: url(../images/web/footer_btm.png);
	background-repeat: no-repeat;
	margin: 0 auto

}

.directory {
	width: 125px;
	height: 100px;
	padding-top: 25px;
	float: left;
	background-image: url(../images/web/sitedirectoryTxt.gif);
	background-repeat: no-repeat;
	background-position: top left
}

.dir_links {
	line-height: 20px;
}

.directory_right {
	width: 225px;
	height: 100px;
	float: left;
	padding-top: 25px;
}

.learnproducts {
	width: 300px;
	height: 100px;
	padding-top: 20px;
	float: left;
	background-image: url(../images/web/learnproductsTxt.gif);
	background-repeat: no-repeat;
	background-position: top left
}

.learnproducts_page {
	width: 300px;
	height: 100px;
	padding-top: 0px;
	float: left
}


.newsletter_input {
	width: 275px;
	height: 20px;
	padding: 5px;
	margin-top: 15px;
	border: 1px solid #e4e4e4;
	background-color: #F0F0F0		
}

.footer_submitBtn {
	width: 71px;
	height: 24px;
	background-image:  url(../images/web/footersubmitBtn.png);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 13px;
	float: right
}

.footer_submitBtn_hover {
	width: 71px;
	height: 24px;
	background-image:  url(../images/web/footersubmitBtn_hover.png);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 13px;
	float: right
}


.howhelp {
	width: 230px;
	height: 100px;
	padding-top: 20px;
	float: right;
	background-image: url(../images/web/howhelpTxt.gif);
	background-repeat: no-repeat;
	background-position: top right
}

#facebook_icon {
	width: 32px;
	height: 32px;
	background-image: url(../images/web/fb_icon.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
	margin-right: 7px
}

#twitter_icon {
	width: 32px;
	height: 32px;
	background-image: url(../images/web/twitter_icon.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-top: 10px;
	cursor: pointer
}

#copyright {
	width: 400px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 10px
}

/* Contact Form */

.txtField {
	width:352px;	
	border-bottom: 1px solid #CCC;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFF;
	padding:10px 7px 15px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666; 
	margin-bottom:10px
}

.txtArea {
	width:352px; 
	height:80px;
	border-bottom: 1px solid #CCC;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFF;
	padding:10px 7px 15px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666; 
	margin-bottom:10px;
	overflow:hidden
}

#contactform_container {
	width:370px;
	height:auto;
	margin-top: 20px;
	float:left
}

.error {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#900;
	font-style:italic;
	margin-bottom: 10px;
	margin-left:3px;
}

.newsletterdisclaimer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#900;
	font-style:italic;
	margin-top: 20px;
	margin-left:3px;
}

.footererror {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#900;
	font-style:italic;
	margin-top: 2px;
	margin-left:3px;
	display: none
}


.samplenote {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#900;
	font-style:italic;
	margin-top: 10px;
	margin-left:3px;
}

#contactform_rightpane {
	width: 250px;
	height: auto;
	float: right;
	margin: 40px 0 0 0;
}

.success {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	line-height: 18px; 
	padding-bottom: 5px;
	color: #000;
}

.successfooter {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	line-height: 18px; 
	padding-top: 15px;
	color: #000;
}


#facebook_icon_contact {
	width: 32px;
	height: 32px;
	background-image: url(../images/web/fb_icon.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-right: 7px
}

#twitter_icon_contact {
	width: 32px;
	height: 32px;
	background-image: url(../images/web/twitter_icon.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	cursor: pointer
}

.sendBtn {
	width: 67px;
	height: 35px;
	float: right;
	padding-right: 10px;
	background-image: url(../images/web/sendBtn.png);
	background-repeat: no-repeat
}

.sendBtn_hover {
	width: 67px;
	height: 35px;
	float: right;
	padding-right: 10px;
	background-image: url(../images/web/sendBtn_hover.png);
	background-repeat: no-repeat
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 830px;
	height:165px;

	/* custom decorations */
	
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	cursor:pointer;
	width:130px;
	height:150px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}




/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:36px;
	height:165px;
	float:left;
	margin:10px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right { 
	clear:right;
	margin-right: 0px;
	background-image: url(../images/web/slider/slider_rightbtn.png);
	background-repeat: no-repeat;
}


/* left */
a.left { 
	margin-left: 0px;
	background-image: url(../images/web/slider/slider_leftbtn.png);
	background-repeat: no-repeat; 
} 

a.left:hover {
	background-image: url(../images/web/slider/slider_leftbtn_hover.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

a.right:hover {
	background-image: url(../images/web/slider/slider_rightbtn_hover.png);
	background-repeat: no-repeat;
	cursor: pointer;
}


/* disabled navigational button */
a.left.disabled {
	background-image: url(../images/web/slider/slider_leftbtn_off.png);
	background-repeat: no-repeat;
	cursor: default;
	visibility:visible !important;		
} 	

a.right.disabled {
	background-image: url(../images/web/slider/slider_rightbtn_off.png);
	background-repeat: no-repeat;
	cursor: default;
	visibility:visible !important;		
} 

#sliderHdr {
	width: 251px;
	height: 20px;
	background-image: url(../images/web/slider/sliderHdr.gif);
	background-repeat: no-repeat
}

#sliderviewmore {
	width: 124px;
	height: 31px;
	position: absolute;
	top: 5px; right: 40px;
	background-image: url(../images/web/slider/viewmorearrow.gif);
	background-repeat: no-repeat;
}	

#home_scroll {
	width: 928px;
	height: 165px;
	padding: 15px;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}

/* Shop */

#shop_container {
	width: 960px;
	height: auto;
	margin: 0 auto
}

#shop_body_top {
	width: 960px;
	height: 215px;
	margin: 10px auto 0
}

#shop_body {
	width: 959px;
	height: auto;
	position: relative;
	background-color: #FFF;
}

#shop_body_left {
	width: 170px;
	height: auto;
	float: left;
	font-size: 12px;
	border-left: 1px solid #EFEFEF;
	padding: 20px 0 0 20px;
}

#shop_body_right {
	width: 740px;
	height: auto;
	float: right;
	background-color: #FFF;
	border-right: 1px solid #EFEFEF
	padding: 0 0 0 0;
}

#shop_body_btm {
	width: 960px;
	height: 10px;
	background-image: url(../images/web/footer_btm.png);
	background-repeat: no-repeat;
	margin: 0 auto
}

#product_outercontainer {
	width: 150px;
	height: 160px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	padding: 15px 5px 15px 5px
}

#product_innercontainer {
	width: auto;
	height: 100px;
	margin: 0 auto
}

#product_imagecontainer {
	width: 100px;
	height: 100px;
	cursor: pointer
}

#product_infocontainer {
	width: auto;
	height: 40px;
	padding-top: 5px;
}

#body_top_left {
	width: 560px;
	height: 215px;
	float: left;
	background-image: url(../images/web/shop/shop_topleft.png);
	background-repeat: no-repeat
}

#body_top_right {
	width: 400px;
	height: 215px;
	float: left;
	background-image: url(../images/web/shop/shoptopright_springfling.png);
	background-repeat: no-repeat
}

#colors_top_right {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0 0 10px
}

#body_top_showingallTxt {
	width: 325px;
	height: auto;
	margin: 90px 0 10px 20px;
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size: 32px;
	color: #FFF;
}

#body_top_catdesc {
	width: 430px;
	margin: 0 0 0 20px;
	height: auto
}

#catlisthdr {
	width: 170px;
	height: auto;
	margin: 0 0 10px 0;
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size: 18px;
	color: #e45ba1
}

#otherlisthdr {
	width: 170px;
	height: auto;
	margin: 20px 0 10px 0;
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size: 18px;
	color: #e45ba1
}

#body_top_sortbycolorTxt {
	width: 110px;
	height: 19px;
	margin: 10px 0 5px 7px;
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size: 18px;
	color: #5295fa;
}

#body_top_nowshowingTxt {
	width: 120px;
	height: 19px;
	float: left;
	margin: 10px 0 5px 7px;
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size: 18px;
	color: #5295fa;
}

#viewalllink {
	float: right;
	margin: 10px 50px 0 0
}

.viewalllink {
	width: 57px;
	height: 19px;
	cursor: pointer;
	background-image: url(../images/web/shop/showallBtn.png);
	background-repeat: no-repeat
}

.viewalllink_hover {
	width: 57px;
	height: 19px;
	cursor: pointer;
	background-image: url(../images/web/shop/showallBtn_hover.png);
	background-repeat: no-repeat
}

.buildcustomkit_btn {
	width: 225px;
	height: 75px;
	cursor: pointer;
	background-image: url(../images/web/buildcustomkit_btn.png);
	background-repeat: no-repeat;
	float: right;
	margin: 20px 30px 20px 0
}

.buildcustomkit_btn_hover {
	width: 225px;
	height: 75px;
	cursor: pointer;
	background-image: url(../images/web/buildcustomkit_btn_hover.png);
	background-repeat: no-repeat;
	float: right;
	margin: 20px 30px 20px 0
}

#copper {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/copper.gif);
	background-repeat: no-repeat
}

#gold {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/gold.gif);
	background-repeat: no-repeat
}

#green {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/green.gif);
	background-repeat: no-repeat
}

#orange {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/orange.gif);
	background-repeat: no-repeat
}

#pink {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/pink.gif);
	background-repeat: no-repeat
}

#purple {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/purple.gif);
	background-repeat: no-repeat
}

#red {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/red.gif);
	background-repeat: no-repeat
}

#white {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/white.gif);
	background-repeat: no-repeat
}

#yellow {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/yellow.gif);
	background-repeat: no-repeat
}

#blue {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/blue.gif);
	background-repeat: no-repeat
}

#black {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/black.gif);
	background-repeat: no-repeat
}

#brown {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/brown.gif);
	background-repeat: no-repeat
}

#silver {
	width: 31px;
	height: 31px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	background-image: url(../images/web/shop/silver.gif);
	background-repeat: no-repeat
}

#norecords {
	width: 500px;
	height: auto;
	margin: 50px auto 300px;
}

#viewdetailBtn {
	width: 77px;
	height: 34px;
	background-image: url(../images/web/shop/viewdetailBtn.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 10px
}

.goback_btn_colors {
	width: 60px;
	height: 30px;
	cursor: pointer;
	float: right;
	margin: 15px 50px 0 0;
	background-image: url(../images/web/shop/goback_btn.png);
	background-repeat: no-repeat
}

/* Product Detail */

.goback_btn_proddetail {
	width: 60px;
	height: 30px;
	cursor: pointer;
	background-image: url(../images/web/shop/goback_btn.png);
	background-repeat: no-repeat;
	float: right
}

#subpage_proddetail {
	width: 640px;
	height: auto;
	min-height: 400px;
	padding: 10px 25px 50px;
	float: left;
}

#proddetail_sidebar {
	width: 235px;
	height: auto;
	margin-right: 10px;
	margin-top: 30px;
	padding-bottom: 30px;
	float: right
}

.addtocart {
	width: 95px;
	height: 32px;
	margin-top: 20px;
	cursor: pointer;
	background-image: url(../images/web/addtocart.png);
	background-repeat: no-repeat
}

.addtocart_hover {
	width: 95px;
	height: 32px;
	margin-top: 20px;
	cursor: pointer;
	background-image: url(../images/web/addtocart_hover.png);
	background-repeat: no-repeat
}

.addtocart_OFF {
	width: 95px;
	height: 32px;
	margin-top: 20px;
	background-image: url(../images/web/addtocart_OFF.gif);
	background-repeat: no-repeat
}

.addtokit {
	width: 95px;
	height: 32px;
	margin-top: 20px;
	cursor: pointer;
	background-image: url(../images/web/addtokit.png);
	background-repeat: no-repeat
}

.addtokit_hover {
	width: 95px;
	height: 32px;
	margin-top: 20px;
	cursor: pointer;
	background-image: url(../images/web/addtokit_hover.png);
	background-repeat: no-repeat
}


#detail_proddesc {
	width: 500px;
	margin-top: 10px
}

#detail_prodimg {
	margin: 30px 0 30px 30px;
	display: block
}

#comp_wrapper {
	width: 120px;
	height: auto;
	float: left;
	margin-left: 20px;
	text-align: center
}

#alsotryHdr {
	margin-bottom: 15px
}

#badgecontainer {
	width: 191px;
	margin-top: 20px;
	height: 300px;
	float: right
}

#samplesbadge {
	width: 191px;
	height: 75px;
	cursor: pointer;
	background-image: url(../images/web/shop/freesamplebadge.png);
	background-repeat: no-repeat;
}

#teamgiftbadge {
	width: 191px;
	height: 75px;
	margin-top: 10px;
	cursor: pointer;
	background-image: url(../images/web/shop/teamgiftbadge.png);
	background-repeat: no-repeat;
}

#detailimg {
	float: left
}

/* Build a Package */

#subpage_buildpkg {
	width: 705px;
	height: auto;
	min-height: 400px;
	padding: 0px;
	float: left;
}

#buildpkg_sidebar {
	width: 235px;
	height: auto;
	margin-right: 10px;
	margin-top: 20px;
	padding-bottom: 30px;
	float: right
}

#buildpkg_nav {
	width: 205px; 
	height: auto;
	margin: 30px 0 30px 20px;
	float: left;
}

#buildpkg_top_right {
	width: 400px;
	height: 215px;
	float: left;
	background-image: url(../images/web/shop/buildpkgtopright.png);
	background-repeat: no-repeat
}


#buildpkg_body {
	width: 450px;
	height: auto;
	float: left;
	margin: 0 0 0 30px;
	background-color: #FFF;
}

#product_bp_outercontainer {
	width: 140px;
	height: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	padding: 15px 5px 15px 5px
}

#product_bp_innercontainer {
	width: auto;
	height: 100px;
	margin: 0 auto
}

#product_bp_imagecontainer {
	width: 100px;
	height: 100px;
	cursor: pointer
}

#product_bp_infocontainer {
	width: auto;
	height: 40px;
	padding-top: 5px
}

#addtopkgBtn {
	width: 77px;
	height: 34px;
	background-image: url(../images/web/addtopkgBtn.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 10px
}

#buildpkgHdr {
	width: 658px;
	height: 190px;
	margin-bottom: 5px;
	background-image: url(../images/web/teamgiftbanner.gif);
	background-repeat: no-repeat
}

.buildpkgQuantityInput {
	width: 40px;
	height: 20px;
	padding: 3px;
	float: left;
	background-color: #FFF;
	border: 2px solid #B1B1B1;
	margin-left: 5px;
	font-size: 14px
}

#quantity {
	width: 200px;
	float: left;
	margin-top: 30px
}

#discounts {
	margin: 10px 0 20px
}

#total {
	margin: 30px 0 20px
}

#buildpkgthcontainer {
	width: 40px;
	height: 40px;
	background-color: white;
	border: 1px solid #D9D9D9;
	padding: 10px 0 0 5px;
	margin: 0px 0 10px;
	float: left
}

#buildpkgitemdesc {
	float: left;
	margin-left: 5px;
	margin-top: 0px
}

#pkgitems {
	margin-top: 15px
}

.qtyBtn {
	width: 57px;
	height: 18px;
	margin-left: 5px;
	cursor: pointer;
	background-image: url(../images/web/updateBtn.png);
	background-repeat: no-repeat
}

.qtyBtn_hover {
	width: 57px;
	height: 18px;
	margin-left: 5px;
	cursor: pointer;
	background-image: url(../images/web/updateBtn_hover.png);
	background-repeat: no-repeat
}

.removeBtn {
	width: 57px;
	height: 18px;
	cursor: pointer;
	background-image: url(../images/web/removeBtn.png);
	background-repeat: no-repeat
}

.removeBtn_hover {
	width: 57px;
	height: 18px;
	cursor: pointer;
	background-image: url(../images/web/removeBtn_hover.png);
	background-repeat: no-repeat
}

#savebtn {
	width: 41px;
	height: 42px;
	background-image: url(../images/web/savebtn.png);
	background-repeat: no-repeat;
	float: left
}

/* Blog Page */

#blog_tab {
	width: 259px;
	height: 111px;
	position: absolute;
	top: 2px; left: -4px;
	background-image: url(../images/web/subpage/subpageTab_blog.png);
	background-repeat: no-repeat
}


/********************************************** Typography ************************************************/

.blkstd {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px; 
	color:#000;
	
}

.whtstd {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#FFF;
	
}

.topnav {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#666;
	
}


#topnav a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#666;
	text-decoration: none;
}

#topnav a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#666;	
	text-decoration: none;
}

#topnav a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#666;	
	text-decoration: underline;
}

#topnav a:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#666;	
	text-decoration: none;
}

#footer a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#666;	
	text-decoration: none;
}

#footer a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#666;	
	text-decoration: none;
}

#footer a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#666;
	text-decoration: underline;
}

#footer a:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #666;
	text-decoration: none;
}

#copyright a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px; 
	color: #5295fa;	
	text-decoration: none;
}

#copyright a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px; 
	color: #5295fa;	
	text-decoration: none;
}

#copyright a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px; 
	color:#5295fa;	
	text-decoration: underline;
}

#copyright a:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px; 
	color:#5295fa;	
	text-decoration: none;
}

#subpage_content a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #5295fa;	
	text-decoration: none;
}

#subpage_content a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #5295fa;	
	text-decoration: none;
}

#subpage_content a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #5295fa;	
	text-decoration: underline;
}

#subpage_content a:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #5295fa;	
	text-decoration: none;
}

#shop_body_left a:link {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:14px; 
	color: #333;	
	text-decoration: none;
}

#shop_body_left a:visited {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:14px; 
	color: #333;	
	text-decoration: none;
}

#shop_body_left a:hover {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:14px; 
	color: #5295fa;	
	text-decoration: none;
}

#shop_body_left a:active {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:14px; 
	color: #333;	
	text-decoration: none;
}

#subpage_buildpkg a:link {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:14px; 
	color: #333;	
	text-decoration: none;
}

#subpage_buildpkg a:visited {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:14px; 
	color: #333;	
	text-decoration: none;
}

#subpage_buildpkg a:hover {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:14px; 
	color: #5295fa;	
	text-decoration: none;
}

#subpage_buildpkg a:active {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:14px; 
	color: #333;	
	text-decoration: none;
}


.learnproducts_subtxt {
	text-align: right;
	padding-right: 13px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#666;
}

.howhelp_subtext {
	text-align: right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px; 
	color:#666;
}

.howhelp_phone {
	text-align: right;
	margin-top: 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px; 
	color:#666;
}

.howhelp_email {
	text-align: right;
	margin-top: 8px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#666;
}

.copyright {
	text-align: right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px; 
	color:#666;
}

#subpage_bodymid h1 {
 	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:18px; 
	color: #5295fa;
}

#subpage_bodymid h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px; 
	color:#666;
}

#subpage_bodymid h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height: 12px; 
	color:#333;
}

#subpage_proddetail h1 {
 	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:18px; 
	color: #000;
}

#subpage_proddetail h3 {
 	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #666;
}


#proddetail_sidebar h1 {
 	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:18px; 
	color: #000;
}

#proddetail_sidebar h2 {
 	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:13px; 
	color: #5295fa;
}

#proddetail_sidebar h3 {
 	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height: 16px; 
	color:#666;
}

#proddetail_sidebar h4 {
 	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	line-height: 12px; 
	color:#333;
}

#subpage_sidebar h1 {
 	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:13px; 
	color: #5295fa;
}

#subpage_subhdr h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height: 16px; 
	color:#666;
}

#subpage_sidebar h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	line-height: 12px; 
	color:#333;
}

.sidebar_welcometxt {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height: 16px; 
	color:#666;
}


#contactform_rightpane p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px; 
	padding-top: 5px;
	color:#666;
}

.contactpanehdr {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:14px;
	line-height: 18px; 
	padding-bottom: 5px;
	color: #5295fa;
}

.submitfinish {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px; 
	padding-top: 5px;
	color:#666;
}

#mainbar h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height: 18px; 
	color:#666;
}

.products_title {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:14px;
	line-height: 14px;
	color: #000
}

.products_price {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height: 14px;
	color: #666
}


#product_infocontainer a:link {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:16px; 
	font-weight: normal;
	color: #000;	
	text-decoration: none;
}

#product_infocontainer a:visited {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:16px; 
	font-weight: normal;
	color: #000;	
	text-decoration: none;
}


#product_infocontainer a:hover {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:16px; 
	font-weight: normal;
	color: #5295fa;
	text-decoration: none;
}


#product_infocontainer a:active {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:16px; 
	color: #000;
	font-weight: normal;	
	text-decoration: none;
}

.prodcatsubTxt {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:18px; 
	color:#FFF;
}

.norecords {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size: 24px;
	color: #5295fa; 
	text-align: center
}

#shop_body_top a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px; 
	color: #666;	
	text-decoration: underline;
}

#shop_body_top a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px; 
	color: #666;	
	text-decoration: underline;
}

#shop_body_top a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px; 
	color:#5295fa;	
	text-decoration: underline;
}

#shop_body_top a:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px; 
	color:#666;	
	text-decoration: underline;
}

#subpage_proddetail a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #5295fa;	
	text-decoration: none;
}

#subpage_proddetail a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #5295fa;	
	text-decoration: none;
}

#subpage_proddetail a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#5295fa;	
	text-decoration: underline;
}

#subpage_proddetail a:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#5295fa;	
	text-decoration: none;
}

#product_bp_infocontainer a:link {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:16px; 
	font-weight: normal;
	color: #000;	
	text-decoration: none;
}

#product_bp_infocontainer a:visited {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:16px; 
	font-weight: normal; 
	color: #000;	
	text-decoration: none;
}


#product_bp_infocontainer a:hover {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	ffont-size:16px; 
	font-weight: normal;
	color: #5295fa;
	text-decoration: none;
}


#product_bp_infocontainer a:active {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:16px; 
	font-weight: normal; 
	color: #000;	
	text-decoration: none;
}

.buildpkgHdr {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#666;
	line-height: 18px
}

#buildpkg_sidebar h1 {
 	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:18px; 
	font-weight: normal; 
    color: #000;
    padding-bottom: 2px
}

#buildpkg_sidebar h3 {
 	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px; 
	color: #666;
	line-height: 18px
}

.nokit {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-weight: normal; 
	font-size: 14px;
	color: #e45ba1;
	line-height: 16px
}

.orderdiscblk {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-weight: normal; 
	font-size:12px;
	color: #e45ba1;
	line-height: 16px
}


#buildpkgHdr a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #666;
	text-decoration: underline;
}

#buildpkgHdr a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #666;
	text-decoration: underline;
}

#buildpkgHdr a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color:#5295fa;	
	text-decoration: underline;
}

#buildpkgHdr a:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px; 
	color: #666;
	text-decoration: underline;
}

.learnmore {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px; 
	color: #5295fa;
	line-height: 30px
}

#blog_container h3 {
	font-family: 'ff-meta-serif-web-pro-1','ff-meta-serif-web-pro-2',sans-serif;
	font-size:16px;
	line-height: 18px; 
	margin: 10px 0 5px 0;
	color: #e45ba1	
}

#blog_container h4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px; 
	padding-bottom: 40px;
	color: #333
}
















