/************************************************

GLOBAL STYLES

************************************************/
form.no-space {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	background: url(../images/bg-body.gif) center repeat-y #7bb8ed;
	/*background: #7bb8ed;*/
	font-family: Tahoma;
	font-size: 11px;
}

div#container {
	width: 785px;
	margin: 0px auto;
}

div#wrapper-header,
div#wrapper-content,
div#wrapper-footer {
	position: relative;
	background: white;
	border: 5px solid #FFFFFF;
}

hr.clear {
	clear: both;
	display: block;
	visibility: hidden;
	margin: 0px;
}


/************************************************

HEADER STYLES

************************************************/

div#wrapper-header {
	padding-top: 5px;
}

div#wrapper-header img {
	display: block;
	margin: 0px;
	padding: 0px;
}

div#header-logo {
	position: absolute;
	margin-left: 16px;
	margin-top: 9px;
}

/***************************************
SUB NAV STYLES
***************************************/

div#header-sub-nav {
	position: absolute;
	margin-left: 467px;
	text-align: right;
	width: 300px;
}

div#header-sub-nav a {
	color: #0f4083;
	text-decoration: none;
}

div#header-sub-nav a:hover {
	color: #8dc2f1;
}

div#header-sub-nav b {
	color: #336dae;
}

/***************************************
MAIN NAV STYLES
***************************************/

div#header-nav-1,
div#header-nav-2,
div#header-nav-3,
div#header-nav-4 {
	position: absolute;
	width: 117px;
	height: 41px;
	margin-top: 59px;
	text-align: center;
}

div#header-nav-1 {
	margin-left: 290px;
	background: url(../images/bg-nav-1.jpg) top left no-repeat;
}

div#header-nav-1.on {
	background: url(../images/bg-nav-1-on.jpg) top left no-repeat;
}

div#header-nav-2 {
	margin-left: 410px;
	background: url(../images/bg-nav-2.jpg) top left no-repeat;
}

div#header-nav-2.on {
	background: url(../images/bg-nav-2-on.jpg) top left no-repeat;
}

div#header-nav-3 {
	margin-left: 530px;
	background: url(../images/bg-nav-3.jpg) top left no-repeat;
}

div#header-nav-3.on {
	background: url(../images/bg-nav-3-on.jpg) top left no-repeat;
}

div#header-nav-4 {
	margin-left: 650px;
	background: url(../images/bg-nav-4.jpg) top left no-repeat;
}

div#header-nav-4.on {
	background: url(../images/bg-nav-4-on.jpg) top left no-repeat;
}

div#header-nav-1 a,
div#header-nav-2 a,
div#header-nav-3 a,
div#header-nav-4 a {
	display: block;
	margin-top: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #01357c;
}

div#header-nav-1.on a,
div#header-nav-2.on a,
div#header-nav-3.on a,
div#header-nav-4.on a {
	color: #FFFFFF;
}


/***************************************
BANNER LEFT STYLES
***************************************/

div#banner-left {
	position: absolute;
	margin-left: 230px;
	margin-top: 115px;
	width: 250px;
	height: 180px;
}

div#banner-left-content {
	margin-left: 20px;
	margin-top: 20px;
}

div#banner-left-content label {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 3px;
}

div#banner-left-content select {
	width: 180px;
	margin-bottom: 15px;
	font-size: 11px;
}

div#banner-left-content img#cat-go,
div#banner-left-content img#con-go {
	float:right;
	 margin-top: -36px; 
	padding-right: 20px;
	border: 0px;
}

/***************************************
BANNER RIGHT STYLES
***************************************/

div#banner-right {
	position: absolute;
	margin-left: 490px;
	margin-top: 115px;
	padding-top: 3px;
	width: 280px;
	height: 180px;
	z-index: 5;
}

div#banner-right-content {
	margin-top: 10px;
	margin-left: 10px;
}

div#banner-right-content h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: -5px;
	
}

div#banner-right-content h1 span#big {
	color: #c8471f;
	font-size: 19px;
}

div#banner-right-content h1 a {
	color: #E8CD01;
	text-decoration: none;
}

div#banner-right-content h1 a:hover {
	color: #FEAA16;
}

div#banner-right-content h2 {
	color: #FFFFFF;
	font-size: 20px;
	margin-top: -5px;
	margin-bottom:-7px;
}

div#banner-right-graphic {
	position: absolute;
	margin-top: 137px;
	margin-left: 667px;
}

/************************************************

CONTENT STYLES

************************************************/

div#wrapper-content {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%;
}

/***************************************
CONTENT LEFT STYLES
***************************************/

div#content-left {
	float: left;
	width: 227px;

}



ul#nav-products {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#nav-products li {
	background: url(../images/bg-ul-products.gif) top left no-repeat;
	width: 227px;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 10px;
}

ul#nav-products li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 6px;
}

ul#nav-products li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 9px;
}

ul#nav-products li ul li {
	background: url(../images/bg-li-products.gif) top left no-repeat;
	width: 227px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	text-indent: 10px;
	margin-bottom: 0px;
}

ul#nav-products li ul li:hover {
	background: url(../images/bg-li-products-on.gif) top left no-repeat;
}

ul#nav-products li ul li a {
	display: block;
	margin: 0px;
	padding-top: 7px;
	color: #e10000;
	text-decoration: none;
	font-weight: bold;
}


div#wrapper-contact-block {
	margin-top: 5px;
	height: 94px;
	background: url(../images/bg-red-contact-square.gif) top left no-repeat;
	padding: 10px;
	color: #FFFFFF;
}

div#wrapper-contact-block a {
	color: #FFFFFF;
	text-decoration: none;
}

div#wrapper-contact-block a:hover {
	color: red;
}

/***************************************
CONTENT RIGHT STYLES
***************************************/

div#content-right {
	float: right;
	width: 542px;
}

div#content-right p {
	margin-left: 10px;
	margin-right: 10px;	
	line-height: 16px;
}

div#content-right h1 {
	color: #3771B0;
	text-decoration: none;
	margin-left: 10px;
	font-size: 19px;
}

div#content-right h2 {
	color: #3771B0;
	text-decoration: none;
	margin-left: 10px;
	font-size: 12px;
}

div#content-right a,
div#content-right a:visited {
	text-decoration: none;
	color: #2C5A8D;
}

div#content-right a:hover {
	color: #8dc2f1;

	text-decoration: underline;
}

div#content-banner {
	height: 196px;
}

div#content-banner.default,
div.banner.default {
	background-image: url(../images/bg-dedicated-banner.jpg);
	background-repeat: no-repeat;
}

div#content-banner.default-pride,
div.default-pride {
	background-image: url(../images/bg-dedicated-pride-banner.jpg);
	background-repeat: no-repeat;
}

div#content-banner.default-ezaccess,
div.default-ezaccess {
	background-image: url(../images/bg-dedicated-ezaccess-banner.jpg);
	background-repeat: no-repeat;	
}

div#content-banner.default-jobst,
div.default-jobst {
	background-image: url(../images/bg-dedicated-jobst-banner.jpg);
	background-repeat: no-repeat;	
}

div#content-banner.default-tempurpedic,
div.default-tempurpedic {
	background-image: url(../images/bg-dedicated-tempurpedic-banner.jpg);
	background-repeat: no-repeat;	
}

div#content-banner.default-bruno,
div.default-bruno {
	background-image: url(../images/bg-dedicated-bruno-banner.jpg);
	background-repeat: no-repeat;	
}


div#content-banner-content {
	position: absolute;
	width: 270px;
	height: 120px;
	margin-left: 253px;
	margin-top: 45px;
	line-height: 18px;
}

div#content-banner-content a {
	color: #0f4083;
	text-decoration: none;
}

div#content-banner-content a:hover {
	color: #8dc2f1;
}

div#content-logos {
	background: url(../images/bg-logo-background.gif) top left no-repeat;
	height: 78px;
	margin-top: 3px;
	vertical-align: middle;
	text-align: center;
}

/***************************************
CONTENT RIGHT STYLES
***************************************/

div#right-subnav {
	width: 160px;
	float: right;
/*
	background: #bbdffe;
	border: 1px;
	border-style: solid;
	border-color: #2a5781;

	background-image: url(../images/bg-right-subnav.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
*/
}















/***************************************
CONTENT RIGHT NEWS STYLES
***************************************/

div#wrapper-news {
	position: relative;
	margin-top: 5px;
	height: 218px;
}

div#wrapper-news a {
	color: #0f4083;
	text-decoration: none;
}

div#wrapper-news a:hover {
	color: #8dc2f1;
}


div#news-clinics {
	float: left;
	width: 260px;
}

div#news-services {
	float: right;
	width: 260px;
}

div#header-news,
div#header-services {
	background: url(../images/bg-dark-blue-banner.jpg) top left no-repeat;
	height: 51px;
	color: #FFFFFF;
	font-size: 18px;
	text-indent: 10px;
	padding-top: 12px;
}

div#service-box-1,
div#service-box-2,
div#service-box-3,
div#clinic-box-1,
div#clinic-box-2,
div#clinic-box-3 {
	background: url(../images/bg-faded-box.jpg) top left no-repeat;
	height: 51px;
	margin-top: -9px;
	padding-left: 5px;
	padding-top: 10px;
}

div#service-box-2,
div#service-box-3,
div#clinic-box-2,
div#clinic-box-3 {
	margin-top: -8px;
}


/************************************************

FOOTER STYLES

************************************************/

div#wrapper-footer {
	text-align: center;
	color: #0f4083;
}

div#wrapper-footer a {
	color: #0f4083;
	text-decoration: none;
}

div#wrapper-footer a:hover {
	color: #8dc2f1;
}















ul#nav-products-subnav {
	list-style: none;
	margin-left: 5px;
	padding: 0px;
}

ul#nav-products-subnav li {
	text-align: center;
	background: url(../images/bg-ul-products-subnav.gif) top left no-repeat;
	width: 150px;
	color: #0f4083;
}

ul#nav-products-subnav li a {
	color: #2c5a8d;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 6px;
}

ul#nav-products-subnav li a:hover {
	color: #0f4083;
}


ul#nav-products-subnav li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 9px;
}

ul#nav-products-subnav li ul li {
	background: url(../images/bg-li-products-subnav.gif) top left no-repeat;
	text-align: left;
	width: 150px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	text-indent: 10px;
	margin-bottom: 0px;
}

ul#nav-products-subnav li ul li a {
	font-weight: normal;
	display: block;
	margin: 0px;
	padding-top: 7px;
	color: #2c5a8d;
	text-decoration: none;
}

ul#nav-products-subnav li ul li a:hover {
	color: #2c5a8d;
}
