@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	outline-style: none;
}
body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 180%;
	background-color: #000000;
	outline-style: none;
}
#wrapper
{
	margin-top: 9em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	position: relative;
	height: 30em;
	width: 60em;
	outline-style: none;
}
#wrapper img
{
	height: 100%;
	width: 100%;
}
#branding
{
	position: absolute;
	width: 100%;
	left: 0em;
	top: -8em;
	height: 8em;
}
#branding_logo {
	position: absolute;
	height: 8em;
	width: 28em;
	left: 0em;
	top: 0em;
}
#main_menu
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	font-weight:bold;
	font-variant: small-caps;
	position: absolute;
	height: 3em;
	width: 31.2em;
	right: 0em;
	bottom: 0em;
}
#home
{
	position: absolute;
	height: 2em;
	left: 0em;
	bottom: 0em;
	z-index: 20;
}
#about
{
	position: absolute;
	height: 2em;
	left: 4em;
	bottom: 0em;
	z-index: 20;
	left: 5em;
}
#products
{
	position: absolute;
	height: 2em;
	left: 10.5em;
	bottom: 0em;
	z-index: 20;
}
#shop
{
	position: absolute;
	height: 2em;
	left: 22.7em;
	bottom: 0em;
	z-index: 20;
}
#contact
{
	position: absolute;
	height: 2em;
	bottom: 0em;
	z-index: 20;
	right: .2em;
}
a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: .9em;
	outline-style: none;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: .9em;
	outline-style: none;
}
a:hover
{
	color: #64c2ca;
	text-decoration: none;
	font-size: 0.9em;
	outline-style: none;
}
a:active
{
	color: #999999;
	text-decoration: none;
	font-size: 0.9em;
	outline-style: none;
}
#home_menu
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	position: absolute;
	height: 3em;
	width: 100%;
	left: 0em;
	bottom: -4em;
	z-index: 100;
	font-weight: bold;
	font-variant: small-caps;
}
/* remove bullets from ul in the navbar */
#home_menu ul{
	list-style-type: none;
	top: 0.6em;
	padding-left: 2em;
	text-align: center;
	position: absolute;
	width: 35em;
	left: 13.5em;
}
/* list items in the navbar */
#home_menu li{
	float: left;
	padding-right: 2em;
}
/* applies to navbar links, unvisited and visited */
#home_menu a,
#home_menu a:link,
#home_menu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	outline-style: none;
	font-weight: bold;
	height: 2em;
	display: block;
	font-size: 1em;
}
/* navbar hover, active, and current page links */
#home_menu a:hover{
	color: #64c2ca;
}
#left
{
	background-color: #333333;
	position: absolute;
	width: 28em;
	left: 0em;
	top: 0em;
	height: 30em;
}
#right
{
	background-color: #333333;
	position: absolute;
	width: 31.2em;
	top: 0em;
	height: 30em;
	right: 0px;
}
#right_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	height: 25em;
	width: 25em;
	position: absolute;
	top: 0em;
	letter-spacing: 0.01em;
	line-height: 130%;
	right: 0em;
	overflow: auto;
}
#right_text h2
{
	color: #FFFFFF;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 0.5em;
	padding-top: .7em;
}
#right_text ul
{
	padding-left: 1em;
	padding-top: .3em;
}
#right_text_column1
{
	position: absolute;
	height: 22em;
	width: 12em;
	left: 0.5em;
	top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	letter-spacing: 0.01em;
	line-height: 120%;
	z-index: 10;
	padding: 1em;
}
#right_text_column1 h2
{
	color: #FFFFFF;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 0.3em;
}
#right_text_column1 ul
{
	padding-left: 1em;
	padding-top: .3em;
}
#right_text_column2
{
	position: absolute;
	height: 22em;
	width: 12em;
	left: 13.5em;
	top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	letter-spacing: 0.01em;
	line-height: 120%;
	z-index: 10;
	padding: 1em;
}
#right_text_column2 h2
{
	color: #FFFFFF;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 0.3em;
}
#right_text_column2 ul
{
	padding-left: 1em;
	padding-top: .3em;
}
#stationary
{
	background-color: #666666;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 2em;
	top: 2em;
	outline-style: none;
}
#stationary_text
{
	position: absolute;
	height: 1.5em;
	width: 10em;
	left: 1.8em;
	top: 10.3em;
	font-size: 0.8em;
	color: #64C2CB;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
#bedding
{
	background-color: #666666;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10.5em;
	top: 2em;
	outline-style: none;
}
#bedding_text
{
	position: absolute;
	height: 1.5em;
	width: 8em;
	left: 13.5em;
	top: 10.3em;
	font-size: 0.8em;
	color: #64C2CB;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
#painted_wall_finishes
{
	background-color: #666666;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 2em;
	right: 2em;
	outline-style: none;
}
#painted_wall_finishes_text
{
	position: absolute;
	height: 1.5em;
	width: 8em;
	top: 10.3em;
	font-size: 0.8em;
	color: #64C2CB;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	right: 3em;
}
#hand-painted
{
	background-color: #666666;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 2em;
	top: 11.5em;
	outline-style: none;
}
#hand-painted_text
{
	position: absolute;
	height: 1.5em;
	width: 10em;
	left: 1.8em;
	top: 22.2em;
	font-size: 0.8em;
	color: #64C2CB;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
#embroidered
{
	background-color: #666666;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10.5em;
	top: 11.5em;
	outline-style: none;
}
#embroidered_text
{
	position: absolute;
	height: 1.5em;
	width: 10em;
	left: 12.4em;
	top: 22.2em;
	font-size: 0.8em;
	color: #64C2CB;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
#cakes
{
	background-color: #666666;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 11.5em;
	right: 2em;
	outline-style: none;
}
#cakes_text
{
	position: absolute;
	height: 1.5em;
	width: 12em;
	top: 22.2em;
	font-size: 0.8em;
	color: #64C2CB;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	right: 1em;
}
#interior_decor
{
	background-color: #666666;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 2em;
	top: 21em;
	outline-style: none;
}
#interior_decor_text
{
	position: absolute;
	height: 1.5em;
	width: 10em;
	left: 1em;
	top: 30.3em;
	font-size: 0.9em;
	color: #64C2CB;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
#greek
{
	background-color: #666666;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10.5em;
	top: 21em;
	outline-style: none;
}
#greek_text
{
	position: absolute;
	height: 1.5em;
	width: 8em;
	left: 11.5em;
	top: 30.3em;
	font-size: 0.9em;
	color: #64C2CB;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
#holiday
{
	background-color: #666666;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 21em;
	right: 2em;
	outline-style: none;
}
#holiday_text
{
	position: absolute;
	height: 1.5em;
	width: 8em;
	top: 30.3em;
	font-size: 0.9em;
	color: #64C2CB;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	right: 2.2em;
}
#gallery_menu
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	position: absolute;
	height: 3em;
	width: 100%;
	left: 0em;
	bottom: -4em;
	z-index: 100;
	font-weight: bold;
	font-variant: normal;
}
/* remove bullets from ul in the navbar */
#gallery_menu ul{
	list-style-type: none;
	top: 0.7em;
	padding-left: 1em;
	text-align: left;
	position: absolute;
	left: 1.6em;
	width: 70em;
}
/* list items in the navbar */
#gallery_menu li{
	float: left;
	padding-right: 1.5em;
}
/* applies to navbar links, unvisited and visited */
#gallery_menu a,
#gallery_menu a:link,
#gallery_menu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	outline-style: none;
	font-weight: normal;
	height: 2em;
	display: block;
	font-size: 0.9em;
}
/* navbar hover, active, and current page links */
#gallery_menu a:hover{
	color: #00aabc;
	text-decoration: underline;
}
#under_construction
{
	position: absolute;
	width: 90%;
	left: 5em;
	bottom: -14em;
	height: 10em;
}
#left_stationary
{
	background-color: #FFFFFF;
	position: absolute;
	width: 28em;
	left: 0em;
	top: 0em;
	height: 30em;
	overflow: auto;
}
#left_bedding {
	background-color: #333333;
	position: absolute;
	width: 28em;
	left: 0em;
	top: 0em;
	height: 30em;
	overflow: auto;
}
#left_embroidered
{
	background-color: #333333;
	position: absolute;
	width: 28em;
	left: 0em;
	top: 0em;
	height: 30em;
	overflow: auto;
}
#left_scroll {
	background-color: #333333;
	position: absolute;
	width: 28em;
	left: 0em;
	top: 0em;
	height: 30em;
	overflow: auto;
}
#thm1
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 1.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm2
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 1.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm3
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 1.5em;
	right: 1.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm4
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 8.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm5
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 8.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm6
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 8.5em;
	right: 1.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm7
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 15.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm8
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 15.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm9
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 15.5em;
	right: 1.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm10
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 22.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm11
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 22.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm12
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 22.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm13
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 29.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm14
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 29.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm15
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 29.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm16
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 36.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm17
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 36.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm18
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 36.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm19
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 43.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm20
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 43.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm21
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 43.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm22
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 50.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm23
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 50.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm24
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 50.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm25
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 57.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm26
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 57.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm27
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 57.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm28
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 64.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm29
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 64.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm30
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 64.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm31
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 71.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm32
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 71.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm33
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 71.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm34
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 78.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm35
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 78.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm36
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 78.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm37
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 85.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm38
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 85.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm39
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 85.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm40
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 92.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm41
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 92.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm42
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 92.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm43
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 99.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm44
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 99.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm45
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 99.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm46
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 106.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm47
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 106.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm48
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 106.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm49
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 113.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm50
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 113.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm51
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 113.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm52
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 120.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm53
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 120.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm54
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 120.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}
#thm55
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 1.5em;
	top: 127.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm56
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	left: 10em;
	top: 127.5em;
	outline-style: none;
	border: 1px solid #000000;
}
#thm57
{
	background-color: #fff;
	position: absolute;
	height: 6em;
	width: 7em;
	top: 127.5em;
	outline-style: none;
	right: 1.5em;
	border: 1px solid #000000;
}

#form
{
	background-color: #333333;
	position: absolute;
	width: 25em;
	left: 0em;
	top: 0em;
	height: 26em;
	line-height: 160%;
	padding-top: 3em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	color: #FFFFFF;
	letter-spacing: .1em;
}
.feedback {
	width: 26em;
	font-size: 0.9em;
	padding: 0.3em;
	background-color: #FFFFFF;
}
#contact_form_text
{
	position: absolute;
	width: 100%;
	bottom: 1em;
	line-height: 130%;
	font-size: 0.8em;
	color: #7DCCD6;
	left: 0em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.submit {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	height: 2em;
	width: 6em;
	border: 0;
	color: #000000;
	padding: 0.2em;
	background-color: #FFFFFF;
}
/*------------------------------------------------------------------*/
#thank_you_text
{
	position: absolute;
	width: 23em;
	line-height: 200%;
	font-size: 1.2em;
	color: #7DCCD6;
	left: 0em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 10em;
	top: 8em;
	font-weight: bold;
}
/*------------------------ designed to fly -----------------------*/
#designedtofly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	width: 100%;
	position: absolute;
	left: 0em;
	bottom: -8em;
	text-align: center;
	font-weight: lighter;
}
#designedtofly a {
	color: #666666;
	text-decoration: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#designedtofly a:link
{
	color: #666666;
	text-decoration: none;
}
#designedtofly a:visited {
	color: #666666;
}
#designedtofly a:hover {
	color: #7DCCD6;
	text-decoration: underline;
}
