@charset "utf-8";

body {
	margin: 12px;
	padding: 0;
}

.printonly {
	display: none;
}

.noshow {
	position: absolute; 
	left: -9000px;
}

div, form {
	margin: 0;
	padding: 0;
	height: auto;
}

#page {
	width: 1008px;
	margin-left: auto; margin-right: auto;
}

#header {
	width: 1008px;
	height: 48px;
	overflow: hidden;
	padding-bottom: 66px;
}

#mainnav {
	width: 1008px;
	height: 66px;
	background: url(../images/bg_mainnav.png) no-repeat;
	position: absolute;
	top: 72px;
	overflow: hidden;
}

#telphone {
	float: right;
	margin-left: 685px;
	width: 323px;
	height: 54px;
	position: absolute;
	top: 72px;
	overflow: hidden;
	z-index: 55;
	display: none;
}

#telphone p {
	float: right;
	height: 54px;
	overflow: hidden;
	text-align: right;
	line-height: 54px;
	display: block;
	padding-right: 20px;
}

#mainnav ul li {
	float: left;
	height: 66px;
}

#mainnav ul li.active {
	background: url(../images/nav_active.png) top center no-repeat;
}

#mainnav ul li a span {
	display: none;
}

#nav_home a {
	display: block;
	line-height: 54px;
	min-height: 54px;
	width: 90px;
	background: url(../images/navmenu.png) no-repeat 0 0;
}
#nav_home.active a, #nav_home a:hover {
	background: url(../images/navmenu_active.png) no-repeat 0 0px;
}

#nav_private a {
	display: block;
	line-height: 54px;
	min-height: 54px;
	width: 109px;
	background: url(../images/navmenu.png) no-repeat -90px 0px;
}
#nav_private.active a, #nav_private a:hover {
	background: url(../images/navmenu_active.png) no-repeat -90px 0px;
}

#nav_professional a {
	display: block;
	line-height: 54px;
	min-height: 54px;
	width: 162px;
	background: url(../images/navmenu.png) no-repeat -199px 0px;
}
#nav_professional.active a, #nav_professional a:hover {
	background: url(../images/navmenu_active.png) no-repeat -199px 0px;
}

#nav_service a {
	display: block;
	line-height: 54px;
	min-height: 54px;
	width: 127px;
	background: url(../images/navmenu.png) no-repeat -361px 0px;
}
#nav_service.active a, #nav_service a:hover {
	background: url(../images/navmenu_active.png) no-repeat -361px 0px;
}

#nav_lightbox a {
	display: block;
	line-height: 54px;
	min-height: 54px;
	width: 107px;
	background: url(../images/navmenu.png) no-repeat -488px 0px;
}
#nav_lightbox.active a, #nav_lightbox a:hover {
	background: url(../images/navmenu_active.png) no-repeat -488px 0px;
}

#nav_spashop a {
	display: block;
	line-height: 54px;
	min-height: 54px;
	width: 90px;
	background: url(../images/navmenu.png) no-repeat -595px -0px;
}
#nav_spashop.active a, #nav_spashop a:hover {
	background: url(../images/navmenu_active.png) no-repeat -595px 0px;
}

#imageslider {
	width: 1008px;
	height: 306px;
	background: url(../images/bg_imageslider.png);
	overflow: hidden;
}

#sliderleft {
	float: left;
	width: 64px;
	margin-left: 18px;
	margin-top: 252px;
}

#sliderright {
	float: right;
	width: 270px;
	height: 366px;
	background: url(../images/bg_darkshader.png);
	padding: 16px;
}

#sliderrighttext {
	position: absolute;
	width: 270px;
	height: 290px;
	z-index: 4;
}

#sliderplayer {
	position: absolute;
	top: 378px;
	margin-left: 140px;
	z-index: 5;
}

#mainpage {
	margin-top: 36px;
	width: 1008px;
	height: auto;
	background:transparent url(../images/bg_sidebar_border.png);
}

#mainpage.noborder {
	background: #fff;
}

#content {
	float: left;
	width: 791px;
}

#sidebar {
	float: right;
	width: 198px;
}

#sidebar .header, .cartheader {
	background-image: url(../images/bg_sidebar_header.png);
	width: 182px;
	display: block;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 16px;
}

.imagesliderlink {
	background-image: url(../images/bg_sidebar_header.png);
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

#sidecart .summary {
	background-image: url(../images/bg_sidebar_header.png);
	width: 158px;
	padding-left: 40px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 16px;
}

#sidecart .header a:hover {
	text-decoration: underline;
}

.cartheader {
	margin-bottom: 0;
}

#sidebar .blog li {
	background: url(../images/icon_blog_mini.png) no-repeat top left;
}

#sidebar .menu li {
	padding-left: 32px;
	padding-right: 8px;
}

#sidebar .menu li .blogtitle {
	padding-bottom: 8px;
}

#sidebar .menu li {
	margin-bottom: 16px;
}

#footerspacer {
	height: 34px;
	/* This is used to give the padding needed as well as to clear the sidebar and main content */
	clear: both;
	background: #fff;
}
#footer {
	magin-top: 34px;
	width: 1008px;
	height: 48px;
	border-top: 2px solid #b1948d;
	background: #fff;
}

#logo span {
	display: none;
}
#logo {
	background: url(../images/logo_klafs.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 240px; height: 48px;
	float: left;
	padding: 0px;
}

#greeting {
	float: right;
	margin-right: 21px;
}

#greeting p {
	margin-top: auto;
	white-space: nowrap;
}

.col_a {
	float: left;
	width: 380px;
}

.col_b {
	float: right;
	width: 380px;
	padding-right: 20px;
}

.col_a2 {
	float: left;
	width: 250px;
}

.col_b2 {
	float: right;
	width: 510px;
	padding-right: 20px;
}

#brochure .col_a {
	float: left;
	width: 380px;
	padding-right:30px;
}

#brochure .col_a {
	float: left;
	width: 380px;
}

#mainpage.noborder #content .newsprint .col_b {
	width: 612px;
}

#mainpage.noborder #content {
	width: 1039px;
}

#mainpage.noborder #content h1 {
	width: 791px;
}

#mainpage.noborder #sidebar {
	position: absolute;
	top: 468px;
	margin-left: 810px;
}

#mainpage.noborder #sidebar .menu, #mainpage.noborder #sidebar .subheader {
	display: none;
}

#footer_nav {
	float: left;
	width: 550px;
	padding-top: 16px;
}

#footer_links {
	float: right;
	padding-top: 16px;
}

ul #gallery {
	list-style:none;
	list-style-type:none;
}

.galleryarray {
	margin-left: -32px;
}

.galleryarray li {
	float: left;
	margin-bottom: 32px;
	margin-left: 32px;
}

.prodinfo, .prodphoto {
	float: left;
	margin-left: 8px;
}

/*.col_b .prodphoto {
	margin-left: 24px;
}*/

.prodphoto {
	height: 110px;
	width: 144px;
	overflow:hidden;
}


.prodinfo {
	width: 216px;
}

.shopbreaker {
	clear: both; border-bottom: 1px dashed #c6948d;
	height: 16px;
	margin-bottom: 16px;
	margin-right:25px;
}

#gallery {
	margin-left: 8px;
}

#gallery li {
	float: left;
	margin-left: 32px;
	margin-bottom: 32px;
}

#gallery li.galleryseparator {
	clear:both;
	padding:0px;
	margin:0px;
	width:0px;
}

#lbContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	border: 3px solid #8D291B;
	z-index: -5;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	display: none;
}

#lbContainerSmall {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	border: 3px solid #8D291B;
	z-index: -5;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	display: none;
}

#lbHeader {
	text-align: right;
}

#lbMainContent {
	margin-top: 5px;
}

#brochure, #shopper, #register {
	margin-left: 24px;
	margin-right: 24px;
}

.lbBottom {
	clear: both;
	height: 32px;
}

#galleryViewer h1 {
	margin-left: 32px;
	margin-right: 32px;
	padding-bottom: 8px;
}

#galleryViewer .fullimage {
	margin-left: 8px;
	margin-right: 8px;
	height: 48px;
	padding-top: 449px;
	padding-left: 16px;
}

#galleryViewer p {
	margin-left: 32px;
	margin-right: 32px;
}

.viewerPrevious {
	float: left;
	height: 36px;
	width: 126px;
}

.viewerNext {
	float: right;
	height: 36px;
	width: 108px;
}

.copynote {
	float: left;
}


#brochure_left {
	float: left;
	width: 180px;
}

#brochure_left img {
	margin-bottom: 9px;
}

#brochure_right {
	float: left;
	margin-left: 16px;
	width: 424px;
}

.form_data {
	float: left;
	padding-left: 8px;
}

.form_section, .form_heading {
	clear: both;
}

input, select, textarea {
	border: 1px solid #8d291b;
}

input, select {
	height: 22px;
}

.form_title input{
	width: 36px;
}

.form_fname input{
	width: 72px;
}

.form_sname input{
	width: 90px;
}

.form_suffix input {
	width: 36px;
}

.form_cname input, .form_email input, .form_phone input, .form_project select {
	width: 216px;
}

.form_ctype input {
	width: 181px;
}

.form_addinfo textarea {
	height: 112px;
}

.form_addr_street input, .form_addr_line2 input, .form_addinfo textarea {
	width: 408px;
}

.form_addr_city input, .form_addr_county input, .form_addr_postal input, .form_addr_country input {
	width: 199px;
}

.form_addr_country select {
	width: 199px;
}

.form_section {
	float: left;
	width: 100%;
}

#lbDesk {
	position: fixed;
	background: #000;
	cursor: pointer;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 700;
	display: none;
}

.form_button {
	background-image: url(../images/bg_buttons.png);
	border: none;
	width: 144px;
	height: 36px;
	display: block;
	line-height: 36px;
	margin-left: 8px;
	margin-bottom: 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	cursor:pointer;
}

#form_section_project,
#form_section_password {
	margin-bottom: 10px;
}

.form_heading span {
	color: #8d291b;
}

.shopperImage {
	float: left;
	width: 344px;
	height: 54px;
	padding-top: 306px;
	padding-left: 16px;
}

.shopperInfo {
	float: left;
	padding-left: 24px;
	width: 384px;
}

.shopperAddToCart p {
	float: left;
	line-height: 36px;
}

.shopperAddToCart p img {
	margin-right: 16px;
}

#iefix_sliderright {
	display: none;
}

/* Login and Registration Forms */

#login_left{
	float:left;
	width:200px;
}

#register_right {
	float: left;
	width: 424px;
	margin-bottom:10px;
	border-left:solid 1px #632A1C;
	padding-left:16px;
}

/* The following are the styles for the blog */

#content .blog {
	background: url(../images/icon_blog.png) no-repeat 0 8px;
	padding-left: 44px;
	padding-right: 28px;
}

#content .blogactive {
	background: transparent;
	padding-left: 0px;
}

#comments {
	margin-top: 8px;
	margin-bottom: 16px;
}

.commentlist .avatar {
	float: left;
	width: 36px;
}

.commentmetadata {
	float: left;
	padding-left: 8px;
	width: 700px;
}

.commentText {
	clear: both;
	padding-left: 44px;
	padding-top: 4px;
}

.commentText p {
	padding-bottom: 20px;
}

.clearup {
	clear: both;
}

.imgLoader {
	background-image: url(/images/imgloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

blockquote {
	margin-left:5em;
}

#terms ol {
	margin-left:5em;
}

#terms li {
	margin-left:5em;
	list-style:square;
}

#terms ol li {
	list-style:square;
	margin-left:0;
}

#terms p {
	line-height:3em;
}

#terms blockquote p {
	line-height:1.5em;
}

#lightbox_inst ol li {
	list-style:decimal;
	line-height:2em;
	margin-left:5em;
}
.privateImagePadding {
	margin-right:0.6em;
	margin-bottom:1em;
}

.servicePackages1 {
	float:left;
	width:17em;
	margin-bottom:2.5em;
	margin-top:2.5em;
}
.servicePackages2,
.servicePackages2a,
.servicePackages3,
.servicePackages4 {
	float:left;
	width:14em;
	margin-top:2.5em;
	padding-left:0.5em;
	padding-top:13.9em;
}

.servicePackages2 {
	background:url(../images/servicepackages/equipment.jpg) no-repeat 0 3em;
}
.servicePackages2a {
	background:url(../images/servicepackages/equipment_noplus.jpg) no-repeat 0 3em;
}
.servicePackages3 {
	background:url(../images/servicepackages/service-visits.jpg) no-repeat 0 3em;
}
.servicePackages4 {
	background:url(../images/servicepackages/ice-kit.jpg) no-repeat 0 3em;
}

#spaTrip {
	margin-right:0.5em;
}

#spaTrip li {
	list-style:disc;
	margin-left:1.5em;
	margin-bottom:0.5em;
}