/*
Theme Name: Nurse Owned Business
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
}



.container {
	border: 1px solid #bfbfbf;
	margin:auto;
	width:734px;
}


.header {
	height:301px;
	background-image:url(images/header.jpg);
}

.logo {
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.logo h1{
	font-size:22px;
	color: #E9E9E9;
	float:left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.logo h2 {
	color: #AEAEAE;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
}

	
.headermsg {
	color: #FFF;
	margin-top: 77px;
	margin-right: 180px;
	margin-bottom: 12px;
	margin-left: 299px;
}

.menu {
	padding-left:22px;
	margin-top: 75px;
	margin-bottom:0px;

	
	
}

.menu  a {
	background-image: url(images/separator.jpg);
	background-repeat: no-repeat;
	display:inline;
	padding-left: 15px;
	padding-right: 15px;
	margin-left:22;
	height:19px;
	float:left;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
		text-align:center;
}



.contentbox {
	border: 1px solid #CCC;
	margin:8px;
	background-color: #FFF;
	padding: 4px;
}

.contentbox2 {
	padding:7px;
	background-color:#FFFFF2;
}

.contentbox2single {
	padding: 11px;
}

.contentbox2single h1 {
	color:#09F;
	text-transform: capitalize;
	margin: 3px;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
}



.contentbox a{
	color:#09F;

	text-decoration:none;
}

.contentbox2h1  h1{
	font-size:16px;
	margin:0px;
	font-weight: bold;
	background-color: #FFFFF2;
}

.contentbox2h1 a{
	color:#F60;
	text-decoration:underline;
}


.contentbox2 a {
	color:#ff4800;
}

.product {
	float:left;
	width:330px;
	margin:8px;
	padding:8px;
	text-align: justify;
	border: 1px dashed #CCC;
}

.product a {
	color:#09F;
}

.highlighwords {
	color:#F30;
	font-weight:bold;
}


.product2 {
	color:#666;
	border: 1px solid #000;
	background-color: #FFFFE1;
}

.product h1 {
	color:#006bc6;
	font-size:16px;
	margin:0px;
	text-transform: uppercase;
}

.productimage {
	float:left;
	padding:1px;
	margin: 6px;
}

.anotherproduct {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
}

.clear {
	clear:both;
}

.bottom {
	margin:auto;
	width:734px;
	text-align: right;
	padding: 11px;
}

.price {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	margin:auto;
	text-align:center;
}

.price b {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #06F;
}

.price2 {
	float:left;
	margin: 2px;
	width: 150px;
	text-align: center;
	border: 2px dashed #F90;
	font-size: 14px;
	font-weight: bold;

}

.price2:hover {
	border: 2px dashed #9C0;
}

.ourproducts {
	padding:6px;
	font-size:24px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #F30;
	display: block;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}


.included {
	margin:auto;
	width:auto;
	background-color: #FFF;
	padding: 7px;
}

.free {
	color:#F00;
	text-decoration:underline;
	font-style: italic;
	font-weight: bold;
}


.ordernow {
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	color: #F60;
	border-top-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
}

.note {
	font-size:10px;
	text-align:center;
}

.tags1 {
	padding:4px;
	color:#06C;
	font-weight:bold;
	border: 1px dashed #999;
	margin-top:20px;
}

.tags1 a{
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

.tags1 a:hover {
	text-decoration:underline;
}

