@charset "UTF-8";

/* FormDecor CSS Document */

/* Global resets */
html, body, h1, h2, h3, h4, h5, h6, p, form {
	margin:0;
	padding:0;	
}

body {	
	background-color:#fff;
	color:#333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}
a, a:link, a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
h3 {
	font-size:16px;
	line-height:1.4em;
	margin-bottom:.5em;
}	
p {
	line-height:1.4em;
	margin-bottom:1em;
}
ul {
	margin:1em 0 2em 2.5em;
	padding:0;
}
li { 
	margin:0 0 .5em 0;
	padding:0;
}

/* ========= Use the .group class to clear the contents of any container ======== */

.group:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* for IE6 */
* html .group {
	height:1%;
}
/* for IE7 */
*:first-child+html .group {
	min-height:1px;
}

/* ========= Page layout styles ========= */

#page_wrapper {
	background-color:#fff;
	width: 760px;
}

#page_header {
	height:76px;
}
h1#formdecor_logo {
	background:#fff url(../images/formdecor_logo.png) left top no-repeat;
	float:left;
	height:76px;
	width:365px;
	text-indent:-9999px;
}
h1#formdecor_logo a {
	display:block;
	height:76px;
	text-indent:-9999px;
}
#tagline {
	float:right;
	background:#fff url(../images/header_tagline.png) left top no-repeat;
	height:76px;
	text-indent:-9999px;
	width:265px;
}
/* ========= Page Banner ========= */

#page_banner {
	height:101px;	
	background-repeat:no-repeat;
	background-image:url(../images/banners/ahd_home.png);
	text-indent:-9999px;
}
#home_page #page_banner { background-image:url(../images/banners/ahd_home.png);} 
#product_page #page_banner { background-image:url(../images/banners/ahd_products.png);} 
#designerspace_page #page_banner { background-image:url(../images/banners/ahd_designerspace.png);} 
#showcase_page #page_banner { background-image:url(../images/banners/ahd_showcase.png);} 
#companyinfo_page #page_banner { background-image:url(../images/banners/ahd_companyinfo.png);} 
#productcloseout_page #page_banner { background-image:url(../images/banners/ahd_productcloseout.png);} 
#search_page #page_banner { background-image:url(../images/banners/ahd_search.png);} 

/* ========= END Page Banner ========= */


#content_wrapper {
	min-height:370px;
	height:auto !important;
	height:370px;
	padding-bottom:20px;	
}
#main_content {
	float:left;
	display:inline;
	margin-left:23px;
	padding:0 0 0;
	width:450px;
}
#sidebar_content {
	float:right;
	display:inline;
	margin-right:10px;
	padding:45px 0 0; 
	width:240px;
}

/* ========= Navigation bar ========= */

#navbar {
	list-style-type:none;
	margin:0 0 0 23px;
	padding:0;
	height:20px;
}
#navbar li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
#navbar li a, #navbar li a:link, #navbar li a:visited {
	display:block;
	background-image:url(../images/navbar_links_bg.png);
	height:20px;
	text-indent:-9999px;
}
/* Home link states */
#home_navlink a {
	background-position:0 0;
	width:46px;
} 
#home_navlink a:hover {
	background-position:0 -20px;
}
#home_page #home_navlink a {
	background-position:0 -40px;
} 

/* Products link states */
#product_navlink a { 
	background-position:-46px 0;
	width:73px;
} 
#product_navlink a:hover { 
	background-position:-46px -20px;
}
#product_page #product_navlink a { 
	background-position:-46px -40px;
} 

/* Designer Space link states */
#designerspace_navlink a {
	background-position:-119px 0;
	width:106px;
} 
#designerspace_navlink a:hover {
	background-position:-119px -20px;
} 
#designerspace_page #designerspace_navlink a {
	background-position:-119px -40px;
} 

/* Designer Space link states */
#showcase_navlink a { 
	background-position:-225px 0;
	width:76px;
} 
#showcase_navlink a:hover { 
	background-position:-225px -20px;
}
#showcase_page #showcase_navlink a { 
	background-position:-225px -40px;
}

/* Showcase link states */
#companyinfo_navlink a { 
	background-position:-301px 0;
	width:92px;
} 
#companyinfo_navlink a:hover { 
	background-position:-301px -20px;
}
#companyinfo_page #companyinfo_navlink a { 
	background-position:-301px -40px;
}

/* Product Closeout link states */
#productcloseout_navlink a {
	background-position:-393px 0;
	width:128px;
}
#productcloseout_navlink a:hover {
	background-position:-393px -20px;
}
#productcloseout_page #productcloseout_navlink a {
	background-position:-393px -40px;
}

/* Search link states */
#search_navlink a {
	background-position:-521px 0;
	width:58px;
}
#search_navlink a:hover {
	background-position:-521px -20px;
}
#search_page #search_navlink a {
	background-position:-521px -40px;
}

/* Blog link states */
#blog_navlink a {
	background-position:-579px 0;
	width:45px;
}
#blog_navlink a:hover {
	background-position:-579px -20px;
}
#blog_page #blog_navlink a {
	background-position:-579px -40px;
}
/* ========= END Navigation bar ========= */


/* ========= Page content styles ========== */

/* Breadcrumbs and Paging */

.breadcrumbs, .paging {
	color: #666;
	font-size: 10px;
	font-weight:normal;
	line-height: 1em;
	padding-top:15px;
	/* height is 45px minus the vertical padding */
	height:30px;
	text-transform:uppercase;
	/* Need this until we eliminate the table wrapper */
	vertical-align:top;
}
.breadcrumbs span {
	color: #999;
	padding:0 3px;
}
.breadcrumbs a:link, .breadcrumbs a:visited, .paging a:link, .paging a:visited {
	color: #999;
	font-weight:normal;
	text-decoration:none;
}
.breadcrumbs a:hover, .paging a:hover {
	color: #333;
	text-decoration:underline;
}
.paging {
	text-align:right;
	padding-bottom:4px;
}
.currentpage {
	color:#fff;
	background-color:#669933;
	padding:0 3px;
}	
.content_header {
	display:block;
	margin-bottom:8px;
}
.designspot_image {
	display:block;
	float:left;
	margin-right:5px;
}
.designspot_date {
	color:#666;
}
.models_table img {
	display:block;
}
.models_table .style1 {
	display:block;
	font-size: 11px;
	font-weight: bold;
}
#homepage_flash {
	margin:45px 0 15px;
/*	padding:45px 0 15px;*/
}
#showcase_flash {
	
}
#showcase_noflash {
	border:1px solid #cc6699;
	padding:35px 40px;	
}
#showcase_noflash img  {
	border:0;	
}
#search_box {
	background:transparent url(../images/ahd_search_box.png) no-repeat 13px 13px;
	border:1px solid #cc6600;
	padding:50px 30px 8px;
	margin-bottom:12px;
}
#search_box p {
	margin-top:1.3em;
}
/* Link listing styles */

.link_listing {
	border-bottom:1px solid #999;
	line-height:1.4em;
	margin-right:10px;
	padding:5px 0;
}
.link_listing strong {
	color:#333;
}
.link_listing a, .link_listing a:link, .link_listing a:visited {
	font-weight:normal;
	text-decoration:underline;
}
.news_section_header {
	color:#993366;
	font-size:1.1em;
	margin-top:24px;
	text-transform:uppercase;
}

/* Sidebar links */

#sidebar_content a {
	color:#666;
}

/* Homepage showcase image links  */

.sidebar_showcase {
	border:1px solid #cc6600;
	margin-bottom:24px;
	text-align:center;
}
.sidebar_showcase p {
	background-color:#cc6600;
	background-image:url(../images/sidebar_showcase.png);
	background-position:center top;
	height:31px;
	margin:0 0 9px;
	text-indent:-9999px;
}
.sidebar_showcase img {
	display:block;
	border:1px solid #666666;
	height:60px;	
	width:216px;
	margin:0 auto 10px;
}
/* Sidebar login */

#sidebar_login {
	color:#999;
	margin-bottom:24px;
}
#sidebar_login table {
	border:solid 1px #669933;
	border-bottom:0;
}
#sidebar_login label {
	clear:both;
	float:left;
	color:#669933;	
	padding:4px 3px;
	text-align:right;
	width:40%;
}
#sidebar_login input[type="text"], #sidebar_login input[type="password"] {
	float:left;	
	/*border:1px solid #999;*/
	margin:2px;
	width:110px;
}
.text_input {
	border: 1px solid #ccc;
	width:110px;
}
#sidebar_login .login_button {
	clear:both;
	float:left;
	margin:3px 0 0 144px;
}	

/* What's New? link button */

#whatsnewbutton {
	display:block;
	background-color:#009999;
	background-image:url(../images/whatsnew.png);
	background-position:center top;
	height:67px;
	margin-bottom:24px;
	text-indent:-9999px;
}

/* Order link button */

#orderbutton {
	display:block;
	background-color:#993366;
	background-image:url(../images/ordernow.png);
	background-position:center top;
	height:38px;
	margin-bottom:24px;
	text-indent:-9999px;
}
#designerspace_quotebutton {
	border:1px solid #9999cc;
	line-height:1.4em;
	padding:10px;
	margin-bottom:24px;
}

/* Sidebar certifications */

#certifications {
	padding-bottom:20px;
	text-align:center;
}
#certifications img {
	border:0;
	display:block;
}
.sdsa_logo {	
	margin:0 auto 22px;
}
.bbb_logo {
	float:right;
}
.ises_logo {
	float:left;
}
/* Sidebar subnavigation styles */

.sidebar_subnavs {
	margin-bottom:15px;
}
#navlist {
	list-style: none;
	margin:0;
	padding:0;
}
#navlist li {
	width: 115px;
	margin:0;
	padding:0;
}
#navlist li a {
	display:block;
	height:24px;
}
#navlistSub {
	list-style-type:none;
	margin:0;
	padding:0;	
}
#navlistSub li {
	margin:0;
	padding:0;
	width: 115px;
}
#navlistSub a {
	display:block;
	height:24px;
}

/* For adding an outline to the current list item link (link label image backgrounds are transparent) */

.current {
	background-image: url(../images/btn_bg_grn.gif);
	background-repeat: no-repeat;
}
.currentsub {
	background-image: url(../images/btn_bg_grn_sub.gif);
	background-repeat: no-repeat;
}
.currentNY {
	background-image: url(../images/btn_bg_blu.gif);
	background-repeat: no-repeat;
}
.currentDS {
	background-image: url(../images/btn_bg_purp.gif);
	background-repeat: no-repeat;
}
.currentA {
	background-image: url(../images/btn_bg_pnk.gif);
	background-repeat: no-repeat;
}
.currentCmp {
	background-image: url(../images/btn_bg_slm.gif);
	background-repeat: no-repeat;
}


/* Styles specific to the productDetails.php page */

#zoom {
	position:absolute;
	width:480px;
	height:450px;
	z-index:1;
	left: 13px;
	top: 235px;
	visibility: hidden;
	background-color: #FFFFFF;
}
#alt1 {
	position:absolute;
	width:480px;
	height:450px;
	z-index:1;
	left: 13px;
	top: 235px;
	visibility: hidden;
	background-color: #FFFFFF;
}
#alt2 {
	position:absolute;
	width:480px;
	height:450px;
	z-index:1;
	left: 13px;
	top: 235px;
	visibility: hidden;
	background-color: #FFFFFF;
}
#compProd {
	position:relative;
	z-index:1;
	visibility:visible;
}
.layerText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-variant:normal;
	text-decoration:none;
	color: #aaaaaa;
}
.layerText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-variant:normal;
	text-decoration:none;
	color: #aaaaaa;
}
.layerText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-variant:normal;
	text-decoration:none;
	color: #aaaaaa;
}
.labelGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #558A29;
}
.labelGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #999999;
}
.project_name {
	font-size: 16px;
	font-weight:bold;
	color: #999;
	padding:5px 0 15px;
}
.project_name span {
	color: #666;
}
.project_list {
	color:#000;
}
.project_list li {
	margin:0 0 .4em 0;
	padding:0;
}
#sidebar_content .project_list li a {
	color:#000;	
}
.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
.expanded a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #999999;
}
.expanded a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #999999;
}

/* Designer Space 3D Models listing */

.model_listings {
	/* No styling at this time */
}
.model_listing {
	float:left;
	font-size:11px;
	height:173px;
	text-align:center;
	width:112px;
}
.model_listing p {	
	font-weight:normal;
	color:#000;	
	padding:0 8px;
}
.model_listing a, .model_listing a:link, .model_listing a:visited, .model_listing a:hover {
	font-weight:normal;
		color:#666;
}
.model_listing img {
	display:block;
	border:0;
	height:80px;
	width:100px;
	margin:0 auto 5px;
}
.disclaimer {
	font-size:10px;
}


/* ========= END Page content styles ========== */



/* ========= Footer styles ========== */

#footer_area {
	padding: 10px 0 15px 23px;
}
.footer {
	font-size: 11px;
	line-height:1.4em;
	color: #999;
}
.footer a:link, .footer a:visited {
	font-size: 11px;
	color: #999;
	text-decoration:none;
}
.footer a:hover {
	color: #999;
	text-decoration:underline;
}

