@charset "UTF-8";
/* CSS Document */

body{
	background-color: #bbbbbb;
	margin: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
	}
	
img{
	border:0px;
	vertical-align: top;
	}
	
a, a:active, a:visited{
	color: #1463a0;
	text-decoration: underline;
	}
	
a:hover{
	color: #1463a0;
	text-decoration: none;
	}
	
input{
	font-size:11px; 
	line-height:13px;
	margin-right: 6px;
	}
	
table{
	font-size: 12px;
	}	
/*layout styles*/
	
#document{
	width: 980px;
	background-color: #ffffff;
	}
	
#top-nav{
	height: 26px;
	background-color: #8d8d8d;
	}
	
#bottom-nav{
	height: 26px;
	background-color: #7b7b7b;
	}
	
#footer{
	border-top: 1px solid #b0b0b0;
	padding: 5px 0px 10px 30px;
	font-size: 9px;
	color: #000000;
	clear: both;
	}
	
.footer-right{
	margin-left: 360px;
	}
	
/*homepage layout styles*/
#textarea-top{
	margin: 30px 50px 0px 70px;
	border: 1px solid #fff;
	overflow: hidden;
	}
	
#hp-logo{
	width: 259px;
	height: 80px;
	margin: 18px 0px 0px 0px;
	float: left;
	border: 0px solid #000;
	}
	
#intro-wl{
	float: right;
	width: 510px;
	}
	
#hp-images{
	margin: 0px 43px 0px 37px;
	border: 0px solid #000;
	clear: both;
	}
	

	
#hp-images-titles{
	margin: 0px 43px 0px 37px;
	clear: both;
	border: 0px solid #000;
	}
	
#shadow-top{
	height: 30px;
	background-image:url(../images/shadow_top.gif);
	background-repeat: repeat-x;
	}
	
#shadow-bottom{
	height: 28px;
	background-image:url(../images/shadow_bottom.gif);
	background-repeat: repeat-x;
	clear: both;
	}
	
#hp-callout{
	background-image:url(../images/bracket_left.gif);
	background-repeat:no-repeat;
	height:106px;
	width: 890px;
	float: left;
	}
	
.news-callout{
	margin: 20px 20px 10px 55px;
	color: #1463a0;
	font-size: 14px;
	line-height: 1.5em;
	}
	
/*subpage layout styles*/

#text-content{
	margin: 30px 160px 30px 225px;
	}
	
#sub-logo{
	float: left;
	margin-left: -3px;
	}
	

/*wishlist styles*/
	
#wishlist-content{
	margin: 30px 50px 30px 45px;
	}
	
.wishlist-photo{
	float: left;
	margin: 0px 24px 20px 0px;
	}
	
#callout-wl-signup{
	width: 340px;
	background-color: #f7f4ee;
	float: right;
	margin: 0px 0px 20px 50px;
	}
	
.callout-wl-content{
	margin: 20px;
	}
	
.callout-wl-table{
	width: 100%;
	}
	
.callout-wl-table td{
	padding: 0px 10px 10px 0px;
	}
	
.wishlist-choices{
	width: 880px;
	line-height: 1.5em;
	margin-top: 10px;
	}
	
.wishlist-choices td{
	width: 182px;
	padding: 0px 0px 0px 38px;
	}
	
.category-photo{
	margin-bottom: 12px;
	}
	
.category-listing{
	border-right: 1px dashed #a9a9a9;
	padding-right: 20px;
	}
	
.table-thanks{
	width: 300px;
	}
	
.table-thanks td{
	padding: 0px 10px 10px 0px;
	}
	
	
/*text styles*/

H1{
	font-size: 18px;
	color: #1463a0;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	}
	
H2{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 3px 0px;
	margin-bottom: 8px;
	}

.img-headline{
	margin-bottom: 16px;
	}
	
.button{
	margin: 20px 12px 0px 0px
	}
	


/*round corners*/


.roundtop { 
	background: url(images/tr_corner.gif) no-repeat top right;
}

.roundbottom {
	background: url(images/br_corner.gif) no-repeat top right; 
}

img.corner {
   width: 6px;
   height: 6px;
   border: 0px;
   display: block !important;
}
