/* CSS Document */

/*------------------------
=misc
-------------------------*/

/* zero out some margins so they don't drive you any crazier than they need to */
p, div, form, img, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, table  {
	margin:0;
	padding:0;
}	


img {
	border: none;
	
}

/*------------------------
=structure
-------------------------*/

body { 
	background-color: #fff0f0; 
	text-align: center;
	margin:0;
	padding:0;
	font-size:12px; 
	line-height: 15px;
	color: #333; 
	font-family: Arial, Verdana, Helvetica; 
	background-image:url(../images/background1.gif); 
	}



#wrapper {
	width:754px;
	margin: auto;
}



/*------------------------
=header
-------------------------*/

#header {
	overflow:hidden;
}


#header h1#logo {/*logo image replacement */
	float: left;
	height: 72px;
	width: 231px;
	text-indent: -2000em;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 100%;
	padding:0;
	
}

#header #cartLink {
	float:right;
	width: 222px;
	height: 72px;
}





/*------------------------
=nav
-------------------------*/


#navWrap {
	width:754px;
	background-color:#fff; 
	height: 35px;
	padding: 1px 0 5px 0;
}



#navWrap ul { 
	list-style: none; 
}

ul#nav {
	width: 416px;
	height: 23px;
	margin: 9px 0;
	padding:0;
	background: white url(../images/nav_whole.jpg) top left no-repeat; 
}

ul#nav li {
	list-style:none;
	text-indent: -200000px;
	overflow: hidden;
	float: left;
	margin:0;
	padding:0;
}

ul#nav li a {
	display:block;
	height: 23px;
}

ul#nav li#about a {
	width: 153px;
	background: white url(../images/nav_whole.jpg) 0 0 no-repeat;
}

ul#nav li#about a:hover {
	width: 153px;
	background: white url(../images/nav_whole.jpg) 0 -24px no-repeat;
}

ul#nav li#faq a {
	width: 51px;
	background: white url(../images/nav_whole.jpg) -153px 0 no-repeat;
}

ul#nav li#faq a:hover {
	width: 51px;
	background: white url(../images/nav_whole.jpg) -153px -24px no-repeat;
}

ul#nav li#contact a {
	width: 95px;
	background: white url(../images/nav_whole.jpg) -204px 0 no-repeat;
}

ul#nav li#contact a:hover {
	width: 95px;
	background: white url(../images/nav_whole.jpg) -204px -24px no-repeat;
}
ul#nav li#shop a {
	width: 117px;
	background: white url(../images/nav_whole.jpg) -299px 0 no-repeat;
}

ul#nav li#shop a:hover {
	width: 117px;
	background: white url(../images/nav_whole.jpg) -299px -24px no-repeat;
}


/*------------------------
=content
-------------------------*/
#content {
	width: 754px;
	background-color: #feffed;
	padding: 1px 0 0 0;	
}

#content.white {
	background-color:#ffffff;
	text-align:left;
	width: 734px;
	padding: 5px 10px;
}




/*------------------------
footer
-------------------------*/
#footer {
	margin: 20px  0;
	text-align: left;
	
}



/*------------------------
=feature product - home page
-------------------------*/

#featHolder p#tagline {
	padding:20px 0;
	width: 754px;
	text-align:center;
	font-family:"Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #c2514d; 
	font-weight: normal;
}


#featHolder {
	padding: 10px;
	background-color:#ffc0be;
	width: 734px;
	overflow:hidden;
}


#featHolder img {
	float:left;
	padding: 0 5px 0 5px;
	
}




/*------------------------
=images
-------------------------*/

img#lani {
	padding: 8px;
	float:left;
}


div.divider {
	width:100%;
	margin:10px 0;
	text-align:center;
}

div.divider img {
	margin: auto;
}

/*------------------------
=text format
-------------------------*/
p {
	line-height: 16px;
	margin: 15px 0;
}

h3.faq {
	color: #ffc0be;
	font-size: 16px;
	margin:0 0 5px 0;
}

h4 {
	color:#999999;
	font-size: 14px;
	margin: 15px 0 5px 0;
}

ul {
	list-style:none;
}

ul.bullets li {
	list-style:disc;
	margin: 0 0 0 10px;
}	




ul.faq_list {
	margin: 10px 0;

}

ul.faq_list li {
	padding: 5px 0 5px;
	font-size: 16px;
}

ul.faq_list li a{
	color: #ffc0be;
	text-decortaion:none;
}



ul.faq_list li a:hover {
	color: #ffc0be;
	text-decortaion:underline;
}


/*------------------------
=links
-------------------------*/

a {
	color: #666666;
	text-decoration:underline;
}

a:link {
	color: #666666;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #333333;

}

a:active {
	color: #666666;
}



/*------------------------
existing stuff
-------------------------*/
/*.textBlack { font-family: Arial, Verdana, Helvetica; font-size: 12px; color: #000000; font-weight: normal; }
.textBlackSmall { font-family:"Times New Roman", Times, serif; font-size: 11px; color: #000000; font-weight: normal; }
a.textBlackSmall { font-family:"Times New Roman", Times, serif; font-size: 11px; color: #000000; font-weight: normal; text-decoration: none; }
a.textBlackSmall:hover, a.textBlackSmall:visited:hover { text-decoration: underline; }
a.textBlackSmall:visited { text-decoration: none; }

.textRed { font-family:"Times New Roman", Times, serif; font-size: 12px; color: #c2514d; font-weight: normal; }
a.textRed { font-family:"Times New Roman", Times, serif; font-size: 12px; color: #c2514d; font-weight: normal; text-decoration: none; }
a.textRed:hover, a.textRed:visited:hover { text-decoration: underline; }
a.textRed:visited { text-decoration: none; }

.textGreyLarge { font-family:"Times New Roman", Times, serif; font-size: 16px; color: #a4a4a4; font-weight: bold; }
.textPinkLarge { font-family:"Times New Roman", Times, serif; font-size: 18px; color: #ffc0be; font-weight: bold; }

.textGreyArial { font-family:"Arial", Times, serif; font-size: 12px; color: #a4a4a4; font-weight: normal; }
a.textGreyArial { font-family:"Arial", Times, serif; font-size: 12px; color: #a4a4a4; font-weight: normal; text-decoration: normal; }
a.textGreyArial:hover, a.textGreyArial:visited:hover { text-decoration: underline; }
a.textGreyArial:visited { text-decoration: none; }

.textGrey { font-family:"Times New Roman", Times, serif; font-size: 12px; color: #a4a4a4; font-weight: bold; }
a.textGrey { font-family:"Times New Roman", Times, serif; font-size: 12px; color: #a4a4a4; font-weight: bold; text-decoration: none; }
a.textGrey:hover, a.textGrey:visited:hover { text-decoration: underline; }
a.textGrey:visited { text-decoration: none; }

.textPink{ font-family:"Times New Roman", Times, serif; font-size: 16px; color: #ffc0be; font-weight: bold; }
a.textPink { font-family:"Times New Roman", Times, serif; font-size: 16px; color: #ffc0be; font-weight: bold; text-decoration: none; }
a.textPink:hover, a.textPink:visited:hover { text-decoration: underline; }
a.textPink:visited { text-decoration: none; }

.textRedLarge { font-family:"Times New Roman", Times, serif; font-size: 13px; color: #c2514d; font-weight: bold; font-style:italic; }*/

