@charset "utf-8";
/* One Column Full Width pages */

/* tabs */
body.OneColumn #tabs {
	width: 920px;
	background: url(../images/tabs/tabs_container_top_full.gif) no-repeat 0px 30px;
}
body.OneColumn #tabs ul.tabset {
	width: 920px;
	background: url(../images/tabs/tabs_ul_bg_full.gif) no-repeat left bottom;
}
body.OneColumn #tabs .tab-container {
	background: url(../images/tabs/tabs_container_middle_full.gif) repeat-y;
}
body.OneColumn #tabs .tab-container-bottom {
	background: url(../images/tabs/tabs_container_bottom_full.gif) no-repeat left bottom;
}
body.OneColumn #main.twocol-page #content {
	width: 100%;
}

/* main box */
body.OneColumn .box {
	background: url(../images/content/main-box_inner_full.gif) repeat-y 0 100px;
	width: 920px;
}
body.OneColumn .box-top {
	background: url(../images/content/main-box_top_full.gif) no-repeat 0 0;
	width: 920px;
	height: 100px;
}
body.OneColumn .box-inner {
	width: 870px;
}
body.OneColumn .box-bottom {
	background: url(../images/content/main-box_bottom_full.gif) no-repeat;
	width: 920px;
}
body.OneColumn .two-cols .column {
	margin-right: 8%;
}


body.OneColumn .box.nested-box {
	width: 868px;
	background: url(../images/content/nested-box-inner-full.gif) repeat-y;
	margin-left: 3px;
	margin-top: 15px;
	margin-bottom: 5px;
}

body.OneColumn .nested-box .box-top {
	width: 868px;
	background: url(../images/content/nested-box-top-full.gif) no-repeat;
	height: 92px; /* height: 184px; */
	top: -4px;
}
body.OneColumn .nested-box .box-inner {
	width: 868px;
}
body.OneColumn .nested-box .box-bottom {
	background: url(../images/content/nested-box-bottom-full.gif) no-repeat;
	height: 4px;
	width: 868px;
	/* ie6 styles */
	_background-position: 0 8px;
}
