body {
	background: url(../images/bodbg.png) repeat-y fixed top;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
}
#holder {
	width: 800px;
	margin: 0 auto 75px auto;
	position: static;
}
#header {
	width: 800px;
	height: 200px;
	margin: 0;
	padding: 0;
}
#nav {
	width: 800px;
	height: 30px;
	background: #F5F5F5 url(../images/navbg.jpg) repeat-x top;
	line-height: 30px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid black;
}
#nav ul {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
#nav ul li {
	float:left;
	margin: 0;
  	padding: 0;
  	list-style:none;  
  	white-space:nowrap;	
  	background:none;	
}	
#nav ul li a {
	display: block;
	padding: 0 8px;
	border-bottom: 2px solid #633C3D;
	color: #633C3D;
	text-decoration: none;
	margin: 0;
}	
#nav ul li a:hover {
	color: #0068CC;
	border-bottom: 2px solid orange;
	background: transparent url(../images/navbg_over.jpg) repeat-x bottom;
}
#main {
	width: 780px;
	/*height: 575px;
	overflow: auto;*/
	clear: both;
	padding: 0 10px;
}
#main p {
	margin: 5px 10px 10px 10px;
}
h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #006;
	text-decoration: underline;
}
h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #009;
	border-bottom: 1px solid #009;
}
.left {
	float: left;
	margin: 0 5px 5px 0;
}
.right {
	float: right;
	margin: 0 0 5px 5px;
}
.clear {
	clear: both;
}
.extra {
	display: inline;
	font-style: italic;
}
.about {
	display: inline;
	font: bold 16px Arial, Helvetica, sans-serif;
}
#contactus {
	width: 500px;
	height: auto;
	margin: 0 auto;
	position: static;
}
#contact_usa {
	width: 100%;
	padding: 5px;
	border: 1px solid black;
}
#contact_usa h3 {
	margin: 0;
}
#contact_usa h4 {
	padding-left: 10px;
}
.boldit {
	font-weight: bold;
	color: #CC0000;
}
.boldit2 {
	font-weight: bold;
	color: black;
}
#case {
	width: 600px;
	margin: 0 auto;
	position: static;
}
.photos {
	width: 135px;
	height: 155px;
	padding: 5px;
	float: left;
	text-align: center;
	font-size: 11px;
	margin: 0 5px 10px 0;
}
.photos2 {
	width: 135px;
	padding: 5px;
	float: left;
	text-align: center;
	font-size: 11px;
	margin: 0 5px 10px 0;
}
blockquote.norm {
	width: 80%;
	margin: 30px;
	padding-left: 15px;
	border-left: 1px solid #0162AF;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}
blockquote {
	margin: 5px 10px;
	font: italic bold 14px Arial, Helvetica, sans-serif;
}
blockquote p {
	margin-top: 0;
}
blockquote p.bot {
	margin-bottom: 0;
}
blockquote ul {
	margin: 0;
}
li {
	margin-bottom: 5px;
}
li .boldit {
	padding-left: 25px;
}
.captcha {
	width: 350px;
	height: 150px;
	margin: 0 auto;
	position: static;
}
.noforms {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: black;
	background: #d5e9fc;
	border: 1px solid red;
	clear: both;
	padding: 3px;
	text-align: center;
}
#footer {
	width: 100%;
	height: 35px;
	background-color: #eee;
	border: 1px solid #aaa;
	border-bottom: none;
	margin: 0;
	bottom: 0;
	left:0;
	position: fixed;
	font: italic bold 11px Arial, Helvetica, sans-serif;
	clear: both;
	text-align: center;
}
#footer a {
	color: #CC0000;
	text-decoration: none;
	margin: 0 10px;
	line-height: 35px;
}	
#footer a:hover {
	color: #0068CC;
	text-decoration: underline;
}
.sup {
	font-size: 10px;
}
.under {
	text-decoration: underline;
}
.under_red {
	text-decoration: underline;
	color: #CC0000;
}
.under_redb {
	text-decoration: underline;
	color: #CC0000;
	font-weight: bold;
}
dd ul {
	margin-bottom: 20px;
}
dd ul li ul {
	margin: auto;
}
dl {
	margin: 20px 30px;
	padding: 0 10px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
dt {
	margin: 20px 0 10px 0;
	clear: both;
}
.line {
	text-decoration:line-through;
}