/**/@media screen {
/* GLOBAL/GENERAL */
html {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:12px;
	overflow-y: scroll;
}
body {
	margin:0 auto; 
	min-width:900px; 
	text-align:center; 
	background:#fff url(../images/main_bg.png) repeat-x top;
}
#page {
	background: url(../images/page_bg.png) no-repeat top center;
	width:940px; 
	margin:0 auto;
}
#wrapper {
	width:900px;
	margin:0 auto; 
	text-align:left;
}
img {
	border: 0;
}
form {
	margin: 0;
}
a {
	color:#5B1400;
}
a:hover {
	color:#CA9E40;
}
p {
	margin: 0 0 12px 0;
	line-height:20px;
}
/*h1,h2,h3,h4 {*/
h2,h3,h4 {
	margin:0 0 12px 0;
	font-weight:bold;
	color:#5B1400;
}
h1 {
	/*font-size: 28px;*/
	margin: 0;
	background: url(../images/header.jpg);
	height: 246px;
	text-indent: -777em;
	overflow: hidden;
}
h1 
br {
	display: none;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
.clear {
	clear:both;
}

/* CONTENT WRAPPER/BG */
#contentWrapper {
	background:#fff url(../images/content_bg.jpg) repeat-y;
	overflow: auto;
}

/* CONTENT */
#content {
	margin: 0 20px 50px 232px !important;
	margin: 0 20px 0 232px;
	padding:20px 0 0 0;
	display: block !important;
	display: inline-block;
	position: relative;
}

/* SIDEBAR - LEFT COLUMN */
#sideBar {
	float:left; 
	width:185px; 
	margin:0 0 0 23px;
	padding:10px 0 0 0;
	color:#333;
	display: block !important;
	display: inline;
}

/* NAVIGATION */
#nav {
	list-style:none;
	margin:0 0 12px 0;
	padding:0;
	display: block !important;
	display: inline-block;
	/* overflow: hidden; */
}
#nav li {
	margin-bottom:1px;
	float: left;
	clear: left;
	width: 180px;
}
#nav a {
	display:block;
	padding:6px 2px 6px 10px;
	color:#fff;
	width: 170px;
	border:1px solid #DAB868;
	background: #5B1400 url(../images/nav_bg.png) repeat-x top left;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover, 
#nav .current a {
	display:block;
	padding:6px 2px 6px 10px;
	color:#5B1400;
	width: 170px;
	border:1px solid #5B1400;
	background: #5B1400 url(../images/nav_bg2.png) repeat-x top left;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

/* FOOTER */
#footer {
	position:relative; 
	background: #5B1400 url(../images/footer_bg.jpg) repeat-x top; 
	width:900px; 
	height:112px;
}
#footer a {
	color:#FFCC00;
}
#footer #address {
	position:absolute;
	width:auto;
	height:auto;
	left: 19px;
	top: 39px;
	color:#fff;
	font-size:12px;
}
#footer #contacts {
	position:absolute;
	width:auto;
	height:auto;
	left: 303px;
	top: 39px;
	color:#fff;
	font-size:12px;
}
#footer #op {
	position:absolute;
	top:24px;
	right:15px;
	background: url(../images/oandp.com.png) no-repeat top;
	margin: auto;
	width: 112px;
	height: 75px;
	cursor:pointer;
	color:#999;
	font-size:10px;
}
#footer #op a {
	display: block !important;
	height: 100%;
	color:#fff;
	text-decoration: none;
}
#footer #op span {
	display: none;
}

/* BOTTOM OF LAYOUT / SHADIOW */
#shadowbottom {
	width:900px; 
	/*height:auto;*/
	height: 20px;
	background: url(../images/shadow_bottom.png);
}
#welcome {
	width: 617px;
	height: 79px;
	background: url(../images/header_home.gif);
	text-indent: -777em;
	overflow: hidden;
}
#op, 
#shadowbottom {
	behavior: url(/assets/css/iepngfix.htc);
	/*behavior: url(/op/sequoiaprosthetics-com/assets/css/iepngfix.htc);*/
}
/**/}