body{

	font-family: "Lucida Sans Unicode", arial;
	font-size:13px;
	color:#4c4c4b;
	text-align:left;
	height: 100%;
	width: 100%;
	background: url('../images/layout/background_page.png') repeat-x top left;
}

* {
	margin:0;
	padding:0;
	border: 0;
}
html,body {
 	height: 100%;
 	width: 100%;
}
#wrapper {
	height: 100%;
	margin: 0 10px;	
}
#header{ 
	background: url('../images/layout/logo.png') no-repeat top left;
	height: 100px;
}
#footer {
	clear: both;
	background: #e7e7e7;
	height: 30px;
	margin-top: 30px;
}
#image_display {
	width: 100%;
	height: 250px;
	background: url('../images/layout/mom_and_daughter_2.jpg') no-repeat center center #3f80d4;
}
#top_navigation {
 	padding-top: 0px;
 	padding-left: 180px;
	line-height: 30px;
	height: 30px;
	color: #ffffff;
	background: url('../images/nav_background.png') repeat-x;

}
#top_navigation ul {
	list-style: none;
}
#top_navigation li {
	display: inline;	
}
#top_navigation a {
	padding:5px 15px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #d6f9a1;
}
#top_navigation a:hover {
 	color: #000000;
	background: #d6f9a1;
	padding:5px 15px;
	border-right: 1px solid #cccccc;	
}
#navigation {
 	background: url('../images/layout/background_side_navs.png') top left repeat-y;
	width: 210px;
	height: 100%;
	float: left;
	font-size: 12px;
	margin-top: 20px;
}
#navigation ul {
	background: #ffffff;
}
#navigation li {
 	display: block;
	line-height: 25px;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 10px;
	margin: 2px;
}
#navigation a, #navigation a:hover {
 	font-family: verdana;
	color: #1f1e1e;
	display: block;
}
#navigation li ul li {
	background: #f2f7ff;
	border-bottom: 1px solid #d5e4fc;	
}
#navigation li ul li ul li {
	background: #ffffff;
	border-bottom: 1px solid #d5e4fc;	
}
#right_column {
 	background: url('../images/layout/background_side_navs.png') top left repeat-y;
	margin-top: 20px;
	margin-right: 5px;
	width: 210px;
	height: 101%;
	float: right;
}
#navigation h1{
	background: url('../images/layout/background_header.png') top left no-repeat;
	line-height: 35px;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 50px;
}
#right_column h1 {
	background: url('../images/layout/background_header_right.png') top left no-repeat;
	line-height: 35px;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 50px;
}
#right_column ul {
	list-style: none;
}
#right_column li {
	padding: 3px;
	margin: 3px 3px 3px 10px;
	border-bottom: 1px solid #7dace3;
	display: block;
}
#right_column a {
	border: 0;
	text-decoration: none;
	color: #000000;
}
#content {
	margin: 20px 230px 0 220px;
}
#content a {
/*	background: #e5f9be; */
	border-bottom: 1px solid #86a7e0;
	color: #1f1e1e;
	text-decoration: none;
}
#content h1, #content h2 {
 	font-size: 150%;
	padding: 5px;
	border-bottom: 1px solid #86a7e0;
	xbackground: #f2f7ff;
	margin: 5px;	
}
.highlight {
	background: #c1df8c;
	padding: 3px;
	border-bottom: 1px solid #c4a572;
	margin: 2px;
	
}
.box {
	width: 30%;
	background: #f2f7ff;
	border: 1px solid #86a7e0;
	margin: 5px;
	padding: 5px;
	float: left;
}
/* spike DS */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_left {
	clear:left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear:both;
}
.imagepad {
	padding: 5px;
	border: 1px solid #c4a572;
	background: #f5f1df;
	margin: 5px;
	text-align: center;
	}
.imageholder {
	width: 150px;
	height: 150px;
	padding: 8px;
	float: left;
	}
.imagepad a {
	color: #3b3b3b;
	}
.img-shadow {
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
  }

.img-shadow img {
	display: block;
	background-color: #f2f7ff;
	border: 1px solid #86a7e0;
	margin: -6px 6px 6px -6px;
	padding: 4px;
  }
.ajax_update {
  	background-color: #f2f7ff;
  	border: 1px solid #86a7e0;
	padding: 5px; 
	margin: 5px;
}

/* Product Display */
.product {
	margin: 15px 0;
	border: 1px solid #f2f7ff;
}
.product_display {

	background: #ffffff;
	width: 90%;	
	margin: 15px 0;	
	padding: 5px;
}
.product_name {
	background: #f2f7ff !important;
	padding: 3px;
	font-weight: bold;
}
.product_price {
	font-size: 110%;
	color: #ff0000;
}
.product_desc {
}
.product_image {
	float: left;
	padding: 2px;
	background: #f2f7ff;
	border: 1px solid #CCCCCC;
}

#content input, #content select {
	width: 250px; 
	padding: 3px;
	margin: 0 5px 5px 0;
	border: 1px solid #86a7e0;
}
.no_input {
	width: -250px;
}
#content label {
	width: 150px;
	float: left;
}
#basket_floater {
	width: 300px;
	height: 50px;
	margin-top: 30px;
	float: right;
	padding: 5px;
	background: #f2f7ff;
	font-size: 8px;
}
#basket_wrap {
	padding: 5px;
	margin: 5px;
	font-size: 12px;
}
.basket_head {
	background: url('../images/layout/table_head.png') repeat-x bottom left #86a7e0; 
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}
.basket_odd {
	background: #ffffff;	
}
.basket_even {
	background: #f2f7ff;
}
.search_odd {
	background: #ffffff;
	padding: 3px;	
}
.search_even {
	background: #f2f7ff;
	padding: 3px;
}
hr {
	height: 1px;
	border-bottom: 1px solid #86a7e0;
	margin: 5px;
	
}
.genericHolder {
	border-top: 1px solid #86a7e0;
	border-bottom: 1px solid #86a7e0;
	background: #f2f7ff;
	margin-top: 10px;
	padding: 5px;
}
.genericHolder h2 {
	color: #86a7e0;
}
#ask_the_doc {
	border-top: 1px solid #86a7e0;
	border-bottom: 1px solid #86a7e0;
	background: #f2f7ff;
}
#ask_the_doc h1 {
 	margin: -10px;
	color: #86a7e0;
	border-bottom: 0;
}
#search {
	margin: 5px;
	width: auto;
	margin: auto;
	text-align: center;
}
#search .input {
	background: url('../images/layout/input_background.jpg') no-repeat;
	line-height: 20px;
	width: 180px;
	padding: 2px 10px 5px 10px;
	margin: 2px;
	border: 0;
	
}
#login {
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	text-align: center;
}
#login .input {
	background: url('../images/layout/input_background.jpg') no-repeat;
	line-height: 20px;
	width: 180px;
	padding: 2px 10px 5px 10px;
	margin: 2px;
	border: 0;
}
#error {
	background: #ffdcdc;
	border-top: 1px solid #d51f23;
	border-bottom: 1px solid #d51f23;
	padding: 5px;
}
#error h2 {
	color: #d51f23;
	border: none;
}
#members_nav {
	padding: 2px;
	margin: 5px;
	background: #f2f7ff;
}
#members_nav ul {
	list-style: none;
}
#members_nav li {
	border-bottom: 1px solid #86a7e0;
}