/*
divs-1col.css
Titan Post Anchor
www.ideas-for-deck-designs.com
Designer: Kaela Roy
Created: June 11, 2009
Last edited: july 3 2009
*/

*{
	margin:0;
	padding: 0;
}
body{
	color:#202020;
	font-family: Lucida Sans,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	text-align: center; /* for IE because its stupid and hateful */
	background: url(../image-files/pgbg-1col.jpg) center repeat-y;
	background-color:#202020;
	display:block;
	height:100%;
}

#wrapper{
	position:relative;
	width: 999px;
	text-align:center;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}
* html #wrapper{/*IE6 hack*/
	left:1px
}

#header{
	background:url(../image-files/header.jpg) no-repeat center;
	width:999px;
	height:130px;
	margin:0 auto;
}
* html #header{ /*IE6 hack*/
	margin:0 0 0 20px;
}

#mainContent{
	margin: 0 auto 40px auto;
	width: 960px;
	padding: 0 20px;
	display:block;
	position:relative;
}
* html #mainContent{/*IE6 hack*/
	width: 960px;
	left:11px;
	padding: 0;
}
#wrapContent{
	padding:5px;
	margin:0;
	width:775px;
	float:right
}
* html #wrapContent{/*IE6 hack*/
	width:755px;
	margin:0;
}

#footer{
	margin: 0;
	padding: 10px;
	background-color:#FFF;
	font-size:8pt;
}

#leftColumn{
	width:175px;
	margin:0;
}
* html #leftColumn{/*IE6 hack*/
	width:160px;
	margin-left:20px;
}

#leftContent{
	margin:10px;
}
* html #leftContent{/*IE6 hack*/
	margin:0;
}

#fullfooter{
	background:url(../image-files/footer.jpg) no-repeat;
	width:999px;
	height:76px;
	margin:0 auto;
	clear:both;
}
* html #fullfooter{/*IE6 hack*/
	position:relative;
	left:20px;
}


#builderdb{position: absolute; top: 81px; right: 19px;}
* html #builderdb{right: 38px;}/*IE6 hack*/

#builderdb a{
	background:url(../image-files/builder_db.png) center no-repeat;
	width: 139px;
	height: 56px;
	display:block;
	cursor:pointer;
}
* html #builderdb a{ /*IE6 Transparent PNG hack*/
	background: none;
	width: 139px;
	height: 56px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.ideasfordeckdesigns.com/image-files/builder_db.png');
}

#ntz_modal{position:fixed; padding:10px; -moz-border-radius:10px; border-radius:10px; background: #b4d3ed url(../image-files/modal-bg.png) center repeat-x;}
#ntz_modal fieldset{border:none;}

#ntz_modal .pad-bottom{
	margin-bottom:10px;
}

#ntz_modal label{
	padding-right:10px;
}

#ntz_modal #showsurrounding{ position:relative; top:2px; left:-3px;}

.ntz_button{padding:0 20px;}

.ntz_button a{
	padding:5px 20px;
	-moz-border-radius:15px;
	border-radius:15px;
	border:1px outset #3d5990;
	background: url(../image-files/modal-button.png) top repeat-x;
	text-decoration:none;
	color:#003;
	display:block;
	width:100px;
	position:relative;
	top:-5px
}


.ntz_button a:active{
	border:1px inset #3d5990;
}

#ntz_close{
	display:block;
	cursor:pointer;
	padding:0px 5px 3px 5px;
	position:absolute;
	top:5px;
	right:5px;
	border: 2px solid #AAA;
    -moz-border-radius: 5px;
	border-radius: 5px;
    background: #EEEEEE;
}

/****/

.half-width-box-right{
	background-color: #fff;
	margin: 5px 0 5px 5px;
	border: none;
	padding: 5px;
	float: right;
	clear:right;
}

.half-width-box-left{
	background-color: #fff;
	margin: 5px 5px 5px 0px;
	border: none;
	padding: 5px;
	float: left;
}


