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

/* Elements */

* { padding:0px; margin:0px; }

body {
	background-color:#FFFFFF;
	text-align:center;
	margin:20px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {
	display:block;
} /* IE6 fix */

a:hover {
	text-decoration:underline;
}

p {
	padding: 0 0 8px 0;
	color:#003366;
	line-height:18px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003366;
	font-size:18px;
	padding: 0px 0px 8px 0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003366;
	font-size:14px;
	padding: 0px 0px 8px 0px;
}

ul {
	padding-left:20px;
	margin-right:20px;
	color:#003366;
	line-height:18px;
}

/* IDs */

div#container {
	background-image:url(../images/page_background.png);
	background-repeat:repeat-y;
	width:723px;
	margin: 0px auto;
	text-align:left;
}

div#header {
	background-image:url(../images/header.png);
	height:108px;
	width:723px;
	position:relative;
}

div#header_links_1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	top:5px;
	right:10px;
	color:#FFF;
}

div#header_links_1 a {
	text-decoration:none;
	color:#fff;
}
div#header_links_2 a {
	text-decoration:none;
	color:#006;

}
div#header_links_1 a:hover, div#header_links_2 a:hover {
	text-decoration:underline;
}

div#header_links_2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	bottom:5px;
	right:10px;
	color:#000066;
	font-weight:bold;
}

div#menu {
	background-image:url(../images/menu_back.png);
	height:32px;
}

div#main {
	padding:0px 10px;
	background-image:url(../images/main_top.png);
	background-position:top;
	background-repeat:no-repeat;
}

div#flash_img {
	text-align:center;
	padding: 6px 2px;
}

div#content {
	padding: 30px 10px 30px 300px;
}

div#content_full {
	padding: 30px 10px 30px 10px;
}

div#content_left {
	width: 345px;
	float:left;
}

div#content_right {
	width: 345px;
	float:right;
}
div#content_center {
	width: 345px;
	clear:both;
	margin:0 auto;
}
div#footer {
	background-image:url(../images/footer_back.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height:108px;
}
div#footer_inner {
	padding:30px 10px 10px 10px;
	color:#999999;
	text-align:center;
	font-size:10px;
}

div#footer a {
	text-decoration:none;
	color: #7d7db4;
	font-weight:bold;
}

/* Classes */

/* Doctor Boxes */

div.doc_box {
	border: 1px solid #e4e8da;
	margin-bottom: 30px;
}

div.doc_name {
	background-image:url(../images/doc_header_back.png);
	margin-top: 9px;	
}

div.doc_name_inner {
	background-image:url(../images/doc_header_cap_l.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:5px 0px 5px 4px;
}

div.doc_name a {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:14px;
	padding: 13px 0px 5px 0px;
	text-decoration:none;
	height:24px;
}

div.doc_info {
	background-image:url(../images/doc_info_back.png);
	margin-left:6px;
}

div.doc_info_inner {
	background-image:url(../images/doc_info_cap_l.png);
	background-repeat:no-repeat;
	background-position:left;
	height:116px;
	padding:0px 4px;
}

.doc_info_inner p{
	padding:4px 8px;
	color:#663300;
}

div.doc_pic_outer {
	width:128px;
	float:right;
	background-image:url(../images/doc_img_back.png);
}

div.doc_pic_mid {
	background-image:url(../images/doc_img_cap_l.png);
	background-repeat:no-repeat;
	background-position:left;
}

div.doc_pic_inner {
	background-image:url(../images/doc_img_cap_r.png);
	background-repeat:no-repeat;
	background-position:right;
}

img.doc_pic {
	padding:4px;
}

/* Products */

div.product {
	float:left;
	clear:left;
	width:100%;
	padding-bottom:20px;
}
.product_title {

}
.product_inner {
	border:#003366 solid 1px;
	padding: 1px;
	float:left;
	position:relative;
	width:99%;
}
.product_image {
	float:left;
	padding: 3px 10px 3px 3px;
}

.product_info {
	margin-bottom: 14px;

}

.product_order {
	position:absolute;
	bottom: 2px;
	right: 0px;
	font-weight:bold;
	width:400px;
	text-align:right;
	padding: 4px;
}

.product p {
	padding-left:4px;
	padding-right:4px;
}


/* Misc */

.cap_left {
	float:left;
}

.cap_right {
	float:right;
}

.box_clear {
	clear:both;
}

p.quotes {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	padding: 4px 30px;
}

img.img_center {
	margin: 10px auto;
}

.img_left {
	float:left;
	padding: 8px;
}

.focus {
	font-style:italic;
}

.pdf_logo {
	display:inline;
	padding: 0 2px;
}
