html, body {
	background: #fff;
	font: normal 10pt "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #000;
	text-align: left;
}

p { line-height: 1.3em; }
strong { font-weight: bold; }
em { font-style: italic; }
a { text-decoration: none; color: #FF2A07; }
a:visited { color: #FF2A07; }
a:hover { text-decoration: underline; }

h1, h2 { margin-bottom: 15px; }
h1 { font-size: 13pt; font-weight: bold; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }
h1 a { font-size: 9pt; float: right; }

.submit { display: block; margin: 30px 0 5px 0; }
label.validation_error,
span.validation_error {
	display: block;
	color: #f00;
	font-weight: bold;
}
span.validation_error {
	font-size: 8pt;
}
html body input.validation_error {
	border: 2px solid #f00;
}


input.text,
textarea.text {
	background: #fff url(../images/input_fade.gif) repeat-x left top;
	border-color: #dfdcc9 #c7c7c7 #c7c7c7 #dfdcc9;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	color: #000;
	display: block;
}

.input {
	width: 500px;
	margin-bottom: 20px;
}
.input .text { width: 100%; }
.input label { display: block; }

textarea.text:focus,
textarea.text.focus,
input.text:focus,
input.text.focus {
	border: 1px solid #999;
	-moz-box-shadow: 0px 0px 6px #507E99;
	-webkit-box-shadow: 0px 0px 6px #507E99;
}

.checkbox label.validation_error { display: inline; }
.checkbox input, .checkbox label {
	vertical-align: middle;
}

.radio label {
	display: inline;
}

.input_captcha {
	margin-top: 20px;
}
.input_captcha img {
	margin-right: 10px;
}

.input_captcha img,
.input_captcha .input_captcha_entry {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;

}

#outer {
	width: 1000px;
	position: relative;
	zoom: 1;
	margin: 0 auto;
}
.home #outer {
}

#header1 {
	padding-top: 10px;
	height: 53px;
	position: relative;
	z-index: 50;
}
#header1 .logo {
	position: absolute;
	top: 10px;
	left: 0px;
}
#header1 .menu {
	position: relative;
	top: 12px;
	margin-left: 225px;
	height: 28px;
	z-index: 50;
	font-size: 0;
	padding: 0 13px 0 12px;
}
#header1 .menu ul#nav_main {
	background: #c21f2d;
	font-size: 10pt;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
#header1 .menu .left_side {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 38px;
	background: transparent url(../images/primary_nav_left.gif) no-repeat left top;
}
#header1 .menu .right_side {
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 38px;
	background: transparent url(../images/primary_nav_right.gif) no-repeat left top;
}

/*** top level menu */
#header1 .menu ul.level1 {
	height: 100%
}

#header1 .menu .level1 li {
}

#header1 .menu .level1 li a {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 0 1.2ex;
}

#header1 .menu .level1 li a span {
}

#header1 .menu .level1 li.first a span {
	border-left: none;
	padding-left: none;
}
#header1 .menu .level1 li.last a span {
	border-right: none;
	padding-right: none;
}

#header1 .menu .level1 li.current a {
	background: #ff9c8a;
}
#header1 .menu .level1 li.hover a,
#header1 .menu .level1 li:hover a {
	background: #ff9c8a;
	text-decoration: underline;
}
#header1 .menu li.current a,
#header1 .menu li.hover a,
#header1 .menu li:hover a { 
	text-decoration: none;
	color: #fff;
}
/***/

/*** second+ levels */
#header1 .menu ul.level1 li ul {
	/* width: 1%;  IE6 - to cause inline-block LI elements to wrap */
	-moz-box-shadow: 5px 5px 25px #000;
	-webkit-box-shadow: 5px 5px 25px #000;
	box-shadow: 5px 5px 25px #000;
	line-height: 28px;
}
#header1 .menu .level2 li {
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	height: 28px;
	text-align: left;
	min-width: 150px;
}
#header1 .menu .level2 li.last {
	border-bottom: 1px solid #b0b0b0;
}


/* normal level2+ menu style */
#header1 .menu .level1 .level2 li a,
/* don't show hover effect on levels below the currently highlighted one */
#header1 .menu .level2 li.hover ul li a,
#header1 .menu .level2 li:hover ul li a {
	background: transparent url(../images/pixel_ffffff_90pct.png) repeat;
	color: #000;
	width: auto;
	height: 28px;
	line-height: 28px;
	padding: 0 3ex;
	text-align: left;
	border: none; /* removes the border set by li.current a */
	text-decoration: none;
	font-weight: normal;
}
#header1 .menu .level1 .level2 li a span {
	border: none;
	padding: 0;
	background-image: none;
}

/* hover effect */
#header1 .menu .level2 li.hover a,
#header1 .menu .level2 li:hover a,
#header1 .menu .level2 li.hover ul li.hover a,
#header1 .menu .level2 li:hover ul li:hover a {
	background: #ec5239;
	color: #fff;
}

/***/

/* Styles for all menu levels */
.menu a { display: block; text-decoration: none; }

/* Menu level 1 functionality */
.menu ul.level1 li {
	position: relative;
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
}

/* Menu level 2 functionality */
.menu ul.level2 { position: absolute; z-index: 5000; left: -5000%; /* Must be a percentage to avoid IE7 sticky bug */ }
.menu li:hover ul.level2, .menu li.hover ul.level2 { left: 0%; }
.menu ul.level2 li { clear: left; } /* for IE6 */

/* Menu level 3 functionality */
.menu ul.level3 { position: absolute; z-index: 5000; top: -5000%; /* Must be a percentage to avoid IE7 sticky bug */ }
.menu ul.level2 li:hover ul.level3,
.menu ul.level2 li.hover ul.level3 { top: -1px; }

/* Menu level 4 functionality */
.menu ul.level4 { position: absolute; z-index: 5000; left: -5000%; /* Must be a percentage to avoid IE7 sticky bug */ }
.menu ul.level3 li:hover ul.level4,
.menu ul.level3 li.hover ul.level4 { top: -1px; }

#logobar {
	width: 740px;
	padding: 10px 0;
	margin: 8px auto 0;
	height: 60px;
	position: relative;
	z-index: 15;
}
#logobar .moon {
	position: absolute;
	top: 3px;
	left: 325px;
}
#logobar .logo { float: left; }
#logobar .contact { float: right; padding-top: 10px; }
#logobar .contact span { display: block; color: #fff; text-align: right; }
#logobar .contact span.phone { font-size: 20pt; }
#logobar .contact span.email { font-size: 14pt; }

#footer {
	margin: 5px auto;
	padding: 5px 0;
	border-top: 1px solid #a3b8bf;
	text-align: center;
}
#footer_menu {
	padding-top: 10px;
}
#footer_menu li {
	display: inline-block; *display: inline; *zoom: 1;
	padding: 0 2ex;
	border-right: 1px solid #444;
}
#footer_menu li.last { border-right: none; }
#footer_menu a { color: #a3b8bf; font-size: 8pt; }
#footer .copyright {
	display: inline-block; *display: inline; *zoom: 1;
	padding: 20px 0 10px 0;
	text-align: left;
	font-size: 9pt;
}
#footer .copyright p {
	margin: 0;
	color: #a3b8bf;
}
#footer .images {
	text-align: center;
}
#ideas4,
#ideas4 a {
	text-align: center;
	color: #e6e6e6;
	font-size: 8pt;
}

#loginbox {
	text-align: left;
	font-size: 11pt;
	padding-top: 25px;
}
#loginbox a {
	text-decoration: underline;
}
#loginbox a:hover {
	background: #C21F2D;
	color: #fff;
}
#loginbox p {
	margin-top: 2ex;
}
#loginbox .line {
	padding-bottom: 5px;
	padding-left: 17px;
}
#loginbox form label {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: middle;
	width: 25%;
}
#loginbox .checkbox .label_terms {
	display: inline;
	vertical-align: middle;
	padding-left: 1ex;
}
#loginbox input.input_text {
	background: #fff url(../images/input_fade.gif) repeat-x left top;
	border-color: #dfdcc9 #c7c7c7 #c7c7c7 #dfdcc9;
	border-style: solid;
	border-width: 1px;
	padding: 3px;

	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: middle;
	width: 55%;
}
#loginbox label.error {
	display: block;
	margin-left: 25%;
	padding-left: 1ex;
	width: auto;
	color: #C21F2D;
	font-weight: bold;
}
#loginbox input.error {
	border: 1px solid #C21F2D;
}
#loginbox .terms label.error {
	margin: 0;
	padding-left: 3ex;
}

#pre_loginbox p {
	margin: 15px;
	padding-bottom: 15px;
}
#pre_loginbox input,
#pre_loginbox label {
	vertical-align: middle;
}
#pre_loginbox .center {
	text-align: center;
}

.announcementbox {
	width: 190px;
	border: 1px solid #777;
	text-align: center;
	zoom: 1;
	position: relative;
	z-index: 1;
	color: #000;
	background: #fff;
	padding: 15px 5px 30px 5px;
	margin-bottom: 30px;
}
.announcementbox .learn_more {
	position: absolute;
	bottom: -16px;
	left: 45px;
}

.quotebox {
	padding: 0;
	width: 90%;
	text-align: right;
}
.quotebox .text {
	font-size: 14pt;
	font-style: italic;
	color: #8f8b8b;
	line-height: 1.5em;
	padding-bottom: 15px;
	text-align: left;
}
.quote_left, .quote_right {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: middle;
	width: 41px;
	height: 29px;
}
.quote_left {
	background: transparent url(../images/quote_left-fs8.png) no-repeat;
	margin-right: 10px;
}
.quote_right {
	background: transparent url(../images/quote_right-fs8.png) no-repeat;
	margin-left: 10px;
}
.quotebox .author {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	color: #ff2a07;
	max-width: 170px;
	text-align: left;
	font-weight: bold;
}

#columns_l1 {
	margin-top: 15px;
	zoom: 1;
}
#columns_l1 .left {
	float: left;
	width: 220px;
	display: inline;
	margin-top: 10px;
	position: relative;
	zoom: 1;
}
#columns_l1 .right {
	float: left;
	padding-left: 10px;
	display: inline;
	position: relative;
	zoom: 1;
}
#page_home #columns_l1 .right {
	padding-left: 30px;
}
#page_home #columns_l1 .right {
	width: 716px;
}
.subpage #columns_l1 .right {
	width: 750px;
	position: relative;
	zoom: 1;
}

#page_home {
	text-align: center;
	position: relative;
}
#page_home .content_sidebar,
#page_home .content_sidebar p {
	margin-top: 20px;
	color: #6b6767;
	line-height: 1.5em;
}

#page_home .news {
	text-align: left;
	margin: 20px 15px 0 15px;
}
#page_home .news .item {
	font-size: 9.5pt;
	line-height: 1.1em;
}
#page_home .news .date {
	color: #ff310d;
}
#page_home .news .title {
	color: #4b4d51;
	font-weight: bold;
}
#page_home .news .summary {
	color: #5e6061;
	font-size: 8.5pt;
	line-height: 1.1em;
}
#page_home .news a.read_more {
	display: block;
	color: #ff310d;
	text-align: right;
}
#page_home h1 {
	font: normal 17pt Tahoma,Helvetica,sans-serif;
}
#page_home .rotating_images {
	overflow: hidden;
	position: relative;
	width: 716px;
	height: 275px;
}
#page_home .rotating_images div {
	position: absolute;
	top: 0;
	left: 0;
	width: 716px;
	height: 275px;
}
#page_home .rotating_images .mask {
	background: url("../images/home_rotate_mask.png") no-repeat scroll left top transparent;
}
#page_home .rotating_images .ie8_hack {
	/* IE8 allows the images to overflow by 1px on the right and bottom. this stupid hack is meant to cover up the overflow */
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#page_home #video {
	overflow: hidden;
	width: 716px;
	height: 275px;
}

#page_home #boxes_outer {
	text-align: left;
}
#page_home .box_tabs {
	position: relative;
	zoom: 1;
	padding-top: 20px;
}
#page_home .box_tabs .level1 {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	position: relative;
	padding: 0px 8px 0px 0px;
	margin: 0px 4px 0px 0px;
	width: 230px;
	height: 45px;
}
#page_home .box_tabs .level1 .level2 {
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
#page_home .box_tabs .level1 .level2 .tab {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: bottom;
	height: 100%;
	padding: 0 27px;
	line-height: 30px;
	background: #7f7f7f;
	overflow: hidden;
	position: relative;
}
#page_home .box_tabs .level1 .level2 .tab:hover {
	text-decoration: none;
}
#page_home .box_tabs .level1 .level2 .tab .mask {
	position: absolute;
	top: 0; left: 0;
	height: 45px; width: 200px;
	background: transparent url(../images/tab_mask.png) repeat-x left top;
	z-index: 1;
}
#page_home .box_tabs .level1 .level2 .tab .corner_tl {
	position: absolute;
	top: 0; left: 0;
	height: 9px; width: 9px;
	background: transparent url(../images/corner_tl_9px_ffffff-fs8.png) no-repeat left top;
	z-index: 10;
}
#page_home .box_tabs .level1 .level2 .tab .corner_tr {
	position: absolute;
	top: 0; right: 0;
	height: 9px; width: 9px;
	background: transparent url(../images/corner_tr_9px_ffffff-fs8.png) no-repeat left top;
	z-index: 10;
}
#page_home .box_tabs .level1 .level2 .tab .text {
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 10;
	text-shadow: 1px 1px 1px #555;
}
#page_home .boxes {
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#page_home .boxes .box {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	padding: 0px 8px 32040px 0px;
	margin: 0px 4px -32000px 0px;
	width: 230px;
	text-align: left;
	line-height: 1.3em;
	font-size: 9pt;
	position: relative;
	color: #000;
}

#page_home .boxes #box2,
#page_home .boxes #box3,
#page_home .boxes #box4 {
	background: transparent url(../images/home_smallbox_top.gif) no-repeat left top;
}
#page_home .boxes .box .box_image {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 229px;
	height: 87px;
}
#page_home .boxes .box .box_image .png {
	width: 100%; height: 100%;
	background: transparent no-repeat;
}

#page_home .boxes .box h3 {
	position: absolute;
	top: 26px;
	left: 0;
	width: 209px;
	height: 62px;
	padding: 0 10px;
	font-size: 12pt;
	line-height: 1.8ex;
	padding-bottom: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 4px #fff;
	text-align: center;
	color: #000;
}
#page_home .boxes .box p {
	padding: 110px 15px 10px 15px;
	color: #000;
	font-size: 8pt;
	text-align: center;
	line-height: 1.15em;
}
#page_home .boxes .box .more_info {
}
#page_home .boxes_bottoms .box {
	position: relative;
	top: -20px;
}
#page_home .boxes_bottoms .box {
	padding: 0px 8px 0px 0px;
	margin: 0px 4px 0px 0px;
	width: 230px;
	height: 22px;
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	text-align: center;
}
#page_home .boxes_bottoms #box2_bottom,
#page_home .boxes_bottoms #box3_bottom,
#page_home .boxes_bottoms #box4_bottom {
	background: transparent url(../images/home_smallbox_bottom.gif) no-repeat left bottom;
}
#page_home .boxes_bottoms .box .more_info {
	color: #000;
}
/*** News box oddball */
#page_home .boxes #box1 {
	border-top: 1px solid #c3c3c3;
}
#page_home .box_tabs .tab1_outer,
#page_home .boxes .box1,
#page_home .boxes_bottoms .box1 {
	margin-right: 25px;
	margin-left: -10px;
}
/***/

#page_home #columns_l2 {
	text-align: center;
	font-size: 0;
	padding-top: 20px;
	padding-bottom: 10px;
}
#page_home #columns_l2 .column {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	width: 40%;
	text-align: left;
	padding: 0;
	margin: 0;
	float: none;
	width: 345px;
	font-size: 9pt;
}
#page_home #columns_l2 .left {
	margin-right: 20px;
}
#page_home #columns_l2 .from_fck,
#page_home #columns_l2 .from_fck p {
	line-height: 1.5em;
	font-size: 9.5pt;
	color: #6c6767;
}

.subpage {
	position: relative;
	padding-bottom: 20px;
}

.subpage,
.subpage .from_fck {
	color: #6c6767;
}

.subpage .page_image {
	float: left;
	margin: 0 25px 25px 0;
	position: relative;
}
.subpage .page_image img {
	display: block;
}

.subpage .page_image .corner {
	width: 18px; height: 18px;
	position: absolute;
}
.subpage .page_image .corner .png {
	width: 100%; height: 100%;
}
.subpage .page_image .tl { top: 0; left: 0; }
.subpage .page_image .tr { top: 0; right: 0; }
.subpage .page_image .bl { bottom: 0; left: 0; }
.subpage .page_image .br { bottom: 0; right: 0; }
.subpage .page_image .tl .png { background: transparent url(../images/corner_tl_18px_ffffff.png) no-repeat left top; }
.subpage .page_image .tr .png { background: transparent url(../images/corner_tr_18px_ffffff.png) no-repeat left top; }
.subpage .page_image .bl .png { background: transparent url(../images/corner_bl_18px_ffffff.png) no-repeat left top; }
.subpage .page_image .br .png { background: transparent url(../images/corner_br_18px_ffffff.png) no-repeat left top; }

.subpage .summary_box {
	background-color: #c7baba;
	z-index: 1;
	position: relative;
	zoom: 1;
	padding: 10px 25px;
}
.subpage .summary_box dl.has_downloads {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	width: 63%;
	padding-right: 2ex;
	border-right: 1px solid #837b7b;
	margin-right: 20px;
}
.subpage .summary_box dl dt {
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.subpage .summary_box dl dd {
	color: #403c3c;
}
.subpage .summary_box .downloads {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	width: 30%;
}
.subpage .summary_box .downloads .title {
	text-align: center;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
}
.subpage .summary_box .downloads table {
	margin-top: 5px;
}
.subpage .summary_box .downloads table a {
	color: #000;
}

.subpage .content_page {
	position: relative;
	margin: 20px 0 0 0;
}

.subpage h1 {
	font: normal 17pt Tahoma,Helvetica,sans-serif;
}



#page_sitemap ul li {
	list-style: disc inside none;
	margin: 1.5ex 2ex;
	font-size: 11pt;
}
#page_sitemap ul li a {
	color: #FF2A07;
}

.paging {
	width: 300px;
	margin: 15px auto;
}
.paging .prev,
.paging ul,
.paging .next,
.paging ul li { float: left; margin-right: 10px; zoom: 1; }
.paging ul li.last { margin-right: 0; }
.paging span.prev,
.paging span.next { display: none; }


.attachments ul { margin: 0 20px 20px 20px; }
.attachments li { padding: 10px 0px; }
.attachments li img { float: left; padding-right: 5px; }
.attachments li a { float: left; }

.events_news { margin: 25px 0; }
.events_news td { width: 49%; vertical-align: top; padding-top: 25px; }
.events_news td.news { padding-right: 15px; border-right: 1px solid #b3afaf; }
.events_news td.events { padding-left: 15px; }
a.full_article { display: block; text-align: right; padding-right: 100px; }
a.goto { display: block; text-align: center; }

#page {
	padding-bottom: 20px;
}


table.person_info { margin: 20px 0; border-collapse: separate; border-spacing: 0 8px; }
table.person_info td.label {
	width: 200px;
	padding: 5px 10px 0 0;
	vertical-align: top;
	border-bottom: 1px dotted #ddd;
}
table.person_info td.element { padding: 0; }
table.person_info td.element input.text { width: 300px; }
#page_contact textarea {
	width: 100%;
	height: 15ex;
}


.from_fck {
	color: #000;
}
.from_fck li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 16px;
}
.from_fck p {
	margin-bottom: 1.5ex;
}
.from_fck table {
}


#page .content { margin: 20px 30px; font-size: 12pt;  }
.centered { text-align: center; }
.content h2 {
	color: #ffc200;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	margin: 25px 0 0px 0;
}
.content ul {
	margin: 3ex 0;
}
.content li {
	list-style: disc inside none;
}
.content p {
	margin: 3ex 0;
}

.large { font-size: 1.8em; }
.mid-large { font-size: 1.5em; }
.orange { color: #ffc200; }

.content table.images {
	margin: 1ex auto;
}
.content table.images td {
	padding: 1ex;
}

.contact_us form table {
	display: inline-block; *display: inline; *zoom: 1;
}
.contact_us form table td {
	text-align: left;
	padding-right: 3ex;
	padding-bottom: .5ex;
	vertical-align: top;
}
.contact_us form input,
.contact_us form textarea {
	width: 45ex;
}
.contact_us form input.submit { width: auto; }


.about_us .graph_arrow { float: left; margin: 0 20px 0px 0; }
.about_us p {
	line-height: 1.6em;
	margin-bottom: 1em;
}
.about_us h2 {
	font-size: 13pt;
	margin: 15px 0;
}
.about_us .half_col {
	display: inline-block; *display: inline; *zoom: 1;
	width: 45%;
	margin-top: 12px;
	margin-left: 22px;
	vertical-align: top;
}
.about_us .half_col h3 {
	color: #84c03f;
	font-size: 13pt;
	font-weight: bold;
}
.about_us .half_col p {
	font-size: 12pt;
	font-weight: bold;
}


blockquote {
	margin: 35px 0 0 0;
	font-style: italic;
}

.quote_person {
	margin-bottom: 20px;
	font-weight: bold;
}


.ip_telephony .mitel {
	margin: 20px 0 50px 0;
}
.ip_telephony .mitel .phone {
	display: inline-block; *display: inline; *zoom: 1;
}
.ip_telephony .mitel .phone span {
	font-size: 10pt;
}
.ip_telephony .mitel .award {
	display: inline-block; *display: inline; *zoom: 1;
	margin-left: 35px;
}


/* products and staff */
table.listing {
	margin: 25px;
}
.listing td {
	vertical-align: top;
	padding-bottom: 25px;
}
.listing td.image {
	width: 170px;
	text-align: center;
	padding-right: 35px;
}
.listing td.text {
	width: 480px;
}
.listing td.text p {
	margin-top: 0.5em;
}
.listing h2 {
	text-align: left;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	color: #FF2A07;
}
.listing h2 a {
	color: #FF2A07 !important;
	font-size: 11pt;
	vertical-align: top;
}
.listing .link {
	float: right;
}

#page_news {
	margin-top: 25px;
}
#page_news .news_item {
	margin-bottom: 20px;
}
#page_news .date {
	color: #000;
}
#page_news h2 {
	color: #FF2A07;
}
#page_news .news_item_individual .text {
	margin: 20px 0;
}



#tabs {
	width: 80%;
	margin: 0 auto;
}
.ui-tabs .ui-tabs-nav {
	font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: bottom;
	position: relative;
	padding-bottom: 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	padding-bottom: 4px;
	color: #fff;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block; *display: inline; *zoom: 1;
	vertical-align: top;
	padding: 0px 23px;
	color: #ddd;
	font-size: 10pt;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #000
}
.ui-tabs .ui-tabs-nav li .tl {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-tabs .ui-tabs-nav li .tl .png {
	background: transparent url("../images/corner_tl_484747.png") no-repeat left top;
	width: 100%;
	height: 100%;
}
.ui-tabs .ui-tabs-nav li .tr {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	right: 0;
}
.ui-tabs .ui-tabs-nav li .tr .png {
	background: transparent url("../images/corner_tr_484747.png") no-repeat left top;
	width: 100%;
	height: 100%;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.ui-tabs .ui-tabs-panel {
	padding: 20px;
	border: 1px solid #C21F2D;
}



#page_partners .partner {
	margin: 15px 0 25px 0;
}

table.data_table { width: 80% }
table.data_table th {
	padding: 3px 5px 3px 2px;
	background-color: #ccc;
	font-size: 9pt;
	font-weight: bold;
}
table.data_table td {
	padding: 5px 12px;
}
table.data_table td,
table.data_table td .from_fck {
	color: #fff;
}
table.data_table tr.odd td { background-color: #555 }
table.data_table tr.even td { background-color: #707070; }
table.data_table td.label {
	width: 18ex;
}
table.data_table td.field {
	border-left: 1px solid #ccc;
}

#page_customers td {
	vertical-align: top;
	padding-bottom: 25px;
}
#page_customers .customers td.logo {
	padding-right: 20px;
	text-align: center;
}

#page_case_study {
	margin-left: 30px;
}
#page_case_study #case_study_next {
	position: absolute;
	top: -40px;
	right: 0;
	color: #6C6767;
}
#page_case_study #case_study_next * {
	vertical-align: middle;
}
#page_case_study h2 {
	color: #000;
	font-size: 14pt;
}
#page_case_study .case_study_image {
	margin-bottom: 15px;
}
#page_case_study .case_study_image .image {
	padding-right: 20px;
}
#page_case_study .case_study_image .text {
	width: 40%;
	vertical-align: bottom;
	font-size: 8pt;
	padding-bottom: 15px;
}
#page_case_study .case_study_image .extra {
	width: 50%;
}
#page_case_study h3 {
	font-size: 12pt;
	color: #FF2A07;
	margin-bottom: -2.4ex;
}
#page_case_study .content {
	margin: 3ex 0;
}


#page_case_studies .image img { border-bottom: 3px solid #fff; }
#page_case_studies .image a:hover img { border-bottom: 3px solid #ff2a07; }
#page_case_studies h2 { font-size: 14pt; }
#page_case_studies a:hover h2 { text-decoration: underline; }

#page_faqs ul.faqs {
	margin-top: 25px;
}
#page_faqs ul.faqs li {
	margin-bottom: 20px;
}
#page_faqs ul.faqs li h2 {
	margin-bottom: 5px;
}
#page_faqs .button_toggle_details img {
	margin-right: .5ex;
}
#page_faqs .button_toggle_details * {
	vertical-align: middle
}
#page_faqs .details {
	margin-bottom: 25px;
}



