/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url("/graphics/bg.gif") #e7f2f2 repeat-x;
	font-family:helvetica,arial,sans-serif;
	font-size:13px;
	color:#000000;
	
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:1006px; 
	padding: 0;
	background: URL("/graphics/mainbg.gif") no-repeat; 
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	position:relative;
	width:1006px;
	height:219px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 73px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	width:1006px;
	height:73px;
	background: url("/graphics/footer.gif") no-repeat;
	font-size:10px;
	color: #7b7776;
	margin: 0 auto 0 auto;
	
	position:absolute;
	bottom:0; /* stick to bottom */
	visibility: hidden;

}





/* content formatting */

#leftbar {
	width: 240px;
	margin: 0 0 16px 13px;
	overflow: hidden;
	line-height:22px;
	float:left;
	display:inline;
}

#rightbar {
	width: 120px;
	margin: 0 13px 16px 0;
	overflow: hidden;
	line-height:22px;
	float:right;
	display:inline;
}


#pagecontent {
	width: 522px;
	margin: 0 0 16px 10px;
	padding:33px 52px 65px 26px;
	overflow: hidden;
	line-height:18px;
	float:left;
	display:inline;
	background: url("/graphics/ctbg.gif") repeat-y;
	position:relative;
}

#contentainer {
	width: 863px;
	margin: 0;
	padding:0;
	overflow: hidden;
	float:left;
	display:inline;
}


#splashpagecontent {
	width: 980px;
	margin: 0 13px 16px 13px;
	overflow: auto;
	line-height:18px;
	float:left;
	display:inline;
	color:#4b4b4b;
	font-size:12px;
}

.pic {
	float:right;
	display:inline;
	margin:0 -32px 20px 20px;

}



#header img {
	border:0;
}

#logolink {
	width:414px; 
	height:74px; 
	position:absolute;
	top:133px;
	left:30px;
}

#subscribe {
	width:227px; 
	height:114px; 
	position:absolute; 
	top:27px; 
	right:23px;
	background: url("/graphics/subscribe.gif") no-repeat;
}

#searchbox {
	width:497px; 
	height:70px; 
	position:absolute; 
	top:147px; 
	right:13px;
	background: url("/graphics/searchbg.gif") no-repeat;
}

.infobox {
	border:0;  
	font-size: 11px; 
	color: #5b5959; 
	width:188px; 
	height:16px;
	background: url("/graphics/searchbox.gif") no-repeat;
	padding:3px 0 0 7px;
}

#blogbox {
	width:330px; 
	height:82px; 
	padding:71px 18px 12px 22px;
	margin:0 0 9px 0;
	overflow:hidden;
	line-height:17px;
	background: url("/graphics/blogbox.gif") no-repeat;
}

#blogbox a {
	color: #00a295;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
}
#blogbox a:hover {
	color: #c50000;
	text-decoration: underline;
}

#blogpic {
	width:112px; 
	height:71px; 
	padding:4px 11px 12px 4px;
	margin:-6px 12px 0 0;
	float:left;
	overflow:hidden;
	background: url("/graphics/blogpicbg.gif") no-repeat;
}

#issue {
	float:left; 
	width:227px; 
	overflow:hidden;
	padding:60px 0 0 7px;
	margin:0 10px 0 0;
	line-height:16px;
	background: url("/graphics/issue.gif") no-repeat;
}

#issue a {
	font-weight:bold;
	color:#32813e;
	text-decoration: none;
	text-transform:uppercase;
}
#issue a:hover {
	color: #c50000;
	text-decoration: underline;
}

#issue p {
	margin:14px 0;
}

#exclusives {
	width:394px; 
	height:166px; 
	padding:50px 20px 0 0;
	margin:0 0 10px 0;
	line-height:15px;
	overflow:visible;
	background: url("/graphics/exclusives.gif") no-repeat;
}

#exclusives p {
	margin:14px 0;
}

#exclusives a {
	font-weight:bold;
	color:#f48520;
	text-decoration: none;
	text-transform:uppercase;
}
#exclusives a:hover {
	color: #c50000;
	text-decoration: underline;
}

#fallpp {
	width:164px; 
	height:60px; 
	padding:61px 20px 46px 24px;
	margin:0 17px 0 0;
	float:left;
	display:inline;
	overflow:hidden;
	background: url("/graphics/fallpp.gif") no-repeat;
}

#fallpp a {
	font-weight:normal;
	color:#f48520;
	text-decoration: underline;
	text-transform:none;
}
#fallpp a:hover {
	color: #c50000;
	text-decoration: underline;
}

#holidayweight {
	width:164px; 
	height:60px; 
	padding:136px 20px 46px 24px;
	margin:0 17px 0 0;
	float:left;
	display:inline;
	overflow:hidden;
	background: url("/graphics/holidayweight.gif") no-repeat;
}

#holidayweight a {
	font-weight:normal;
	color:#f48520;
	text-decoration: underline;
	text-transform:none;
}
#holidayweight a:hover {
	color: #c50000;
	text-decoration: underline;
}

#knowbox {
	width:368px; 
	height:151px; 
	padding:64px 24px 15px 22px;
	margin:0 0 0 0;
	overflow:hidden;
	line-height:21px;
	background: url("/graphics/knowbox.gif") no-repeat;
	float: left;
}

#knowbox span {
	color: #f48520;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}

#knowbox a {
	color: #f48520;
	text-decoration: underline;
	font-weight:bold;
	font-size:11px;
}
#knowbox a:hover {
	color: #c50000;
	text-decoration: underline;
}

#knowpic {
	width:101px; 
	height:149px; 
	padding:4px 11px 12px 4px;
	margin:-13px 13px 0 0;
	float:left;
	overflow:hidden;
	background: url("/graphics/knowbg.gif") no-repeat;
}


#left_foot {
	float: left;
	margin: 15px 0 0 13px;
}

#right_foot {
	float: right;
	margin: 15px 22px 0 0;
}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #ef7d22;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}





#newslist{
padding: 0;
font-size: 12px;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 0;
color: #000000;
text-decoration: underline;
height:28px;
}

li a.newslist:hover{
color: #7f2319;
	text-decoration: underline;
}










h1 {
	font-weight:bold;
	font-size:15px;
	color: #009898;
	text-transform: uppercase;
	margin:0 0 26px 0;
}


p { 
	margin:26px 0 26px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */

.pipelist {
    overflow: hidden;
    margin:0;
   }

.pipelist ul {
   list-style: none;
   margin: 0 0 0 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #7b7776;
   float: left;
   line-height: 10px;
   margin: 0 .5em 0 -.5em;
   padding: 0 15px 0 15px;
   white-space: nowrap;
   font-weight:bold;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #7b7776;
	text-decoration: none;
}
.pipelist a:hover {
	color: #c50000;
	text-decoration: none;
}	
	
	
	










	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 200px;
min-height:350px;
padding: 30px 14px 0 26px;
font-size: 12px;
text-align:left;
background: url("/graphics/blueblockbg.gif") no-repeat;
float:left;
font-family:trebuchet ms;
}

* html #blueblock{ /*IE 6 only */
w\idth: 200px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

#blueblock li a {
text-decoration: none;
}

li a.blueblock {
display: block;
padding: 10px 0 0 0;
color: #6a6a6b;
font-weight:normal;
text-transform:uppercase;
text-decoration: none;
width: 200px;
height:22px;
line-height: 18px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #c50000;
	text-decoration: none;
}

#blueblock span {
	color:#009898;
	font-size:18px;
text-transform:uppercase;
}


li a.blueblock2 {
display: block;
padding: 10px 0 0 0;
color: #6a6a6b;
font-weight:normal;
text-transform:uppercase;
text-decoration: none;
width: 200px;
height:32px;
line-height: 14px;
}

html>body li a.blueblock2 { /*Non IE6 width*/
width: auto;
}

li a.blueblock2:hover{
color: #c50000;
	text-decoration: none;
}

#blueblock2 span {
	color:#009898;
	font-size:18px;
text-transform:uppercase;
}


/* graphical menu codes */





#topmenu ul {
	list-style: none;
   width: 980px;
	height:27px;
	padding:0;
	margin: 0 0 10px 13px;
	float:left;
	display:inline;
   position: relative;
	overflow: hidden;
	background: url("/graphics/topmenu.gif") no-repeat;
   }

#topmenu li {
   display: inline;
   position: absolute;
}


#topmenu li a{
   float: left;
	font-size:11px;
   line-height: 14px;
   white-space: nowrap;
   	text-transform: uppercase;
   	text-align:center;
padding: 0 0 0 0;
text-indent:189px;
overflow:hidden;
height:27px;
}

#topmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;

}
#topmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	
	
	


a.people {
background: url("/graphics/topmenu.gif") -3px 0 no-repeat;
width:85px;
}

a.people:hover{
background: url("/graphics/topmenu.gif") -3px -27px no-repeat;
}

a.picks {
background: url("/graphics/topmenu.gif") -88px 0 no-repeat;
width:82px;
}

a.picks:hover{
background: url("/graphics/topmenu.gif") -88px -27px no-repeat;
}

a.homes {
background: url("/graphics/topmenu.gif") -170px 0 no-repeat;
width:90px;
}

a.homes:hover{
background: url("/graphics/topmenu.gif") -170px -27px no-repeat;
}

a.travel {
background: url("/graphics/topmenu.gif") -260px 0 no-repeat;
width:85px;
}

a.travel:hover{
background: url("/graphics/topmenu.gif") -260px -27px no-repeat;
}

a.health {
background: url("/graphics/topmenu.gif") -345px 0 no-repeat;
width:90px;
}

a.health:hover{
background: url("/graphics/topmenu.gif") -345px -27px no-repeat;
}

a.food {
background: url("/graphics/topmenu.gif") -435px 0 no-repeat;
width:81px;
}

a.food:hover{
background: url("/graphics/topmenu.gif") -435px -27px no-repeat;
}

a.giving {
background: url("/graphics/topmenu.gif") -516px 0 no-repeat;
width:81px;
}

a.giving:hover{
background: url("/graphics/topmenu.gif") -516px -27px no-repeat;
}

a.around {
background: url("/graphics/topmenu.gif") -597px 0 no-repeat;
width:149px;
}

a.around:hover{
background: url("/graphics/topmenu.gif") -597px -27px no-repeat;
}

a.weddings {
background: url("/graphics/topmenu.gif") -738px 0 no-repeat;
width:118px;
}

a.weddings:hover{
background: url("/graphics/topmenu.gif") -738px -27px no-repeat;
}

a.subscribe {
background: url("/graphics/topmenu.gif") -856px 0 no-repeat;
width:119px;
}

a.subscribe:hover{
background: url("/graphics/topmenu.gif") -856px -27px no-repeat;
}

















#leftmenu {
	width: 189px;
	height:177px;
	margin: 0 0 0 0px;
	float:left;
}




#leftmenu ul {
   list-style: none;
   width: 189px;
	height:177px;
	border-bottom:1px solid #948e8e;
	padding:0;
	margin: 30px 0 0 0;
	overflow: hidden;
	float:right;
	position:relative;
   }

#leftmenu li {
   display: inline;
   position: absolute;
}


#leftmenu li a{
   float: left;
	font-size:11px;
   line-height: 14px;
   white-space: nowrap;
   	text-transform: uppercase;
   	text-align:center;
padding: 0 0 0 0;
text-indent:189px;
overflow:hidden;
height:44px;
}

#leftmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#leftmenu a {
	color: #ffffff;
	text-decoration: none;

}
#leftmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	


a.dip {
background: url("/graphics/leftmenu.gif") 0 0 no-repeat;
width:189px;
}

a.dip:hover{
background: url("/graphics/leftmenu.gif") -190px 0 no-repeat;
}

a.vpi {
background: url("/graphics/leftmenu.gif") 0 -44px no-repeat;
width:189px;
}

a.vpi:hover{
background: url("/graphics/leftmenu.gif") -190px -44px no-repeat;
}

a.sealed {
background: url("/graphics/leftmenu.gif") 0 -88px no-repeat;
width:189px;
}

a.sealed:hover{
background: url("/graphics/leftmenu.gif") -190px -88px no-repeat;
}

a.specialty {
background: url("/graphics/leftmenu.gif") 0 -132px no-repeat;
width:189px;
height:45px;
}

a.specialty:hover{
background: url("/graphics/leftmenu.gif") -190px -132px no-repeat;
}
