@charset "UTF-8";
@import url("../old/glowtabs.css");
/* CSS Document */


body {
	margin-top: 25px;
	background-color: #8ababa;
	text-decoration: none;
}

html { height: 100%; margin-bottom: 1px; }

.shadow {
	-webkit-box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	border: 1px solid #FFF;
}

.shadow-gallery {
	-webkit-box-shadow:0px 0px 15px #333;
	-moz-box-shadow:0px 0px 15px #333;
	
}

#shadow {
	-webkit-box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/backgrounds/green_background1.jpg);
}

#shadow-home {
	-webkit-box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/backgrounds/green_background-home.jpg);
}

#shadow-cakes {
	-webkit-box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/backgrounds/green_background-cakes.jpg);
}

#shadow-faq {
	-webkit-box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/backgrounds/green_background-faqs.jpg);
}

#shadow-designer {
	-webkit-box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/backgrounds/green_background-designer.jpg);
}


/*** FOOTER ***/


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	text-align: center;
}

#footer a:link {
	text-decoration: none;
	color: #000;
	text-align: center;
}

#footer a:visited {
	text-decoration: none;
	color: #000;
	text-align: center;
}

#footer a:active {
	text-decoration: underline;
	color: #a70303;
	text-align: center;
}

#footer a:hover {
	text-decoration: underline;
	color: #a70303;
	text-align: center;
}

/*** PAGE LINKS ***/

.questions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
	color: #333;
	text-align: center;
	letter-spacing: 95%;
}

.questions a:link{
	text-decoration: none;	
}

.questions a:hover{
	text-decoration: none;	
}

.questions a:active{
	text-decoration: none;	
}

.questions a:visited{
	text-decoration: none;	
}

.text a:link {
	color: #900;
	text-decoration: none;
}
.text a:visited {
	color: #900;
	text-decoration: none;
}
.text a:hover {
	color: #C60;
	text-decoration: underline;
}
.text a:active {
	color: #900;
	text-decoration: underline;
}

.text-center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 25px;
	font-weight: normal;
	color: #333;
	text-align: center;
	font-style: italic;
	letter-spacing: 95%;
}

.fb-center {
	text-align: center;
}

/*** TEXT STYLES ***/

H1 {
	font-family: "MS Serif", "New York", serif;
	font-size: 17pt;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #000;
}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #333;
	line-height: 24pt;
	text-align: center;
	font-style: normal;
}

H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #333;
	line-height: 12pt;
	text-align: center;
	font-style: normal;
}


H4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #900;
	line-height: 15pt;
	text-align: left;

}

H5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #900;
	line-height: 16pt;
	text-align: left;

}
.left_just {
	text-align: left;
}


