/* @override 
	http://www.ohjoy.com/css/stylesheet.css
	http://ohjoy.com/css/stylesheet.css
*/

/* @group Main Elements */

img {
	border-width: 0px;
}
a {
	color: #5b4a42;
	text-decoration: none;
}
body {
	 /*to get rid of the 8px padding that happens in firefox and safari on top and left */
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}
.clear {
	clear: both;
}

#header {
	background-image: url('/images/bkgd_top.jpg');
	background-repeat: no-repeat;
	width: 950px;
	height: 139px;
}
#content {
	background-image: url('/images/bkgd_middle.jpg');
	background-repeat: no-repeat;
	width: 950px;
	min-height: 409px;
	padding-bottom: 5px;
}
#logo {
	height: 121px;
}
#content_left {
	float: left;
	width: 207px;
	margin: 0px 16px 0px 0px;
}
#content_right {
	float: left;
	width: 670px;
	min-height: 409px;
	font: 11px arial, sand-serif ;
	color: #5b4a42;
	line-height: 15px;
}
#page_content {
	font: 11px arial, sand-serif;
	color: #493a33;
	line-height: 18px;
	width: 636px;
	background: url('/images/content_border_btm.gif') no-repeat 0 bottom;
	border-color: #dbd8ca;
	border-style: solid;
	border-width: 6px 6px 0px 6px;
}
#page_content a {
	text-decoration: underline;
}
#page_content_inner {
	width: 558px;
	padding: 22px 40px 28px 40px;	
}
#right_image {
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-height: 407px;
	border-width: 0px;
}
#lower_content {
	656px
}
#footer {
	background-image: url('/images/bkgd_bottom.gif');
	background-repeat: no-repeat;
	width: 950px;
	height: 178px;
	position: relative;
	top: -17px;
}
#copyright {
	padding-top: 31px;
	padding-left: 283px;
	color: #c8c8c8;
	font-size: 9px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* @end */

/* @group Navigation */
#navigation ul {
	float: right;
	padding-start: 0px;
	list-style-type: none; /* for bullets*/
	padding: 0px 54px 0px 0px; /* left-indent safari, firefox*/
	margin: 0px; /* top-space in safari, firefox, left-space in i.e.*/
}
#navigation li {
	float: left;
	padding-top: 64px;
	margin-right: 24px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}
#navigation li img {
	background-color: #5b4a42;
	height: 50px;
}
a {
	outline: none;
}
#navigation li:hover img {
	background-color: #c8c6b4;
}
#navigation li.selected img{
	background-color: #c8c6b4;
}
/* @end */

/* @group Homepage */
.homepage_image {
	margin: 0px 4px 4px 0px;
	padding: 0;
	border-width: 0px;
	display: block;
	float: left;
}
#news_banner {
	background-image: url('/images/news_banner.gif');
	background-repeat: no-repeat;
	height: 42px;
	margin-left: 221px;
	margin-top: 11px;
	padding-top: 17px;
	padding-left: 48px;
	width: 656px;
}
#news_label {
	float: left;
	width: 100px;
	display: inline;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #5b4a42;
}
#news {
	float: left;
	width: 520px;
	display: inline;
	color: #5b4a42;
	font: 11px arial;
}
#news a {
	color: #5b4a42;
	text-decoration: underline;
}
/* @end */

/* @group Left-Hand Navigation */
#left_navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b4a42;	
}
#left_navigation_title {
	padding-top: 15px;
	padding-left: 79px;
	text-transform: uppercase;
	font-size: 11px;
}
#left_navigation ul {
	list-style-type: none; /* for bullets*/
	padding: 13px 0px 0px 79px; /* left-indent safari, firefox*/
	margin: 0px; /* top-space in safari, firefox, left-space in i.e.*/
	background_color: red;
}
#left_navigation li {
	height: 26px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#left_navigation li.selected a{
	color: #c8c6b4;
}
#left_navigation a:hover {
	color: #c8c6b4;
}
#left_navigation_shop {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b4a42;		
}
#left_navigation_shop ul {
	list-style-type: none; /* for bullets*/
	padding: 13px 0px 0px 79px; /* left-indent safari, firefox*/
	margin: 0px; /* top-space in safari, firefox, left-space in i.e.*/
	background_color: red;
}
#left_navigation_shop li {
	height: 26px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#left_navigation_shop li.selected a{
	color: #b5c6bc;
}
#left_navigation_shop a:hover {
	color: #b5c6bc;
}

/* @end */

/* @group Studio Writing Press*/
#circles img {
	background-color: #c8c6b4;
	margin-right: 3px;
	margin-top: 8px;
}
#circles img.selected {
	background-color: #5b4a42;
}
#banner {
	background-image: url('/images/studio_banner.gif');
	background-repeat: no-repeat;
	height: 42px;
	margin-left: 221px;
	margin-top: 3px;
	padding-top: 7px;
	padding-left: 20px;
}
#banner_description {
	float: left;
	width: 500px;
	display: inline;
	color: #5b4a42;
	font: 11px/15px arial;
}
#banner_description a {
	color: #5b4a42;
	text-decoration: underline;
}
#arrows {
	float: left;
	padding-top: 6px;
	padding-left: 30px;
}
#arrows img {
	padding-right: 3px;
}
/* @end */

/* @group Contact */
#email_form input{
	color: #828387;
	font: 11px/15px arial;
	width: 169px;	
}
#email_form a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
}
#email_form img {
	position: relative;
	top: 2px;
	padding-left: 4px;
}
/* @end */

/* @group Shop */
.thumb_div {
	float: left;
	display: inline;
	width: 150px;
	padding-right: 16px;
	padding-bottom: 16px;	
}
.shop_thumb {
	height: 150px;
	width: 150px;
	padding-bottom: 8px;	
}
.thumb_title {
	text-align: center;
	height: 32px;
}
/* @end */

/* @group Shop Navigation */
#main {
	float: left;
	display: inline;
	padding: 63px 0px 0px 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#main img {
	margin-left: 17px;
	background-color: #5b4a42;
}
#main img:hover {
	background-color: #b5c6bc;
}
#snavigation ul {
	float: right;
	padding-start: 0px;
	list-style-type: none; /* for bullets*/
	padding: 0px 56px 0px 0px; /* left-indent safari, firefox*/
	margin: 0px; /* top-space in safari, firefox, left-space in i.e.*/
}
#snavigation li {
	float: left;
	padding-top: 112px;
	margin-right: 24px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#snavigation li:hover a{
	color: #b5c6bc;
}
#snavigation li.selected a{
	color: #b5c6bc;
}
/* @end */


/* @group Stockists */
#stores {
	margin-left: 25px;
	margin-top: 10px;
}
.stockist_state {
	color: #5b4a42;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	xmargin-bottom: 3px;
	padding-top: 10px;
}

.stockist_name {
	font-weight: bold;
}
/* @end */

/* @group Product View */
#product {
	float: left;
	display: inline;
	width: 342px;
	height: 407px;
}
#product_img {
	height: 407px;
}
#product_details {
	float: right;
	display: inline;
	width: 200px;
	padding-top: 60px;
	padding-right: 54px;
	font: 11px arial, sand-serif ;
	color: #5b4a42;
	line-height: 15px;
}
#product_details img {
	position: relative;
	top: 2px;
}
#product_title {
	text-transform: uppercase;
}
#product_nav {
	font: 11px arial, sand-serif;
	width: 342px;
	margin-top: 12px;
	height: 36px;	
}
#back {
	float: left;
	display: inline;
}
#prev_next {
	float: right;
	display: inline;
}
.qty {
	width: 20px;
	float: left;
}
#qty {
	float: left;
}
#add_to_cart1 {
	float: right;
	position: relative;
	top: 4px;
}
#add_to_cart2 {
	position: relative;
	top: 4px;
}
/* @end */



/* @group Shopping Cart */

#cart {
	width: 648px;
	float: left;
	margin: 0px 0 30px 0px;
	font-size: 12px;
}
#cart td {
	padding: 2px;
}
#cart input {
	width: 25px;
}
#cart a {
	text-decoration: underline;
	font-size: 11px;
	display: block;
	text-align: right;
}
#column_headers {
	font-weight: bold;
	font-size: 10px;
}
#column_headers td {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #d8d8d8;
}
#cart_buttons {
	clear: both;
	text-align: center;
	margin: 20px;
}
#cart .item_row td {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #d8d8d8;
}
#cart .summary_label {
	text-align: right;
	padding-right: 10px;
}
/* @end */

/* @group Checkout Addresses */
#error {
	margin: 20px 100px 0 100px;
	font-size: 12px;
	padding: 20px;
	border-width: 1px;
	border-color: red;
	border-style: solid;
}

#address_table {
	float: left;
	margin: 0px 0 30px 100px;
	width: 450px;
}
#address_table td {
	padding: 2px;
	font-size: 11px;
}
#address_table .subheader {
	font-size: 12px;
	padding-top: 10px;
}


/* @end */

/* @group Rx */
#rx_left {
	float: left;
	display: inline;
	padding: 50px 0px 15px 30px;
	width: 229px;
}
#rx_right {
	float: left;
	display: inline;
	padding: 22px 0px 0px 60px;
}
#rx_right_new {
	float: left;
	display: inline;
	padding: 22px 0px 0px 60px;
}
#rx_right_new a:hover {
	background-image: url(/images/redcheck.png);
}

/* @end */

/* @group Rx New */
.note {
	background-color: #dee7e4;
	height: 317px;
	width: 229px;
	background-image: url('/images/curl1.gif');
	background-repeat: no-repeat;
	background-position: right bottom;		
}

.note_inner {
	background-image: url('/images/tape_rx.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
.boxes {
	margin-top: 16px;
}
.checkbox {
	margin-left: 16px;
	xmargin-bottom: 14px;
	padding-top: 5px;
	padding-left: 19px;
	color: #79A094;
	font-style: italic;
	font-size: 12px;
	font-family: times new roman;
	background-image: url('/images/box.gif');
	background-repeat: no-repeat;
	background-position: 1px 9px;
}
.checkbox a {
	color: #79A094;
	text-decoration: none;	
}
.checkbox:hover {
	background-image: url('/images/checkmark.gif');
	background-position: 0 1px;
	cursor: pointer;
}


/* @end */





/* @group Blog Page */
#blog_left {
	float: left;
	display: inline;
	padding: 2px 0px 0px 32px;
}
#blog_right {
	float: left;
	display: inline;
	padding: 0px 0px 0px 50px;
}
/* @end */

/* @group Testimonials */
.testimonials_left {
	width: 275px;
	float: left;
	display: inline;
}

.testimonial_note1 {
	background-color: #dee7e4;
	width: 264px;
	background-image: url('/images/curl1.gif');
	background-repeat: no-repeat;
	background-position: right bottom;		
}
.testimonial_note1_inner {
	background-image: url('/images/tape2.gif');
	background-repeat: no-repeat;
	background-position: top center;
}


.testimonial_note2 {
	float: right;
	background-color: #dee7e4;
	width: 264px;
	xmin-height: 700px;
	background-image: url('/images/curl1.gif');
	background-repeat: no-repeat;
	background-position: right bottom;		
}
.testimonial_note2_inner {
	min-height: 720px;
	background-image: url('/images/tape2.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
.testimonials {
	padding: 40px 20px 20px 26px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	line-height: 16px;
}
.testimonials p {
	padding-bottom: 6px;
}

/* @end */