@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0 0 0 0;
	color:#000;

}

img, div, h1, h2, p, form, label, input, textarea, span, table{
	margin:0 auto;
	padding:0;
}

img.floatRight {
	display:inline;
	float:right;
	}
	

h3 {
	color:#cc0099;  /*pink*/
	font-size:20px;
	text-align:left;
	}

h4 {
	color:#cc0099;  /*pink*/
	font-size:18px;
	}

h5 {
	font-size:14px;
	text-decoration:underline;
	}
	
a {
	color:#800080;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#999999;
}	

	
a img{
	border:none;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

.centered{
	text-align:center;
	}
	
.leftAligned {
	text-align:left;
	}
	
.bold{
	font-weight:bold;
	}
	
.boldLarge {
	font-size:20px;
	font-weight:bold;
	}
	
.divider {
	width:800px;
	height: 12px;
	clear: both;
	background-image: url(images/divider.gif); 
	background-repeat: repeat-x;
	background-position:center;
    }
	
.indented	{
	text-align:left;
	padding: 10px;
}

.descriptHead {
	text-align:left;
	font-weight:bold;
	}
	
.pinkAndBold {
	color:#cc0099;
	font-weight:bold;
	}
	
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header--------------------*/
#header {		/* Words in header section */
	width: 840px;
	height: 132px;
	background-color:#ffffff;
	background-image:url('images/lbsBanner840.jpg');
	background-repeat:no-repeat;
	color: #000000;
	letter-spacing:.1em;
	margin:0 auto;
	padding:0;
	}

#nav_menu{
	width: 840px;
	height: 25px;
	background-color: #FFFFFF;  /* color for space between header and main content */
	}
	
#nav_menu ul{
	padding:0 0 0 200px;
}

#nav_menu ul li{
	background:url(images/nav_div.gif) right top no-repeat;
	float: left;
	color:#100001;
	height:25px;
}


#nav_menu ul li.last {
	background-image:none;
}


#nav_menu ul li a {
	display:block;
	font:12px/22px Arial, Helvetica, sans-serif;
	color:#100001;  /*brown*/
	height:25px;
	padding:2px 20px 0 20px;
	text-decoration:none;
	border:thin;
}

#nav_menu ul li a:hover {
	color: #99cc33;
}


#nav_menu ul li a.activeItem {
	color: #A9004A;
	font-weight:bold;
	cursor:text;
}

/*------------------------------------------------body--------------------*/
#mainContent {
	width: 840px;
	margin: 0 auto;
	text-align:center;
	background-color:#FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:22px;
}

#mainContent a {
	color: #FF0000;		/* color of words in main content with a reference (or link) attached to them */
	}
	
#mainContent h2 {
	font-size:20px;
	font-weight:bold;
}
#mainContent h3 {
	font-size:18px;
	font-weight:normal;
}

#general {
	width:100%;
	float:left;
	padding-left:20px;
	text-align:left;
	background-image:url(images/policiesImg.gif);
	}
#general p {	
	padding-right:380px;
	}

#mainSection {
	width: 800px;
	margin: 0 auto;
	text-align:center;
	text-decoration:none;
	background-color: #ffffff;
	font:12px Arial, Helvetica, sans-serif;
	border: none;
	/*padding:0px 0 10px 0;*/
	clear:both;
}

#mainSection h2 {
	font-size:20px;
	font-weight:bold;
	color: #cc0099;
	}
	
#buyRezLeft {
	width: 425px;
	text-align:left;
	float:left;
	padding-right:25px;
	}
	
#buyRezLeft .txtIndent{
	padding-left:25px;
	}
	
	

#buyNowSection a.deluxe{
	float:right;
	padding-right:32px;
	}
	
#buyNowSection a:hover img{
	border:medium;
	border-color:#FF00FF;
	}

#buyRezRight {
	float:left;
	width:311px;
	text-align:left;
	padding-left:39px;
}


#welcome {
	width:320px;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:normal;
	letter-spacing:normal;
	text-align:left;
	padding:0 100px 0 30px;
	clear:right;
	}
#welcome img {
	float:right;
	}
	
#welcome h3 {
	color:#000000;
	}
	
#welcomePhotos {
	width:350px;
	float:left;
	text-align:center;
	}
	
#picWrapper {
	width:800px;
	float:left;
	clear:both;
	overflow:hidden;
	}
	
#picMenu{  /*home page picture menu */
    width:212px;
	background-color:#ffffff;
	float:left;
	text-align:left;
	font-family: ArialMT, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
	padding:0 27px 0 27px;
}

#picMenu a {
	text-decoration:none;
	color:#000000;
	}
	

#picMenu .first {
	clear:left;
	}

#picMenu p {
	text-align:left;
	font-size:17px;
	}

#picMenu table{
	width:100%;
}

#shopWrapperLeft {
	width:100%;
	float:left;
	}
#shopWrapperRight {
	width:100%;
	padding-left:50px;
	}

#shopMenu {
	float:left;
	width:214px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	padding-left:25px;
	overflow:hidden;
}

#shopMenu a {
	color:#000;
	}

#shopMenu a:hover {
	color:#999999;
	}
	
#shopping {
	float:left;
	text-align:left;
	width:400px;
	padding:0 0 10px 0;
	overflow:hidden;
	}
	
#shopping .itemPic {
	width:185px;
	float:left;
	padding-left:10px;
	}
	
#shopping .itemDescr {
	width:185px;
	float:right;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	}
	
#shopping img {
	display:inline;
	float:left;
	}
	
#shopping a img{
	display:inline;
	float:right;
	}	
	
	
#shopping .prodName {
	text-align:left;
	font-weight:bold;
	}
	
#shopping .price {
	font-size:14px;
	}
	
#shopping .shopAddToCart {
	float:right;
	vertical-align:middle;
	}

#shopInitialsForm {
	text-align:left;
	width:360px;
	float:left;
	padding-right:40px;
}

#shopInitialsForm label  {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
#shopInitialsForm form {
	text-align:left;
	float:left;
	width:270px;
	}

#shopInitialsImg {
	width:390px;
	float:right;
	text-align:right;
	padding-right:10px;
	}

#aboutLeft {
	width:195px;
	float:left;
	text-align:left;
}

#aboutMid {
	width:204px;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	text-align:left;
	padding:0 40px 0 20px;
}

#aboutRight {
	width:170px;
	float:left;
	text-align:left;
}
#aboutFarRight {
	width:170px;
	float:left;
	text-align:center;
}

#whereLeft {
	width:240px;
	float:left;
	text-align:left;
	}
	
#whereLeft .txtIndent {
	padding-left:30px;
	}
	
	
#whereMid {
	width:360px;
	float:left;
	text-align:left;
	}
	
#whereMid table {
	float:left;
	}
	
	
#whereMid td {
	vertical-align:top;
	width:170px;
	/*padding-right:30px; */
	}

#whereRight {
	width:200px;
	float:right;
	text-align:left;
	font-size:14px;
	line-height:20px;
	color:#cc0099;
	font-weight:bold;
	}
	
#whereRight a {
	color:#cc0099;
	}
	
#whereRight a:hover {
	color:#999999;
	}
	
#eventsLeft {
	width:240px;
	float:left;
	text-align:left;
	}
	
#eventsLeft .txtIndent {
	padding-left:30px;
	}
	
	
#eventsMid {
	width:350px;
	float:left;
	text-align:left;
	}
	
	
#eventsMid td {
	vertical-align:top;
	padding-right:30px;
	}

#eventsRight {
	width:210px;
	float:left;
	text-align:left;
	}

#leftPic {
	width:400px;
	float:left;
	}
	
#rightPic {
	width:400px;
	float:right;
	}

	
#divider {
  	width:800px;
	height:5px;
	background-color:#ffffff;
	background-image:url('images/divLine.gif');
	background-repeat:repeat-x;
	background-position:top;
	overflow:hidden;
	clear:both;
	}
	
#bottomSection {
	width:840px;
	height:30px;
	background-color:#ffffff;
	text-align:center;
	}
	
#copyRight {
	color: #000;  /* color of words in bottom copyRight section */
	width: 400px;
	height:20px;
	float:right;
	font-size:9px;
	text-align: right;
	padding-right:20px;
	clear:both;
}

	
#copyRight a {
	color:#666666;
	text-decoration:none;
		}
		
#copyRight a:hover {
		color:#333333;
		}
		
#bottom_nav{
	float:left;
	width: 400px;
	height: 25px;
	background-color: #FFFFFF;  /* color for space between header and main content */
	padding-left:20px;
	}
	
#bottom_nav ul{
	float:left;
	padding:0 0 0 0;
}

#bottom_nav ul li{
	float: left;
	color:#100001;
	height:25px;
}


#bottom_nav ul li a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	color:#100001;  /*brown*/
	height:20px;
	padding:0 10px 0 10px;
	text-decoration:none;
}

#bottom_nav ul li a:hover {
	color: #99cc33;
}


#bottom_nav ul li a.activeItem {
	color: #7F9BE5;
	font-weight:bold;
	cursor:text;
}

.itemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F0F0F0;
}

#footer {
	clear:both;
	text-align:center;
	margin: 0 auto;
	}

