/* page body properties */

body {
	text-align: center;
	min-width: 800px;
	background-color:#000000;
	font-family:verdana;
}

/* page objects */

#container {
	margin:0 auto;
	text-align: left;
    width:900px;
	background-image:url('images/km_bg1_fade.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}

#top {
    width:900px;
	height:242px;
	font-size:36pt;
    color:#ffffff;
    top:0;
	float:left;
}

.top_item {
	width:450px;
	float:left;
}
.menu {
	width:650px;
	background-image:url('images/mnu_bg_transp.png');
	height:42px;
	float:left;
}
.menu  ul{
	/*border:1px dashed #ffffff;*/
	width:100%;
	/*line-height:30px;	*/
	list-style-type:none;
	font-size:13px;
	padding:0;
	margin-top:6px;
}

.menu li {
	/*background-image:url('images/mb_bg.png');*/
	margin:0 10px;
	display:inline;
}
/*
.menu li.left {
	width:4px;
	background-image:url('images/mb_left.png');
	background-repeat:no-repeat;
	display:inline;
}

.menu li.other {
	width:5px;
	background-image:url('images/mb_right.png');
	background-repeat:no-repeat;
	display:inline;
}
*/
.menu a {
	color:#ffffff;
}

.menu a:hover {
	color:#ffffff;
	background-color:#cc99cc;
}

.menu a:active {
	color:#ffffff;
	background-color:#cc99cc;
}

#minicart {
	width:250px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	height:42px;
	line-height:30px;
	background-image:url('images/mnu_bg_transp.png');
	float:left;
}

#content {
        width:895px;
        font-size:75%;
        padding:0 0 0 5px;
		text-align: left;
        color:#ffffff;
        font-family:verdana;
        /*background-color:#ffffff;*/
		float:left;
}

.left {
	width:600px;
	line-height:20px;
	overflow:auto;
	float:left;
}

.right {
	width:278px;
	margin-left:10px;
	float:left;
}

.right  .item{
	border-bottom: 1px dashed #999999;
}



#right_links {
    width:200px;
	float:left;
	color:#000000;
	background-color:#000000;
	text-align:left;
	position:absolute;
	right:0px;
	top:10px;
	padding:2px 0 2px 2px;
	font-family:verdana;
	font-size:80%;
}

.listen {
	width:280px;
	color:#ffffff;
	font-size:50px;
}

.listen a {
	width:280px;
	color:#ffffff;
	background-color:#cc99cc;
	text-decoration:none;
	font-weight:100;
}

.listen a:hover {
	color:#ffffff;
	background-color:#00cc66;
	text-decoration:underline;
}

.follow_kalli {
	width:280px;
	height:47px;
	float:left;
}

.follow_kalli img{
	vertical-align:middle;
}

.shareus img {
	border:0;
}

.spb_item {
	width:auto;
	/*border:2px solid #000000;*/
	margin-top:0;
	float:left;
}

.force_width {
	width:197px;
}

.news_item {
	width:600px;
	border-bottom:1px solid #cc99cc;
	margin-bottom:10px;
	clear:both;
	float:left;
}

.headline {
	font-weight:bold;
	clear:both;
}

.news_btn {
	margin: 3px 0 5px 0;
}

.news_btn a {
	width:auto;
	background-color:#cc99cc;
	color:#ffffff;
	padding:2px;
}

.news_btn a:hover {
	background-color:#cccccc;
}


.bio_pic{
	width:200px;
	margin-right:5px;
	float:left;
}

.signature {
	font-size:15px;
	font-weight:bold;
	color:#cc99cc;
}

#bottom {
		width:100%;
        color:#ffffff;
        font-family:verdana;
        font-weight:bold;
        font-size:60%;
        padding-left:1%;
        padding-right:1%;
        margin-top:5px;
		/*background-color:#000000;*/
		float:left;
}

#shop {
	width:900px;
	/*background-color:#ffffff;*/
	color:#ffffff;
	font-size:90%;
	float:left;
}

#shop #categories {
	width:150px;
	margin-right:20px;
	color:#ffffff;
	float:left;
}

#shop #categories a{
	padding-bottom:3px;
	color:#ffffff;
}

#shop #categories #ctop{
	width:150px;
	font-weight:bold;
	padding-left:5px;
	padding-top:2px;
	padding-top:2px;
	background:url('images/purplecatbg_top.png') no-repeat;
	float:left;
}

#shop #categories #cmiddle{
	width:150px;
	padding-top:5px;
	padding-left:5px;
	background:url('images/purplecatbg_middle.png') repeat-y;
	float:left;
}

#shop #categories #cbottom{
	width:150px;
	padding-left:5px;
	background:url('images/purplecatbg_bottom.png') no-repeat;
	float:left;
}

#shop #products {
	width:700px;
	float:left;
}

#shop #products .productitem {
	width:330px;
	border:1px solid #cc99cc;
	/*border-bottom:2px solid #e17100;*/
	padding:5px;
	margin:0 0 5px 5px;
	float:left;
}

#shop #products .productitem .prodimage {
	width:100px;
	height:100px;
	/*border:1px solid #e17100;*/
	margin: 3px 3px 3px 0;
	float:left;
}

#shop #products .productitem .proddesc {
	width:220px;
	padding:3px;
	float:left;
}

.shop_btn {
	width:auto;
	padding:0 5px;
	color:#ffffff;
	background:#cc99cc;
	border:3px solid #bb88bb;
}

#shop #products .cartitem {
	width:700px;
	border-bottom:2px solid #cc99cc;
	padding-bottom:5px;
	margin-bottom:5px;
	float:left;
}

#shop #products .cartitem .prodimage {
	width:100px;
	border:1px solid #cc99cc;
	margin: 3px 2px 3px 0;
	float:left;
}

#shop #products .cartitem .proddesc {
	width:590px;
	padding:3px;
	float:left;
}

.sc_title {
	width:100px;
	margin: 3px 3px 3px 0;
	float:left;
}

.sc_desc {
	width:350px;
	float:left;
}

.sc_block {
	width:60px;
	float:left;
}

.booking_form {
	width:475px;
	border:1px solid #cc99cc;
	padding:3px;
	margin: 0 10px 10px 5px;
	float:left;
}

.bookinglabel {
	width:150px;
	margin-right:8px;
	text-align:right;
	float:left;
}

.bookingbox {
	width:170px;
	margin-bottom:5px;
	float:left;
}

.important_text {
	color:#ff0000;
	font-weight:bold;
	font-size:25px;
}

.form_box {
	width:475px;
	border:1px solid #e17100;
	float:left;
}

.form_btn {
	width:auto;
	background-color:#cc99cc;
	color:#ffffff;
	border-color:#ffbbff;
	margin:5px;
	padding:0;
	float:right;
}

.mailform_box {
	width:575px;
	border:1px solid #cc99cc;
	margin-bottom:5px;
	float:left;
}

.mailform_box h3 {
	margin-top:2px;
	margin-left:5px;
}

.contactlabel {
	width:80px;
	margin-right:8px;
	text-align:right;
	float:left;
}

.contactbox {
	width:170px;
	margin-bottom:5px;
	float:left;
}

.bookinglabel {
	width:210px;
	margin-right:8px;
	text-align:right;
	float:left;
}

.bookinglabel2 {
	width:150px;
	margin-right:8px;
	text-align:left;
	float:left;
}

.bookingbox {
	width:200px;
	margin-bottom:5px;
	float:left;
}

#tellfriend_form {
	width:310px;
	float:left;
	border:1px solid #cc99cc;
}

.overlay {
	width:95%;
	margin:10px 0;
	padding:2px 5px;
	background-color:#222222;
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	/*-moz-border-radius-topright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	text-shadow: black 2px 2px, white -2px -2px;
	position:absolute;*/
}

.overlay p, a {
	color:#ffffff;
	opacity:1.0;
	filter:alpha(opacity=100);
}

.fade{
	opacity: 0.3;
	filter: alpha(opacity = 30);
	-moz-opacity: 0.3; 
	z-index:0 !important;
	width:95%;
	min-height:250px;
	/*margin:10px 0;*/
	padding:0px 5px 1px 5px;
	background:#000;
}
/*table.table{
	position:absolute;
}*/


/* Global styles */

h1{
	color:#cc99cc;
	font-size:30px;
	font-weight:100;
	line-height:30px;
}

h2{
	color:#cc99cc;
	font-size:25px;
	font-family:verdana;
	margin-top:15px;
	font-weight:100;
}

h3{
	color:#cc99cc;
	font-size:20px;
	font-family:verdana;
	margin-top:20px;
	font-weight:100;
	text-decoration:underline;
}

h4{
	color:#cc99cc;
	font-size:12pt;
	font-weight:bold;
	margin-top:5px;
	margin-left:5px;
}

.o {
	color:#e17100;
}

.g {
	color:#00cc66;
}

.p {
	color:#cc99cc;
}

.b {
	color:#6699cc;
}

.scrolltext{
	color:#ffcc66;
	font-size:14pt;
	font-weight:bold;
}

a {
	color:#cc99cc;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#cc99cc;
	text-decoration:underline;
}

#storecontainer {
        margin-left:15em;
        margin-right:15em;
        height:31em;
        width:50em;
        background-image: url('images/DontPublish/kallifaceH.png');
        background-repeat:no-repeat;
        background-position: right top;
        background-color:#000000
}

.clearer {
	clear:both;
}

.clearer5 {
	height:5px;
	clear:both;
}
