/* BASICS */
body {  
	color: #ffffff; 
	background: #000000 url() no-repeat top right; 
	margin: 0px;
	border: 0px;
	padding: 0px;
	padding-bottom:20px;
	text-align: center;
}

p { 
	font: 90% Verdana, sans-serif; 
	text-align: left;
	color: #ffffff;
	margin:20px;
}

h3	{
	margin: 0 0em 0.7em;
	color:#ffffff;
	font: 120% Verdana, sans-serif;
	font-weight:bold;
	text-align:left;
}




/* LAYOUT */
#container { 
	text-align: left;
	position: relative;
	background: transparent url(images/background.jpg) no-repeat;
	border: 1px solid #9999ff;
	margin-top:50px;
	margin: 1px auto;
	padding: 0px;
	width: 900px; 
	height:600px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	html>body #container {
	width: 900px;
}


/* LAYOUT */


#container1 { 
	text-align: right;
	color:#fff;
	font: 80% Verdana, sans-serif; 
	position: relative;
	background: transparent url(images/banner.png) no-repeat;
	margin: 1px auto;
	padding: 0px;
	width: 900px; 
	height:160px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	html>body #container {
	width: 900px;
}




span.gift	{
    font: 150% Verdana, sans-serif; 
	color: #9999ff;
	font-weight:bold;
	text-align:right;
}

span.telephone	{
	font:  80% Verdana, sans-serif; 
	color: #FE01FE;
	font-weight:bold;
	padding-left:150px;
}

#containerleft { 
	text-align: left;
    font: 90% Verdana, sans-serif; 
	color: #ffffff;
	text-align:left;
	margin-left:20px;
	width:380px;
	margin-top:20px;
	line-height:1.5em;
	padding:10px;
}


#containerh3{ 
	text-align: left;
    font: 120% Verdana, sans-serif; 
	color: #787878;
	text-align:left;
	line-height:1.5em;
	margin-top:45px;
	margin-left:20px;
}


#footer { 
	text-align: left;
	position: absolute;
	margin: 20px auto;
	width: 900px; 
	voice-family: "\"}\"";
	voice-family: inherit;
	font: 70% Verdana, sans-serif; 
	color:#ffffff;
	padding-bottom:10px;
	padding-left:40px;
	line-height:1.6em;
	margin-top:-10px;
	}
	html>body #container {
	width: 900px;

}

#container3 { 
	text-align: right;
	position: absolute;
	margin: 10px auto;
	width: 900px; 
	voice-family: "\"}\"";
	voice-family: inherit;
	font: 70% Verdana, sans-serif; 
	color:#ffffff;
	padding-bottom:10px;
	top:590px;
	}
	html>body #container {
	width: 900px;
}



/* FOOTER */
#container3 a:link, #container3 a:visited { 
	color: blue;
	 }

#container1  a:link, #container1 a:visited { 
	text-align:right;
	text-decoration:none;
	color:#ffffff;
    font: 80% Verdana, sans-serif; 
}	

/*FOR THE FORM */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	 font:80% verdana,arial,sans-serif;
	 margin: 0;
	 padding: 0;
}

form fieldset  {
	border: 1px solid #c8c8c8;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	border: 1px solid #c8c8c8;
	padding: 0.2em 0.5em;
	background-color: #345CB4;
	color: #000000;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 105px; 
	padding: 0; 
	margin: 5px 10px 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	color: #787878;

}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 15px; /* set margin on left of form elements rather than right of
                      label aligns textarea better in IE */
	background-color: #ffffff;
	border:0px;
}

form input#reset {
	margin:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto;
}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
}


form .required	{
	font-weight:bold;
} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form p {
margin-left: 0px;
}


/* NAVIGATION BAR 
  behavior: url(csshover.htc);} /* WinIE behavior call */
div#nav { 
	margin: 1px 0 0 0em; 
	background:#000; 
	position:absolute;
}

div#nav ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC; 
	border-width: 0 1px; 
}

div#nav li {
	position: relative; 
	list-style: none; 
	margin:0;
	float: left; 
	line-height: 1em;
	background: #fff
}

div#nav li:hover {
	background: #EBB;
}

div#nav li.submenu {
	background: url(icon.png) 95% 50% no-repeat;
}

div#nav li.submenu:hover {
	background-color: #EDD;
}

div#nav li a {
	display: block; 
	padding: 0.25em 2.2em 0.25em 1em;
	text-decoration: none; 
}

div#nav li.submenu li.submenu:hover {
	background-color: #EDD;
}

/* END NAVIGATION */
