@charset "UTF-8";

/* Kota Kows CSS, by Dane Petersen */
/* All associated graphics copyright 2009-2011, Kota Kows */

/* Submitted: Nov. 27 2009 */
/* Updated: September 17, 2011 */


@font-face {
    font-family: 'TitilliumText22LThin';
    src: url('TitilliumText22L001-webfont.eot');
    src: url('TitilliumText22L001-webfont.eot?#iefix') format('eot'),
         url('TitilliumText22L001-webfont.woff') format('woff'),
         url('TitilliumText22L001-webfont.ttf') format('truetype'),
         url('TitilliumText22L001-webfont.svg#webfontY46BzlYn') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('TitilliumText22L002-webfont.eot');
    src: url('TitilliumText22L002-webfont.eot?#iefix') format('eot'),
         url('TitilliumText22L002-webfont.woff') format('woff'),
         url('TitilliumText22L002-webfont.ttf') format('truetype'),
         url('TitilliumText22L002-webfont.svg#webfontWLF9Q09S') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('TitilliumText22L003-webfont.eot');
    src: url('TitilliumText22L003-webfont.eot?#iefix') format('eot'),
         url('TitilliumText22L003-webfont.woff') format('woff'),
         url('TitilliumText22L003-webfont.ttf') format('truetype'),
         url('TitilliumText22L003-webfont.svg#webfontiXtJn0Qu') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('TitilliumText22L004-webfont.eot');
    src: url('TitilliumText22L004-webfont.eot?#iefix') format('eot'),
         url('TitilliumText22L004-webfont.woff') format('woff'),
         url('TitilliumText22L004-webfont.ttf') format('truetype'),
         url('TitilliumText22L004-webfont.svg#webfontd3ljp2K0') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('TitilliumText22L005-webfont.eot');
    src: url('TitilliumText22L005-webfont.eot?#iefix') format('eot'),
         url('TitilliumText22L005-webfont.woff') format('woff'),
         url('TitilliumText22L005-webfont.ttf') format('truetype'),
         url('TitilliumText22L005-webfont.svg#webfontZL0yA7s8') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LXBold';
    src: url('TitilliumText22L006-webfont.eot');
    src: url('TitilliumText22L006-webfont.eot?#iefix') format('eot'),
         url('TitilliumText22L006-webfont.woff') format('woff'),
         url('TitilliumText22L006-webfont.ttf') format('truetype'),
         url('TitilliumText22L006-webfont.svg#webfontDGZcY3kb') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* MAIN STYLES */

body {
    font:13px/1.4 Arial,Helvetica,sans-serif;
	background:#e4e4c8 url(/images/4_Beige_Grunge.jpg);
	margin:0;
	padding:0;
	min-width:960px;
	}
	
#masthead,#section,#footer,#bottom-layout,#left-bottom,#right-bottom {
	font-family: 'TitilliumText22LLight', Arial, Helvetica, sans-serif;	
	}
	
/* NAVIGATION */	
	
#nav { 
	position: relative; 
	float:right; 
	width:360px; 
	background: #222 url(/images/menu.gif) top left no-repeat; 
	}

#nav li	{ 
	display: inline; 
	font-size:1.2em; 
	font-weight:bold; 
	height:21px; 
	padding:0;
	}
	
#nav li a { 
	position: relative; 
	float:left; 
	display:block; 
	text-decoration:none; 
	color: #fff; 
	height:21px; 
	}
	
#menu1 { 
	width:62px; 
	padding:0;
	}

#menu1:hover { 
	color: #8dd8f8; 
	background: #222 url(/images/menu.gif) 0px -20px no-repeat; 
	}
 
#menu1active { 
	width:62px; 
	padding:0; 
	color: #8dd8f8; 
	background: #222 url(/images/menu.gif) 0px -40px no-repeat; 
	}
	
#menu2 { 
	width:78px; 
	padding:0;
	}

#menu2:hover { 
	color: #8dd8f8; 
	background: #222 url(/images/menu.gif) -62px -20px no-repeat; 
	}
	
#menu2active { 
	width:78px; 
	padding:0; 
	color: #8dd8f8; 
	background: #222 url(/images/menu.gif) -62px -40px no-repeat; 
	}
	
#menu3 { 
	width:114px; 
	padding:0;
	}
	
#menu3:hover { 
	color: #8dd8f8; 
	background: #222 url(/images/menu.gif) -140px -20px no-repeat;
	}
	 
#menu3active { 
	width:114px; 
	padding:0; 
	color: #8dd8f8; 
	background: #222 url(/images/menu.gif) -140px -40px no-repeat; 
	}
	
#menu4	{ 
	width:100px;
	padding:0;
	}
	
#menu4:hover { 
	color: #8dd8f8; 
	background: #222 url(/images/menu.gif) -254px -20px no-repeat; 
	}
	
#menu4active { 
	width:100px; 
	padding:0; 
	color: #8dd8f8; 
	background: #222 url(/images/menu.gif) -254px -40px no-repeat; 
	}
	
/* HEADERS */	

	
h1 {
	font-family: 'TitilliumText22LRegular', Arial, Helvetica, sans-serif;
	margin:0 0 .5em
	}	

h2 {
	font:13px/2.0 'TitilliumText22LLight', Arial, Helvetica, sans-serif;
	}
	
h3,h4, #header {
	font-family: 'TitilliumText22LLight', Arial, Helvetica, sans-serif;
	}	

h2,h3,p {
	margin:0 0 1.2em 0
	}	

h1 {
	font-size:220%;
	color:#000;
	}
	
.home h1 {
	font-size:220%;
	color:#fff;
	text-indent: -9999px;
	margin: 1em 0 0 5.5em;
	background: transparent url(../images/kkhomelogo.png) left center no-repeat;
	height: 200px;
	}	
	
h1.about, h1.portfolio, h1.contactus, h1.terms, h1.policy {
	font-size:220%;
	color:#fff;
	text-indent: -9999px;
	margin: 0;
	}
	
h1.about {
	background: url(/images/about_h1.png) left center no-repeat;
	}
	
h1.portfolio {
	background: url(/images/portfolio_h1.png) left center no-repeat;
	}	
	
h1.contactus {
	background: url(/images/contact_h1.png) left center no-repeat;
	}	
	
h1.terms {
	background: url(/images/terms_h1.png) left center no-repeat;
	}
	
h1.policy {
	background: url(/images/ppolicy_h1.png) left center no-repeat;
	}				
	
h2, h3 {
	font-weight: normal;
	font-size: 180%;
	letter-spacing: -.025em;
	}

h2 {
	color:#a15f84;
	}
	
h3 {
	color:#814f32;
	}
	
h4 {
	font-weight:normal;
	font-size:120%;
	color:#814f32;
	}	

/* PARAGRAPH AND LISTS */
	
p {
	color:#444;
	}
	
ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
li {
	background-repeat:no-repeat;
	padding:1px 0 2px 24px;
	margin:0.28em 0;
	}


/* MAIN AREAS */
	
.content {
	width:940px;
	margin:0 auto;
	overflow:hidden;
	padding:15px 10px;
	}
	
#content .content,#footer .content {
	width:960px;
	padding:25px 0 10px 20px;
	}

.section {
	width:300px;
	margin:0px 20px 20px 0;
	float:left;
	}
	
.section h2 {
	margin-bottom:0.25em;
	}
	
.section.wide {
	width:620px;
	}
	
.section.full {
	width:940px;
	}
	
.portfolio .section.full {
	width:940px;
	margin-top: 10px;	
	}	
	
.section.full a, .short a {
	color: #734b66;
	}
	
.section.full a:hover {
	color:#814f32;
	text-decoration: none;
	}

.short {
	position:relative;
	padding-left:60px;
	width:240px;
	}
	
.short h2 img {
	position:absolute;
	left:0;
	margin-top:4px;
	}
	
.short a:hover {
	color:#814f32;
	text-decoration: none;
	}	
	
#header {
	background:#222 repeat-x;
	overflow:hidden;
	color:#fff;
	border-bottom:2px solid #814f32;
	}
	
#kklogo {
	float:left;
	}
	
#header p {
	float:left;
	margin:0;
	}
	
#masthead {
	background:#442e32 url(/images/bg-masthead.png) 50% 100% repeat-x;
	height:85px;
	color:#fff;
	}
	
#masthead li {
	float:left;
	width:240px;
	font-size:115%;
	line-height:1.1;
	text-shadow:1px 1px 2px #333;
	}
	
body.home #masthead {
	background-image:url(/images/bg-masthead-home1.png);
	min-height:290px;
	padding-top:10px;
	}
	
body.home #masthead .content {
	padding-left:330px;
	width:620px;
	}

body.about #masthead h1, body.portfolio #masthead h1, body.contactus #masthead h1, body.policy #masthead h1,  body.terms #masthead h1 {
	margin-top:0.1em;
	margin-bottom:0;
	}
	
body.policy a {
	color: #734b66;
	}	
	
#content {
	min-height:250px;
	}
	
img {
	border:none;
	}		
	
hr {
	clear:both;
	border:1px dashed #a5a590;
	}
	
body.contactus hr {
	clear:both;
	border:1px solid #e4e4c8;
	}	

	
/* FOOTER */	
	
#footer {
	background:#1d1415 no-repeat;
	color:#ccc;
	border-top:2px solid #814f32;
	}
	
#footer a {
	color:#fff;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #81a44c;
	text-decoration:none;
	}
	
#footer .comments li {
	margin-bottom:1.2em;
	}
	
#footer .social li.facebook {
	background-image:url(/images/facebook_16.png);
	background-position: 0 8px;
	margin:0;
	padding-top:0.85em;
	padding-bottom:0.40em;
	}
	
#footer .social li.linkedin {
	background-image:url(/images/linkedin_16.png);
	background-position: 0 8px;
	margin:0;
	padding-top:0.85em;
	padding-bottom:0.40em;
	}	
	
#footer .social li.plaxo {
	background-image:url(/images/plaxo_16.png);
	background-position: 0 8px;
	margin:0;
	padding-top:0.85em;
	padding-bottom:0.40em;
	}
	
#footer .footerNav li.kota {
	background-image:url(../images/dogpaw.png);
	background-position: 0 5px;
	margin:0;
	padding-top:0.7em;
	padding-bottom:0.1em;
	}	
	
#footer .footerNav li.kow {
	background-image:url(/images/hooves_sm.png);
	background-position: 0 5px;
	margin:0;
	padding-top:0.7em;
	padding-bottom:0.1em;
	}					
	
#footer h2 {
	color:#fff;
	text-shadow:1px 1px 2px #000;
	}
	
#layout-footer  {
	width: 100%;
	clear: both;
	height: 250px;
	position: relative;
	background: transparent url(/images/footerback.jpg) top left repeat-x;
}

#layout-footer .columns  {
	width: 960px;
	height: 100px;
	position: relative;
	margin: auto;
	margin-top: 10px;
}

.colOneFooter {
	float: left;
	width: 200px;
	padding-right: 20px;
	padding-left: 20px;
}

.colTwoFooter {
	float: left;
	width: 250px;
	padding-right: 20px;
	padding-left: 20px;
}

.colThreeFooter { 
	float: left; width: 200px; 
	padding-right: 20px; 
	padding-left: 20px;  
}

.colFourFooter {
	float: left;
	width: 150px;
	padding-right: 20px;
	padding-left: 20px;
	}

h5 {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 45px 0 5px 0;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

#layout-footer ul { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #fff; 
	font-size: 11px; 
	padding: 0; margin: 0; 
	text-decoration: none;
	}

#layout-footer li {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	padding: 0 0 1px 0;
	margin: 0 0 1px 0;
	font-weight: lighter;
	}

#layout-footer .social li {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	padding: 0 0 1px 20px;
	margin: 0 0 1px;
	font-weight: lighter;
	}
	
#layout-footer .footerNav li {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	padding: 0 0 0px 20px;
	margin: 0 0 0px;
	font-weight: lighter;
	}	
#layout-footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #CCCC99;
	font-size: 11px;
	padding: 0 0 0 0px;
	text-decoration: none;
	}

#layout-footer a:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: lighter; 
	color: #fff; 
	font-size: 11px; 
	text-decoration: none; 
	padding: 0 0 0 0px; 
	}

#layout-footer a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: lighter; 
	color: #fff; 
	text-decoration: underline; 
	padding: 0 0 0 0px; 
	}

#layout-footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 0px;
	font-weight: lighter;
	}

.colTwoFooter p {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #fff; 
	}

.colTwoFooter a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #fff; 
	}

.colTwoFooter a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #fff ;
	}

.colThreeFooter p, .colFourFooter p {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #fff; 
	}

.colThreeFooter a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	}

.colThreeFooter a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #fff ; 
	}
	
	
/* THE VERY BOTTOM */	
	
#bottom-layout {
	background:#000;
	color:#CCC;
	font-size:90%;
	}
	
#bottom-layout a {
	color:#CCC;
	}
	
#bottom-layout a:hover {
	color:#CC9;
	text-decoration: none;
	}
	
#left-bottom {
	float:left;
	padding: 9px 0px 15px 120px;
	background-image:url(../images/logofooter.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: left;
	}
	
#right-bottom {
	float:right;
	padding: 9px 0px 15px 120px;
	}
	
#blshadow {
	width:100%;
	height: 14px;
	margin:auto;
	clear: both;
	border-top:2px solid #814f32;
	/*background-image: url(../images/top_shadow.jpg);*/
	background-position: center;
	background-repeat: repeat-x;
	padding: 0;
}
	
	
/*SLIDER*/

#cont-slider {
	background-image:url(../images/slideshow.png);
	width: 889px;
	height: 315px;
	margin-left: 10px;
	}
	
#slider {
	margin-left: 28px;
	}
	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#prevBtn, #nextBtn {
	display:block;
	height:81px;
	margin-left:-16px;
	margin-top:-157px;
	width:42px;
	float:left;
	}
	
#nextBtn {
	margin-left:858px;
	margin-top:right;
	}	
													
#prevBtn a, #nextBtn a {
	font-size:0px;
	text-decoration: none;
	display: block;
	height: 81px;
	width: 42px;
	background:url(../images/btn-left2.png) no-repeat 0 0;	
	}
		
#nextBtn a { 
	background:url(../images/btn-right2.png) no-repeat 0 0;	
	}	
	
#slider li { 
	width:823px;
	height:252px;
	overflow:hidden; 
	}

.padding {
	padding-top: 15px !important;
	}	

/* PORTFOLIO */

.work  {
	float: left;
	width:640px;
	height:220px;
	margin-left: 0px;
	margin-top: 22px;
	margin-bottom: 22px;
}
.work img {
	border: 1px solid #814f32;
}

.divider-line {
	width: 960px;
	height: 1px;
	margin:0;
	padding:0;
	clear: both;
	background-image: url(../images/divider-line.gif);
	background-position: right;
	margin-top: 0px;
}

.title {
	color: #a15f84;
	font-style: normal;
	font-family: 'TitilliumText22LBold', Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 14px;	
}

.content-right  {
	float: right;
	width:320px;
	margin-top: 22px;
	margin-bottom: 22px;
	height:220px;
}
	

.texto {
	display: block;
	padding: 0px 25px 0px;
	line-height: 16px;
}
.texto p {
	margin: 0px 0;
	padding: 0;
}
.texto a {
	color: #814f32;
}


h6 {
	margin-top: 5px;
	padding: 0px;
	color: #002530;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 21px;
	letter-spacing: -1px;
}


/* FORM */

#wrapper {
	width:600px;
	margin:20px auto 20px;
	font: bold 95% Arial, Helvetica, sans-serif;
	}
	
.message {
	background:#eee;
	color:#000;
	display:none;
	width:460px;
	padding:10px;
	border: thin solid #996;
	}
	
.contact {
	text-align:right;
	}
	
.contact ul {
	list-style-type:none;
	width:390px;
	}
	
.contact li {
	list-style-type:none;
	}
	
.contact li.special {
	display:none;
	}
	
.contact input {
	width:260px;
	font: 100% Arial, Helvetica, sans-serif;
	}
	
.contact textarea {
	width:260px;
	font: 100% Arial, Helvetica, sans-serif;
	}
