body { 
	background: #000 url(/images/bg_page.png) left top repeat-x; 
	color: #333; 
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ccc;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #aaa;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #aaa;
	scrollbar-arrow-color: #ccc;
	margin: 0;
	padding: 0;
}

/* COMMON HTML */

p, td { 
	font-size: 10px; 
	color: #777;
	line-height: 15px;
	margin-top: 5px; 
	margin-bottom: 3px; 
}

h1, h2, h3, h4 { 
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	color: #655653;
	margin: 0 0 10px 0;
	font-family: Georgia, 'Trebuchet MS', Helvetica, verdana, georgia, arial, helvetica, sans-serif;
}

h1:first-letter { font-size: 28px; }

h2 { color: #b2babc; }

h2:first-letter { font-size: 28px; }

h3 { 
	font-size: 16px;
	color: #b2babc;
}

h4 { 
	text-transform: lowercase;
	font-size: 16px;
	color: #393939;
}

hr { border: 2px dotted #ccc; }

/* LAYOUT */

#outer { 
	width: 770px; 
	/* 
	height: 100%;
	*/
	padding: 0;
	margin: 0;
	border: none;
}

#logo {
	width: 200px;
	height: 100px;
	display: inline;
	float: left;
	background: #fff url(/images/header_l.jpg) left top no-repeat;
}

#logotype {
	width: 570px;
	height: 100px;
	display: inline;
	float: left;
	background: #fff url(/images/header_r.jpg) 20px 20px no-repeat;
}

#other_logotype {
	width: 570px;
	height: 100px;
	display: inline;
	float: left;
	background: #fff url(/images/header_hosp.jpg) 20px 20px no-repeat;
}

#navbar { 
	width: 770px;
	height: 40px; 
	border: none; 
	background: #fff url('/images/bg_navbar.png') left top no-repeat;
}

	#navbar td { 
		text-align: center;
		height: 40px; 
	}

		#navbar td img { 
			margin: 5px 10px;
		}
		
		body div div .nav {
			cursor: pointer;
		}

#main {
	width: 770px;
	padding: 0;
	border: none; 
	overflow: none;
}

	.main_top {
		width: 770px;
		height: 10px;
		overflow: hidden;
		background: #fff url('/images/bg_main_top.png') left top no-repeat;
	}

	.main_middle {
		/* 
		width: 770px;
		*/
		background: #fff url('/images/bg_main_middle.png') left top repeat-y;
		padding: 0;
	}

	.main_bottom {
		width: 770px;
		height: 25px;
		overflow: hidden;
		background: transparent url('/images/bg_main_bottom.png') left bottom no-repeat;
	}

#supporting {
	width: 770px;
	padding: 0;
	border: none; 
	overflow: none;
}

table#inner_main {
	width: 700px;
}

	/* 
	#inner_main td div embed {
		position: relative;
		left: 5px;
		padding: 0 0 0 -40px;
		background: blue;
		text-align: left;
	}
	*/

	/* 
	#inner_main td div object {
		margin: 0 0 0 -40px;
		padding: 0;
		width: 480px!important;
		height: 240px!important;
		background: blue;
		text-align: left;
	}
	*/

		/* 
		#inner_main td div * {
			margin: 0 0 0 -40px;
			padding: 0;
			background: red;
		}
		*/

	/* 
	#inner_main td {
		border: 1px solid blue;
	}
	*/

	/* 
	#inner_main td div p {
		margin: 10px 40px;
	}
	*/

#thediv {
	/* 
	margin-left: 14px;
	*/
	margin: 0;
	width: 450px;
	min-height: 267px;
	background: #fff;
	text-align: left;
}

	#thediv object {
		margin-left: 50px;
	}

#jcplayer {
	margin: 0;
	width: 400px;
	height: 195px;
	text-align: left;
}

#ffplayer {
	position: relative;
	left: 5px;
	margin: 0 0 0 -30px;
	width: 400px;
	height: 195px;
	text-align: left;
	border: 1px solid red;
}

	.column {
		/* 
		width: 240px;
		*/
		height: auto;
		background: #fff;
		vertical-align: top;
	}

	.halfcolumn, .leftcol, .rightcol {
		width: 350px;
		height: auto;
		background: #fff;
		vertical-align: top;
	}

	.halfcolumn div {
		margin-left: 30px;
	}

	.rightcol, .middlecol {
		padding-left: 10px;
	}

	.doublewide {
		width: 740px;
	}

	.supporting_top {
		margin: 0 auto;
		width: 375px;
		height: 10px;
		overflow: hidden;
		background: #fff url('/images/bg_supporting_top.png') left top no-repeat;
	}

	.supporting_middle {
		margin: 0 auto;
		width: 375px;
		background: #fff url('/images/bg_supporting_middle.png') left top repeat-y;
		padding: 10px 0;
	}

	.supporting_bottom {
		margin: 0 auto;
		width: 375px;
		height: 25px;
		overflow: hidden;
		background: #fff url('/images/bg_supporting_bottom.png') left bottom no-repeat;
	}

	.rightcol .supporting_top {
		background: #fff url('/images/bg_supporting_top.png') 4px top no-repeat;
	}

	.rightcol .supporting_middle {
		background: #fff url('/images/bg_supporting_middle.png') 4px top repeat-y;
	}

	.rightcol .supporting_bottom {
		background: #fff url('/images/bg_supporting_bottom.png') 4px bottom no-repeat;
	}

	.gutter { 
		padding: 0;
		margin: 0;
		width: 30px; 
		background: #fff;
	}

	#main .content {
		margin: 30px 25px;
	}

	#supporting .content {
		margin: 0 20px;
	}

	.block {
		display: inline;
		float: left;
		text-align: center;
	}

	.block img, .block .title {
		margin-top: 3px;
		margin-bottom: 3px;
		/* 
		text-align: center;
		*/
		font-weight: bold;
		font-size: 12px;
		font-family: Georgia, 'Trebuchet MS', Helvetica, verdana, georgia, arial, helvetica, sans-serif;
	}
	
	.page_title {
		margin-bottom: 20px;
	}

	.onethird {
		width: 240px;
		padding: 20px 0;
	}

		.onethird h3, .onethird p {
			margin-left: 10px;
		}

	.twothirds {
		width: 480px;
		padding: 20px 0;
	}

		.twothirds h3, .twothirds p {
			margin-left: 40px;
		}

	.threethirds {
		width: 730px;
		padding: 20px 0;
	}

		.threethirds h3, .threethirds p {
			width: 680px;
			margin: 0 30px;
		}

.leftdots {
	width: 570px;
	padding: 5px 0 5px 10px;
	border-left: 2px dotted #bbb;
}

.leftcol div p {
	width: 320px;
	margin-right: 10px; 
	margin-bottom: 15px; 
	line-height: 15px;
}

.rightcol div p {
	/* 
	width: 300px;
	margin: 0 35px 10px 15px; 
	*/
	line-height: 15px;
}

#thelowerdiv {
	width: 730px;
	min-height: 40px;
	background: #fff;
}

#thelowerdiv h3, #thelowerdiv img {
	margin: 20px 0 0 10px;
}

#thelowerdiv p {
	line-height: 15px;
	margin: 10px 0 20px 10px;
}

.cms_outer {
	background: #fff;
}

.menu { 
	padding: 0;
	margin-right: 10px;
	border: none; 
	font-size: 12px;
}

#mainmenu { 
	height: 35px;
	margin: 0;
	border: none;
	background: transparent;
	text-transform: uppercase;
	text-align: center;
	color: #eee;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
}

.rightvert, .bothvert {
	height: 20px;
	margin: 10px;
	overflow: hidden;
	padding-right: 20px;
	/* 
	border-right: 1px solid #777;
	*/
}

.bothvert {
	padding-left: 20px;
	/* 
	border-left: 1px solid #777;
	*/
}

#interiormain {
	width: 970px;
	padding: 0;
	margin: 0 auto;
	border: none; 
	overflow: none;
	background: #fff;
}

#interiorhead {
	border-bottom: 2px dotted #bbb;
}

#gallerymain {
	width: 970px;
	height: 300px;
	padding: 0;
	margin: 60px auto 0 auto;
	border: none; 
	overflow: hidden;
}

#divider {
	border-bottom: 2px dotted #bbb;
}

/* 
#logoleft {
	width: 250px;
	height: 130px;
	background: #fff url(/images/logo_left.jpg) top left no-repeat;
}

#logoright {
	width: 320px;
	height: 130px;
	background: #fff url(/images/logo_right.jpg) top right no-repeat;
}
*/

/* 
#content {
	width: 650px;
	height: 350px;
	overflow: none;
	border-right: 2px dotted #bbb;
	vertical-align: top;
}
*/

/* 
.content_wide {
	width: 530px;
	background: #ffe;
	border: 1px solid #fff; 
	padding: 10px;
	margin: 10px 0 0 0;
	overflow: none;
}
*/

#detail {
	width: 320px;
	vertical-align: top;
}

#detail div {
	margin: 30px 10px 10px 10px;
}

#detail div h2 {
	text-transform: none;
	margin: 10px 0;
}

.clear {
	clear: all;
}

/* 
.trmain {
	background: #fff;
}
*/

.product {
	width: 100px;
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}

.product img {
	margin: 0 auto 10px auto;
}

/* 
.product b {
	margin-top: 5px;
	margin-bottom: 0;
}
*/

/* 
#clear p, #clear h1, #clear h2, #clear h3, #clear h4, #clear img {
	margin: 0;
}

div.product {
	width: 150px;
	height: 163px;
	padding: 0;
	margin: 10px 5px;
	background: #fff;
	border: none;
	overflow: none;
	float: left;
	display: inline;
	text-align: center;
}

.callout {
	width: 490px;
	padding: 10px;
	margin: 10px 0 0 0;
	background: #f5e9e9;
	border: 1px #ed8190 dashed;
	overflow: auto;
}

	#callout p, #callout h1, #callout h2, #callout h3, #callout h4 {
		margin: 5px 10px;
	}

	#callout img {
		margin: 10px 10px 5px 10px;
	}

.buybox {
	padding: 5px;
	margin: 0 10px;
	background: #f5e9e9;
	border: 1px #ed8190 dashed;
	overflow: none;
}

#upcoming, #upcoming p {
	width: 100%;
	font-size: 11px; 
	color: #333;
}
*/

input { 
	outline-color: #ccc;
	outline-style: solid;
	outline-width: 1px;
	padding: 1px; 
	font-size: 10px; 
	
}

textarea { 
	outline-color: #ccc;
	outline-style: solid;
	outline-width: 1px;
	padding: 2px; 
	font-size: 11px; 
}

select { 
	outline-color: #ccc;
	outline-style: solid;
	outline-width: 1px;
	padding: 1px; 
	font-size: 10px; 
	font-family: arial, helvetica, sans-serif;
}

input.file { 
	background-color: #ffffff; 
	outline-color: #ccc;
	outline-style: solid;
	outline-width: 1px;
	padding: 5px; 
	font-size: 9px; 
	font-weight: bold; 
}

/* 
.greybartop {
	width: 970px;
	height: 44px;
	background: #7b7b7b url('../images/greybartop.jpg') left top no-repeat;
}
.greybarbottom {
	width: 970px;
	height: 60px;
	background: #7b7b7b url('../images/greybarbottom.jpg') left top no-repeat;
}
*/

/* LINKS */

a:link { color: #aaa; font-weight: bold; text-decoration: none; }
a:visited { color: #aaa; font-weight: bold; text-decoration: none; }
a:hover { color: #000; font-weight: bold; text-decoration: underline; }
a:active { color: #000; font-weight: bold; text-decoration: underline; }

#nav a:link, #nav a:visited {
	color: #666; 
}

#nav a:hover, #nav a:active {
	color: #aaa; 
}

a.footer { color: #ccc; text-decoration: none; font-weight: normal; }
a.footer:link { font-weight: normal; }
a.footer:visited { font-weight: normal; }
a.footer:hover { color: #aaa; text-decoration: underline; font-weight: normal; }
a.footer:active { color: #aaa; text-decoration: underline; font-weight: normal; }

/* LOCAL CLASSES */

.leftaligned {
	text-align: left;
}

p#nav { 
	text-align: left;
	font-size: 15px; 
	font-weight: bold;
	line-height: 30px; 
	margin: 0 0 0 3px;
}

.sidebar_middle p { 
	text-align: left;
	font-style: normal;
	font-weight: bold;
}

.small { font-size: 9px; text-align: justify; font-family: arial, helvetica, sans-serif; }

.footer { font-size: 9px; text-align: center; margin-top: 5px; font-family: arial, helvetica, sans-serif; color: #ccc;}

.just { text-align: justify; }

.selected {
	color: #666;
}

.label {
	font-size: 11px;
	color: #7b7b7b;
}

.row2 {
	background-color: #eee;
}

.tablehead {
	background-color: #7b7b7b;
	vertical-align: middle;
}

div.productdetail {
	width: 420px;
	margin: 0 0 0 -2px;
}

img.bordered { 
	background: #fff;
	border: 1px solid #ed8190;
	display: inline;
}

img.thumb {
	width: 82px;
	height: 62px;
	margin: 5px;
}

img.productthumb {
	width: 75px;
	margin: 0;
	display: block;
	border: none;
	text-align: center;
}

img.productmain {
	width: 240px;
	margin: 0 10px 10px 0;
	float: left;
	text-align: left;
}

img.productdetail {
	width: 450px;
	margin: 0 10px 10px 0;
	float: left;
	text-align: left;
}

img.article {
	margin: 10px 10px 0 0;
}

.submit { 
	background-color: #ddd; 
	color: #993300; 
	border: 1px solid #aaa;
	font-size: 10px; 
	font-weight: bold; 
	margin: 10px;
}

.required { 
	outline-color: #ccc;
	outline-style: solid;
	outline-width: 1px;
	padding: 1px; 
	color: #aaa; 
	font-size: 10px; 
}

.debug {
	color: #c9f;
}