@charset "utf-8";

body {
	margins:0;
	font-family: 'Josefin Sans', Verdana, Arial, sans-serif;
	background-color: #1c418c;
	background-image: url(images/backgroundBagsPlumeria.jpg);
}

/*links */
a {
	text-decoration:none;
	color: #009;
}
a:hover {
	text-decoration:none;
	color: #1b80ff;
}
a:visited {
	text-decoration:none;
	color: #900;
}

h1 {
	font-family: Tangerine, Verdana, Arial, sans-serif;
	font-size: 56px;
	color: #38c3ea;
	-moz-text-shadow: 5px -5px 5px #ccc;
	-webkit-text-shadow: 5px -5px 5px #ccc;
	text-shadow: 5px -5px 5px #333;
	font-weight: bolder;
	text-decoration:none;
	f/loat: left;
	clear: right;
	vertical-align: baseline;
	line-height: 0px;
}


h2 {
	font-family: 'Josefin Sans', Verdana, Geneva, sans-serif;
	padding: 10px 0px 0px 10px;
	font-weight:600;
	font-size:24px;
	color:#0367a6;
	text-align:right;
	padding-right: 10px;
	letter-spacing: 0.25em;
}

h3 {
	font-family: 'Josefin Sans' Verdana, Geneva, sans-serif;
	letter-spacing: 0.5em;
	text-indent: 5px;
	font-size: 18px;
}

img {
	padding-left: -5px;
	box-shadow:5px 5px 20px #333;
	-moz-box-shadow:5px 5px 20px #333;
	-webkit-box-shadow:5px 5px 20px #333;

}
	

p {
	font-size:100%;
	font-family: 'Josefin Sans' Verdana, Geneva, sans-serif;
	line-height:125%;
	color:#000;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	background-color: #347de3;
	background-image: url(images/background1.jpg);
	border:1px solid #1c418c;
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	box-shadow:5px 5px 20px #333;
	-moz-box-shadow:5px 5px 20px #333;
	-webkit-box-shadow:5px 5px 20px #333;
	width: 960px;
	background-position: right;
	background-repeat: repeat-y;
} 


#header {
	width:960px;
	height: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#banner {
	position:absolute;
	width:500px;
	height:300px;
}
#content { 

	clear: none;
	height:800px;
	background-color:#FFF;
	padding:10px;
}


#leftside {
	float: left;
	width: 320px; 
	height: 600px;
	padding-left:5px;
	padding-right:5px;
	clear:right;
}

#rightside {
	float: right;
	width:560px;
	clear:left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

#dataHolder {
	padding:5px;
	background-color:#fff;
/*	border:1px solid #ccc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: inset -5px -5px 2px 1px #e73995;
	-webkit-box-shadow:  inset -5px -5px 2px 2px #e73995;
	box-shadow: inset -5px -5px 2px 2px #e73995; */
	color: #000;
	font-family:'Josefin Slab', Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height:16px;
}

td {
	padding-right:5px;
}

#productDetail {
	float: right;
	width:560px;
	clear:left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	text-align:center;
}


#footer {

	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	padding: 5px;
	font-size: 14px;

}

#slideshow {
	float: right;
	clear:none;
}

.locationsCol1 {
	float: left;
	clear: none;

}

.locationsCol2 {
	float:right;
	clear: none;

}

/* ~~ miscellaneous float/clear classes ~~ */
.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;
	padding-left: 8px;

}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	padding-right: 40px;

}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.smallerText {
	font-size: 18px;
	letter-spacing:0;
}
.alignrt {
	text-align:right;
	padding-right:5px;
}
