/* ||||------LAYOUT STYLES-----|||| */


/* ----RESET BAD CSS---- */
/*----------------------------------------------*/

* {margin:0;padding:0; border: none; }
div {border-color: red;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a {text-decoration:none; -moz-outline:none;}

img {vertical-align: bottom;} /* BUG fixes extra space in ie6 */

/*----------------------------------------------*/





/* ----GLOBAL ELEMENTS---- */
/*----------------------------------------------*/

body {
	margin: 20px 0;
	font-size: 68%;
	color: #000;
	height: 100%; /* for 100% to be used as a height value */
	background-image: url('../images/backgrounds/palmbackground.jpg');
        background-position: top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        }

p {font-family: helvetica, arial, sans-serif; font-size: 1.1em; line-height: 1.6em; margin: 1em 0;}

.center {text-align: center}
.left {float:left; clear:left;}
.right {float:right; clear:right;}
.clear {clear: both;}

.clearer {  clear:both; overflow: hidden; height: 0;font-size: 1px; line-height: 0;  }

.color {color: #f1645d;}

blockquote {
	width: 80px;
	padding: 10px;
	margin: 0 0 0 -120px;
	position: absolute;
	z-index: 12;
	border-top: 1px #168381 dotted;
	border-bottom: 1px #168381 dotted;
}

table {border-collapse: collapse;}
th {font-size: 1.1em; font-weight: bold;}
td {border-top: 1px #000; border-bottom: 1px #000;  }

#content_page ul, .product_description_container ul { list-style-type: disc; margin: 1em 0;}
#content_page ol, .product_description_container ol { margin: 1em 0; }

#content_page ul li,
#content_page ol li, 
.product_description_container ul li,
.prduct_description_container ol li { 
	margin: 5px 0; padding-left: 5px;
	list-style-position: inside;
	font-size: 1.1em;
}

/*----------------------------------------------*/





/* ----LINK STYLES---- */
/*----------------------------------------------*/

button { color: #353535; }

a { color: #e64d4d; }

a:hover, a:active, button:hover {
	color: #ff9999;
	text-decoration: none;
}

/*a[href^="mailto:"] { 
	background: transparent url('../images/icons/mail_write_48.png') right no-repeat; 
	padding-right: 25px; line-height: 22px; display: inline-block
}*/

/*a[href^="http:"] { 
	background: transparent url('../images/icons/globe.png') left no-repeat; 
	padding-left: 23px; line-height: 18px; display: inline-block
}*/

h2 a, h2 a:hover { color: #f1645d; }


/*----------------------------------------------*/






/* ----HEADINGS AND TYPE STYLES---- */
/*----------------------------------------------*/


/* main page headings, product detail headings */

h1 { 
	font-size: 2.0em; text-transform: uppercase;
        font-family: Georgia, serif;
        font-style: italic;
	text-align: right; 
	color: #f1645d;
	width: 100%;
	padding: 0 0 4px 0;
	margin-bottom: 10px;	
} 

span.title_bg {
        display:block;
        width: 99%; padding-right: 1%;
        padding-top: 10px; padding-bottom: 2px;
        border-top: 1px #ccc solid;
        height: 39px;
        line-height: .9em; 
}


/* sidebar headings, category product headings */

h2 {
	padding-bottom: 5px; 
	position: relative; /*fixes odd ie6 bug*/
        font-family: Georgia, serif;
	font-size: 1.4em; 
	text-transform: uppercase; 
	color: #f1645d;  
} 


/* content subheadings */

h3 { 
	font-size: 1.3em; text-transform: uppercase; 
	letter-spacing: 0.1em;
	font-weight: bold; 
	color: #f1645d; 
	text-align: left; 
	padding-bottom: 5px;
	margin-top: 15px; margin-bottom: 10px;
	border-bottom: 1px solid #f1645d;
} 


/* category and section descriptions */

.description {  
	color: #168381;
	text-transform: uppercase; 
}

.description_photo { 
	float: left; position: relative;
	padding: 10px 0; margin: 0 20px 0 0;
	text-align: center; 
	width: 219px;
	border-right: 1px solid #168381; 
	overflow: hidden; 
}

/*----------------------------------------------*/






/* ----LAYOUT WRAPPERS---- */
/*----------------------------------------------*/

#date { width: 900px; padding: 0 0 4px 0; margin: 0 auto; text-align: right; }


#layout {
	width: 900px;
	margin: 0 auto;
	

	/* border: 1px #333 solid; */
}

#content { clear: both; width: 100%; }


#slideshow_wrapper {
	position: relative;
	width: 880px; height: 574px;
        
}

#slideshow  { position: relative; height: 574px; z-index: -3;}


.halfpage_left { 
	width: 320px; 
	margin: 0 10px 10px 0; 
	float: left; display: inline;
	overflow: hidden; 
}

.halfpage_right { 
	width: 320px; 
	margin: 0 0 10px 10px; 
	float: left; display: inline;
	overflow: hidden; 
}

/*----------------------------------------------*/






/* ----HEADER STYLES---- */
/*----------------------------------------------*/

#header {
	width:900px;
	height: 90px;
	clear: both;
}

#logo {
	position: absolute;
	z-index: 5;
	margin: 10px 0 0 5px;
}

#header form#store_search {
	float: right;
	margin: 18px 18px 0 0;
}

#banner {
	border-top: 1px solid #000;
	width: 900px;
	height: 100px;
}

/*----------------------------------------------*/






/* ----NAVIGATION STYLES---- */
/*----------------------------------------*/

#subheader { 
	width: 900px; 
	clear: both;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background: #fff url;
}

#crumb {text-align: left; padding: 10px 10px 0 220px; text-transform: uppercase; font-family: helvetica, arial, sans-serif;}


/*----------------------------------------*/





/* ----MAIN CONTENT WRAPPER AND STYLES---- */
/*----------------------------------------------*/


#page {
	width: 680px;
	float: left;
	display: inline; /* fixes IE6 dbl float bug */
	margin: 5px 10px;
	padding: 0 0 18px 0;
	text-align: left;
	overflow: hidden;
}

#page h2 { text-align: right; }


/*----------------------------------------------*/





/* ----SIDEBAR STYLES---- */
/*----------------------------------------------*/

#sidebar {
	width: 180px;
	margin: 20px 10px 0 10px;
        font-family: helvetica, arial, sans-serif;
        text-transform: uppercase;	
	position: relative;
	float: left; 
	display: inline; /* fixes IE6 dbl float bug */
	text-align: left; 
}

.sidebar_widget {
	margin: 0 0 25px 0;
	border-bottom: 1px solid #d6d6d6;	
	width: 100%; /*fixes IE7 margin-collapse bug */
}
	
.sidebar_widget p { font-size: 1.1em; }

.socialmedia {
	margin: 0 0 25px 0;	
	width: 100%; /*fixes IE7 margin-collapse bug */
}

.socialmedia li{
        display: inline;
        padding: 0 5px 0 5px;
}


	
/*----------------------------------------------*/



	
	
/* ----FOOTER STYLES---- */
/*----------------------------------------------*/

#footer {
        font-family: helvetica, arial, sans-serif;
	width: 890px;
	padding: 5px 5px;
	clear: both; overflow: hidden;
	border-top: 1px solid #f1645d;	
}

#footer ul { max-width: 80%;}

#footer li {
	float:left; 
	text-transform: uppercase; 
	padding: 0px 5px; border-right: 1px solid #999; 
}

#footer li:last-child {border-right: none;}

#footer a {color: #999;}

#footer a:hover {color: #f1645d; text-decoration: none;}

#footer p { 
	margin: 0; padding: 0px 5px; 
	float:right;
        display: inline;
	letter-spacing: 0.1em; font-size: 1em; 
	color: #999; 	
}

/*----------------------------------------------*/





/* ----PAGINATION STYLES---- */
/*----------------------------------------------*/

#pages {
	margin: 0;
}

#pages ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
	
.pages li {
	float: left;
	display: block;
	padding: 4px;
	margin: 0 2px;
        border: 1px #F0F0EE solid;
}

.category_pages {margin-bottom: 25px;}

.category_pages br { display:none;}	/* hides unecessary br tags generated by the application */

/*----------------------------------------------*/





/* ----MESSAGES AND WARNINGS---- */
/*----------------------------------------------*/


#message {
	width:96%;
	clear:both;
	margin: 0 0 10px 0;
	padding: 10px 2%;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
        text-transform: uppercase;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	color: #F1645D;;
	background: #FEFDEE;
}

/*----------------------------------------------*/
	
