@charset "UTF-8";
/* CSS Document */



/* ============================================================================================================================================= */
/* START GENERAL CONTAINER */
body {
	margin: 0px;
	opacity:0.9777;
	border: 0px;
}

html {-webkit-text-size-adjust:none;}

#bag {
	margin-left: auto;
	margin-right: auto;
	width:900px;
}

/* END GENERAL CONTAINER */
/* ============================================================================================================================================= */




/* ============================================================================================================================================= */
/* START HEADER WITH ITS CONTENT */

#header {
	height: auto;
}

#logo {
	height: 80px;
	width: 280px;
	background:url(../images/logo.jpg) top left no-repeat;
	float: left;
	cursor: pointer;
}

#header_spacer {
	height: 30px;
}

#header_buttons{
	float: right;
	width: 441px;
	height: 56px;
	margin-top: 0px;
}

#promo {
	height: 56px;
	width: 250px;
	background:url(../images/free_giveaway_button.jpg) top no-repeat;
	float: right;
	cursor: pointer;
}

#view_cart {
	height: 56px;
	width: 191px;
	background:url(../images/view_cart_button.jpg) top no-repeat;
	float: right;
	cursor: pointer;
}

#main_menu {
	clear: both;
	height: 45px;
}

#right_menu {
	float: right;
	width: 146px;
	height: 34px;	
}

#left_menu {
	float: left;
	width: 750px;
	height: 34px;
}

#right_menu ul li {
	background: url(../images/right_menu_bg.jpg) top repeat-x;
	float: right;
	width: 146px;
	height: 24px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#left_menu ul li {
	background: url(../images/left_menu_bg.jpg) top repeat-x;
	width: 146px;
	height: 24px;
	margin-right: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}

#main_menu li {
	float: left; 
	padding-top: 10px;
	text-align: center;
	list-style-type: none;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;  /* SUPPORTED IN FIREFOX 3.5 BETA */
}

#main_menu ul {
	margin: 0px;
	padding: 0px;
}

#main_menu li a:visited, #main_menu li a {
	color: white;
	text-decoration: none;
}

#main_menu li a:hover, #main_menu li a:focus {
	color: #124271;
}

#logged_user_text {
	color:#969696;
	float:left;
	left:371px;
	position:relative;
	text-align:right;
	top:60px;
	width:250px;
	z-index:50;
	font-weight: bold;
}

#logged_user_text a, #logged_user_text a:visited {
	color: #124271;
}

#logged_user_text a:hover, #logged_user_text a:focus {
	color:#969696;
}

.desing_center_link, .desing_center_link:visited {
	color: white;
	text-decoration: none;
}

.desing_center_link:hover, .desing_center_link:focus {
	color: #DDD;
	text-decoration: none;
}

/* END HEADER WITH ITS CONTENT */
/* ============================================================================================================================================= */




/* ============================================================================================================================================= */
/* START OF THE CONTENT SECTION FOR THE HOME-PAGE */

#left_content_home {
	text-align: left;
	float: left;
	width: 239px;
	height: 316px;
	color: white;
	padding: 30px;
	background: url(../images/left_content_bg.jpg);
}

#right_content_home {
	float: right;
	width: 600px;
	height: 376px;
	background: url(../images/right_content_bg.jpg);
}

#promo_image {
	background: url(../images/home_promotion_banner.png);
	position: relative;
	z-index: 20;
	top: 218px;
	width: 240px;
	height: 115px;
	cursor: pointer;
}

#left_content_text {
	position: relative;
	top: -125px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#facebook-logo {
	position:relative;
	margin-left:20px;
	margin-top:18px;
	padding: 0px;
	border: 0px;
float:right;
}

#content_home {
	width: 900px;
	height: 376px;
	background: url(../images/left_content_bg.jpg);
}

/* END OF THE CONTENT SECTION FOR THE HOME-PAGE */
/* ============================================================================================================================================= */




/* ============================================================================================================================================= */
/* START OF THE CONTENT SECTION OF ALL COMMON ELEMENTS FOR ALL PAGES */

#content {
	padding-top: 30px;
	width: 900px;
	min-height: 345px;
	background-color: #ff9509;
	background: #FF9600 url(../images/orange_content_bg.gif) repeat-x scroll center bottom;
}


#green_content {
	padding-top: 30px;
	width: 900px;
	min-height: 345px;
	background: #69C82B url(../images/green_content_bg.gif) repeat-x right bottom;
}

#orange_content_header {
	background-color: #ff9509;
	widows: 900px;
	height: 50px;
}

#content_header {
	background-color: #83d91d;
	widows: 900px;
	height: 50px;
}

#content_title{
	margin-left: 40px;
	margin-top: 10px;
	float: left;
	color: white;
}

#content_sub_title{
	text-shadow: 2px 2px 3px #000;
	margin-top: 15px;
	margin-right: 40px;
	float: right;
	color: white;
	font-size: 12px;
}

#main_content_text {
	margin-top: 0px;
	padding: 40px;
}

#main_content_text label {
	display: block;
	padding-top: 10px;
	margin: 0px;
}

#main_content_text input {
	border: 1px solid rgb(180,180,180);
	background-color: rgb(240,240,240);
	height: 18px;
	width: 280px;
}

#main_content_text textarea {
	border: 1px solid rgb(180,180,180);
	background-color: rgb(240,240,240);
	margin: 0px;
	padding: 0px;
}


/* END OF THE CONTENT SECTION OF ALL COMMON ELEMENTS FOR ALL PAGES */
/* ============================================================================================================================================= */



/* ============================================================================================================================================= */
/* START OF THE CONTENT SECTION FOR THE LOGIN PAGE */

#user_login {
	width: 300px;
	float: left;
	margin-left: 110px;
	border-right: white solid 4px;
}

#registered_user {
	width: 300px;
	float: left;
	margin-left: 10px;
}

#login_footer {
	clear: both;
}

#state_zip {
	width: 300px;
}

#state_zip input{
	width: 130px;
	float: left;
	margin-right: 10px;
}

#state_zip label {
	width: 140px;
	float: left;
	margin-right: 10px;
}

#state_div {
	width: 150px;
	float: left;
}

#state_div input{
	width: 140px;
	margin-bottom: 5px;
}

#country_reg {
	clear: both;
}

/* END OF THE CONTENT SECTION FOR THE LOGIN PAGE  */
/* ============================================================================================================================================= */


/* ============================================================================================================================================= */
/* START OF THE CONTENT SECTION OF THE TESTIMONIALS PAGE */


#each_testimonial {
	width: 350px;
	height: 85px;
	padding: 10px;
	float: left;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	margin-right: 10px;	
}

#testimonial_form {
	width: 860px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
}

#left_testimonial_form, #right_testimonial_form {
	float: left;
	width: 380px;
	height: 160px;
}

#testimonial_disclaimer {
	margin-bottom: 20px;
}

/* END OF THE CONTENT SECTION OF THE TESTIMONIALS PAGE */
/* ============================================================================================================================================= */



/* ============================================================================================================================================= */
/* START OF THE CONTENT SHARED AMONG ALL THE STORE SECTIONS */

#thumbnail_navigator {
	position: relative;
	margin-bottom: -12px;
	margin-top: -12px;
	top: -80px;
}

#see_back_btn {
	color: white;
	width: 30px;
	padding: 2px;
	height: 12px;
	background-color: #2168a4;
	float: right;
	cursor: pointer;
}

#see_front_btn {
	color: white;
	width: 30px;
	padding: 2px;
	height: 12px;
	background-color: #2168a4;
	float: left;
	cursor: pointer;
}

#store_section_icon {
	position: relative;
	top: -11px;
	width: 200px;
	height: 194px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#right_column {
	float: right;
	width: 700px;
	min-height: 545px;
}

#store_header {
/* 	background-color: #ff9509; */
	widows: 900px;
	height: 50px;
}

#store {
	width: 700px;
	min-height: 311px;
}

#wait_icon {
	width: 16px;
	height: 16px;
	float: left;
/* 	background-color: aqua; */
	margin: 5px;
}
/* END OF THE CONTENT SHARED AMONG ALL THE STORE SECTIONS */
/* ============================================================================================================================================= */




/* ============================================================================================================================================= */
/* START OF THE RETAIL STORE SECTION */

.retail_store_section_icon {
	background: url(../images/retail_icon.png) no-repeat;
}

.retail_right_column {
	background: url(../images/retail_store_bg.jpg) no-repeat top right;
	background-color: rgb(254, 153, 0);
}

.retail_header {
	background-color: rgb(158, 224, 65);
}

/* END OF THE RETAIL STORE SECTION */
/* ============================================================================================================================================= */





/* ============================================================================================================================================= */
/* START OF THE PRODUCT DETAIL PAGE */

#image_navigator {
	clear: both;
	width: 300px;
	height: 30px;
	margin-bottom: -20px;
	border-top: 0px none;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	cursor: pointer;
}

#front_image {
	float: left;
	text-align: center;
	width: 149px;
	padding-top: 8px;
	height: 22px;
	border-right: 1px solid black;
}

#front_image:hover, #back_image:hover {
	color: white;
	background-color: #3282d9;
}

#back_image {
	float: right;
	text-align: center;
	width: 150px;
	padding-top: 8px;
	height: 22px;
}

#elastic
	{
	position:relative;
	margin-left:-20px;
	margin-top:-277px;
	}
	#image_in_detail
	{
	position:relative;
	width:180px;
	margin:0 auto;
	}

#product_detail_image{
/* 	background-color: aqua; */
	border: 1px solid black;
	height: 210px;
	padding-top: 30px;
	width: 300px;
	float: left;
text-align: center;
	vertical-align: middle;
}

#product_all_details {
	float: right;
	width: 480px;
}

#product_details {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 20px;
}

#product_qty input {
	width: 30px;
	color: black;
}

#product_qty {
	margin-top: -10px;
	float: right;
	margin-bottom: 10px;
	width:300px;
	text-align: right;
}

#product_fragance {
	float: left;
	margin-bottom: 20px;
}

#product_elastic_color {
	float: right;
	text-align: right;
	margin-bottom: 20px;
} 

#product_detail_price {
	clear: both;
	float: left;
}

#product_actions {
	margin-bottom: 10px;
	height: 40px;
	float: right;
}

#add_to_cart_action {
	float: right;
	border: 0px;
	cursor: pointer;
}

#add_to_cart_action img{
	border: 0px;
}

#continue_shopping_action {
	float: right;
	margin-right: 10px;
	cursor: pointer;
}

#product_disclaimer{
	float: right;
	width: 300px;
}

#white_content {
	padding-top: 0px;
	width: 900px;
	min-height: 345px;
	color: black;
	background: url(../images/white_content_bg.gif) repeat-x scroll center bottom;
}

#details_content_header {
	background-color: #ff9509;
	widows: 900px;
	height: 50px;
}

#details_header_banner {
	background: url(../images/detais_header_bg.gif) no-repeat;
	width: 100%;
	height: 62px;
	padding-top: 20px;
}

#one_price {
	padding-top: 70px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	font-size: 23px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	width: 158px;
	height: 108px;
}

/* END OF THE PRODUCT DETAIL PAGE */
/* ============================================================================================================================================= */





/* ============================================================================================================================================= */
/* START OF THE CART PAGE */
#shopping_cart_content td{
	border-bottom: 1px #EEE solid;
	opacity: 0.9;
	text-align: center;
}

#shopping_cart_content td a img{
	border-style: none;
	border-width: 0px;
}


#shopping_cart_content th{
	opacity: 0.9;
	border-bottom: 1px #CCC solid;
	font-weight: bolder;
	font-size: 16px;
}
#shopping_cart_content tfoot td {
	opacity: 0.9;
	border-top: 1px #CCC solid;
	border-bottom: 0px none;
	font-weight: bolder;
	font-size: 16px;
	text-align: center;
}

#empty_cart {
	text-align: center;
	opacity: 0.7;
	margin-top: 30px;
}

#cart_actions {
	margin-bottom: 10px;
	margin-top: 20px;
	height: 40px;
	float: right;
}

#paypal_actions {
	margin-bottom: 10px;
	margin-top: 20px;
	height: 40px;
	float: right;
	width: 800px;
}

#accept_terms {
	float:left;
}

#accept_terms input {
	width:15px;
	margin:0px;
	float: left;
}

#accept_terms p {
	float: left;
	font-size: 12px;
	width: 500px;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}


.shipping_details {
	position: relative;
	top: -50px;
	width: 200px;
}

#empty_cart_actions {
	width: 147px;
	height: 34px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* END OF THE CART PAGE */
/* ============================================================================================================================================= */





/* ============================================================================================================================================= */
/* START OF THE ARTIST SERIES STORE SECTION */

#artist_comments {
	margin: 20px;
}

#artist_comments_title {
	border-bottom: 1px white solid;
	margin-bottom: 10px;
}

.artist_series_section_icon {
		background: url(../images/artists_icon.png) no-repeat;
}

.artist_series_right_column {
	background: url(../images/blue_content_bg.jpg) no-repeat top right;
	background-color: rgb(0, 167, 248);
}

.artist_series_header {
	background-color: #ff9509;
}

#category_buttons {
	clear: both;
	width: 150px;
	height: 20px;
	text-align: center;
}


#category_buttons a {
	margin-left: 25px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	width: 100px;
	height: 18px;
	padding-top: 4px;
	text-decoration: none;
	font-size: 11px; /* 0.85em; */
	text-align: center;
	background-color: #2168a4;
	color: white;
	background: url(../images/category_button.png) no-repeat;
}

#category_buttons a:hover, #category_buttons a:focus{
	background-color: #ff9509;
	background: url(../images/category_button_over.png) no-repeat;
}


#category_image {
	width: 100%;
	text-align: center;
}

#category_image img{
	 height: 90px;
	 margin: 3px;	 
	 padding: 0px;
	 border: 0px;
}

#categories_list {
	line-height: 18px;
	position: relative;
	left: -10px;
}

#categories_list a, #categories_list a:visited{
	padding-left: 10px;
}

a.artist-series_selected_cat {
	background: url(../images/artists_series_selected_cat.png) no-repeat;
	height: 20px;
	padding-top: 2px;
}

a.my-green_selected_cat {
	background: url(../images/my_green_selected_cat.png) no-repeat;
	height: 20px;
	padding-top: 2px;
}

a.retail-store_selected_cat {
	background: url(../images/retail_store_selected_cat.png) no-repeat;
	height: 20px;
	padding-top: 2px;
}

/* END OF THE ARTIST SERIES STORE SECTION */
/* ============================================================================================================================================= */



/* ============================================================================================================================================= */
/* START OF THE MY GREEN PAGE */

.my_green_header {
	background-color: #ff9509;
}

.my_green_right_column {
	background: url(../images/my_green_bg.jpg) no-repeat top right;
	background-color:  rgb(158, 224, 65);
}

#right_column.my_green_right_column {
		min-height: 576px;
}

#my_green_content {
	background: url(../images/green_column_bg.gif) repeat-y;
	background-color: rgb(65, 161, 25);
}

#my_green_left_column {
	float: left;
	width: 200px;
	min-height: 576px;

}

.my_green_store_section_icon {
	background: url(../images/my_green_icon.png) no-repeat;
}

#product_cost{
	color: white;
	background-color: fuchsia;
	position: relative;
	width: 80px;
	height: 40px;
	padding-top: 40px;
	background: url(../images/price_tag.png) no-repeat;
	top: -120px;
	left: 92px;
	text-align: center;
	text-shadow: 2px 2px 3px #222;
	font-style: oblique;
	font-size: 15px; /* 1.2em; */
	font-weight: bolder;
}

#categories a{
	display: block;
	color: white;
	width: 100%;
	text-decoration: none;
	margin-left: 20px;
}

#category_title a{
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bolder;
}

#category_title_separator {
	border-bottom: 3px white solid;
	margin-bottom: 10px;
	margin-left: 20px;
}

#up_arrow {
	height: 22px;
	margin-bottom: 5px;
	font-size: 0.8em;
}

#lower_text{
	clear: both;
	text-align: center;
	color: #1c4c04;
}


/* END OF THE MY GREEN PAGE */
/* ============================================================================================================================================= */



/* ============================================================================================================================================= */
/* START OF THE PROMOTIONALS PAGE*/

#left_column {
	float: left;
	width: 200px;
	min-height: 545px;
}

.promotions_header {
	background-color: #ff9509;
}

.promotions_right_column {
	background: url(../images/blue_content_bg.jpg) no-repeat top right;
	background-color: rgb(0, 167, 248);
}

#store_footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

.promotions_store_section_icon {
	background: url(../images/promotions_icon.png) no-repeat;

}

#pager {
	padding: 11px;
	text-align: right;
	height: 32px;
}

#pager a {
	line-height: 32px;
	padding: 5px;
	text-align: center;
	background-color: #ff9509;
	color: white;
	text-decoration: none;
	border: 1px transparent solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#pager a.active {
	border: 1px white solid;
	background-color: #2168a4;
}

#pager a:hover, #pager a:focus {
	border: 1px white solid;
	background-color: #2168a4;
}

#empty_catalog {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	text-shadow: 2px 2px 3px #000;
	margin-top: 150px;
}

#store_section_info {
	margin: 20px;
}

#each_product {
	background-color: white;
	width: 151px;
	height: 144px;	
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
	background: url(../images/each_product_bg.png)
}

#product_title{
	margin-top: 3px;
	color: black;
	text-align: center;
	height: 16px;
	z-index: 500;
}

#product_image {
	width: 100%;
	text-align: center;
}

#product_image img{
	 height: 90px;
	 margin: 3px;	 
	 padding: 0px;
	 border: 0px;
}


#promotions_content {
	background: url(../images/blue_column_bg.gif) repeat-y;
	background-color: #2168a4;
}

#promotion_product_cost{
	color: white;
	background-color: fuchsia;
	position: relative;
	width: 80px;
	height: 50px;
	padding-top: 30px;
	background: url(../images/promotion_price_tag.png) no-repeat;
	top: -110px;
	left: 92px;
	text-align: center;
	text-shadow: 2px 2px 3px #222;
	font-style: oblique;
	font-size: 1.2em;
	font-weight: bolder;
}

#product_buttons {
	clear: both;
	width: 150px;
	height: 20px;
	text-align: center;
}


#product_buttons a {
	margin-left: 4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	width: 69px;
	height: 18px;
	padding-top: 4px;
	text-decoration: none;
	font-size: 0.85em;
	text-align: center;
	background-color: #2168a4;
	color: white;
	background: url(../images/product_button.png) no-repeat;
}

#product_buttons a:hover, #product_buttons a:focus{
	background-color: #ff9509;
	background: url(../images/product_button_over.png) no-repeat;
}

/* END OF THE PROMOTIONALS PAGE*/
/* ============================================================================================================================================= */



#design_center {
	height: 608px;
	width: 900px;
/* 	background-color: aqua; */
}


/* ============================================================================================================================================= */
/* START OF THE FREE GIVE AWAY PAGE*/

#give_away_form{
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

#give_away_form label {
	margin-bottom: 5px;
	margin-top: 10px;
}

#give_away_form input {
	margin-right: 10px;
	width: 350px;
}

#rules {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

/* END OF THE FREE GIVE AWAY PAGE*/
/* ============================================================================================================================================= */



/* ============================================================================================================================================= */
/* START OF THE FOOTER SECTION */

#footer {
	margin-bottom: 15px;
}

#pride_banners {
	margin-top: 10px;
	width: 900px;
	height: 60px;
}

#usa_banner {
	float: left;
	background: url(../images/usa_banner.jpg) no-repeat;
	width: 292px;
	height: 60px;
}

#greener_banner {
	float: right;
	background: url(../images/greener_banner.jpg) no-repeat;
	width: 596px;
	height: 60px;
}


#banners {
	margin-top: 10px;
	width: 900px;
	height: 98px;
}

#banner_1 {
	float: left;
	width: 293px;
	height: 98px;
/* 	background: url(../images/my_green_banner.jpg) no-repeat; */
	cursor: pointer;
}

#banner_2 {
	margin-left: 11px;
	float: left;
	width: 293px;
	height: 98px;
/* 	background: url(../images/retail_store_banner.jpg) no-repeat; */
	cursor: pointer;
}

#banner_3 {
	float: right;
	width: 293px;
	height: 98px;
/* 	background: url(../images/design_center_banner.jpg) no-repeat; */
	cursor: pointer;
}

#footer_menu {
	margin-top: 10px;
	clear: both;
	text-align: center;
	height: 21px;
	width: 900px;
}

#footer_menu ul {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 4px;
	margin: 0px;
	height: 21px;
	width: 900px;
/* 	background:#cccccc; */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#footer_menu li{
	display: inline;
	text-align: center;
	list-style-type: none;
	font-size: 12px;
	text-decoration: none;
	margin-right: 3px;
	padding-left: 12px;
	padding-right: 16px;
}

#footer_menu a, #footer_menu a:visited {
	text-decoration: none;	
	font-weight: bold;
	color: #124271;
}

#footer_menu a:hover, #footer_menu a:focus { 
	font-weight: bold;
	color: #969696;
}

#legal_disclaimer {
	margin-top: 15px;
	clear: both;
	text-align: center;
	font-size: 12px;
	color:#969696;
}

#printing_disclaimer {
	clear: both;
	text-align: left;
	font-size: 10px;
	color:#969696;
}

/* END OF THE FOOTER SECTION */
/* ============================================================================================================================================= */

.no-background{
	background:none!important;
	color:#333;
}
			#report input {
				width:176px !important;	
			}

#wordpress-logo {
    border: 0 none;
    float: right;
    margin-left: 20px;
    margin-top: 18px;
    padding: 0;
    position: relative;
}
