@charset "utf-8";
/* CSS Document */

/* MAIN SITE STYLE */



/*-  Reset Style Sheet
----------------------------------------------------------------------*/
@import url("reset.css");

/*-  Lytebox Style Sheet
----------------------------------------------------------------------*/
@import url("lytebox.css");

/*-  Home Style Sheet
----------------------------------------------------------------------*/
@import url("home.css");

/*-  Store Style Sheet
----------------------------------------------------------------------*/
@import url("gifts.css");

/*-  Services Style Sheet
----------------------------------------------------------------------*/
@import url("services.css");

/*-  Classes Style Sheet
----------------------------------------------------------------------*/
@import url("classes.css");

/*-  Gallery Style Sheet
----------------------------------------------------------------------*/
@import url("gallery.css");

/*-  About Style Sheet
----------------------------------------------------------------------*/
@import url("about.css");

/*-  Contact Style Sheet
----------------------------------------------------------------------*/
@import url("contact.css");

/*-  Thank You Style Sheet
----------------------------------------------------------------------*/
@import url("thankyou.css");

/*-  404 Style Sheet
----------------------------------------------------------------------*/
@import url("404.css");




/* page style */
html {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	color: #000;
	}



/* Body Style */
body {
	width: auto;
	min-width: 900px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	background-color: #136b70;
	color: #000;
	}
	
img#background {
	position: fixed;
	top: 0px;
	z-index: -1;
	}



/* Main Font Style */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 100%;
	font-size: 14px;
	color: #000;
	text-align: left;
	text-decoration: none;
	text-wrap: normal;
	}
	
.italic {
	font-style: italic;
	}
	
.bold {
	font-weight: bold;
	}



/* Link Styles */
a:link, a:visited {
	color: #0000ee;
	text-decoration: none;
	}
a:hover, a:active {
	color: #0000ee;
	text-decoration: underline;
	}




/* Header Styles */
h1 {
	height: 100px;
	margin: 0px 0px -100px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -999px;
	}

h2 {
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	}
	
h3 {
	margin: 20px 0px 4px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	}
	
	
	
/* Hr Styles */

hr {
	width: 484px;
	margin: 20px 140px 0px 20px;
	border-color: #CCC;
	border-width: 1px;
	border-style: dashed;
	}


/* Paragraph Styles */	


/* List Styles */	

	
/* Image Styles */	

img#logo {
	margin: 0px auto -14px auto;
	padding: 10px 0px 0px 0px;
	display: block;
	}
	
img#fade {
	float: right;
	}
	
	
/* Div Styles */

div.mainwrapper {
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
	}
	
div.contentwrapper {
	width: 760px;
	height: auto;
	margin: 0px auto 30px auto;
	padding: 5px 0px 5px 0px;
	background-color: #e3f5f7;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	}

div#topper {
	width: 748px;
	height: 12px;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #bec0ab;
	border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	-khtml-border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-top-right-radius: 12px;
	-khtml-border-top-right-radius: 12px;
	}
	
div.nav {
	width: 749px;
	height: auto;
	min-height: 400px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #ededeb;
	}
	
div.nav span {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: none;
	}
	
ul#navid {
	width: 103px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-size: 16px;
	color: #0c116f;
	font-weight: bold;
	position: absolute;
	top: 124px;
	}
	
ul#navid li {
	margin: 10px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(../img/main/navbullet.png);
	text-indent: -2px;
	}
	
li#hideshowtoggle {
	color: #0000ee;
	}
	
li#hideshowtoggle:hover, li#hideshowtoggle::active {
	color: #0000ee;
	text-decoration: underline;
	}
	
li#thisNav {
	margin: 10px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(../img/main/navbulletdown.png) !important;
	text-indent: -2px;
	}

ul#navid ul {
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	}

ul#navid ul li {
	margin: 8px 0px 0px 24px;
	padding: 0px 0px 0px -20px;
	list-style: circle;
	text-indent: 0px !important;
	font-size: 12px;
	line-height: 13px;
	text-indent: -6px;
	}
	
li#navdivider {
	width: 103px;
	margin: 8px auto 8px auto !important;
	padding: 0px 0px 0px 0px !important;
	list-style-image: none !important;
	text-indent: 0px !important;
	border-bottom: dashed 1px #000;
	display: block;
	}
	
li.social {
	margin: 0px 0px 0px 6px !important;
	padding: 0px 0px 0xp 0px !important;
	list-style-image: none !important;
	text-indent: 0px !important;
	display: block;
	}
	
li.socialcounter {
	width: 90px;
	min-height: 20px;
	margin: 0px 0px 3px 6px !important;
	padding: 0px 0px 0xp 0px !important;
	list-style-image: none !important;
	text-indent: 0px !important;
	display: block;
	}
	
div.content {
	width: 644px;
	height: auto;
	min-height: 380px;
	margin: 0px 0px 0px 103px;
	padding: 0px 0px 20px 0px;
	float: left;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #FFF;
	}

div#footer {
	margin: 0px 5px 0px 5px;
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	color: #0b126d;
	text-align: center;
	background-color: #bec0ab;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	-khtml-border-bottom-left-radius: 12px;
	-khtml-border-bottom-right-radius: 12px;
	}
	
div.clear {
	clear: both;
	}
	
.hidden {
	display: none;
	}
	
span.spacer {
	display: block;
	}
	
	
iframe#contactmap {
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
small {
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	display: block;
	}




p#comingsoon {
	margin: 20px 0px 0px 20px;
	font-size: 15px;
	color: #000;
	}
	
	
	
	
p#notactivated {
	font-size: 36px;
	font-weight: bold;
	position: fixed;
	top: 0px;
	left: 0px;
	line-height: 110%;
	background: url(../img/main/lighten70.png);
	}
	
	
	
	
	
	
	
	
	
	
	
	
#floatMenu {
	position:absolute;
	top:150px;
	left:50%;
	margin-left:235px;
	width:200px;
	}
	
	
	
	
	
	
div#designby {
	margin: -18px auto 4px auto;
	text-align: center;
	font-size: 12px;
	}
div#designby a:link, div#designby a:visited {
	color: #000;
	text-decoration: none;
	}
div#designby a:hover, div#designby a:active {
	color: #FFF;
	text-decoration: none;
	}