@charset "utf-8";
/*style sheet - Annie Hazell*/

#fullwrapper {
	width: 880px;
	height: auto;
	text-align: center;
	margin: 12px auto 10px auto;
	border: 0px none;
	/*border-collapse: collapse;*/
	color: #663300;
	}

/*html . no class or id . generic structure and text display*/	
body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url("../commonimages/bckgrnd.gif") repeat #e8f2f9;
	margin: 0 auto;
	text-align: center;
	border-collapse: collapse;
	padding: 0px;
	color: #663300;
	}
table {
	font-size: 100%;
	margin: 0px;
	border-collapse: collapse;
	border: 0px none;
	border-spacing: 0px;
	}
tr,td {
	text-align:left;
	vertical-align: top;
	padding: 0px;
	border:0px none;
	font-size: 100%;
	}
h1 {
	font-size:14px;
	height:20px;
	margin:0px 0px 10px 0px;
	}
h1#aboutannie {
	background:url("../headertext/abouttext.gif") no-repeat;
	}
h1#interiordesign {
	background:url("../headertext/interiordesigntext.gif") no-repeat;
	}
h1#homestaging {
	background:url("../headertext/homestagingtext.gif") no-repeat;
	}
h1#bespokefurniture {
	background:url("../headertext/bespokefurnituretext.gif") no-repeat;
	}
h1#media {
	background:url("../headertext/mediatext.gif") no-repeat;
	}
h1#projects {
	background:url("../headertext/projectstext.gif") no-repeat;
	}
h1#contact {
	background:url("../headertext/contacttext.gif") no-repeat;
	}
h2 {
	font-size: 11px;
	margin:3px 0px 5px 0px;
	}	
h3 {
	font-size: 18px;
	}
h4 {
	font-size: 14px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 12px;
	font-style: bold;
	margin: 0px 0px 7px 0px;
	}
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	}

a {
	color: #663300;
	text-decoration: underline;
	outline: none;
	}
a:hover {
	color: #33cccc;
	text-decoration: none;
	}
p {
	font-size: 10px;
	/*line-height:18px;*/
	margin: 0px 0px 7px 0px;
	}
/*end html*/

/*header*/
#header {
	width:880px;
	height:120px;
	background: url("../commonimages/header.gif") no-repeat -10px 0;
	margin-bottom:10px;
	}
/*end footer*/

/*navigation*/
#nav {
	width:820px;
	height:40px;
	float:right;
	/*right:0px;
	top:0px;*/
	}
#nav ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	border:0px;
	}
#nav li {
	float: left;
	border:0px;
	padding:0px;
	}
#nav li a, #nav li a:visited {
	display: block;
	margin: 0px 0px 0px 20px;
	text-decoration: none;
	height: 40px;
	width: 144px;
	}

li#homenav a {
	background: url("../buttons/ah_home_button.gif") no-repeat 0 0;
	}
	
li#aboutnav a {
	background: url("../buttons/ah_about_button.gif") no-repeat 0 0;
	}
	
li#projnav a {
	background: url("../buttons/ah_projects_button.gif") no-repeat 0 0;
	}
	
li#medianav a {
	background: url("../buttons/ah_media_button.gif") no-repeat 0 0;
	}
	
li#contnav a {
	background: url("../buttons/ah_contact_button.gif") no-repeat 0 0;
	}
	
li#homenav a:hover,
li#aboutnav a:hover,
li#projnav a:hover,
li#medianav a:hover,
li#contnav a:hover {
	background-position: 0px -40px;
	}
	
	
.navblock {
	border:0px;
	padding:0px;
	margin:0px;
	}
.navblock ul {
	list-style:none;
	margin: 0px;
	padding:0px;
	border:0px;
	}
.navblock li {
	margin:0px;
	padding:0px;
	border:0px;
	height:36px;
	width:144px;
	}
.navblock li a,#navblock li a:visited {
	height:36px;
	width:144px;
	display: block;
	text-decoration: none;
	}

li#annie a {
	background: url("../buttons/ah_about_annie_button.gif") no-repeat 0 2px;
	}
li#interiors a {
	background: url("../buttons/interior_design_button.gif") no-repeat 0 2px;
	}
li#furn a {
	background: url("../buttons/ah_about_furntr_button.gif") no-repeat 0 2px;
	}
li#stage a {
	background: url("../buttons/ah_about_staging_button.gif") no-repeat 0 2px;
	}
li#annie a:hover,
li#interiors a:hover,
li#furn a:hover,
li#stage a:hover {
	background-position: -144px 2px;
	}
/*end navigation*/

/*common*/
.hidden {
	visibility:hidden;
	}
#sidebar {
	width:60px;
	float:left;
	display:block;
	}
#middlewrapper {
	width:880px;
	background: url("../commonimages/sidebar.gif") no-repeat;
	/*display:table;*/
	height:auto;
	}
#rightcol {
	width: 820px;
	height:auto;
	float:right;
	text-align:left;
	}
#mainbox td {
	padding-top: 20px;
	padding-left: 20px;
	}
.164 {
	width:164px;
	height:200px;
	}
	
div.spacerline {/*use inside fullwrap - at beginning and end (floated elements wont be wrapped around by divs)*/
	clear:both;
	margin:0px;
	padding:0px;
	border:0px;
	}
div.spacerline img {
	height:0px;
	}

img.transoff {
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
	}	
img.transon {
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	}	
/*end common*/

/*index*/
#indexsubnav {
	background:url("../indeximgs/smllindxtable.gif") no-repeat;
	}
li#furn_ind a {
	background: url("../buttons/ah_about_furntr_button.gif") no-repeat 0 2px;
	}	
li#stage_ind a {
	background: url("../buttons/ah_about_staging_button.gif") no-repeat 0 2px;
	}	
li#furn_ind a:hover,
li#stage_ind a:hover {
	background-position: -144px 2px;
	}
	
/*about*/
.text {
	width:100%;
	}
/*end about*/

/*footer*/
#footer {
	width: 880px;
	height:60px;
	background: url("../commonimages/footerbar.gif") no-repeat;
	/*position:relative;*/
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	display:table;
	}
#footerinner{margin-top:50px;text-align:left;padding-left:20px;color: #33cccc;border:0px solid #fff;}
#footerlinks {
	color: #33cccc;
	float:left;
	}
#footer a {
	text-decoration: none;
	color:#33cccc;
	}
#footer a:hover {
	color: #663300;
	}
#copyright {
	color: #33cccc;
	float:right;
	}
/*end footer*/
	
	
/*printing style*/
@media print {
body {
	background-color: transparent; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.hidden {
	visibility:visible;
	}
}
/*end printing style*/

/* iPhone */
@media screen and (max-device-width: 480px) { 
html { -webkit-text-size-adjust: none; } 
}
