/**
 * 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") #6d5134 repeat-x;
	font-family:helvetica, arial,sans-serif;
	font-size:12px;
	color:#ffffff;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:872px;
	background: url("/graphics/mainbg.jpg") no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	width:872px;
	height:128px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#splashcontent {
	width:872px;
	height:600px;
	.height:570px;
	padding:0 0 40px 0; /* bottom padding for footer */
	.padding:0 0 60px 0; /* bottom padding for footer */
	margin: 10px auto 0 auto;
	border:0px solid;
}

div#content {
	width:872px;
	height: 100%;
	padding:0 0 100px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	border: 0px solid black;
}

div#content_coll {
	width:872px;
	padding:0 0 50px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	border:0px solid;
}


div#help {
font-family: trebuchet MS;
text-align: center; 
width:100%; 
height: 30px; 
background: #372413; 
margin: 10px auto; 
font-size: 14pt; 
font-weight: bold; 
color: white; 
padding: 8px 0 0 0;
border: 0px solid;
text-transform: uppercase;

}

a.help {
	text-decoration: none;
}

div#haiti {
	width: 410px;
	font-size: 14px;
	line-height: 22px;
	 margin: 0 0 20px 20px;
	 float: left;
		}
		
div#haiti2 {
	width: 400px;
	font-size: 13px;
	line-height: auto;
	 margin: 10px 20px 20px 0px;
	 float: right;
	 font-weight: bold;
		}

	
		
a.haitilinks{
	 font-weight: bold;
	 text-decoration: none;
	 line-height: 22px;
	 color: #fff;
	 text-decoration: underline;
		}
		
		

div#footer {
	position:absolute;
	width:872px;
	height:70px;
	.height:70px;
	bottom:0; /* stick to bottom */
	font-size:11px;
	margin: 0 auto 0 0px;
	background: url("/graphics/footerbg.gif") no-repeat;
	visibility: hidden;
}



/* main nav */


#topmenu {
	width: 872px;
	height:33px;
	margin: 0 0 0 0px;
	background:#422b12;
}



/* content formatting */

#splashpagecontent {
	width: 872px;
	height:560px;
	margin: 0px auto 0 auto;
	border: 0px solid;

}

#leftsplash {
	width: 467px;
	height:509px;
	overflow: hidden;
	float: left;
}

#rightsplash {
	width: 405px;
	height:509px;
	overflow: hidden;
	float: right;
}

#pagecontent {
	width: 466px;
	height: 100%;
	padding: 5px 36px 0 35px;
	margin: 5px auto 0 auto;
  
	_background-attachment: fixed;
	line-height:15px;
	float:right;
	border: 0px solid;

}

#pagecontent_newshop {
	width: 100%;

	padding: 0 0 0 0;
	margin: 28px auto 0 auto;
  
	_background-attachment: fixed;
	line-height:15px;
	float:left;
	

}

#pagecontent_catmain {
	width: 500px;
	height: 100%;
	padding: 0 0 0 0;
	margin: 28px auto 0 auto;
  
	_background-attachment: fixed;
	line-height:15px;
	float:right;
	

}


#pagecontent_coll {
	width: 822px;
	height: 100%;
	padding: 5px 25px 30px; 25px;
	margin: 5px auto 0 auto;

	_background-attachment: fixed;
	line-height:15px;
	
	
}


#leftbar {
	width: 329px;
	height: 473px;
	margin: 5px 0 0 0;
	float:left;
	border: 0px solid;
}


#right_foot {
	color: #ffffff;
	float: right;
	padding-top: 16px;
	padding-right:22px;
}

#left_foot {
	color: #ffffff;
	float: left;
	padding-top: 16px;
	padding-left:30px;
}


.pic {	
	border:3px solid #422b12;
}


#clear {
	clear: both;
}

.clear {
	clear: both;
}





/* text styles */

form {
	margin: 0;
}

a {
	color: #e87bba;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #f5c3e0;
	text-decoration: underline;
}

a.back {
	color: #e87bba;
	text-decoration: none;
	 outline: none;

}
a.back:hover {
	color: #f5c3e0;
	text-decoration: none;
}

a.imedia {
	color: #ffffff;
	text-decoration: underline;
}
a.imedia:hover {
	color: #f5c3e0;
	text-decoration: underline;
}



h1 {
	font-weight:normal;
	font-size:24px;
	color: #ffffff;
	text-transform: lowercase;
	margin:0 0 7px 0;
}


p { 
	margin:12px 0 12px 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: #e9e9e9;
	text-decoration: none;
}
a.catalog:hover {
	color: #c89056;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #ffffff;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #896d50;
	border-bottom: solid 1px #69543d;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #69543d;
	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;
}



.cat_title {
	font-weight:normal;
	font-size:25px;
	color: #ffffff;
	text-transform: lowercase;
	margin:0 0 22px -3px;
	padding:3px 0 0 0;
	float:left;
	display:inline;
}


.shopic {
	float:left; 
	width:339px; 
	height:509px; 
	overflow:hidden; 
	margin:0 0 25px 0;
	background: #39240f no-repeat center center;
}


/* menu codes */

.pipelist {
   overflow: hidden;
   margin:0 0 0 10px;
   font-size:13px;
   text-transform:uppercase;
	font-family:arial,sans-serif;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: left;
   line-height: 33px;
   padding: 0 22px 0 22px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #ffffff;
	text-decoration: none;
}
.pipelist a:hover {
	color: #f5c3e0;
	text-decoration: none;
}	
	
	
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 181px;
padding: 0;
font-size: 12px;
color: #6a6a61;
text-align:right;
text-transform:uppercase;
}

* html #blueblock{ /*IE 6 only */
w\idth: 159px; /*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;
}

li a.blueblock {
display: block;
padding: 10px 22px 0 0;
color: #6a6a61;
text-decoration: none;
width: 159px;
height:24px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #c50000;
	text-decoration: none;
}

