/* browser resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body * {
min-height: 0;
}
strong {
font-weight: bold;
}
/* end browser resets*/

#wrapper {
	width: 998px;
	height: 740px;
	margin: 20px auto 0 auto;
	background: #E4E5E7 url(../img_css/wrapper_back.png) 100% 100% no-repeat;
	position: relative;
}
#logo {
	position: absolute;
	top: 14px;
	left: 724px;
}
#primenav {
	position: absolute;
	width: 665px;
	top: 118px;
	left: 0;
	height: 24px;
	border-bottom: 1px solid #F39911;
	padding-left: 35px;
	padding-bottom: 3px;
}
.physiodo #primenav {
	border-bottom: 1px solid #6A7379;
}
#primenav li {
	line-height: 28px;
	float: left;
	display: block;
	height: 28px;
}
#primenav li a {
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	float: left;
	display: block;
	height: 28px;
	padding-right: 15px;
	font-family: "Arial Narrow", Arial, Sans-Serif;
	color: #6A7379;
	text-decoration: none;
	text-transform: lowercase;
}
#primenav li a:hover {
	color: #333;
}
#primenav li a.rex-current, #primenav li a.rex-active {
	color: #000;
}

#subnav {
	position: absolute;
	width: 665px;
	top: 146px;
	left: 0;
	height: 28px;
	padding-left: 35px;
}
#subnav li {
	line-height: 28px;
	float: left;
	display: block;
	height: 28px;
}
#subnav li a {
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	float: left;
	display: block;
	height: 28px;
	padding-right: 15px;
	font-family: "Arial Narrow", Arial, Sans-Serif;
	color: #6A7379;
	text-decoration: none;
	text-transform: lowercase;
}
#subnav li a:hover {
	color: #F39911;
}
#subnav li a.rex-current, #subnav li a.rex-active {
	color: #D0711B;
}
#slides {
	position: absolute;
	top: 195px;
	left: 35px;
}
#slides img {
	position: absolute;
	top: 0;
	left: 0;
}
#content {
	position: absolute;
	left: 630px;
	top: 195px;
	width: 360px;
	height: 330px;
	overflow: auto;
	z-index: 100;
	color: #6A7379;
}
#cinner {
	width: 330px;
	height: 330px;
	padding-right: 15px;
}
#content h1 {
	line-height: 1.2;
	font-size: 15px;
	margin-bottom: .75em;
	color: #666;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Sans-Serif;
	
}
#content h2 {
	line-height: 1.2;
	font-size: 13px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #555;
	font-family: "Arial Narrow", Arial, Sans-Serif;
}
#content p {
	line-height: 1.4;
	font-size: 12px;
	margin-bottom: 1em;
}
#content a {
	color: #D0711B;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	margin-bottom: 12px;
	padding-left: 10px;
}
#content li {
	line-height: 1.4;
	font-size: 12px;
	margin-bottom: .2em;
	padding-left: 16px;
	background: transparent url(../img_css/bullet.png) 0 4px no-repeat;
	color: #666;
}
#footer {
	position: absolute;
	top: 660px;
	left: 35px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Sans-Serif;
	color: #6A7379;
}
#footer a {
	font-size: 14px;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Sans-Serif;
	color: #6A7379;
	text-decoration: none;
	text-transform: lowercase;
}
#footer a:hover {
	color: #333;
}
#footer a.active {
	color: #000;
}
/* helpers */
.h {
	display: none;
	visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* START PLUGINS CSS */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: transparent;
}
.jScrollPaneDrag {
	position: absolute;
	background: #ddd;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url(../img_css/arrow_up.png) 0 0 no-repeat;
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url(../img_css/arrow_down.png) 0 0 no-repeat;
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
