
/* --------------------------------------------------
Type styles
-------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #050505 url(../images/body-tile.gif) repeat-x scroll top left;
	color: #FFF;
	font: 13px/20px "Trebuchet MS", sans-serif;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
}

h2 {
	font-size: 20px;
	line-height:25px;
	text-transform: uppercase;
	padding:0;
	margin:0 0 10px 0;
}

h3 {
	font-size: 14px;
	color: #448AFA;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3.subtitle {
	text-transform: none;
}

h4 {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

h5 {
	color: #CCC;
	font-size: 11px;
	margin-bottom: 5px;
}

p { padding:0;margin:0px 0 15px 0; }

a:link,
a:active,
a:visited { color: #FFF; }

.quote {
	color: #6A82A9;
	font-size: 13px;
	line-height:18px;
}

.author {
	color: #999999;
	font-size: 12px;line-height:15px;
	margin-left: 20px;
}
.hidden {
	display: none;
}
#main-column li {
	list-style:none;
	background: url('../images/li-bg.gif') no-repeat 0 11px;
}

/* --------------------------------------------------
Container styles
-------------------------------------------------- */

#container {
	background-color: #050505;
	margin:0 auto 0 auto;
	width: 980px;
	text-align: left;
}

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

.column {
	float: left;
	margin-left: 10px;
}

.box-0 {
	background: url(../images/box-bg-0.png) no-repeat scroll top left;
	height: 253px;
	margin-bottom: 10px;
}
.box-1 {
	background: url(../images/box-bg-1.png) no-repeat scroll top left;
	height: 330px;
	margin-bottom: 10px;
}
 .box-2 {
	background: url(../images/box-bg-2.png) no-repeat scroll top left;
	height: 363px;
	margin-bottom: 10px;
}
.box-3 {
	background: url(../images/box-bg-3.png) no-repeat scroll top left;
	height: 398px;
	margin-bottom: 10px;
}

.box-4 {
	background: url(../images/box-bg-4.png) no-repeat scroll top left;
	height: 235px;
	margin-bottom: 10px;
}

.line {
	clear:both;
	height:1px;
	overflow:hidden;
	background-color:#616161;
	padding:0;
	margin: 15px 0 15px 0;
}

.floatLeft {
	float:left;
}

#main-column .more  {
	text-decoration:none;
	background: url(../images/arrow.gif) no-repeat scroll center right;
	color: #448BFB;
	font-size: 10px;
	font-weight: bold;
	padding-right: 25px;
	text-transform: uppercase;
}

img { border: none; }

/* --------------------------------------------------
Header styles
-------------------------------------------------- */

#header {
	background: url(../images/header-bg.gif) no-repeat scroll top left;
	height: 75px;
	padding: 10px;
	text-align: right;
}

#header ul {
	display: inline;
	list-style: none;
}

#header #nav { margin-right: 120px; }

#header ul li {
	display: inline;
	margin-right: 10px;
}

#header #language {
	padding: 0 10px 0 0;
}
#header #language a {
	text-transform:uppercase;
}
#header #language a.active {
	text-decoration: none;
	color:#448BFB;
}

#header ul li.last { margin: 0; }

#header ul li a { text-decoration: none; }

/* --------------------------------------------------
Navbar styles
-------------------------------------------------- */

#navbar {
	background: url(../images/navbar-bg.png) no-repeat scroll top left;
	height: 60px;
}

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

#navbar ul li { display: inline; }

#navbar ul li a {
	background-image: url(../images/navbar-ul-li-a-bg.png);
	float: left;
	height: 30px;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
}

#navbar ul li a.active {
	background-image: url(../images/navbar-ul-li-a-bg-active.png);
}

#navbar ul li#nav_0 a { background-position: 0 0; }

#navbar ul li#nav_1 a,
#navbar ul li#nav_2 a,
#navbar ul li#nav_3 a,
#navbar ul li#nav_4 a,
#navbar ul li#nav_5 a { background-position: -130px 0; }

#navbar ul li#nav_0 a:hover { background-position: 0 -40px; }

#navbar ul li#nav_1 a:hover,
#navbar ul li#nav_2 a:hover,
#navbar ul li#nav_3 a:hover,
#navbar ul li#nav_4 a:hover,
#navbar ul li#nav_5 a:hover { background-position: -130px -40px; }

#navbar ul li#nav_0 a:active { background-position: 0 -80px; }

#navbar ul li#nav_1 a:active,
#navbar ul li#nav_2 a:active,
#navbar ul li#nav_3 a:active,
#navbar ul li#nav_4 a:active,
#navbar ul li#nav_5 a:active { background-position: -130px -80px; }

#navbar #search {
	float: right;
	margin-right: 20px;
}

#navbar #search-field {
	margin: 11px 0;
	vertical-align: middle;
}

#navbar #search-submit {
	margin: 11px 0;
	vertical-align: middle;
}

/* --------------------------------------------------
First sidebar styles
-------------------------------------------------- */

#first-sidebar { width: 184px;overflow:hidden; }

#first-sidebar .twoItems { height:77px;overflow:hidden;	background: url(../images/box-menu-twoItems-bg.png) no-repeat scroll top left; }
#first-sidebar .threeItems { height:110px;overflow:hidden;	background: url(../images/box-menu-threeItems-bg.png) no-repeat scroll top left; }

#first-sidebar .fourItems { 
	height:145px;
	overflow:hidden;	
	background: url(../images/box-menu-fourItems-bg.png) no-repeat scroll top left; 
}

#first-sidebar #menu ul li a.solution_0 { 
	background-image: url(../images/menu-ul-li-a-bg-blue.gif); 
}
#first-sidebar #menu ul li a.solution_0:hover { 
	background-image: url(../images/menu-ul-li-a-bg-blue-hover.gif); 
}
#first-sidebar #menu ul li a.solution_0.active, #first-sidebar #menu ul li a.solution_0.active:hover { 
	background-image: url(../images/menu-ul-li-a-bg-blue-active.gif); 
}
#first-sidebar #menu ul li a.solution_2 { 
	background-image: url(../images/menu-ul-li-a-bg-red.gif); 
}
#first-sidebar #menu ul li a.solution_2:hover { 
	background-image: url(../images/menu-ul-li-a-bg-red-hover.gif); 
}
#first-sidebar #menu ul li a.solution_2.active, #first-sidebar #menu ul li a.solution_2.active:hover { 
	background-image: url(../images/menu-ul-li-a-bg-red-active.gif); 
}
#first-sidebar #menu ul li a.solution_1 { 
	background-image: url(../images/menu-ul-li-a-bg-orange.gif); 
}
#first-sidebar #menu ul li a.solution_1:hover { 
	background-image: url(../images/menu-ul-li-a-bg-orange-hover.gif); 
}
#first-sidebar #menu ul li a.solution_1.active, #first-sidebar #menu ul li a.solution_1.active:hover { 
	background-image: url(../images/menu-ul-li-a-bg-orange-active.gif); 
}
#first-sidebar #menu ul li a.solution_3 {
	background-image: url(../images/menu-ul-li-a-bg-green.gif);
}

#first-sidebar #menu ul li a.solution_3:hover {
	background-image: url(../images/menu-ul-li-a-bg-green-hover.gif);
}

#first-sidebar #menu ul li a.solution_3.active,
#first-sidebar #menu ul li a.solution_3.active:hover {
	background-image: url(../images/menu-ul-li-a-bg-green-active.gif);
}
#first-sidebar #menu ul li a { 
	text-decoration:none;
	padding:5px 0 0 10px;
	display:block;width:174px;
	height:28px;
	background: url(../images/menu-ul-li-a-bg.gif) no-repeat scroll top left; 
}
#first-sidebar #menu ul li a:hover { 
	background: url(../images/menu-ul-li-a-bg-hover.gif) no-repeat scroll top left; 
}
#first-sidebar #menu ul li a.active, #first-sidebar #menu ul li a.active:hover { 
	background-image: url(../images/menu-ul-li-a-bg-active.gif); 
}
#first-sidebar #contact { 
	background: url(../images/contact-bg.png) no-repeat scroll top left;
	height:253px;
	overflow:hidden; 
}
 .subBox {
	height: 148px;
	padding: 10px;
}
#first-sidebar #contact h4, #first-sidebar #contact p {
	padding:0;
	margin:0; 
}
#first-sidebar #contact a { 
	text-decoration:none;
	padding:5px 0 0 10px;
	display:block;
	width:174px;
	height:28px;
	background: url(../images/button-1.gif) no-repeat scroll top left; 
}


/* --------------------------------------------------
Main column styles
-------------------------------------------------- */

#main-column { width: 572px; }



#main-column ul {
	margin:5px 0 10px 0;
	padding:0 0 0 5px;
}
#main-column ul li {
	margin:0;
	padding:2px 0 2px 10px;
	color: #bbb;
}

#main-column #content {
	float: left;
	width: 378px;
	color:#ddd;
}

#main-column #content.wide { width: 572px; }

#main-column #content #contact-form p { clear: both; }

#main-column #content #contact-form ul li {
	background-image: none;
	float: left;
	margin: 0 10px 15px 0;
	padding: 0;
}

#main-column #content #contact-form ul li label {
	display: block;
	margin-bottom: 2px;
}

#main-column #content #contact-form ul li input { width: 172px; }

#main-column #comment-form ul li {
	background-image: none;
	float: left;
	margin: 0 10px 15px 0;
	padding: 0;
}

#main-column #comment-form ul li label {
	display: block;
	margin-bottom: 2px;
}

#main-column #comment-form ul li input { width: 175px; }

#main-column #comment-form ul li textarea { width: 560px; }

#main-column #columns div {
	float: left;
	width: 184px;
	font-size:12px;
	color:#999;
}

#main-column #columns h3 {
	color:#ccc;
	font-size:12px;
	line-height:16px;
	padding:0;
	margin:0 0 5px 0;
}
#main-column #columns p {
	padding:0;
	margin:5px 0 5px 0;
}
#main-column #rightContent {
	float: right;
	margin-left: 10px;
	width: 184px;
	font-size:12px;
	line-height:19px;
	color:#999;
}
.grey {
	font-size:12px;
	line-height:19px;
	color:#999;
}
#main-column #rightContent h3 {
	color:#ccc;
	font-size:12px;
	line-height:16px;
	padding:0;
	margin:0 0 5px 0;
}
#main-column #rightContent p {
	padding:0;
	margin:7px 0 7px 0;
}


#main-column #employees-stories {
	float: right;
	margin-left: 10px;
	width: 130px;
}

#main-column #employees-stories a { text-decoration: none; }

#main-column #employees-stories img { margin: 0; }

#main-column #employees-stories .watch-story {
	background: url(../images/arrow.gif) no-repeat scroll center right;
	color: #448BFB;
	font-size: 10px;
	font-weight: bold;
	padding-right: 30px;
	text-transform: uppercase;
}

/* --------------------------------------------------
Last sidebar styles
-------------------------------------------------- */

#last-sidebar { width: 184px; }

/*#last-sidebar h4 { padding: 10px 10px 0 10px; }

#last-sidebar p { padding: 0 10px 0 10px; }

#last-sidebar ul { list-style: none; }*/

#last-sidebar #customer-story .subBox {
	height: 199px;
	padding: 10px;
	overflow:hidden;
}
#last-sidebar #customer-story.box-1 .subBox {
	height: 276px;
	padding: 10px;
}
#last-sidebar #customer-story.box-2 .subBox {
	height: 309px;
	padding: 10px;
}
#last-sidebar #customer-story.box-3 .subBox {
	height: 344px;
	padding: 10px;
}

#last-sidebar #customer-story a { text-decoration:none;padding:5px 0 0 10px;display:block;width:174px;height:28px;background: url(../images/button-0.gif) no-repeat scroll top left; }
#last-sidebar #customer-story .subBox a { text-decoration:underline;padding:0;display:inline;width:auto;height:auto;background:none; }


/* --------------------------------------------------
First footer styles
-------------------------------------------------- */

#first-footer { clear:both; }

#first-footer ul.products { list-style: none; }

#first-footer ul li.product {
	background: url(../images/product-bg.png) no-repeat scroll top left;
	height: 140px;
	margin-left: 10px;
	width: 184px;
}
#first-footer ul li.product.blue {
	padding:10px;
	width:164px;
	color: #00a0c6;
	font-weight:bold;
	font-size:14px;
}
#first-footer ul li.product.red {
	padding:10px;
	width:164px;
	color: #ff5e69;
	font-weight:bold;
	font-size:14px;
}
#first-footer ul li.product.orange {
	padding:10px;
	width:164px;
	color: #ffc850;
	font-weight:bold;
	font-size:14px;
}

/* START MODIFIED 04.10.08 */

#first-footer ul li.product_0 {
	background: url(../images/product-co-reporter.png) no-repeat scroll top left;
	height: 140px;
	margin-left: 10px;
	width: 184px;
}

#first-footer ul li.product_0 a {
	text-decoration: none;
	display: block;
	height: 140px;
	width: 184px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	color: #000;
}

#first-footer ul li.product_1 {
	background: url(../images/product-co-stream.png) no-repeat scroll top left;
	height: 140px;
	margin-left: 10px;
	width: 184px;
}

#first-footer ul li.product_1 a {
	text-decoration: none;
	display: block;
	height: 140px;
	width: 184px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	color: #000;
}

#first-footer ul li.product_2 {
	background: url(../images/product-co-reef.png) no-repeat scroll top left;
	height: 140px;
	margin-left: 10px;
	width: 184px;
}

#first-footer ul li.product_2 a {
	text-decoration: none;
	display: block;
	height: 140px;
	width: 184px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	color: #000;
}

#first-footer ul li.product_3 {
	background: url(../images/product-co-filer.png) no-repeat scroll top left;
	height: 140px;
	margin-left: 10px;
	width: 184px;
}

#first-footer ul li.product_3 a {
	text-decoration: none;
	display: block;
	height: 140px;
	width: 184px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	color: #000;
}

/* END MODIFIED 04.10.08 */

/* START ADDED 04.10.08 */

#first-footer ul li.product_small_0 {
	background: url(../images/product-co-reporter-small.png) no-repeat scroll top left;
	height: 140px;
	margin-left: 10px;
	width: 135px;
}

#first-footer ul li.product_small_0 a {
	text-decoration: none;
	display: block;
	height: 140px;
	width: 135px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	color: #000;
}

#first-footer ul li.product_small_1 {
	background: url(../images/product-co-stream-small.png) no-repeat scroll top left;
	height: 140px;
	margin-left: 10px;
	width: 135px;
}

#first-footer ul li.product_small_1 a {
	text-decoration: none;
	display: block;
	height: 140px;
	width: 135px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	color: #000;
}

#first-footer ul li.product_small_2 {
	background: url(../images/product-co-reef-small.png) no-repeat scroll top left;
	height: 140px;
	margin-left: 10px;
	width: 135px;
}

#first-footer ul li.product_small_2 a {
	text-decoration: none;
	display: block;
	height: 140px;
	width: 135px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	color: #000;
}

#first-footer ul li.product_small_3 {
	background: url(../images/product-co-filer-small.png) no-repeat scroll top left;
	height: 140px;
	margin-left: 10px;
	width: 135px;
}

#first-footer ul li.product_small_3 a {
	text-decoration: none;
	display: block;
	height: 140px;
	width: 135px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	color: #000;
}

/* END ADDED 04.10.08 */

#first-footer #newsletter {
	background: url(../images/newsletter-bg.png) no-repeat scroll top left;
}
#first-footer #newsletter .subBox {
font-size:12px;
line-height:16px;
	height: 86px;
	overflow:hidden;
	padding: 10px;
}

#first-footer #newsletter a { text-decoration:none;padding:5px 0 0 10px;display:block;width:174px;height:28px;background: url(../images/button-1.gif) no-repeat scroll top left; }

#first-footer #calendar {
	background: url(../images/calendar-bg.png) no-repeat scroll top left;
	padding:10px;
	width:164px;
}
#first-footer #calendar #month {
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 12px;
}
#first-footer #calendar #navCalendar {
	float:right;
}
#first-footer #calendar table {
	margin: 2px 0 0 0;
	width:164px;
	font-size:10px;
	line-height:13px;
	clear:both;
	text-align:center;
}
#first-footer #calendar table b {
	color: #000;
	display:block;font-size:12px;
	padding:0 0 5px 0;
	width:20px;
}
#first-footer #calendar table a {
display:block;text-align:center;
height:15px;
text-decoration:none;
width:20px;background: url(../images/calendar-a-bg.gif) no-repeat scroll top left;

}

/* --------------------------------------------------
Footer styles
-------------------------------------------------- */

#footer {
	color: #616161;
	height: 50px;
	clear:both;
	padding: 20px 20px 0 20px;
	background: url(../images/footer-bg.gif) no-repeat scroll top left;
}
#footer small { float:left; }
#footer a:link, #footer a:visited { color: #616161; }
#footer a:hover, #footer a:active { color: #999; }

#footer #backToTop {
	height:20px;
	padding:0 30px 0 0;
	line-height:20px;
	font-size:10px;
	float:right;
	background: url(../images/backToTop.gif) no-repeat scroll top right;
}

#footer #backToTop a { color:#fff;text-decoration:none; }