/*Amy Yin Interiors, LLC CSS Style
  Version 1.0
*/

body{		background-color: #7a756d;
		color: #000000;
		font: 13px Arial, helvetica, sans-serif;
		margin: 10px 0px;
		padding: 0px;}
		
div{		border: 0px dotted black;} /*temporary border*/
		
div#card{	position: relative;
		width: 1022px;
		margin-left: auto;
		margin-right: auto;}

div#titlefore{	background-image: url('title_shadow.gif');
		position: absolute;
		width: 780px;
		height: 92px;
		left: 17px;
		top: 28px;
		z-index: 2;
		opacity: .85;
		filter: alpha(opacity=85);}

div#titleback {	position: absolute;
		left: 17px;
		top: 28px;
		z-index: 1;
		opacity: .0;
		filter: alpha(opacity=0);}

div#addresscard {background: #7733BB;
		position: absolute;
		width: 241px;
		height: 112px;
		right: 17px;
		top: 14px;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		z-index: 0;}

div.addressitem{font-size: 15px;
		text-align: left;
		color: #e8e1d7;
		margin-top: 5px;
		margin-left: 40px;}
		
div.addressitem a:link, div.addressitem a:visited {
		color: #e8e1d7;
		text-decoration: none;}
		
div#cardmenu {	background: #e8e1d7;
		position: absolute;
		width: 115px;
		height: 540px;
		left: 34px;
		top: 15px;
		text-align: right;
		color: #000000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;}

div.menuitem, div.amenuitem {
		font-size: 16px;
		margin-bottom: 15px;
		margin-right: 15px;}
			
div.menuitem a:link, div.menuitem a:visited {
		color: #000000;
		text-decoration: none;}
				
div.menuitem a:hover, div.amenuitem a {
 		color: #0000ff;
		text-decoration: none;}

.smallcaps {
		font-size: 12px;}
		
h1 {	
		font: 13px Arial, sans-serif;
		font-weight: bold;
		color: #0000ff;
		padding: 0px;
		margin: 0px;}
			
div#cardcontent {
		position: absolute;
		width: 825px;
		left: 160px;
		top: 133px;
		font: 13px Arial, sans-serif;}
ul.large {
		margin: 5px 0px 0px -20px;
		list-style-size: 20x;
		list-style-type: square;}
ul.small {
		margin: 5px 0px 0px -10px;
		list-style-type: solid circle;}

img.shdw {	
		background:url(img/shadow.gif) no-repeat right bottom;
		padding:4px 10px 10px 4px;	
		border:none;
		border-top:#eee 1px solid;
		border-left:#eee 1px solid;}
		
div#copyright {
		position: absolute;
		width: 1000px;
		top: 550px;
		right: 0px;
		text-align: center;
		color: #e8e1d7;}
			
input, textarea {
		margin : 3px 0px 5px 0px;
		border : 1px solid #000;
		padding : 1px;
		overflow: auto;
		font: 12px Arial, sans-serif;}

#formbutton {
		background-color: #e8e1d7;}


