@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/template/content/main-box_inner2_full.gif") repeat-y 0 100px;
	width: 920px;
}
body.OneColumn .box-top {
	background: url("../images/template/content/main-box_top2_full.gif") no-repeat 0 0;
	width: 920px;
}
body.OneColumn .box-inner {
	width: 870px;
}
body.OneColumn .box-bottom {
	background: url("../images/template/content/main-box_bottom2_full.gif") no-repeat;
	width: 920px;
}
body.OneColumn .two-cols .column {
	margin-right: 8%;
}
