/* ======================================================
	Shop til You Crop - Master Style Sheet - All browsers
========================================================== */

/*
	Meyer Reset CSS
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded
	------------------------------------------------------	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ------------------------------------------------------

	Main

	====================================================== */
	
html {
	background: #fff;
}
body {
	position: relative;
	font-size: 100%;
	font-family: Verdana, sans-serif;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
}
h2 {
	margin: 2px 0 10px 0;
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
}
h3 {
	margin: 0 0 8px 0;
	font-size: 1.05em;
	color: #d15012;
	font-weight: bold;
}
p {
	margin: 0 0 12px 0;
	font-size: 0.82em;
}

/*	------------------------------------------------------

	Branding
	
	======================================================	*/


#branding {
	background: url(bg-branding-gradient.gif) repeat-x bottom #E0DCE2;
	height: 127px;
	padding: 10px;
}
#logo {
	width: 780px;
	margin: 0 auto;
}
h1 {
	float: left;
	background: transparent url(logo.png) no-repeat bottom;
	width: 431px;
	height: 110px;
	text-indent: -9999px;
}
div#branding q {
	float: right;
	background: transparent url(flowers-embellishment.png) no-repeat bottom;
	margin: 33px 0 0 0;
	width: 263px;
	height: 104px;
	text-indent: -9999px;
}


/*	------------------------------------------------------

	Navigation
	
	======================================================	*/

#menu-bar {
	background: url(tabs.gif) repeat-x bottom #AAA586;
	height: 32px;
	margin-bottom: 19px;
}
#navigation {
	width: 780px;
	margin: 0 auto;
}
#navigation ul {
	position: relative;
	float: left;
	list-style: none;
}
#navigation ul li {
	float: left;
	list-style-type: none;
}
#navigation li a {
	display: block;
	text-decoration: none;
	height: 16px;
	background: url(tab-separator.gif) no-repeat bottom right transparent;
	float: left;
	text-align: center;
	padding: 9px 12px 7px 12px;
	font-family: Arial, sans-serif;
	font-size: 0.92em;
	color: #FFF;
	font-weight: bold;
}
#navigation ul .left-tab {
	background: url(tab-separator.gif) no-repeat bottom left;
}
#navigation span {
	background: url(tab-arrow.gif) no-repeat center 19px;
	padding: 0 0 8px 0;
}
#navigation ul li a:hover {
	color: #d1d6f4;
}
body#home_page #home_link, body#gallery_page #gallery_link, body#classes_page #classes_link, body#policies_page #policies_link, body#about_page #about_link, body#service_page #service_link {
	height: 23px;
	padding: 9px 12px 0 12px;
	margin: 0 0 0 -1px;
	background: url(tab-active.gif) repeat-x bottom #6d7598;
	color: #AA586;
	font-family: Arial, sans-serif;
	font-size: 0.92em;
	font-weight: bold;
}
#navigation form {
	margin: 0 2px 0 0;
	float: right;
}


/* ------------------------------------------------------

	Search Box

	====================================================== */

#search-form {
	background: url(tab-active.gif) repeat-x bottom #6d7598;
	width: 174px;
	height: 27px;
	padding: 5px 0 0 6px;
}
#search-form input {
	border: none;
	color: #8f8f8f;
	font-size: 0.76em;
	}
#search-box {
	float: left;
	background: url(search-box.png) no-repeat transparent;
	width: 142px;
	margin: 0 -2px 0 0;
	padding: 5px 0 0 7px;
	height: 18px;
	}
#search_button {
	float: right;
	width: 19px;
	height: 23px;
	margin: 0 6px 0 0; 
	}


/* ------------------------------------------------------

	Content

	====================================================== */

#content1 {
	float: left;
	width: 560px;
	line-height: 0.96em;
	margin: 0 0 0 32px;
}


/* ------------------------------------------------------

	Sidebar

	====================================================== */

#sidebar {
	float: left;
	width: 180px;
}


/* ------------------------------------------------------

	Shopping Cart

	====================================================== */

#shopping-cart {
	background: url(bg-shoppingcart.gif) no-repeat;
	min-height: 80px;
	margin: 0 0 25px 0;
}
#shopping-cart h4 {
	font-size: 0.82em;
	height: 22px;
	margin: 0 0 12px 34px;
	padding: 10px 0;
	color: #fff;
	background: transparent;
	font-weight: bold;;	
}
#shopping-cart p {
	margin: 0 10px 0 25px;
	color: #555;
	font-size: 0.7em;
	line-height: 1.1em;
}


/* ------------------------------------------------------

	Categories

	====================================================== */

#categories {
	background: url(bg-categories.gif) no-repeat;
	min-height: 105px;
	margin: 0 0 25px 0;
}
#categories h4 {
	font-size: 0.82em;
	height: 22px;
	margin: 0 0 12px 34px;
	padding: 10px 0;
	color: #fff;
	background: transparent;
	font-weight: bold;
}
#categories li {
	margin: 0 0.2em 0.5em 1.5em;
	line-height: 0.6em;
}
#categories li a {
	color: #46559c;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}
#categories li a:hover {
	color: #838fc7;
}
#thawte_badge {
	margin: 0 0 5px 0;
}
#thawte_certificates {
	margin: 0 0 0 25px;
	color: #4b57a0;
	text-decoration: none;
	font-size: 0.65em;
}
#thawte_certificates img {
	vertical-align: -50px;
	margin: 0 0 45px 0;
}


/* ------------------------------------------------------

	Footer

	====================================================== */

#links-below {
	clear: both;
	height: 54px;
	background: url(bg-footer.gif) repeat-x top #ececf2;
	font-size: 0.65em;
}
#links-below ul {
	position: absolute;
	left: 50%;
	width: 600px;
	margin: 0 0 0 -180px;
	text-align: center;
}
#links-below ul li {
	float: left;
	list-style-type: none;
	color: #babac3;
	margin: 20px 2px 0 4px;
	font-size: 1.4em;
}
#links-below li a {
	display: block;
	text-decoration: none;
	float: left;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #313973;
	font-weight: bold;
}
#links-below li a:hover {
	color: #4e60b1;
}
#footer {
	background: #f8f8f8;
}
#paypal-copyright {
	width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
#paypal-copyright p {
	padding: 20px 0 0 94px;
	color: #7a7f8f;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
#paypal-copyright img {
	vertical-align: -18px;
	margin: 0 0 0 16px;
}
p#copyright {
	height: 50px;
	padding: 20px 0 0 0;
	font-size: 0.7em;
	color: #878787;
	background: #fff;
	font-weight: normal;
	text-align: center;
}


/* ------------------------------------------------------

	Home Page Specific

	====================================================== */
	
#content_landing {
	float: left;
	width: 350px;
	margin: 0 0 0 34px;
	line-height: 0.96em;
}
#sidebar_landing {
	float: left;
	width: 180px;
}


/* ------------------------------------------------------

	Featured Product

	====================================================== */

#featured_product {
	background: url(bg-featured.gif) no-repeat;
	float: left;
	width: 180px;
	margin: 0 0 0 34px;
}
#featured_product h4 {
	height: 22px;
	margin: 0 0 12px 34px;
	padding: 10px 0;
	color: #fff;
	font-size: 0.82em;
	background: transparent;
	font-weight: bold;
}
#featured_product img {
	margin: 0 0 12px 25px;
}
#featured_product h5 {
	margin: 0 0 10px 25px;
	font-size: 0.8em;
	font-weight: bold;
}
#featured_product h5 a {
	text-decoration: none;
	color: #3f4a8c;
}
#featured_product h5 a:hover {
	color: #838fc7;
}
#featured_product p {
	margin: 0 14px 15px 25px;
	color: #333;
	font-size: 0.74em;
	line-height: 1.25em;
}
#featured_product #add-to-cart {
	margin: 0 0 30px 25px;
}

