@charset "iso-8859-1";
#fullheight{
	height:100%;
	width:100%;
	vertical-align: middle;
	font-size: 12px;
}

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sidebar1 {
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
#header_login_line {
	width: 700px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	padding: 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#header_left_col {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100px;
	color: #4b4b4b;
}

#header_mid_col {
	text-align: right;
	position: relative;
	bottom: 51px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	width: 843px;
	color: #666666;
	float: right;
	clip: rect(auto,auto,20px,auto);
	height: 0px;
}

#header_mid_col_left {
	float: left;
	width: 300px;
	text-align: left;
}

#header_mid_col_right {
	float: right;
	width: 400px;
	padding-right: 10px;
}

.size13{
	font-size: 13px;
}
.productOverviewCells {
	padding: 10px;
	height: 165px;
	width: 165px;
}
#products td {
	padding: 10px;
	height: 165px;
	width: 165px;
	text-align: center;
}
.green_strike {
	color: #090;
}
#no_matches {
	width: 400px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#cart_update_notice {
	font-size: 10px;
}
#existing_user_col {
	width: 300px;
	height: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#new_user_col {
	width: 580px;
	height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 330px;
	padding: 0px;
}
}.bluehourdesigns {
	font-family: AquilineTwo;
}
.red_error_message {
	color: #CC3333;
}
.green_OK_message {
	color: #090;
}

a:link {
	color: #4b4b4b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4b4b4b;
}
a:hover {
	text-decoration: underline;
	color: #4b4b4b;
}
a:active {
	text-decoration: none;
	color: #4b4b4b;
}

/* Main menu bar */

ul.MenuBarMain
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	zoom: 1;
	clear: both;
	float: none;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarMain li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 14.2857%;
	height: 40px;
	float: left;
	background-color: #FFF;
}


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarMain a
{
	display: block;
	cursor: pointer;
	color: #666666;
	text-decoration: none;
	text-transform: lowercase;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarMain a:hover, ul.MenuBarMain a:focus
{
	background-color: #666;
	color: #333;
}


/* Policy menu bar */
#footer_policy_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	color: #666666;
	
}

#footer_social_menu {
	float: left;
	width: auto;
	
}

#footer_newsletter {
	text-align: right;
	float: left;
	width: auto;
	margin-left: 5px;
	font-size: 10px;
}
/* Social menu bar */

ul.MenuBarSocial
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	zoom: 1;	
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarSocial li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 50 px;
	float: left;
	background-color: #FFF;
}


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarSocial a
{
	display: block;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #FFF;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarSocial a:hover, ul.MenuBarSocial a:focus
{
	background-color: #666;
	color: #333;
}
#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF;
}
#mainarea {
	margin-left: 210px;
}

#mainProductContent {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0;
} 
.orders_top_row_left {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.orders_top_row_right {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
}
.orders_top_row_middle {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.orders_1st_row_left {
	border-left-width: 2px;
	border-left-style: solid;
}
.orders_1st_row_right {
	border-right-width: 2px;
	border-right-style: solid;
	font-size: 12px;
}
.orders_1st_row_middle {
	font-size: 12px;
}
.orders_2nd_row_left {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 12px;
}
.orders_2nd_row_right {
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-right-style: solid;
	font-size: 12px;
}
.orders_2nd_row_middle {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 12px;
}

#consignment{
	font-size: 12px;
}
#select_consigned_products{
	font-size: 10px;
}
#footer_policy_menu table tr td a {
	display: block;
	cursor: pointer;
	color: #666666;
	text-decoration: none;
	text-transform: lowercase;
	background-color: #FFF;
	font-size: 10px;
}

/* Menu items that have mouse over or focus have a blue background and white text */
#footer_policy_menu table tr td a:hover, #footer_policy_menu table tr td a:focus
{
	background-color: #666;
	color: #333;
	font-size: 10px;
}
.right_side {
	text-align: right;
	margin-right: 40px;
}
.small {
	text-align: center;
	font-size: 11px;
}
.bhd_buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
.bolder {
	font-weight: bold;
	border-width: medium;
	border-style: groove;
}
.bottom_border { 
	border-bottom-width: medium;
	border-bottom-style: solid;
}
.small_heading {
	font-size: 14px;
}
.smaller_heading {
	font-size: 12px;
}
.small_paragraph {
	font-size: 10px;
}

.smallest_paragraph {
	font-size: 7px;
}

#about_pic{
	background-image: url(../images/bluehourdesigns_about_page.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 488px;
	padding-right: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #dadada;
}

#locations_pic{
	background-image: url(../images/bluehourdesigns_locations_page.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 345px;
	padding-right: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #dadada;
}
#press_pic{
	background-image: url(../images/press_page.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 345px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #dadada;
	
}
#mainPicture {
	padding-left: 150px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 ul li a {
	color: #666666;
}
#sidebar1 p {
	color: #4b4b4b;
}

#mainContentFixed {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 400px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#locations_pic a {
	color: #dadada;
}

#about_pic a {
	color: #dadada;
}

#press_pic a {
	color: #dadada;
}

#press_pic td {
	padding-top: 30px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 30px;
}

