
/* ---------------------------------------------------------------------
            GLOBAL STYLES - UNIVERSAL SELECTORS
------------------------------------------------------------------------

These are default styles that every page needs to inherit */

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background:#ECECEC;
	line-height:1.4em;
}

hr {
	display:none;
}

a {
	color:#ac100f;
	text-decoration:none;
}

a:hover {
	color:#c92625;
	text-decoration:underline;
}

p, li {
	color:#525252;
}


/* ********* CLEAR FIX HACK ********* */

.cf:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}				
.cf {display: block;}
/* End hide from IE-mac */

.clear {clear:both}

/* ---------------------------------------------------------------------
            GLOBAL STYLES - STRUCTURAL RULES
------------------------------------------------------------------------ */


/* Main holders for content and backgrounds */

#body-bg {
	width:100%;
	background:#ECECEC url(../images/bg.png) repeat-x;
	text-align:center;
}

#vert-bg {
	width:887px;
	margin:0 auto;
	background:url(../images/vert-bg.png) repeat-y left top;
}

#content {
	width:857px; 
	padding:0 15px;
	min-height:521px;
	text-align:left;
	background:url(../images/main-bg.png) no-repeat left top;
}

/* ////////      BANNERS       \\\\\\\\ */

#banner {
	width:857px;
	min-height:190px;
	padding-top:5px;
	background-position:left bottom;
	background-repeat:no-repeat;
	border-bottom:1px solid #032c59;
	background-image:url(../images/home-banner.jpg);
}

.home-page #banner {
	min-height:220px;
}

#banner #banner-flash, #banner #banner-flash2 {
	float:right;
	width:500px;
	height:125px;
	margin-top:7px;
	margin-right:24px;
	background:url(../images/banner-flash.png) left top no-repeat;
}

#banner #banner-flash2 {
  background:url(../images/banner-flash-small.png) left top no-repeat;
}

.home-page #banner #banner-flash {
	height:150px;
}

#banner #banner-flash h1, #banner #banner-flash2 h1 {
	display:none;	
}


/* ////////     HEADER    \\\\\\\\ */


#header {
	width:857px;
	height:76px;
	background:url(../images/logo-backgr.png) left top no-repeat;
	
}

#header h1 {
	display:block;
	float:left;
	margin-left:12px;
	padding-top:10px;
}

#header h1 a {
	display:block;
	width:162px;
	height:47px;
	text-indent:-9999px;
	background:url(../images/options-it-logo.gif) no-repeat;
}

#header #power-tab{
  width:179px;
  height:50px;
  background:url(../images/powering-tab.png) top right no-repeat;
  position:absolute;
  margin-left:0;
  top:74px;
}

#header #power-tab span {
  text-indent:-9999px;
  display:block;
}


/* ////////     MENU     \\\\\\\\ */

#menu {
	float:right;
	width:592px;
	height:51px; 
	background:url(../images/menu-backgr.png) left top repeat-x;
}

#menu ul{
	float:right;
	margin-right:6px;
	height:21px;
	padding-top:10px;
}

#menu ul li {
	position:relative;
	display:block;
	float:left;
	height:31px;
	background:url(../images/menu-delimiter.gif) left top no-repeat;
}

#menu ul li a {
	display:block;
	height:31px;
	line-height:31px;
	padding:0 15px;
	font-size:1.1em;
	color:#737373;
	overflow:hidden;
	cursor:pointer;
}

#menu ul li a:hover {
	color:#b90000;
	background:url(../images/menu-triangle.gif) center bottom no-repeat;
	text-decoration:none;
}

#menu ul li a.active {
	font-weight:bold;
	color:#b90000;
	background:url(../images/menu-triangle.gif) center bottom no-repeat;
	text-decoration:none;
}


#menu .subitems {
	position:absolute;
	left:-5px;
	top:27px;
	display:none;
	background:url(../images/submenu-corner-left2.png) left 0px no-repeat;
	padding:0 0 0 5px;
	margin:0px 0 0 0;
	height:auto;
	width:126px;
	overflow:hidden;
}

#menu .subitems#subitem-pipe {
	width:130px;	
}

#menu .subitems#subitem-solutions {
	width:75px;	
}

#menu .subitems#subitem-news {
	width:70px;	
}

#menu .subitems li {
	display:block;
	float:none;
	height:21px;
	background:#f3f3f3 none;
	margin:0;
	padding:0;
}

#menu .subitems li.first_subitem {
	padding-top:3px;
}

#menu .subitems li.bottom {
	height:13px;
	background:url(../images/submenu-bottom.png) left top repeat-x;
	margin:-4px 5px 0 5px;
}

#menu .subitems li.bottom div.bottom_left {
	float:left;
	width:5px;
	margin-left:-5px;
	height:13px;
	background:url(../images/submenu-bottom-left.png) left top no-repeat;
}

#menu .subitems li.bottom div.bottom_right {
	float:right;
	width:5px;
	margin-right:-5px;
	height:13px;
	background:url(../images/submenu-bottom-right.png) left top no-repeat;	
}

#menu .subitems li a {
	display:block;
	height:21px;
	text-align:left;
	text-decoration:none;
	margin:0 2px;
	padding:0 0 0 5px;
	line-height:19px;
	background:url(../images/submenu-backgr.gif) left bottom repeat-x;
	overflow:hidden;
}

#menu .subitems li a:hover {
	background:url(../images/submenu-backgr.gif) left top repeat-x;
}

#menu .subitems li.last_subitem a {
	background:url(../images/submenu-backgr-last.gif) left bottom repeat-x;
}

#menu .subitems li.last_subitem a:hover {
	background:url(../images/submenu-backgr-last.gif) left top repeat-x;
}

#menu li:hover .subitems {
	display:block;	
}

/* ---------------------------------------------------------------------
            				COLUMNS
------------------------------------------------------------------------

	Column styles for all the pages
*/

#columns {
	width:857px;
	background:url(../images/columns-backgr.png) left bottom no-repeat;
	padding-bottom:50px;
}


.leftcol {
	width:501px;
	float:left;
	padding-left:28px;
	overflow:hidden;
	min-height:280px;
}

.home-page .leftcol {
	width:501px;
}

.leftcol h1.super-heading {
  border-bottom:1px solid #999;
  color:#AD0D16;
}

.leftcol h1 {
	color:#002a59;
	font-size:1.8em;
	line-height:1.1em;
	font-weight:bold;
	padding:12px 0 15px 0;
}

.home-page .leftcol h1 {
	font-size:1.7em;
	padding:17px 0 14px 0;
}

.leftcol h2 {
	color:#00235f;
	font-size:1.5em;
	line-height:1.1em;
	font-weight:bold;
	padding:19px 0 3px 0;
}

.leftcol h2.subtitle {
	 padding-top:0px;
	 margin-top:-8px;
	 margin-bottom:10px;	
	 font-weight:normal;
}

.leftcol h2.super-subtitle {
	 font-size:1.8em;
	 padding-top:19px;
	 margin-bottom:10px;	
	 font-weight:normal;
}
.leftcol h3.news-title-pr-header {
	color:#AD0D16;
	font-size:1.2em;
	line-height:1em;
    margin-bottom:10px;	
	font-weight:bold;	
}
.leftcol h3.news-title-pr {
	color:#00235f;
	font-size:1.4em;
	line-height:1em;
    margin-bottom:6px;	
	font-weight:bold;
	text-align:center;
}
.leftcol h3.news-title {
	color:#00235f;
	font-size:1.4em;
	line-height:1em;
    margin-bottom:6px;	
	font-weight:bold;
}
.leftcol h4.news-date-pr {
	font-size:1.2em;
	color:#00235f;
	font-weight:normal;
	text-align:center;
}
.leftcol h4.news-date {
	font-size:1.2em;
	color:#00235f;
	font-weight:normal;
}
.leftcol p {
	font-size:1.2em;
	line-height:1.3em;
	padding:0 0 16px 0;
}

strong.bold {
	color:#002f63;
	font-weight:bold;	
}

strong.black {
	color:#000;
	font-weight:bold;	
}

strong.white {
	color:#fff;
	font-weight:bold;	
}

strong.red {
	color:#AD0D16;
	font-weight:bold;	
}

.rightcol p {
	
}

.sep-line {
	height:1px;
	width:100%;
	background:url(../images/separator1.gif) left top repeat-x;
	overflow:hidden;
}

.margin_bottom20 {
	margin-bottom:20px;	
}

.rightcol {
	float:right;
	padding-right:20px;
}

.home-page .rightcol {
	padding-right:29px;
}

ul.list1 {
	font-size:1.4em;
	padding:0 0 15px 35px;
	margin:0;
	
}

ul.list1 li {
	padding-left:12px;
	padding-bottom:3px;
	background:url(../images/bullet1.gif) left 5px no-repeat;
}


/* ////////     FOOTER    \\\\\\\\ */

#footer {
	width:887px;
	height:55px;
	margin:-2px auto 0 auto;
	text-align:left;
	color:#898989;
	background:url(../images/footer.png) left top repeat-x;
}

#footer #footnote {
	width:857px;
	height:24px;
  padding:2px 0 0 15px;
	line-height:24px;
}

#footnote #copyright {
	height:24px;
  background:url(../images/footnote-left.png) left top no-repeat;
	position:absolute;
	padding-left:10px;
}

#copyright a {
	color:#898989;
	text-decoration:none;
}

#copyright a:hover {
	color:#515151;
	text-decoration:underline;
}

#footnote #rawnet {
	float:right;
	margin-right:29px;
	color:#898989;
	width:182px;
}

#footnote #rawnet span {
	float:left;
	text-align:right;
}

#footnote #rawnet a {
	float:right;
	width:44px;
	height:13px;
	margin-top:6px;
	margin-left:5px;
	text-decoration:none;
	background:url(../images/rawnet-logo.png) left top no-repeat;
	text-indent:-9999px;
}

#footnote #rawnet a:hover {
	background-position:left bottom;	
}


/* ---------------------------------------------------------------------
            				HOME PAGE
------------------------------------------------------------------------*/


/* ////////     PERSPECTIVE BOX    \\\\\\\\ */

.leftcol #perspective-box {
	width:511px;
	height:103px;
	margin-top:9px;
	margin-left:-10px;
	background:url(../images/perspective-box-backgr.png) left top no-repeat;
}

#perspective-box ul {
	width:498px;
	padding-top:34px;
	padding-left:7px;
	
}

#perspective-box ul li {
	float:left;
	width:166px;
	height:56px;
}

#perspective-box ul li a {
	display:block;
	width:166px;
	height:56px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#perspective-box ul li a#trader {
	background-image:url(../images/perspective-box-trader.png);	
}

#perspective-box ul li a#broker {
	background-image:url(../images/perspective-box-broker.png);	
}

#perspective-box ul li a#vendor {
	background-image:url(../images/perspective-box-vendor.png);	
}

#perspective-box ul li a:hover {
	background-position:left bottom;	
}

.leftcol #perspective-box h2 {
	display:none;	
}

/* ////////     NEWS BOX    \\\\\\\\ */

.leftcol #news-box {
	position:relative;
	width:510px;
	margin-top:16px;
	margin-left:-10px;
	background:#f0f0f0 url(../images/news-box-backgr.png) left top no-repeat;
}

#news-box h2 {
	display:none;	
}

#news-box a#see-all {
	float:right;
	margin-right:11px;
	margin-top:14px;
	padding-top:3px;
	color:#103763;
	font-size:1.1em;
	font-weight:bold;
	padding-right:23px;
	background:url(../images/news-box-all.gif) right top no-repeat;
}

#news-box a:hover#see-all {
	text-decoration:underline;
}

#news-box #news {
  margin:0 0 0 0;
  display:block;
  width:510px;
  padding-top:5px;
  overflow:hidden;
  background:url(../images/news-box-backgr-foot.png) bottom left no-repeat;
  clear:both;
}

#news-box #news #controls {
	float:left;
	width:24px;
	height:15px;
	margin-top:8px;
	margin-left:16px;
}

#news #controls a {
	float:left;
	width:12px;
	height:15px;
	background-position:left top;
	background-repeat:no-repeat;
}

#news #controls a#news-left {
	background-image:url(../images/news-left.gif);
}

#news #controls a#news-right {
	background-image:url(../images/news-right.gif);
}

#news #controls a.off {
	background-position:left bottom;	
}

#news ul{
  border-top:1px solid #999;
  margin:0 10px;
}

#news ul li {
	float:left;
	width:439px;
	padding-left:11px;
}

#news ul li p {
  font-size:1.1em;
  margin:0 0 0 53px;
}

#news ul li p a {
  font-size:1em;
  line-height:12px;	
  font-weight:normal;
}

#news ul li a {
	color:#003567;
	font-size:1.2em;
	font-weight:bold;
	line-height:30px;	
}

#news ul li strong {
	font-size:1.2em;
	color:#c81c1c;
	font-weight:bold;
	padding-right:6px;
}


/* ////////     WHY BOX    \\\\\\\\ */


#why-box {
	width:280px;
	background:#001835 url(../images/why-box-middle.png) 6px 45px repeat-x;
}

#why-box h2 {
	width:286px;
	height:70px;
	margin-left:-6px;
	background:url(../images/why-box-top.png) left top no-repeat;
	text-indent:-9999px;
}

#why-box.unique_approach, #why-box.pipe_platform {
  background-position:6px 45px;
}

#why-box.unique_approach h2, #why-box.pipe_platform h2{
  height:45px;
  margin-left:-5px;
  width:285px;
  background:url(../images/uniqueapproach.png) left top no-repeat;
}

#why-box.pipe_platform h2{
  background:url(../images/pipeplatform.png) left top no-repeat;
}

#why-box ul {
	width:266px;
	padding-left:7px;
	padding-right:7px;
}

#why-box ul li {
	background:url(../images/arrow.png) 13px 8px no-repeat;
	
}

#why-box ul li#last-reason a, #why-box ul li#last-reason span {
	border:none;
}

#why-box ul li a, #why-box ul li span {
	display:block;
	padding:8px 15px 8px 41px;
	font-size:1.2em;
	font-weight:normal;
	color:white;
	text-decoration:none;
	line-height:1em;
	border-bottom:1px solid #39577a;	
}

#why-box ul li span:hover, #why-box ul li a:hover {
	background:url(../images/why-hover.png) left top repeat-x;	
}

#why-box #why-box-bottom {
	width:280px;
	height:14px;
	background:url(../images/why-box-bottom.png) left top no-repeat;
}

#why-box.featured {
	background:#001835 url(../images/why-box-middle.png) 6px 30px repeat-x;
}

#why-box.featured h2{
  background:url(../images/why-box-top-features.png) left top no-repeat;
	margin-left:-6px;
	margin-top:-1px;
	height:51px;
}

#why-box.featured .inner{
  padding:15px 10px 15px 20px;
	font-size:1.2em;
	color:white;
	text-decoration:none;
	line-height:1em;
}

#why-box.featured h3 {
	font-size:1.4em;
	font-weight:bold;
	color:white;
	text-decoration:none;
	line-height:1em;
}

#why-box.featured p {
	color:white;
	line-height:1em;
	padding:10px 0;
}

#why-box .tabbed .menu ul{
  margin:0;
  padding:0;
  width:100%;
}

#why-box .tabbed .menu li a{
  font-size:1em;
}


/* ////////     MAP   \\\\\\\\ */

.rightcol #map {
	width:280px;
	margin-top:10px;
}

#map p {
	padding:0 10px 5px 10px;
	margin:0;
	font-size:1.2em;
	color:#525252;
}

#map #flash-map {
	width:280px;
	height:146px;
}

/* ////////     LOGOS   \\\\\\\\ */

#logos {
	width:529px;
	height:45px;
	margin-top:43px;
	margin-left:12px;
	margin-bottom:6px;
}

.home-page #logos {
	margin-top:18px;
}

#logos h2 {
	display:none;	
}

#logos ul {
	height:45px;	
}

#logos ul li {
	float:left;
	height:45px;
	text-indent:-9999px;
}

#logos ul li#logo-zeus {
	width:110px;
	background:url(../images/logo-zeus.png) left top no-repeat;
}

#logos ul li#logo-requisite {
	width:150px;
	background:url(../images/logo-requisite.png) left top no-repeat;
	margin-left:17px;
}

#logos ul li#logo-deltatech {
	width:81px;
	background:url(../images/logo-deltatech.png) left top no-repeat;
	margin-left:14px;
}

#logos ul li#logo-maks {
	width:91px;
	background:url(../images/logo-maks.png) left top no-repeat;
	margin-left:15px;
}



/* ---------------------------------------------------------------------
            				SUBPAGES
------------------------------------------------------------------------*/

/* ////////     INFOBOX   \\\\\\\\ */

#infobox {
	width:280px;
	background-color:#032c59;
}

#infobox h2 {
	width:285px;
	height:40px;
	margin-left:-5px;
	background:url(../images/infobox-top.png) left top no-repeat;
	text-indent:-9999px;
}

#infobox ul {
	width:266px;
	padding-left:7px;
	padding-right:7px;
	font-size:1.2em;
}

#infobox ul li {
	color:white;
	background:url(../images/quote-left.gif) left top no-repeat;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #3b5b7e;
}

#infobox ul li .quote {
	margin-right:7px;
	margin-bottom:9px;
	padding:4px 19px 5px 25px;
	background:url(../images/quote-right.gif) right bottom no-repeat;	
}

#infobox ul li .quote span {
	display:none;	
}

#infobox ul li .author {
	float:left;
	padding-left:25px;
	font-weight:bold;
}

#infobox ul li .author em {
	font-weight:normal;
	font-style:italic;
}

#infobox ul li .company-logo {
	float:right;
	width:100px;
}

#infobox #infobox-bottom {
	width:280px;
	height:22px;
	background:url(../images/infobox-bottom.gif) left top no-repeat;
}

#infobox.contact{
  margin-top:-1px;
  height:;
}

#infobox.contact .numbers{
  color:#fff;
	font-size:1.2em;
	padding:10px 20px;
}

#infobox.contact .numbers span{
  color:#3B6887;
  padding-right:15px;
  display:inline-block;
}

#infobox.contact .numbers a{
  color:#fff;
  display:inline-block;
  padding:10px 0 0;
}

#infobox.contact h2{
  margin-left:-5px;
  width:285px;
  background-image:url(../images/contact-sales.png);
}

#infobox.contact h2.tech{
  margin-left:0;
  width:280px;
  background-image:url(../images/contact-support.png);
}


/* ////////     QUICKLINKS   \\\\\\\\ */

a.quicklink {
	display:block;
	width:281px;
	height:47px;
	background-position:left bottom;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

a.quicklink#contact {
	margin-top:20px;
	background-image:url(../images/quicklink-contact.png);
}

a.quicklink#callback {
	margin-top:8px;
	background-image:url(../images/quicklink-callback.png);
}

a:hover.quicklink {
	background-position:left top;	
}

.rightcol .quickbox {
	width:280px;
	margin-top:8px;
	padding-bottom:5px;
	background:url(../images/quickbox-middle.png) left bottom repeat-x;
	font-size:1.4em;
	color:white;
}

.rightcol .quickbox h2	{
	width:280px;
	height:46px;
	text-indent:-9999px;
}

.rightcol .quickbox h2#pipe-platform {
  background:url(../images/quickbox-pipe-top.png) left top no-repeat; 
}

.rightcol .quickbox a {
	display:block;
	padding:10px 18px 12px 18px;
	margin-right:12px;
	font-style:italic;
	color:white;
	text-decoration:none;
	background:url(../images/arrow.png) right bottom no-repeat;
}

.rightcol .quickbox a em {
	font-style:italic;	
}

.quickbox-bottom {
	width:280px;
	height:3px;
	background:url(../images/quickbox-botom.gif) left top no-repeat;
}


/* ////////     SWITCHBOX   \\\\\\\\ */

.switchbox {
	position:relative;
	width:490px;
	margin-left:-4px;
	margin-top:1px;
	min-height:75px;
	height:200px;
	padding:0;
}

.switchbox .expand-tab{
  background:none !important;
}

.switchbox .switchbox-collapsed {
	position:absolute;
	top:0;
	left:0;
	width:490px;
  height:75px;
	overflow:hidden;
}

.switchbox.closed{
  background:none !important;
  height:75px !important;
}

.switchbox.closed .switchbox-collapsed{
  background: url(../images/switchbox-collapsed.png) left top no-repeat;
}

/*.switchbox.closed .switchbox-collapsed h3{
  display:inline;
}*/

.switchbox.closed a.switcher.expand{
  display:block;
}

.switchbox.closed .switchbox-middle{
  display:none;
}

.switchbox h3{
	display:block;
	position:absolute;
	height:60px;
	margin-top:2px;
	margin-left:11px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:161px;
	cursor: pointer;
}

#switch-core .switchbox-collapsed h3 {
	background-image:url(../images/switchbox-core.png);
}

#switch-expand .switchbox-collapsed h3 {
	background-image:url(../images/switchbox-expand.png);
}

#switch-velocity .switchbox-collapsed h3 {
  margin-top:3px;
	background:url(../images/switchbox-velocity-active.png);
}

#switch-velocity.closed .switchbox-collapsed h3 {
   background-image:url(../images/switchbox-velocity.png);
}

#switch-accelerate .switchbox-collapsed h3 {
	background-image:url(../images/switchbox-accelerate.png);
}

.switchbox-collapsed h4.info {
	float:right;
	width:250px;
	height:43px;
	padding:11px 40px 2px 0px;
	overflow:hidden;
	color:white;
	font-size:1.3em	;
	line-height:1.1em;
}

a.switcher {
	position:absolute;
  top:50px;
  right:10px;
	width:30px;
	height:30px;
}

.switchbox .switchbox-top {
  height:75px;
  background-position:11px 4px;
  background-repeat:no-repeat;
}


.switchbox .switchbox-middle {
  width:490px;
}

.switchbox .switchbox-content {
  min-height:144px; 
  font-size:1.4em;
  color:white;
  padding:17px 39px 20px 5px;
}

.switchbox#switch-core {
  height:191px;
  background-image:url(../images/switchbox-background-core.png);
}                                          
                                           
.switchbox#switch-expand  {     
  height:202px;                     
  background-image:url(../images/switchbox-background-expand.png);
}                                          
                                           
.switchbox#switch-velocity {      
  height:202px;                     
  background-image:url(../images/switchbox-background-velocity.png);
}                                          
                                           
.switchbox#switch-accelerate {  
  height:221px;                                          
  background-image:url(../images/switchbox-background-accelerate.png);
}

.switchbox-content .switchbox-text {
  width:250px;
  float:right;
  line-height:1.1em;
}

.switchbox-content .switchbox-text p {
  color:white;
  font-size:0.8em;
  line-height:1.1em;
  padding:0 0 8px 0;
}

/*read more*/
.switchbox-content a.read-more {
  width:200px;
  height:16px;
  float:right;
  display:block;
  font-size:0.8em;
  padding-right:25px;
  margin-right:13px;
  background:url(../images/arrow3.png) right top no-repeat;  
  color:white;
  text-align:right;
  text-decoration:none;
}

.switchbox-content a:hover.read-more {
  text-decoration:underline;
}

.switchbox-content a.read-more strong {
  font-weight:bold;
}

/* ////////     QUOTEBOX    \\\\\\\\ */

.quotebox {
	width:403px;
	height:69px;
	margin:-10px 0 15px -8px;
	padding:32px 35px 25px 75px;
	font-size:1.3em;
	line-height:1.1em;
	background:url(../images/quote-backgr.png) left top no-repeat;
	overflow:hidden;
	color:black;
}

.quotebox div {
	height:70px;
	padding-bottom:2px;
	overflow:hidden;
}

.quotebox p {
	font-size:1em;
	line-height:1.1em;
	padding:0 0 10px 0;
	color:black;
}

.blue-quotebox {
	
	height:93px;
	margin:0 0 10px -8px;
	padding:13px 0px 02px;
	font-size:1.3em;
	line-height:1em;
	background:url(../images/blue-quotebox-backgr.png) left top no-repeat;
	overflow:hidden;
	color:white;
}

.blue-quotebox div {
	height:69px;
	padding:0 70px 0 40px;
	padding-bottom:3px;
	overflow:hidden;
}

.blue-quotebox p {
	font-size:1em;
	line-height:1.1em;
	padding:0 0 10px 0;
	color:white;
}

/* ////////     TEXTBOX    \\\\\\\\ */

.textbox { 
	float:left;
	width:528px;
	height:75px;
	margin:0px 0 20px 25px;
	padding:20px 25px 20px 65px;
	font-size:1.4em;
	line-height:1.1em;
	color:white;
	background:url(../images/textbox-backgr.png) left top no-repeat;
	overflow:hidden;
}

.textbox div {
	height:78px;
	overflow:hidden;
}

.textbox p {
	font-size:1em;
	line-height:1em;
	padding:0 0 10px 0;
	color:white;
}

/* ////////     SQUAREBOX    \\\\\\\\ */


.squarebox-normal {
	width:420px;
	height:60px;
	margin:0px 0 15px 0px;
	padding:15px 25px 0px 30px;
	font-size:1.3em;
	line-height:1.1em;
	background: url(../images/squarebox-backgr.png) left top no-repeat;
	overflow:hidden;
	color:#022453 !important;
}

.squarebox-normal.large {
  height:109px;
  background-image: url(../images/squarebox-backgr-large.png);
}

.squarebox {
	width:420px;
	height:60px;
	margin:0px 0 15px 0px;
	padding:15px 25px 0px 30px;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.1em;
	background: url(../images/squarebox-backgr.png) left top no-repeat;
	overflow:hidden;
	color:#022453 !important;
}

.squarebox p {
	font-size:1em;
	line-height:1em;
	padding:0;
	color:#022453;
}

.squarebox.large {
  height:109px;
  background-image: url(../images/squarebox-backgr-large.png);
}



/* ////////     SUPPORT_BOX    \\\\\\\\ */

.support_box {
	width:169px;
	height:87px;
	margin:35px 0 15px 0px;
	padding:34px 85px 0px 28px;
	font-size:1.3em;
	line-height:1.2em;
	background:url(../images/supportbox-backgr.png) left top no-repeat;
	overflow:hidden;
	color:#010101;
}

.support_box a {
	display:block;
	margin-top:2px;
	font-weight:bold;
}

.support_box h3 {
	display:none;	
}

/* ////////     NEWS    \\\\\\\\ */

.news-body {
	color:#525252;
	padding-bottom:15px;
	padding-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #999999;
}


.news-body-pr {
	text-align:justify;
	color:#525252;
	padding-bottom:15px;
	padding-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #999999;
}

.news-body-subheading {
	text-align:center;
	font-weight: bold;
}
/* ////////     TAB BOXES    \\\\\\\\ */

.tab-box {
	width:502px;
	margin:0px 0 10px -11px;
	padding:0px 0px 0px 10px;
	font-size:1.3em;
	line-height:1.2em;
	overflow:hidden;
	color:#010101;
}

.tab-box h3 {
	display:none;	
}

.tab-box h2 {
  font-size:1.3em;
  border-bottom:1px solid #C1C1C1;
  margin:10px 0;
}

.tab-box#tab-sales {
	background:url(../images/tab-sales.png) top left no-repeat;	
}

.tab-box#tab-support {
	background:url(../images/tab-support.png) top left no-repeat;	
}

.tab-box#tab-america {
	background:url(../images/tab-america.png) top left no-repeat;	
}

.tab-box#tab-europe {
	background:url(../images/tab-europe.png) top left no-repeat;	
}

.tab-box#tab-asia {
	background:url(../images/tab-asia.png) top left no-repeat;	
}

.tab-box a {
	font-weight:bold;	
}

/* jquery tabbed boxes*/

.tabbed{
  border-bottom:1px solid #999;
  margin:0 0 10px 0;
}

.tabbed .menu{
  height:42px;
  width:100%;
  margin:0 0 5px 0;
  border-bottom:1px solid #999;
}

.tabbed .menu li{
  float:left;
  height:42px;
  text-align:center;
  width:122px;
  background:url(../images/tabs.jpg) top right no-repeat;
}

.tabbed .menu li.ui-tabs-selected{
  background:url(../images/tabs.jpg) 50% 50% no-repeat;
}

.tabbed .menu li:hover{
  background:url(../images/tabs.jpg) bottom right no-repeat;
}

.tabbed .menu li a{
  display:block;
  width:122px;
  height:18px;
  padding:12px 0;
  font-size:1.5em;
  font-weight:bold;
  text-decoration:none;
  text-shadow: 1px 1px 1px #555;
}

.tabbed .menu li a:hover{
  color:#fff !important;
}

.tabbed .menu li.ui-tabs-selected a{
  color:#fff;
}

.tabbed .ui-tabs-panel{
  padding:5px;
}

.tabbed .ui-tabs-hide {
  display: none;
}

/* collapsable content */

.collapsable .expand-tab{
  display:none;
}

.collapsable.active .expand-tab{
  display:block;
} 

.collapsable.active.closed .extra{
  display:none;
}

.more-content{
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  padding:5px 5px 0;
  margin:10px 0;
}

.more-content h2{
  padding:5px 0 10px;
}

.more-content .expand-tab{
  display:block;
  height:25px;
  padding:0 0 0 0;
  margin-bottom:-3px;
  text-align:right;
  background:url(../images/max-min.png) bottom right no-repeat;
}

.more-content.closed .expand-tab{
  background:url(../images/max-min.png) top right no-repeat;
}