@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(../images/bg-body.jpg) repeat-x #000;
	font-family:Arial, Helvetica, sans-serif;
}

p{
	margin:4px 0 14px 0;
}
a{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#000;
}




#wrapper{
	width:100%;
	margin:0 auto;
}
#header{
	background:url(../images/bg-header.jpg) no-repeat;
	height:108px;
	width:990px;
	margin:0 auto;
	padding-top:28px;
}
#header h1{
	text-indent:-20000px;
	width:250px;
	height:80px;
	background:url(../images/karma-collection-logo.png) 0 0 no-repeat;
	margin:0 auto;
}
#header h1 a{
	display:block;
	width:250px;
	height:80px;
}

#container{
	background:url(../images/pattern.jpg) #dbc89c;
}
#content{
	background:url(../images/bg-content.png) repeat-y;
	width:990px;
	padding:27px 0;
	margin:0 auto;
	font-size:12px;
}
#content h2{
	font-size:20px;
	font-weight:normal;
	margin:0 0 20px 0;
}
#content h2.k_collection{
	width:150px;
	height:32px;
	background:url(../images/k-collection-title.png) 0 0;
	text-indent:-20000px;
	margin:0 10px 10px 10px;
}
#content p{
	width:970px;
	padding:0 10px;
	text-align:justify;
}
.gallery{

}
.gallery ul{
	list-style:none;
	margin:0;
	padding:0;
}
.gallery ul li{
	padding:0;
	margin:4px 2px 4px 10px !important;
	margin:4px 6px 4px 6px;
	float:left;
}
.gallery ul li a img{
	padding:6px;
	background:#FFF;
}
.gallery ul li a:hover img{
	padding:6px;
	background:#b09b6a;
}
.shadow{
	background:url(../images/shadow.png) 0 0 no-repeat;
	width:781px;
	height:21px;
	margin:-26px 0 0 105px;
	position:absolute;
	z-index:1;
}
#bottom{
	background:#b4a170;
	padding:20px 0;
}
#bottomcontent{
	width:970px;
	background:url(../images/bg-bottom-content.jpg) 0 0 repeat-y;
	margin:0 auto;
	text-align:justify;
	font-size:12px;
	color:#FFF;
}
#bottomcontent form{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
#bottomcontent form .textbox, #bottomcontent form textarea{
	background:#eae4d6 !important;
	border:1px solid #eae4d6;
	margin:2px 0 8px 0;
	color:#000;
}
#bottomcontent form textarea{
	height:65px;
}
.button{
	background:#413b2e;
	border:1px solid #413b2e;
	color:#FFFFFF;
	font-weight:bold;
}
.shadow_bottom{
	background:url(../images/shadow.png) 0 0 no-repeat;
	width:781px;
	height:21px;
	margin:-20px 0 0 105px;
	position:absolute;
	z-index:1;
}
#footer{
	height:10px;
	padding:20px 0;
	background:#000;
}
#footer div{
	width:970px;
	font-size:12px;
	color:#6c6960;
	padding:0 10px;
	text-align:center;
	margin:0 auto;
}
#footer a{
	text-decoration:none;
	color:#FFF;
}
#footer a:hover{
	color:#000;
}




.contact_form{
	background:url(../images/contact-form-title.png) 0 0 no-repeat;
	width:132px;
	height:22px;
	text-indent:-20000px;
	margin:0 0 9px 0;
	padding:0;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
	line-height:1px;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.half_box{
	width:47%;
}
.full_box{
	width:100%;
}
.double_line{
	background:url(../images/bg-double-line.jpg) left top repeat-x;
	width:970px;
	margin:0 auto;
	line-height: normal;
}


.pdf UL {
	margin:0;
	padding:0;
	list-style:none;
}
.pdf LI {
	font-size:16px;
	margin:0;
	padding:0;
	line-height:42px;
	border-bottom:1px solid #c3b286;
	list-style:none;
}
.pdf LI A {
	background:url(../images/pdf-icon.gif) 0 center no-repeat;
	padding:0 0 0 36px;
	display:block;
}
.pdf LI A:hover {
	background:url(../images/pdf-icon.gif) 4px center no-repeat #c3b286;
	padding:0 0 0 40px;
}