body { 
	background: #000 url(/images/bg_page.png) left top repeat-x;
	color: #fff;
	font-size: 12px;
	font-family: 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 { 
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 3px;
}

h1, h2, h3, h4 { 
	line-height: 28px;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	margin: 0 0 10px 0;
	font-family: arial, helvetica, sans-serif;
}

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

h1 {
	border-bottom: 2px solid #6c92c1;
}

h2 {
	text-transform: uppercase;
	border-bottom: 2px solid #6c92c1;
}

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

h3 { 
	font-size: 14px;
}

h4 { 
	text-transform: lowercase;
	font-size: 12px;
}

hr { border: 2px solid #fff; }

/* LAYOUT */

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

#logo {
	width: 300px;
	height: 125px;
	margin: 0;
	padding: none;
	border: none;
	background: #fff url(/images/header_l.jpg) left top no-repeat;
	vertical-align: middle;
}

/* firefox hack */
html>/**/ body #logo {
	height: 127px;
}

#tag {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0b598a;
}

#heads {
	height: 153px;
	background: #1a547a url(/images/header_heads.jpg) right top no-repeat;
	overflow: hidden;
}

td#navbar { 
	width: 715px;
	height: 28px;
	margin: 0;
	padding: none;
	border: none;
	overflow: hidden;
	background: transparent;
	text-align: center;
	vertical-align: bottom;
}

	/* 
	td#navbar img { 
		border: none;
		margin: 2px 0 0 0;
		padding: 0;
	}
	*/
	
	td#navbar .menu {
		/* 
		margin: 2px 0 0 0;
		*/
		padding: none;
		border: none;
		height: 28px;
		overflow: hidden;
	}

	td#navbar a { 
		margin: 0 2px;
		padding: none;
		border: none;
		cursor: pointer;
	}
	
	td#navbar img { 
		padding: 0;
		margin: 0;
		border: none;
		font-size: 12px;
	}

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

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

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

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

#sidebar {
	width: 265px;
	padding: 0;
	border: none;
	overflow: none;
}

#sidebar .sidebar {
	width: 187px;
}

.sidebar td {
	height: 5px;
	background: transparent url('/images/bg_sidebar_mid.gif') repeat-y;
}

.sidebar td.sidebar_top {
	height: 5px;
	background: transparent url('/images/bg_sidebar_top.gif') left top no-repeat;
}

.sidebar td.sidebar_btm {
	height: 24px;
	background: transparent url('/images/bg_sidebar_btm.gif') left top no-repeat;
}

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

table#inner_main {
	margin-left: 5px;
	width: 690px;
}

	/* 
	#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 .block {
	margin-top: 5px;
}

#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;
		background: #fff;
		*/
		text-align: justify;
		height: auto;
		vertical-align: top;
	}

	.leftcol, .rightcol {
		width: 400px!important;
		height: auto;
		text-align: justify;
		vertical-align: top;
		padding: 0;
		display: inline;
		float: left;
		/* 
		background: blue;
		*/
	}

	.rightcol {
		width: 290px!important;
		margin-left: 10px;
		padding-left: 10px;
		/* 
		background: red;
		*/
	}
	
	/* firefox hack */
	html>/**/ body .rightcol {
		padding-left: 0;
	}

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

	/* 
	.rightcol, .middlecol {
		margin-left: 10px;
	}
	*/

	.doublewide {
		width: 690px;
	}

	.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 {
		width: 700px;
		margin: 3px;
	}

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

	.block {
		display: block;
		margin: 0 0 20px 0;
		text-align: justify;
	}

	.block p {
		text-align: justify;
	}

	.block img, .block .title {
		margin: 0 5px 5px 0;
		/* 
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		font-family: Georgia, 'Trebuchet MS', Helvetica, verdana, georgia, arial, helvetica, sans-serif;
		*/
	}
	
	.scrolling {
		width: 710px;
		height: 505px;
		margin: 0 auto;
		overflow: auto;
		/* 
		padding-right: 10px;
		*/
		margin-right: 10px;
	}
	
	.scrolling #thediv {
		width: 680px;
	}
	
	/* 
	.scrolling .block, .scrolling p, .scrolling h2, .scrolling h3, .scrolling ul, .scrolling ol {
		margin-right: 10px;
	}
	
	.scrolling .block p, .scrolling .block h2, .scrolling .block h3 {
		margin-right: 0;
	}
	*/
	
	.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: 680px;
	padding: 155px 0 0 0;
	border-left: 2px dotted #bbb;
}

.leftcol div {
	/* 
	width: 320px;
	margin-right: 10px;
	background: #dec;
	*/
	margin-bottom: 15px;
	line-height: 15px;
}

.rightcol div {
	/* 
	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 {
	width: 980px;
	/* 
	background: #fff;
	*/
}

#mainmenu { 
	/* 
	height: 35px;
	margin: 0;
	border: none;
	background: transparent;
	text-transform: uppercase;
	*/
	text-align: center;
	/* 
	color: #fff;
	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;
}

.ajaxlink {
	width: 130px;
	height: 17px;
	margin: 3px 6px;
	display: inline;
	float: left;
	text-align: left;
}

.video_thumb, .speakerboxxx {
	width: 100px;
	height: 123px;
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 3px 6px;
	display: inline;
	float: left;
	text-align: left;
}

.speakerboxxx {
	height: 180px;
}

.video_thumb img {
	margin: 0 auto 3px auto;
}

.video_thumb a {
	font-size: 9px;
	font-weight: normal;
}

.avatar {
	width: 88px;
	height: auto;
}

.qa_classes {
	font-size: 13px;
	margin-bottom: 25px;
}

.qa_class a {
	color: #fff;
}

.qa_class {
	width: 100px;
	height: 24px;
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 3px 6px;
	display: inline;
}

/* 
.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;
}
*/

.label {
	/* 
	width: 80px;
	*/
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#form td {
	padding: 2px 0;
}

#form .label {
	text-align: right;
	margin-right: 3px;
}

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: #31a1e0 url('../images/greybartop.jpg') left top no-repeat;
}
.greybarbottom {
	width: 970px;
	height: 60px;
	background: #31a1e0 url('../images/greybarbottom.jpg') left top no-repeat;
}
*/

/* LINKS */

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

a.reversed:link { color: #fff; font-weight: bold; font-style: italic; text-decoration: underline; }
a.reversed:visited { color: #fff; font-weight: bold; font-style: italic; text-decoration: underline; }
a.reversed:hover { color: #adf; font-weight: bold; font-style: italic; text-decoration: underline; }
a.reversed:active { color: #adf; font-weight: bold; font-style: italic; text-decoration: underline; }

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

#nav a:hover, #nav a:active, #sidebar a:hover, #sidebar 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: #31a1e0;
}
*/

.row2 {
	background-color: #1b73bb;
}

.tablehead {
	background-color: #31a1e0;
	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: #888;
	color: #fff;
	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;
}