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

body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 10px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
}
p {
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:11px;
	line-height: 1.3em;
}

hr {
	color:#000;
	border-top-width: 1px;
	border-top-color: #999;
	border-top-style: solid;
	border-left-color:#000;
	border-left-style:none;
	border-left-width: 0.5px;
	border-bottom-color:#000;
	border-bottom-width: 0.5px;
	border-bottom-style:none;
	border-right-color:#000;
	border-right-style:none;
	border-right-width:0.5px;
	margin-top: 10px;
	margin-right: 15pt;
	margin-bottom: 0px;
	margin-left: 0pt;
	}

.thrColFixHdr #container, a:link {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.header a:link{
	text-decoration: none;
}

.thrColFixHdr #header{ 
	background: #FFFFFF; 
	padding: 0px 0px 40px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-decoration: none;
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px; /* padding keeps the content of the div away from the edges */
	height: 100%;
}

.thrColFixHdr #mainContent {
	width: 590px;
	height: 100%;
	float:left; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
} 

.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	border-top: solid #999999 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}

#indeximg {
	float: left; /* since this element is floated, a width must be given */
	width: 295px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
}

#indeximg2 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border: 0px;
	padding-top: 28px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
}

#indeximg3{
	float: left;
	width: 110px;
	text-align: center;
}

#indextext{
	float:left;
	width: 120px;
	vertical-align: middle;
	text-align: left;
	margin-right: 0px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

#content1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
}

#index1 {
	float: left; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
}

#index2{
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: right;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
}

#content1a {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	height: 170px;
	font-size: 11px;
}

#contentabout1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	}
	
#contentabout2 {
	float: left; /* since this element is floated, a width must be given */
	width: 365px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	padding-left: 10px;
	}	
	
#content1b {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	height: 170px;
}

#content2a {
	float: left; /* since this element is floated, a width must be given */
	width: 355px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	height: 170px;
	vertical-align: top;
	font-size: 11px;
}

#content2b {
	float: left; /* since this element is floated, a width must be given */
	width: 355px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	height: 170px;
	vertical-align: top;
	font-size: 11px;
}

#content1c {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	height: 170px;
}

#content2c {
	float: left; /* since this element is floated, a width must be given */
	width: 355px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	height: 170px;
	vertical-align: top;
	font-size: 11px;
}

#content2{
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: right;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
}

#content3 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
}

#content3b{
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: right;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
}

#content4{
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
}

#content5{
	float: left; /* since this element is floated, a width must be given */
	width: 540px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 483px;
	background-image: url(../img/brand_img_kanabeach.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	vertical-align: top;
}

#content6{
	float: left; /* since this element is floated, a width must be given */
	width: 540px;
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	vertical-align: top;
}

#content7{
	margin: 0px;
	border: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	vertical-align: top;
	margin-right: 0px;
}

#icon1{
	float:left;
	text-align: left;
	vertical-align: middle;
}
#iconimage1{
	float:left;
	width:35px;
	text-align: left;
}

#right_navlink1{
	float:left;
	vertical-align: middle;
	text-align: left;
	margin-right: 0px;
	height: 35px;
	padding-left: 10px;
}

#iconimage2{
	float:left;
	width:35px;
	text-align: center;
}

#right_navlink2{
	float:left;
	vertical-align: middle;
	text-align: left;
	height: 35px;
	padding-left: 10px;
}

#iconimage3{
	float:left;
	width:35px;
	text-align: center;
}

#right_navlink3{
	float:left;
	vertical-align: middle;
	text-align: left;
	margin-right: 0px;
	height: 35px;
	text-decoration: none;
	padding-left: 10px;
}

#iconimage4{
	float:left;
	width:35px;
	text-align: center;
}

#right_navlink4{
	float:left;
	vertical-align: middle;
	text-align: left;
	margin-right: 0px;
	height: 35px;
	padding-left: 10px;
}

#iconimage5{
	float:left;
	width:35px;
	text-align: center;
}

#right_navlink5{
	float:left;
	vertical-align: middle;
	text-align: left;
	margin-right: 0px;
	height: 35px;
	padding-left: 15px;
}

#seperator{
	float:left;
	width: 140px;
	height: 5px;
	border-top: solid #999999 1px;
	margin-left: 0px;
	margin-right: 0px;
}

#iconimage5{
	float:left;
	width:30px;
	text-align: center;
	padding-top:5px;
}

#logo_amazon{
	float:left;
	width:85px;
	vertical-align: middle;
	text-align: left;
	margin-right: 0px;
	margin-left: 10px;
	height: 35px;
}

.icons{
	padding-bottom: 5px;
}

.right_navlinks {
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 9px;
	font-weight:bold;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.logo_descriptions{
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.right_navlinks a{
	text-decoration:none;
}

.right_navlinks a:link{
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
}

.right_navlinks a:hover{
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #339999;
}

.right_navlinks a:visited{
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
}

.headerpadding{
	padding-left: 15px;
}

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
} 
.thrColFixHdr #footer p {
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}

.thrColFixHdr #footer a:link{
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
}

.thrColFixHdr #footer a:hover{
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #339999;
}

.thrColFixHdr #footer a:visited{
	font:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.menuHead {
	border: 0px;
	margin: 0px;
	background-image:url(img/btn_store_collection.jpg);
	}
	
.menuHead a:hover {
	background-image:url(img/btn_store_collection2.jpg);
	}

.menuOption {
	margin-left: 15px;
	border: 0px;
	margin: 0px;
	}

#menu1 {
	display: none
	}

#menu2 {
	display: none
	}

#menu3 {
	display: none
	}

#sale{
	float:left;
	width: 150px;
	border: 0px;
	margin-left: -10px;
	margin-right: 0px;
}
img {
	border:0;
	}
	
/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 155px;
	 background-color: white;
	 border: 0px solid white;
	 text-align: left;
	 
}
.rss-items {
	margin-top:0px;
	padding:0px;
	margin-left:0px;
	color:black;
}
	
.rss-title {
	font-size: 9px;
	color:#99999;
	font-weight:bold;
	text-align: left;
}

.rss-title a{
	font-size: 13px;
	color:#7D0956;
	font-weight:bold;
	text-align: left;
	text-decoration:none;
	text-transform: uppercase;
}

.rss-item {
  font-size: 9px;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	color:#090;
	font-size: 11px;
	text-decoration:none;
	}
	
.rss-item a:visited {
	color: #999999;
}

.rss-date {
	font-size: 9px;
	color:#999999;
	font-style: italic;	
	}
	
		/* STYLES FOR CROSSFADER */



	div.cf_wrapper
	{
		position: relative;
	}
	
	div.cf_element
	{
	width: 570px;
	height: 360px;
	background-color: #FFF;
	border:  0px solid #FFF;
	}
	
	div.cf_element div.content
	{
		padding: 0px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}

	
.marginright{
	padding-right:15px;}

	#containertext
	{
	width: 570px;
	height: 200px;
	background-color: #FFF;
	border:  0px solid #FFF;
	margin-top: 0px;
	}
	

