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

/*
Description: Harry Friedman DO
Author: GReG R.
Author URL: http://www.gregr.net/
*/

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

html {
	min-width: 950px;
}

body {
	height: 100%;
	width: 100%;
	background-image: url(images/backdrop.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	min-width: 950px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-align: justify;
	padding-top: 6px;
	padding-bottom: 6px;
}

img {border-style: none;}

a img {
	display: block;
	border-style:solid;
	border-width:thin;
	border-color:#2d3647;
}

a:hover img{
	border-style:solid;
	border-width:thin;
	border-color:#FFFFFF;
}

.bordered{border:2px solid #2d3647;}
a img.bordered {border:2px solid ##2d3647;}
a:hover img.bordered {border: 2px solid #FFFFFF}

a:link {
	color: #DB873A;
	border-style:none;
	
}
a:active {
	color: #B14B3D;
	border-style:none;
	
} 
a:visited {
	color: #DB873A;
	border-style:none;
	
} 
a:hover {
	color: #B14B3D;
	border-style:none;
}

.spacer{
	height: 260px;
}

.section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
	color: #4D4D4D;
	font-style: italic;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}

.topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	display: block;
	padding-bottom: 8px;
	color: #B14B3D;
}

.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	color: #000000;
	padding-top: 5px;
	padding-left: 3px;
}

.reference {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	color:#999999;
	padding-top: 3px;
	padding-left: 3px;
}

.sub_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding-left: 15px;
	list-style-type: disc;
	padding-bottom: 10px;
}

.sub_list li {
	padding: 4px;
}


.footer_rt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

.txt_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	color: #333333;
}

.loudly {
	color: #B14B3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	margin-top: 1.2em;
}

.sale {
	font-size: 18px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	width: 704px;
	text-align: center;
	color: #B14B3D;
	border: 1px solid #000000;
	background-image: url(images/gradient.gif);
}

#order {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	font-weight: bold;
	z-index: auto;
	float: right;
	position: absolute;
	left: 249px;
	top: 1019px;
	display: inline;

}

#wrapper {
	width: 100%;
	z-index: auto;
	min-height: 100%;
}

#body{
	height:100%;
	z-index: auto;
	width: 100%;
}


#header{
	background-image: url(images/hdbackdrop.jpg);
	background-repeat: repeat-x;
	width: 100%;
	z-index: 1;
	height: 171px;
}

#ltheader{
	position:absolute;
	border:none;
	width:auto;
	height:auto;
	left: 0px;
	top: 0px;
}

#rtheader{
	position:absolute;
	border:none;
	width:auto;
	height:auto;
	left: 209px;
	top: 0px;
}

#address{
	position:absolute;
	border:none;
	width:140px;
	height:95px;
	left: 801px;
	top: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DB873A;
	text-align: right;
	white-space: nowrap;
	line-height: 16px;
}

#map{
	position:absolute;
	left: 905px;
	top: 26px;
	width: 34px;
	height: 10px;
}

#map a img{
	border:none;
}


#sbox{
	position:absolute;
	left: 13px;
	top: 172px;
}


#navbar{
	position:absolute;
	left: 208px;
	top: 145px;
	height: 26px;
	z-index:13;
	background-image: url(images/navback.jpg);
	background-repeat: repeat-x;
	width: 668px;
}


#quote {
	z-index:4;
	position:absolute;
	left: 13px;
	top: 620px;
	width: 182px;
	height: 74px;
	font-size:13px;
	font-weight:normal;
	color:#FFFFFF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

#features {
	padding-top: 10px;
	display: block;
	margin-bottom: 10px;

}

#fframe {
	background-color: #2d3647;
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	height: 82px;
	padding: 5px;
	float: left;
	
}

#fbody {
	padding-top: 5px;
}

#fframe a:link {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#fframe: a:hover {
	color: #FFFFFF;
	border-top-style: thin;
	border-right-style: thin;
	border-bottom-style: thin;
	border-left-style: thin;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#fheader {
	background-image: url(images/f_back.gif);
	background-repeat: repeat-x;
	height: 19px;
}

#fh1 {
float: left;
padding-left: 5px;
padding-top: 3px;
}

#fh2 {
float: left;
padding-left: 5px;
padding-top: 2px;
}

#f1 {
height: 53px;
width: 76px;
float: left;
margin-left: 10px;
}
#f2 {
height: 53px;
width: 120px;
float: left;
margin-left: 15px;
}
#f3 {
height: 53px;
width: 76px;
float: left;
margin-left: 25px;
}
#f4 {
height: 53px;
width: 120px;
float: left;
margin-left: 15px;
}
#f5 {
height: 53px;
width: 76px;
float: left;
margin-left: 25px;
}
#f6 {
height: 53px;
width: 120px;
float: left;
margin-left: 15px;
}


.rtphoto{
	float:right;
	padding-left: 9px;
	padding-bottom: 7px;
	padding-top: 2px;
	z-index:auto;
	display: block;
}

.ltphoto{
	float:left;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-top: 2px;
	z-index:auto;
	display: block;
}

#overlay{
}

#topline{
	background-color: #B14B3D;
	position:absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height: 4px;
	z-index:7;
}

#container{
	display: block;
	z-index:12;
	white-space: normal;
	width: 940px;
}

#content {
	padding-left: 220px;
	z-index: 13;
	display: block;
}

#ltpanel{
	background-color: #e09856;
	width: 208px;
	height: 559px;
	float: left;
}

.watermark {
	background-repeat:no-repeat;
	background-position: 208px 0px;
}

.articles {
	display: block;
	z-index:auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F5D99A;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lists{
	z-index:auto;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-right: 5px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F5D99A;
}

.my_list li{
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 5px;
	background-color: #F9F9F9;
	border: 1px solid #999999;
	list-style-type: none;
}

.my_list{
	font-size: 12px;
	padding: 5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.my_list a:link {
	color:#F5D99A;
	text-decoration: none;
}

.my_list a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

.link_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	background-color: #DB873A;
	padding-left: 3px;
	white-space: nowrap;
	margin-top: 1px;
	margin-left: 3px;
	padding-right: 3px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.link_button a:link{
	color: #FFEAC4;
	text-decoration: none;
}

.link_button a:active{
	color: #FFFFFF;
	text-decoration: none;
}

.link_button a:visited{
	color: #F5D99A;
	text-decoration: none;
}

.link_button a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.comment {
	background-color: #F2F2F2;
	padding-left: 8px;
	margin-right: 210px;
	padding-right: 8px;
}

.title{
	font-size: 12px;
	color: #B14B3D;
	font-weight: bold;
	background-color: #F4F4F4;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-bottom-color: #F4F4F4;
	border-left-color: #F4F4F4;
}

.contact{
	font-size: 12px;
	color: #DB873A;
	padding-bottom: 17px;
}

#map {
	display: block;
}

#bio {
	display: block;

}

#order {
	width: 200px;
	height: auto;
	display: block;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#order_form {
	background-color: #FAEBC9;
	width: 158px;
	padding: 15px;
	color: #000000;
	margin-left: 10px;
	border: 1px solid #000000;
}

.doc_icon {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: left;
	border-style: none;
}

.link_list a:link {
	color: #DA873B;
	text-decoration: none;
}

.link_list a:active {
	color: #B14B3D;
	border-style:none;
	text-decoration: none;
} 

.link_list a:visited {
	color: #B14B3D;
	border-style:none;
	text-decoration: none;
} 

.link_list a:hover {
	color: #B14B3D;
	border-style:none;
}

.doc_area {
	display: block;
	height: 53px;
	width: auto;
	padding: 4px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}


#credits {
	font-size: 11px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	float: right;
	padding-right: 55px;
}

#bottomline {
	background-color: #B14B3D;
	width:100%;
	height: 4px;
}

#footer {
	z-index:14;
}
