/**
 * Main CSS Stylesheet
 *
 * @copyright Copyright 2009 DHD
 */

/***************************/
/* general element styling */
body {
  margin: 0;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  /* background: #ffffff url(/common/images/background_pattern.jpg) repeat; */
}
a img {
  border: none; 
}
a:link {
  color: #58A29C;
  text-decoration: underline;
}
a:visited {
  color: #4a958f;
  text-decoration: underline;
}
a:hover, 
#header ul li a:hover {
/*  color:#D6E7DE; */
/* dark background-	color: #58A29C; */
color: #AFCDD1;
}
a:active {
  color: #D6E7DE;
}
h1 {
	color: #58a29c;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
  padding: 5px 0px;
	margin: 0px;
}

h1 a {
	color: #58a29c;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
  padding: 0px;
}
br.clear-both {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
		margin: 0px;
		padding: 0px;
}
br.clear-left {
    clear: left;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
		margin: 0px;
		padding: 0px;
}
form label {
    clear:left;
    float:left;
    padding:0 4px 0 0;
    text-align:right;
    width:120px;
		margin-top: 2px;
}
form label.checkbox {
    text-align: left;
    clear: none;
    width: 450px;
}
form input.text {
	width: 480px;
}
form textarea {
	width: 480px;
  font-family: arial, helvetica, verdana, sans-serif;
}
form input.file {
	width: 480px;
}
form input.checkbox {
    display: block;
    margin-left: 125px;
		float: left;
}
form input.submit {
	margin-left: 125px;
}

/*************************/
/* layout - main wrapper */
#wrapper-outer {
  width: 100%;
  /* background: transparent url(/common/images/top_blue_background.gif) repeat-x; */
}
#wrapper {
  /* background: #ffffff url(/common/images/wrapper_background.gif) repeat-x; */
  text-align: left;
  vertical-align: top;
  width: 955px;
  padding: 0px;
  margin: auto;
}
#tagline {
  position: absolute;
  padding: 16px 0px 0px 10px;
}
#tagline img {
  width: 423px;
  height: 50px;
}
#share-dhd {
	float: right;
	margin-top: 10px;
}
#share-dhd img {
	width: 29px;
	height: 29px;
}
div.designers img {
	float: left;
	margin: 0px 5px 20px 0px;
}
div.designers h2 {
	clear: left;
	margin: 10px 0px 0px 0px;
}
div.designers p {
	margin: 0px 0px 10px 0px;
}
#header-wrapper {
  margin: 0px;
  padding: 0px;
  background: #868686 url(/common/images/top_middle_background.jpg) no-repeat;
  height: 83px;
}
#header {
  text-align: left;
  padding-right: 10px;
}
#header ul {
  float: right;
	clear: right;
  text-align: right;
  margin: 0;
  padding:  15px 0px 5px 0px;
  list-style-type: none;
}
#header ul li {
  display: inline;
}
#header ul li a {
  text-decoration: none;
  padding: 0px 5px;
  margin: 0px;
  color: #ffffff;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

/**********/
/* center */
#main {
  float:left; 
  width:804px;
  padding:0px;
}

#content-center {
  background-color: white;
	/*width: 620px;*/
	width:630px;
	margin-bottom: 10px;
	padding: 0 0 0 7px;
	float: left;
}

/****************/
/* top nav bars */
#nav-second,
.nav-third {
  color: #68aeb0;
  font-size: 20px;
  padding: 2px 0px 0px 0px;
	margin: 5px 0px;
	height: 27px;
	overflow: hidden;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}
#nav-second a {
  font-size: 12px;
  color: #68aeb0;
  font-weight: bold;
  padding: 0px 6px;
  text-transform: uppercase;
	text-decoration: none;
	position: relative;
	top: -9px;
}
#nav-second a:hover,
.nav-third a:hover {
  color: #4a8f8b;
}
.nav-third span, .nav-third a {
  font-size: 11px;
  color: #68aeb0;
  font-weight: bold;
  padding: 0px 3px;
  text-transform: uppercase;
	text-decoration: none;
	position: relative;
	top: -9px;
}
.nav-third span {
	color: #333333;
}

/* ad row */
#ad-row {
	height: 155px;
}
#ad-row-ad {
	float: right;
}

/**************/
/* right rail */
#right-rail {
  float: right;
  margin: 0px;
  padding: 0px;
  width: 160px;
	background-color: #ffffff;
	min-height: 80px;
}

/*************/
/* left rail */
#left-rail {
  float: left; 
  width: 150px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#shop-for-digital-kits {
  width: 151px;
  height: 150px;
}
#left-rail h3, 
#left-rail h3 a {
  font-size: 10px;
  color: #676867;
  text-align: left;
  margin: 0px;
  padding: 5px 2px;
}
#search-content form input.go {
  background: url(/common/images/go_button.jpg) no-repeat 0 0;
  margin: 3px 0px;
  padding: 0px;
  border: 0px;
  top: 0px;
  width: 20px;
  height: 17px;
}
#search-content form input.text {
  margin: 0px;
  border: 1px solid #e1e1d8;
  line-height: 10px;
  font-size: 10px;
  padding: 1px;
  position: relative;
  top: -7px;
  width: 74px;
}
* html #search-content form input {
  position: static;
}
#search-content form {
  margin: 0px 0px 0px 2px;
  
}
#left-nav {
  margin: 3px 4px 0px 7px;
  padding: 6px 2px 0px 2px;
  width: 136px;
  background-color: #ffffff;
  clear: left;
  float: left;
  vertical-align: top;
}
* html #left-nav {
	width: 132px;
}
#left-nav h3 {
  display: block;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  color:#676867;
  font-size: 11px;
  font-weight: bold;
}
.side-box-content {
  margin-left:10px;
}
.side-box-content a {
  font-size: 10px;
}

/**********/
/* footer */
#nav-supp-wrapper {
  margin: 0px 0px 0px 0px;
  background-color: #5b4a42;
  font-weight: bold;
  color: #ffffff;
  height: 30px;
  clear: both;
}
#nav-supp {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding-top: 2px;
  font-weight: normal;
}
#nav-supp a {
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#nav-supp a:hover {
  color: #D6E7DE;
}
#nav-supp ul li a {
  text-decoration: none;
  padding: 0px 5px;
  margin: 0px;
  color: #ffffff;
  white-space: nowrap;
}
#nav-supp ul {
  margin: 0px;
  padding: 5px 0px;
  list-style-type: none;
  text-align: right;
  line-height: 16px;
}
#nav-supp ul li {
  display: inline;
}
#site-info {
  font-size: 11px;
  margin-bottom: 5px;
  text-align: center;
  padding: 5px;
}
#footer-banners {
	text-align: center;
}
#footer-banners img {
	margin: 0px 5px 10px 5px;
}

/*********************/
/* breadcrumb/search */
div.breadcrumbs {
	font-size: 11px;
	font-weight: bold;
	margin: 0em;
	padding: 0px 0px 5px 0px;
  color:#676867;
	line-height: 20px;
}
div.breadcrumbs a {
  text-decoration: underline;
  color:#676867;
	font-weight: normal;
}
div.search {
	margin: 0px; 
	float: right;
	text-align: right;
	line-height: normal;
}
div.breadcrumbs label {
	font-size: 11px;
	font-weight: normal;
  color:#676867;
}
div.breadcrumbs input {
	font-size: 11px;
	font-weight: normal;
  color:#676867;
}
div.breadcrumbs input#search-keywords {
	width: 200px;
}
div.right-ad-slot {
	margin-bottom: 5px;
}
div.below-ad-slot {
	margin-top: 10px;
	text-align: center;
}

.attachment-container {
	width: 425px;
	overflow: hidden;
}
.attached-image {
	max-width: 425px;
}

div.closet br {
	clear: both;
}
div.closet p.more {
	clear: both;
	text-align: right;
	padding: 3px 10px 5px 0px;
}
div.closet-thumbnail {
	float: left;
	width: 180px;
	text-align: center;
	padding: 10px;
}
div.closet-thumbnail img {
	width: 160px;
	height: 160px;
}
div.linked-layouts {
	border-top: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
}
div.linked-layouts div.item {
	margin: 0px 4px 10px 0px;
	width: auto;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*
     