@CHARSET "ISO-8859-1";
@import url("common.css");
/********** MAIN HOME PAGE *************/

#slides img {
/* COMMITED THIS OUT 2/10/12 for landing page images to make them right size */	
/*	height: 285px;*/
}
.spacer10 {
	height: 10px;
	font-size: 0px;
	clear: both;
}
.spacer5 {
	height: 5px;
	font-size: 0px;
	clear: both;
}
#splash #left-col {
	width: 240px;
	float: left;
	/*padding-left: 5px;*/
	margin-left: 5px;
	/*
	 border: 1px solid #cccccc;
	 */
	/*
	 filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	 background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	 background: -moz-linear-gradient(top,  #ffffff, #eeeeee);
	 */
	/*height: 353px;*/
}
#left-col h2 {
	color: #DE3A6E;
	font-family: arial;
	font-weight: normal;
	*
	margin: 0px;
}
#hotlinks {
	margin-top: 0px;
	list-style-type: none;
	/*
	 padding-left: 10px;
	 */

	padding-left: 0px;
	*
	margin-left: -5px;
	margin-bottom: 0px;
}
#hotlinks li a {
	text-decoration: none;
}
#hotlinks li form {
	*
	margin-bottom: 0;
	*
	padding-bottom: 0;
}
.hot {
	height: 40px;
	width: 200px;
	font-size: 12pt;
	text-align: left;
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */

	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff, #cccccc); /* for firefox 3.6+ */
}
.hot:HOVER {
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#DE3A6E', endColorstr='#851641'); /* for IE */

	background: -webkit-gradient(linear, left top, left bottom, from(#DE3A6E), to(#851641)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #DE3A6E, #851641); /* for firefox 3.6+ */
}
#splash #right-col {
	float: right;
}
#splash #right-col img {
	width: 700px;
	height: 285px;
	border: 0;
	/*
	 border: 1px solid #ccc;
	 */
}
#products {
	width: 960px;
}
#prods_container {
	float: left; /* important for inline positioning */
	width: 955px;
	margin-top: 0px;
	*
	margin-top: 0px; /* ie7 hack */
	margin-left: 5px;
	height: 570px;
	*
	height: 570px; /* ie7 hack */
	/*
	 border-left: solid 1px #ccc;
	 border-right: solid 1px #ccc;
	 */
}
#carousel_inner {

	height: 570px;
	*
	float: left; 	/* ie7 hack */
	*
	margin-left: 70px; /* ie7 hack */
	*
	margin-top: -280px;
	*
	width: 810px;
	*
	overflow: hidden;
}
#carousel_ul {
	*
	height: 650px; /* ie7 hack */
}
.row {
	margin-top: 125px;
	margin-bottom: 200px;
	*
	float: left; 	/* ie7 hack */
	*
	margin-top: -125px;
	*
	height: 250px;	/* ie7 hack */
}
.top {
	/*margin-top: 70px;
	 */
	margin-top: 55px;
}
#left_scroll {

	margin-top: 250px;
	*
	float: left;
	*
	margin-top: 250px;
	*
	margin-left: 20px;
	*
	width: 20px;
}
#left_scroll img {
	*
	float: left;
	*
	margin-top: 50px;
}
#right_scroll {
	margin-top: -320px;
}
/* hack for firefox */
html > /**/ body  .top, x:-moz-any-link, x:default {
	margin-top: -150px;
}
#blurb {

	float: left;
	width: 810px;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-family: Arial;
	font-size: 16px;
	text-align: left;
	padding: 0;
	margin-top: -54px;
	color: #ffffff;
	font-style: italic;
	font-family: 'Alike Angular', serif;
	height: 43px;
}
#blurb img {
	margin: 0;
	width: 810px;
	height: 43px;
}
#blurb span {
	float: left;
	padding-left: 5px;
	font-weight: bold;
}
#blurb .save {
	float: right;
	margin-right: 20px;
	color: #8B26B0;
	font-weight: bold;
}
#blurb .save a {
	color: #8B26B0;
	font-weight: normal;
}
#mid_banner {
	text-align: center;
	margin:auto;
	margin-left: 25px;
}
#mid_banner h3{
	text-align: center;
	margin: auto;
	/* IE AND CHROME compatbile */
	-webkit-margin-before: 10px;
	margin-top: 5px;
}
.free_delivery{
	color: #DE3A6E;
	padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#EEE));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background: -moz-linear-gradient(top, white, #EEE);
	border: 1px solid #CCC;
	text-align:center;
	font-size: 22px;
}
.free_delivery span{
	font-weight:normal;
	font-size:14px;
}
.free_delivery span a{
	color: #DE3A6E;
}
#email_banner {
	float: left;
	text-align: center;
	font-size: 12px;
	*
	margin-top: 50px; /* only for ie7 */
	margin-left: 3px;
	padding-top: 10px;
	width: 960px;
}
.left-col {
	float: left;
	/*
	 border: 1px solid #ccc;
	 border-width: 1px 1px 1px 1px;
	 */
	padding-left: 35px;
	padding-right: 35px;
}
.right-col {
	float: right;
	padding-left: 50px;
	/*
	 border: 1px solid #ccc;
	 border-width: 1px 1px 1px 1px;
	 */
}
#email_banner .message {
	*
	display: block;
	*
	float: left;
	*
	margin-top: 7px;
	*
	margin-right: 5px; /* fix for ie7 */
}
#email_banner input {

}
.emailSubmit {
	/*height: 30px;
	 border: 1px solid #DE3A6E;
	 width: 100px;
	 color: #fff;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DE3A6E', endColorstr='#851641');  for IE
	 background: -webkit-gradient(linear, left top, left bottom, from(#DE3A6E), to(#851641)); /* for webkit browsers
	 background: -moz-linear-gradient(top,  #DE3A6E, #851641); /* for firefox 3.6+ */
	border: 1px solid #DE3A6E;
	color: #fff;
	width: 100px;
	height: 22.75px;
	font-size: 10pt;
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#DE3A6E', endColorstr='#851641'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#DE3A6E), to(#851641)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #DE3A6E, #851641); /* for firefox 3.6+ */
}
.emailSubmit .ui-button-text {
	padding: 0;
}
#footer {
	margin-top: 10px
	/* *float: left;
	 *margin-top: 10px;
	 *margin-top: 0;*/
}
#titlebar {
	margin-top: 20px;
	width: 960px;
	border: 1px solid #cccccc;
	filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff, #eeeeee); /* for firefox 3.6+ */
	text-align: left;
}
#description {
	margin-left: 80px;
	width: 860px;
	color: #000;
	font-family: arial;
	font-size: 11pt;
	text-align: left;
	margin-bottom: 50px;
	*
	margin-top: 10px;
}
#titlebar h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	color: #9932cc;
	font-family: arial;
	font-weight: normal;
	font-size: 20px;
	float: left;
}
/********** END MAIN HOME PAGE *************/

/********** LEGACY 6 Guestbook Landing Page ******/

.leg_message {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 360px;
}
#email_img {
	width: 400px;
	margin-right: 100px;
}
.bold {
	font-weight: bold;
}
#faq_link
{
	float: right;
	width:100%;
	text-align: right;
}
#terms_link
{
	float: right;
	width:100%;
	text-align: right;
}

.save50banner {
        width: 933px;
        height: 31px;
        float: left;
        margin: 0 0 0 0;
        padding: 5px 0 5px 0;
        font-size: 28px;
        font-weight: bold;
        font-style: italic;
        font-family: Georgia, sans-serif, Arial, Helvetica;
        color: #DE3A6E;
        text-align: center;

        background-color: #ffffff;

        border: 1px solid #6c945f;
}

.save50details {
	position: relative;
	top: 18px;
	right: 5px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	color: #DE3A6E;
}

.save50details a {
	cursor: pointer;
	text-decoration: underline;
}

.save50details a:hover {
	color: #AB2D55;
}
