﻿body 
{
	margin-top:0px;
	background-color:#edebe0;
	background-image:  url('../images/bg.png');	
	background-attachment:fixed;
}

div
{
	margin: 0 auto;
}

#div_space
{
	height:5px;
}

#div_header
{
	background-color:Navy;		
}

.email_form_label
{
	font-family:Trebuchet MS;
	font-size:14px;
	color:Black;
}

fieldset
{
	padding: 0px 0 0 10px !important /*Non-IE6*/;
	padding: 0 0 0 10px /*IE6*/;
	margin: 0 auto;
	border: solid 1px #513215; /*inside border color*/
}

fieldset legend
{
	margin: 0 0 0 5px !important /*Non-IE*/;
	margin: 0 0 10px 5px /*IE6*/;
	padding: 0 2px 0 2px;
	color: #513215; /* title text color*/
	font-weight: bold;
	font-size: 12pt;
	font-family:Trebuchet MS;
}

.buttons
{
	border-width: 1px;
	background-position: center center;
	font-family: Tahoma;
	text-align: center;
	font-size: 8pt;
	cursor: hand;
}

.textbox
{
	border: 1px solid #15203C;
	font-size: 8pt;
	color: #000000;
	width: 250px;
	padding-right: 5px;
	padding-left: 5px;
}

.textbox:hover, .textbox_OnFocus
{
	border: 1px solid #ACADC0;
	font-size: 8pt;
	color: #000000;
	width: 250px;
	padding-right: 5px;
}

.redInstruction
{
	color: Red;
	font-size: 10pt;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 5px;
	font-family: Tahoma;
}

#header
{
	background-image: url('../images/header.png');
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;	
}

#background_header
{
	width:900px;
	background-color:White;
	height: 100%;
}

#center
{
	background-image: url('../images/borders.png');
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
	width:924px;
}

#background_center
{
	width:900px;
	background-color:White;
	height: 100%;	
}

#nav
{
	padding:0;
	margin:0;
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
	list-style-type:none;
	height: 20px;
	width: 900px;
}

#nav li
{
	display:inline;
}

#nav li a
{
	padding:0.2em 1em;
	color:#513215;
	text-decoration:none;
	float:left;	
	background-color:White;
}

#nav li a:hover
{
	
	color:#7B6F01;
}

.nav_clothes a:hover
{
	color:Black;
}

.linkbuttons
{
	font-size: 12px;
	font-family: verdana;
	color:Navy;
	text-decoration: none;
	font-weight: bold;
}

.Animation1
{
	position: absolute;
	padding:3px;
	border: solid 1px #000;	
}
.Animation2
{
	display:none;
	position:absolute;
	width:1px;
	height:1px;
	left:400px;
	top:600px;
	padding:3px;
	border:solid 1px #000;
}


#nav_pink
{
	padding:0;
	margin:0;
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
	list-style-type:none;
	height: 20px;
	width: 900px;
}

#nav_pink li
{
	display:inline;
}

#nav_pink li a
{
	padding:0.2em 1em;
	color:#A54193;
	text-decoration:none;
	float:left;	
	background-color:White;
}

#nav_pink li a:hover
{
	
	color:#BB9BB5;
}

.nav_clothes a:hover
{
	color:Black;
}

