﻿/* =-=-=-=-=-=-=-[Welcome]-=-=-=-=-=-=-=- */

#welcomeImageContainer
{
	position:absolute;
	margin:40% 0 0 245px;
	height:131px;
	width:259px;
	background:url('images/logo-front.png') no-repeat;
	cursor:hand;
}

* html #welcomeImageContainer
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="App_Themes/flowers/images/logo-front.png", sizingMethod="crop");
}
/* =-=-=-=-=-=-=-[Contact]-=-=-=-=-=-=-=- */

.contactTextLine
{
	height:22px;
}

.contactTitle
{
	float:left;
	width:60px;
	text-align:left;
	margin:0;
	height:100%;
}

.contactTextBox
{
	text-align:left;
	margin-left:60px;	
	margin:0px;
}

.txtContactSingleLine
{
	width:520px;
	background-color:#9e927c;
	border:1px solid #fff;
}

.contactTextMultiLine
{
	height:260px;
}

.contactMultiTextBox
{
	text-align:left;
	margin-left:60px;	
	margin:0px;
	height:100%;
}

.txtContactMultiLine
{
	width:520px;
	height:258px;
	background-color:#9e927c;
	border:1px solid #fff;
}

#contactButtons
{
	width:520px;
	margin-left:60px;
	text-align:right;
}

.validatorMessageError
{
	color:Red;
	font-size:14px;
}

#validatorSummary
{
	margin-left: 60px;
	margin-bottom:5px;
	Width:520px;
	color:#fff;
	border-style:solid;
	border-width:1px;
	border-color:#fff;
}

#validatorSummary ul
{
	padding:5px 0 7px 5px;
	list-style-position:inside;
	list-style-type:circle;
}

.contactSubmitButton{
	border:1px solid #cccccc;
	background-color:#9e927c;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	color: #fff;
	cursor:hand;
}

.contactSubmitButtonhover
{
	border:1px solid #cccccc;
	background-color:#9e927c;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	color: #ff6600;
	cursor:hand;
	color:#8f806a;
}

#contactOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #5b5242;
}

#loading {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 200px;
  width: 100px;
  height: 100px;
  margin: auto;
} 

#textMessage{
	position: absolute;
	top: 100px;
	right: 0;
	bottom: 0;
	left: 70px;
	width: 400px;
	height: 150px;
	margin: auto;
	text-align:center;
	background-color: #000000;
	border: solid 1px #fff;
}

/* =-=-=-=-=-=-=-=-=-[Ajax menu]-=-=-=-=- */

#gallery_menu
{
	width:100%;
	height:500px;
}

.navLoadingImage
{
	position: absolute;
	left:0;
	background: url(images/ajax-loader-small.gif) no-repeat;
	margin-top: 0px;
    margin-left: 0px;
    width:50px;
    height:50px;
}

#gallery_menu_nav
{
	width:100%;
	list-style-type:none;
}

#gallery_menu_nav li
{
	position:relative;
	text-align:left;
	padding: 5px 0 5px 10px;
}

#gallery_menu_nav li img
{
	padding: 0;
	height:16px;
	vertical-align:bottom;
}

#gallery_menu_nav li a
{
	color:#fff;
	padding: 0 0 0 5px;
	height:16px;
	vertical-align:bottom;
}

#gallery_menu_nav li a:hover
{
	color: #8f806a;
}	

#gallery_menu_nav li ul
{
	width:100%;
	list-style-type:none;
}

#gallery_menu_nav li ul li
{
	position:relative;
	text-align:left;
	padding: 5px 0 5px 15px;
}

#gallery_menu_nav li ul li a
{
	color:#fff;
	padding: 0 0 0 5px;
	height:16px;
	vertical-align:bottom;
}

/* =-=-=-=-=-=-=-=-=-[Links]-=-=-=-=- */

#linkItems
{
	width:100%;
	list-style-type:none;
	margin-top:20px;
}

#linkItems li
{
	padding: 0 0 5px 10px;
}

#linkItems li a
{
	color:#fff;
	padding: 0 0 0 5px;
	height:16px;
	vertical-align:bottom;
}

#linkItems li a:hover
{
	color: #8f806a;
}

#linkItems li p
{
	padding-top:0;
	margin-top:5px;
	padding-left:20px;
}