/* site-wide */

body {
	text-align: center;
	margin: 0;
	background: #fff;
	color: #000;
	font-family: Century Gothic, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 8px;
	line-height: 1em;
	}
div#container {
	margin: 0 auto;
	width: 960px;
	}
table#structure {
	width: 100%;
	margin: 0;
	}
table#structure td.left {
	width: 300px;
	padding: 1px 30px 0 0;
	vertical-align: top;
	text-align: left;
	}
table#structure td.right {
	width: 650px;
	padding: 18px 0 0 0;
	vertical-align: top;
	text-align: left;
	}
p {
	margin: 24px 0;
/*	line-height: 1.4em; */
	color: #4a4a4a;
	font-size: 12.5px;
	line-height: 1.3em;

	}
a {
        text-decoration: none;
	color: #999; 
	}
a:hover {
	color: #4a4a4a;
	}
div#content img {
	border: 0;
	}

div#leftimage img {
        padding-top:20px;
        padding-bottom:16px;
	padding-left:1px;
	padding-right:1px;
        border: none;
       	align: center;
}

div#leftimage p {
	font-family: Century Gothic, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1em;
	text-align: center;
}

div#leftimage a {
	font-family: Century Gothic, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	text-align: center;
        line-height: 1.4em;
	color: #4a4a4a;
}

div#leftimage a:hover {
	font-family: Century Gothic, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: center;
        color:black;
}

div#olderposts a {
	font-family: Century Gothic, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	text-align: center;
        line-height: 1.4em;
	color: #4a4a4a;
}

div#olderposts a:hover {
	color: #000;
}

/* mini nav */

div#mini-nav {
	text-align: right;
	font-size: 1.88em;
	letter-spacing: 1px; 
	padding-top: 45px;
        padding-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
	margin: 13px 0 35px 0; 
        border: 0px 0px 0px 0px;
	color: #a4a4a4;  
	font-family: Century Gothic, Helvetica, Arial, Verdana, sans-serif;
	}
div#mini-nav a {
	margin: 0 5px;
	color: #a4a4a4;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
	}
div#mini-nav a:first-child {
	margin-left: 0px;
        padding-left: 0px;
	}
div#mini-nav a:last-child {
	margin-right: 0px;
        padding-right: 0px;
	}
div#mini-nav a:hover, div#mini-nav a:active, div#mini-nav a.active:link {
	color: #4a4a4a;
/*	border-bottom: 1px solid #4a4a4a; */
	}

/* nav */

table#nav {
	width: 650px;
	margin: 0 0 67px 0;
	}
table#nav td {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	background: #4a4a4a;  
	height: 32px;
	border-right: 1px solid #323232;
	border-left: 1px solid #777;
	font-family: Century Gothic, Helvetica, Arial, Verdana, sans-seif;
	}
table#nav td a {
	padding: 11px 4px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	}
table#nav td a:hover, table#nav td.active a {
	color: #ccc;
	}
table#nav td.first
{
	border-left: 0;
	background-image: url(http://www.irondesigncompany.com/images/nav-left-corner.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
table#nav td.last {
	border-right: 0;
	background-image: url(http://www.irondesigncompany.com/images/nav-right-corner.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
table#nav td.first a
{
	padding-left: 8px;
}
table#nav td.last a
{
	padding-right: 8px;
}

/* left column */

p#logo {
	margin: 8px 0 0 0;
        padding-top: 0px;
	padding-bottom: 48px;
        padding-left: 4px;
        padding-right: 0px;
	border-bottom: 2px solid #4a4a4a;
	text-align: center;
	}
p#about {
	margin: 16px 0 0 0;
	font-size: 12.5px;
	line-height: 1.3em;
        text-align: left;
	border-bottom: 2px solid #4a4a4a;
	padding: 0 0px 16px 0px;
	font-family: Century Gothic, Georgia, Times New Roman, serif;
	color: #4a4a4a;
	}
table#learn-more-photos {
	margin-top: 24px;
	}
table#learn-more-photos td.left {
	width: 150px;
	padding: 0;
	}
table#learn-more-photos td.top {
	padding-bottom: 20px;
	}
table#learn-more-photos td a.tool-tip {
	position: relative;
	}
table#learn-more-photos td a.tool-tip span {
	display: none;
	background: #000; 
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Century Gothic, Helvetica, sans-serif;
	padding: 8px;
	z-index: 1000;
	top: -50px;
	left: 0;
	position: absolute;
	}
table#learn-more-photos td a.tool-tip:hover span {
	display: inline;
	}

/* left column sub-nav */

table#structure td.left h2 {
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	/* padding-left: 20px; */
	font-weight: normal;
	text-transform: uppercase; 
	background: #F2FAFC;
	}
ul#sub-nav {
	list-style-type: none;
	border-bottom: 2px solid #4a4a4a;
        padding-top: 14px;
	padding-bottom: 14px;
	}
ul#sub-nav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
/*	border-top: 1px dotted #4a4a4a; */
	}
ul#sub-nav li a, ul#sub-nav li span {
	display: block;
/*	padding: 7px; */
        padding-top: 7px;
        padding-bottom: 7px;
	padding-left: 1px;
	color: #4a4a4a;
	}
ul#sub-nav li a:hover, ul#sub-nav li a.active {
	font-weight: bold;
	}

/* right column */

div#content {
	font-size: 1.5em;
}
div#content p {
/*        padding: 0 0 20px 0; */
}
div#content div.blue-box {
/*	background: #F2FAFC; */
/*	border-top: 2px solid #4a4a4a; */
	margin: 0 0 20px 0;
	}
div#content div.blue-box div.interior {
/*	background: url(http://www.irondesigncompany.com/images/blue-bg-bottom.gif) no-repeat bottom left; */
	margin: 0 0px 8px 0px;
/*	border-bottom: 2px solid #4a4a4a; */

	}
div#content div.blue-box h1 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 14px 0;
        padding-bottom: 10px;
	border-bottom: 2px solid #4a4a4a; 
	}
div#content div.blue-box p {
	margin: 10px 0;
	}
div#content div.blue-box div.thumbnails {
	margin: 30px 0;
	}
div#content div.blue-box div.thumbnails div {
	display: inline;
	margin-right: 14px;
	}
div#content div.blue-box div.thumbnails div.last {
	display: inline;
	}
div#product-summary div {
	margin-top: 20px;
/*	border-top: 1px dotted #000;  */
	padding-top: 20px;
	clear: both;
	}
div#product-summary div.noborder {
	border-top: 0;
	padding-top: 0;
	}
div#product-summary div a img {
	float: left;
	margin: 0 20px 20px 0;
	width: 91px;
	height: 76px;
	}
div#product-summary p.entry-title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	}
div#product-summary p {
	margin: 10px 0;

/*	margin-left: 111px; */
	}
div#homepage-lead-image {
	float: left;
	}
div#homepage-lead-image img {
	padding: 0px;
        width: 300px;
	border: 1px solid #4a4a4a;
	background: #fff;
	}
div#homepage-lead-image p {
	font-family: Century Gothic, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1em; 
	font-size: 1em;
	text-align: center;
	color: #4a4a4a;
}
div#homepage-lead-image a {
	font-family: Century Gothic, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
/*	font-size: 11px;
	line-height: 1em; 
	font-size: 1.5em;
	line-height: 1.4em;*/
	text-align: center;
	color: #4a4a4a;
	text-align: center;
}
div#homepage-lead-image a:hover {
	font-family: Century Gothic, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
/*	font-size: 11px;
	line-height: 1em; 
	font-size: 1.5em;
	line-height: 1.4em;*/
	text-align: center;
	color: black;
	text-align: center;
}

div#purchase-table table {
	width: 80%;
	margin: 0;
        align: center;
	}
div#purchase-table table th {
	font-size: 13px;
	font-weight: normal;
        padding-top: 0px;
	}
div#purchase-table table td {
	width: 300px;
	padding: 7px 30px 7px 0;
	vertical-align: top;
	text-align: left;
	}
div#purchase-table table td.right {
	width: 300px;
	padding: 7px 10px 7px 0;
	vertical-align: top;
	text-align: left;
	}
div#purchase-table hr {
	height: 2px;
        color: #4a4a4a;
        background-color: #4a4a4a;
        border: 0px;
	}
div#purchase-table p {
        font-size: 1em;
        padding-top: 5px;
        padding-bottom: 5px;
	margin: 0;

	}
div#purchase-table h3 {
        font-weight: normal;
        font-size: 1.2em;
        padding-top: 15px;
        padding-bottom: 5px;
	margin: 0;

	}

div#purchase-table a, div#purchase-table li a, div#purchase-table li span {
	display: block;
/*	padding: 7px; */
/*        padding-top: 7px;
        padding-bottom: 7px; */
	padding-left: 1px;
	color: #4a4a4a;
        }

div#purchase-table a:hover, div#purchase-table li a:hover, div#purchase-table li a.active  {
        font-weight: bold;
        }


div#entries {
	margin: 0 0 0 330px;
	}
div#entries .entry-asset {
	margin-top: 25px;
/*	border-top: 1px dotted #000;  */
	border-top: 2px solid #4a4a4a;
	padding-top: 25px;
	}

div#entries h2 {
	font-size: 14px;
	margin: 0;
        color: #4a4a4a;
	}
div#entries h3 {
	font-size: 11px;
	margin-bottom: -20px;
	}
div#entries hr {
	height: 2px;
        color: #4a4a4a;
        background-color: #4a4a4a;
        border: 0px;
	}
div#entries .asset-meta {
	font-size: 10px;
	background: url("http://www.irondesigncompany.com/images/icons/text_align_justify.png") no-repeat left top;
/*	padding-left: 20px; */
	line-height: 1.6em;
	}



/* footer */

div#footer {
	margin: 50px 0 25px 0;
	padding: 25px;
	color: #999;
	font-size: 11px;
	text-align: center;
	}


/* misc */

.float-left {
	float: left;
	margin-right: 10px;
	}
.float-right {
	float: right;
	margin-left: 10px;
	}
.center {
	text-align: center;
	}
address {
	font-style: normal;
	display: inline;
	}


/* jcarousel */

.jcarousel-skin-tango .jcarousel-container {
/*	background: #F2FAFC url(http://www.irondesigncompany.com/images/blue-bg-bottom.gif) no-repeat bottom left; */
	margin: 0 0 20px 0;
	}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 18px 40px 18px 42px;
	}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  568px;
    height: 152px;
	}
.jcarousel-skin-tango .jcarousel-item {
    width: 182px;
    height: 152px;
	background: #fff;
	}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
	}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
	}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 75px;
    right: 4px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(jcarousel/skins/tango/next-horizontal.png) no-repeat 0 0;
	}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
	}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
	}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
	}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 75px;
    left: 4px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(jcarousel/skins/tango/prev-horizontal.png) no-repeat 0 0;
	}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
	}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
	}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
	}



/*borders*/

#tops, #bottom {
	left: 0;
	right: 0;
	height: 0px;
	position: fixed;
	background-color: #333;
	background-repeat: repeat-y;
	display: block;
	}
#tops {
	/* border-top: 2px solid #333; */
	padding: 0 0 0 5%;
	z-index: 5000;
	}
/* #left, #right {
	position: fixed;
	width: 13px;
	top: 0;
	bottom: 0;
	background: #333;
	display: block;
	} */
#tops { top: 0; }
#bottom { bottom: 0; display: none;}
#left { left: 0; }
#right { right: 0;  }
