body{
/**
* Good Practise to set Body Margin and Padding to kosong song
**/
	padding: 0px;
	margin: 0px;
	background: #000;
    color: #636363;
    font: 12px 'Century Gothic',arial,sans-serif;
	height:950px;
	text-align:center;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('font/GOTHIC.TTF');
}

/**
* Tricky Tricky LOL please don't ask me this.
*/
html{ 
	height: 950px;
}

.clear_left{
	clear: both;
}

* { margin: 0; padding: 0;}

/**
* Common Element Specific
*/
p{ 
  padding: 0px;
  margin:0px;
}

img { border: 0;}

h2 { 
	font: 16px 'century gothic', arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
  	color: #440e62;
  	padding: 3px 0 5px 0;
}

h3{ 
	font: 14px 'century gothic', arial, sans-serif;
	font-weight:bold;
  	color: #7b0046;
  	padding: 3px 0 5px 0;
}

h4{ 
	font: 14px 'century gothic', arial, sans-serif;
	font-weight:bold;
  	color: #8560a8;
  	padding: 3px 0 5px 0;
}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	color: #662d91;
	font-weight:bold;
}

a:hover{ 
	text-decoration: none;
}

ul{ 
	margin: 0px;
}

ul li{ 
	list-style-type: circle;
  	margin: 0px; 
  	padding: 0px;
}

ol{ 
	margin: 0px;
}

ol li{ 
	margin: 0px;
}


/**
* Layout Specific
*/
.auto_margin{
	margin: auto;
}

.global_wrap{
	width:1000px;
	margin:0 auto;
	height:100%;
}

/**moving particles**/


#foreground {
	background: url(images/foreground.png) repeat;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	height:900px;
	opacity:0.8;
}


/**end**/

#level1 {
	background: url("images/background.jpg") center 0 no-repeat;
	height:901px;
	width:100%;
}


#level2 {
	background: url("images/elephant_bg.png") center 0 no-repeat transparent;
	height:393px;
	width:100%;
	margin:-260px 0 0 0;
}

#header { width:1000px; float:left; height:165px; }

.logo { 
	background: url("images/logo.png") center 0 no-repeat transparent;
	height: 165px;
	width:144px;
	float:left;
	z-index:10;
 }
 
 .menu {
	width: 814px;
	height:50px;
	margin:60px 0 0 0;
	float:left;
	padding:0 20px;
	z-index:10;
}
#flowerbg {
	background: url("images/flower.png") center 0 no-repeat transparent;
	width:830px;
	height:99px;
	float: left;
	margin: -40px 0 0 160px;
	z-index:10;
}

#component {
	width:980px;
	height:806px;
	float:left;
	text-align:left;
	position:relative;
	overflow:hidden;
	z-index:9999 !important;
}


dl.article-info { display:none; }
div.icons {display:none;}

.article_title {
border-bottom: 1px dotted #662D91;
}


#home-slideshow { z-index:4000; }

.footer {
	width:100%;
	float:left;
	border-top:5px solid #362f2d;
}

.footer_wrap {
	width:980px;
	padding:10px;
	float:left;
	color: #fff552;
	text-align:center;
}

/**
* form stylling table like
*/
.form_tb{
	margin: 15px 0 0;
}

.form_tb p{
	padding: 0 0 4px;
}

.form_tb span {
    float: left;
    text-align: left;
    width: 200px;
}

.form_tb input, .form_tb textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5DB;
    color: #47433F;
    font: 100% arial;
    padding: 5px;
    width: 299px;
}

.form_tb .checkbox {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 4px 0;
    padding: 0;
    width: 14px;
}

.form_tb select {
    width: 310px;
}

.form_tb .submit {
    background: none repeat scroll 0 0 #263C56;
    border: 1px solid;
    color: #FFFFFF;
    cursor: pointer;
    font: 100% arial;
    height: 33px;
    margin: 0 0 0 212px;
    padding: 2px 0 3px;
    width: 99px;
}

/* 
Contact Form
*/

.success, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('image/success.png');
}
.validation {
    color: #fff;
    background-color: #7b0046;
    background-image: url('image/error.png');
	box-shadow: 1px 1px 3px #d83893;
	border-radius:5px;
	border:none;
}
.validation li {
    list-style:disc;
    list-style-position:inside;
    line-height: normal;
}

/**
* Widget Specific Style
*/

/**
* Login Widget
*/
form.login input{
	width: 100px;
}

form.login p{
	margin-top: 0px; 
	margin-bottom: 0px;
}
/**
* Ship Info
*/
.row label{
    clear:both;
    float:left;
    width:150px;
    padding: 3px;
}
.span2{
    float:left;
}
.confirm_title{
    clear:both;
    padding-top:10px;
    font-weight:bold;
    font-size:18px;
}

/* Contact Info */
.email span{
    display: inline-block; 
    background-image: url('image/con_email.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.mobile span{
    display: inline-block; 
    background-image: url('image/con_mobile.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.phone span{
    display: inline-block; 
    background-image: url('image/con_tel.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.fax span{
    display: inline-block; 
    background-image: url('image/con_fax.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.address{
    padding-left:20px; 
    display: inline-block; 
    background-image: url('images/con_address.png');
    background-repeat: no-repeat;
}
.website span{
    display: inline-block; 
    background-image: url('image/con_website.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.city span{
    padding-left:21px;
}
.state span{
    padding-left:21px;
}
.contact_desc span{
    padding-left:21px;
}
.contact_form{
    display:none;
}

.row.email { display:none;}

/***********************************/
/****************CMS****************/
/***********************************/
/*
*   Categories List Style
*/
.categories_view{
    /*
    padding-top: 10px; 
    padding-left: 10px;
    */
}
/*
* Category Blog Styling
*/
.category_blog_view{
    /*padding-left: 10px;*/
}
/*
* Category List Styling
*/
.category_list_view{
    /*padding-left: 10px;*/
}
/* Articles */
.articles_view{
    
}
/*h4*/
.category_blog_view .article_title h4{
    color:#454545;
    border-top: 1px solid #dddddd; 
    border-bottom: 1px solid #dddddd;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
}

.category_blog_view .article_title h4 a{
    color:#095197;
}

.category_blog_view .article_title h4 a:hover{
    color:#FFFFFF;
    background-color: #304d6e;
}

/*
* Article Styling
*/

/*
* Title
*/
/*h2*/
.article_title h2 { color:#fff; font-size:20px; font-weight:bold; padding:10px 0;}

.article_title h2 a{
    color:#095197;
}

.article_title h2 a:hover{
    color:#FFFFFF;
    background-color: #304d6e;
}

.article-navigation {
display:none;
}

/*
* Icons
*/
div.icons{
    float:right;    
}

div.icons ul{
    text-align: right;
    list-style-type: none;
}

div.icons ul li{
    display: inline;
}

/*
* Article Info
*/
dl.article-info{
    float: left;    
}

dl.article-info dd{
    margin:0;
    padding:0;
}

/*
*   Widget Title
*/
.widget h3{
    border-bottom: #555565 solid 1px;    
}

.widget h3 span{
    color:#555565;
    font-size: 15px;
    font-weight: bold;
}

/*
*   Search Widget
*/
form .search label{
    display: none;
}

/*
*   Search Form
*/
.search_form ul{
    margin:0;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

.search_form ul li{
    display: inline;
    list-style: none;
}

/*
*   Search results page
*/
div.search_results{
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
}

/**slider**/

/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:absolute; list-style:none;}

ul.bjqs-controls{display:none;}

ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}

p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#banner {
  height:330px;
  width:980px;
  margin:0 auto;
  position:relative;
  background:#fff;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

.bjqs-wrapper {
border-bottom: 30px solid #662d91;
}

 ul.bjqs-controls li a{
  display:none;
}

a.bjqs-prev{
  left:0;
  padding: 6px 30px;
  float:left;
}

a.bjqs-next{
  right:0;
  padding: 6px 30px;
  float:right;
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
}

 ol.bjqs-markers{
  position:absolute;
  bottom:-23px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

.bjqs-controls li {list-style:none; width:80px; float:left;}

 ol.bjqs-markers li a{
  display:block;
  height:5px;
  width:5px;
  border:5px solid #440e62;
  overflow:hidden;
  text-indent:-9999px;
  background:#000;
  border-radius:10px;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a{
  background:#fff552;
}

.box { width:464px; float:left; margin: 0 13px;}
.imagebox { padding: 20px 20px 10px 20px;}
.textbox { padding: 0 20px;}

/**promo**/

.promobox {
	width:280px;
	height: 330px;
	background: #440e62;
	float:left;
	margin:20px 10px;
	padding:10px;
}

.promo-img-box {
	background:#000;
	width:280px;
	height: 260px;
	border:1px solid #000;
}

.promobox h2 { margin:10px 0; color: #ececec;}

.promo-banner {
	width: 980px;
	height:300px;
	overflow:hidden;
}

/**contact page**/

.row.contact_desc {
background: white;
padding: 10px;
width: 400px;
margin: -45px 0 0 0;
float: right;
border-radius: 10px;
}

.row.position {
	color: #fff;
	font-size:22px;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
	padding: 20px 0;
	margin: 0;
}

.contact_label  {
color: white;
}

form {
	width: 480px;
	float:left;
}

.row.state {display:none;}

input[type="text"], textarea {
background: #222;
padding: 6px;
border-radius: 5px;
border: none;
margin: 5px 0 10px 0;
box-shadow: 1px 1px 3px black;
color:#ebebeb;
}

input[type="submit"] {
background: #7b0046;
border: 0;
padding: 3px 10px;
border-radius: 5px;
box-shadow: 1px 1px 3px #d83893;
color: #fff;
font-weight:bold;
font-size:10px;
}

/**menu**/

.menu-button {
	background: #7b0046;
	padding:3px 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #d83893;
	color: #fff;
	margin: 0 20px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	width:150px;
	float:left;
}

.menu-button a { color: #fff; }

.menu-button:hover {
	background: #a864a8;
	color: #e4d800;
	padding:3px 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #440e62;
	margin: 0 20px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	width:150px;
	float:left;
}

/**inner menu**/

.menu-list {
	display:block;
	float:left;
	margin-left: 45px;
}

.menu-list li { list-style:none; border-bottom: 1px dotted #888;  }

.col-one {
	width: 400px;
	margin: 0 30px 20px 10px;
	float:left;
	height:80px;
}

.menu-img-style a img { border:none !important; }

.menudesc { font-style:italic; color: white; }
.menu-price { padding:10px 0 5px 0; text-align:right; font-weight:bold; font-size:14px; float:right; color: white; }
.rsvp {  
	background-image: url(images/rsvp.png);
	width: 83px;
	height:20px;
	float:right;
	margin: 10px 0 5px 0;
}

.menu-listing { 
	width: 960px;
	float:left;
	padding: 20px 0;
}
.menu-listing  li  { display: inline !important; float:left; }
.menu-listing  li a { 
	list-style: none ;
	display: inline !important;
	padding: 0 10px !important;
	border-right: 1px solid grey !important;
	font-size: 10px;
	font-weight:bold;
}

.menu-listing li:last-child { border:none; }
.menu-listing li a { color: #ececec; }
.menu-listing li a:hover { color: #9e005d; }

.col-one h4 {
	color: #BD8CBF;
}
/**gallery**/

.mbpgallery_category_wrapper {
width: 980px;
margin: 40px 0 0 0;
}

.gallery_category_title h1 {
	color: #fff;
	margin:20px 0;
	font-size:18px;
}

.mbpgallery-category-box-file:hover {
background: none repeat scroll 0 0 #111 !important;
border: 1px solid black !important;
}

.mbpgallery-category-box-file {
width: 220px !important;
height: 120px !important;
background: none repeat scroll 0 0 #111 !important;
border: 1px solid black !important;
}

.mbpgallery-category-box-file-third {
margin: 10px 0 0 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
z-index: 99999 !important;
}

.contact_field select {
background: #222;
padding: 6px;
border-radius: 5px;
border: none;
margin: 5px 0 10px 0;
box-shadow: 1px 1px 3px black;
color: #EBEBEB;
font-family:century gothic;
font-size:12px;
}

.name {
display: none;
}

.mbpgallery-category-box-file {
width: 180px;
height: 140px;
}

.mbpgallery-category-box-file-first {
width: 160px;
height: 100px;
}

#box    { width:500px;
          height:500px;
          box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
          border-bottom:2px solid #fff;
          border-right:2px solid #fff;
          margin:5% auto 0 auto;
}

#overlay { background:rgba(0,0,0,.75);
           text-align:center;
           padding:45px 0 66px 0;
           opacity:0;
            -webkit-transition: opacity .25s ease;
            -moz-transition: opacity .25s ease;
}

#box:hover #overlay {
               opacity:1;
}