@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
a,
.actionable,
.actionable-bar,
.action-bar {
	cursor: pointer !important;	
}
a {
   outline: 0;
}
.clearer {
	width: 100%;
	clear: both;
}
@font-face {
	font-family: "Lato Black";
	src: url("../fonts/lato/black/webfont.eot");
	src: url("../fonts/lato/black/webfont.eot?iefix") format("eot"), url("../fonts/lato/black/webfont.woff") format("woff"), url("../fonts/lato/black/webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Lato Bold";
	src: url("../fonts/lato/bold/webfont.eot");
	src: url("../fonts/lato/bold/webfont.eot?iefix") format("eot"), url("../fonts/lato/bold/webfont.woff") format("woff"), url("../fonts/lato/bold/webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Lato Italic";
	src: url("../fonts/lato/italic/webfont.eot");
	src: url("../fonts/lato/italic/webfont.eot?iefix") format("eot"), url("../fonts/lato/italic/webfont.woff") format("woff"), url("../fonts/lato/italic/webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Lato Regular";
	src: url("../fonts/lato/regular/webfont.eot");
	src: url("../fonts/lato/regular/webfont.eot?iefix") format("eot"), url("../fonts/lato/regular/webfont.woff") format("woff"), url("../fonts/lato/regular/webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
.actionable {
	padding: 7px 12px 4px;
	text-transform: uppercase;
	font-family: "Lato Bold";
	font-size: .85em;
	line-height: .95em;
	height: 1em;
	letter-spacing: 0;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	color: #303030;
	border-style: solid;
	border-width: 1px 0;
	border-color: #fff;
	background: #f7f7f7;	
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #ececec));
	background: -moz-linear-gradient(#fbfbfb, #ececec);
	background: -o-linear-gradient(#fbfbfb, #ececec);
	background: linear-gradient(#fbfbfb, #ececec);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px, rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset ;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px, rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
	-o-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px, rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
	box-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px, rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
}
.actionable-bar {
	padding: 0;
	text-transform: uppercase;
	font-family: "Lato Bold";
	font-size: .85em;	
	letter-spacing: 0;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	color: #303030;
	border-style: solid;
	border-width: 1px 0;
	border-color: #fff;
	background: #f7f7f7;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #ececec));
	background: -moz-linear-gradient(#fbfbfb, #ececec);
	background: -o-linear-gradient(#fbfbfb, #ececec);
	background: linear-gradient(#fbfbfb, #ececec);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px, rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset ;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px, rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
	-o-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px, rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
	box-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px, rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
}
button.actionable {
	height: 25px;
	padding: 5px;
}
.actionable-bar, .actionable {
	*display: inline;
}
.actionable-bar-right {
	float:right;
}
.actionable-bar-left {
	float:left;
}
.actionable-bar-clear {
	clear:both;
}
.actionable:hover {
	color: #303030;
	border-color: #fff #fff #c0c0c0;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(50%, #c6c6c6), color-stop(100%, #a3a3a3));
	background: -moz-linear-gradient(#e4e4e4, #c6c6c6 50%, #a3a3a3);
	background: -o-linear-gradient(#e4e4e4, #c6c6c6 50%, #a3a3a3);
	background: linear-gradient(#e4e4e4, #c6c6c6 50%, #a3a3a3);
}
.action-bar {
	padding: 7px 7px 4px;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ccc;
	margin: 0;
	display: block;
	float: left;
	font-size: .85em;
	height: 1.5em;
	line-height: 1.5em;
	color: #303030;
}
#container .action-bar:hover {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(50%, #c6c6c6), color-stop(100%, #a3a3a3));
	background: -moz-linear-gradient(#e4e4e4, #c6c6c6 50%, #a3a3a3);
	background: -o-linear-gradient(#e4e4e4, #c6c6c6 50%, #a3a3a3);
	background: linear-gradient(#e4e4e4, #c6c6c6 50%, #a3a3a3);
}
.action-bar:first-child {
	border-left: none;
}
.action-bar:last-child {
	border-right: none;
}
.action-bar img {
	position: relative;
	top: -1px;
}
.action-bar .icon,
.actionable .icon {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	display: block;
	text-indent: 16px;
}
.action-block .flag-action .icon {
	background-image: url("/images/icon-flag.png");	
}
.action-block .like-action .icon {
	background-image: url("/images/icon-plus.png");	
}
.action-block .reply-action .icon {
	background-image: url("/images/icon-reply.png");	
}
.pdf {
	background: url(/images/pdf.png)no-repeat;
	display: block;
	text-indent: 16px;
}
.icon-fb {
	background: url(/images/icon-fb-gray.png) no-repeat;
	display: block;
	text-indent: 16px;
}
.icon-tw {
	background: url(/images/icon-tw-gray.png) no-repeat;
	display: block;
	text-indent: 16px;
}
.icon-fusion {
	background: url(/images/icon-fusion-gray.png) no-repeat;
	display: block;
	text-indent: 16px;
}
.icon-like {
	background: url(/images/icon-like-gray.png) 0 -1px no-repeat;
	display: block;
	text-indent: 16px;
}
.icon-dislike {
	background: url(/images/icon-dislike-gray.png) no-repeat;
	display: block;
	text-indent: 10px;
}
.actionable .social-icons {
	display: block;
	font-family: "Lato Bold", Arial, sans-serif;
	font-size: .85em;
	line-height: .85em;
	height: 1em;
	padding: 0 2px 2px 14px;
	text-indent: 7px;
}

.actionable span {
	font-size: .85em;
}
.joinus {
	width: 156px;
	margin: 10px 0 0;
}
.joinus:first-child {
	margin-top: 0;
}
.joinus img {
	float: left;
	margin-left: -5px;
}
	.ju-facebook {
		background: url(/images/sidebar/sidebar-joinus-sprite.png) 0 0 no-repeat;
	}
	
	.ju-twitter {
		background: url(/images/sidebar/sidebar-joinus-sprite.png) 0 -16px no-repeat;
	}
	
	.ju-linkedin {
		background: url(/images/sidebar/sidebar-joinus-sprite.png) 0 -32px no-repeat;
	}
	
	.ju-community {
		background: url(/images/sidebar/sidebar-joinus-sprite.png) 0 -48px no-repeat;
	}
	
	.ju-blog {
		background: url(/images/sidebar/sidebar-joinus-sprite.png) 0 -64px no-repeat;
	}
.tab-control .tab-control-controller {
	margin: -10px -10px 0;
	overflow: hidden;
	font-size: 12px;
}
.tab-control .tab-control-controller li {
	float: left;
}
.tab-control .tab-control-controller li a {
	display: block;
	width: 97px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	color: #777;
	background: #c8c8c8;
}
.tab-control .tab-control-controller li:first-child a {
	width: 98px;
}
.tab-control .tab-control-controller li.active a {
	cursor: default;
	background: #fff;
	pointer-events: none;
}
.tab-control .tab-control-content {
	padding-top: 10px;
}
.tab-control .tab-control-content > div {
	display: none;
}
.tab-control .tab-control-content > div.active {
	display: block;
}
body, select, input, textarea {
	color: #444444;
	font: 12px "Lato Regular", "Helvetica Neue", Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a {
	color: #1a97e1;
}
a:hover {
	color: #535353;
}
strong, th {
	font-weight: bold;
}
body {
	background: #000000;
}
a {
	text-decoration: none;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato Bold";
	font-weight: normal;
	color: #000;
	orphans: 4;
}
ol, ul {
	list-style: none;
}
#main .primary-content section ol {  
	padding-left: 35px;
	font: 13px/1.5 "Lato Regular", Arial, sans-serif;
	list-style-type: decimal;
}
/******************************
WRAPPER AND CONTAINER STYLES
******************************/
#container {
	width: 1080px;
	margin: 0 auto;
}
.header-sprite,
header form input[type="text"],
header form input[type="text"] + input[type="submit"],
header form input[type="text"] + input[type="submit"]:hover,
header .secondary-bar #chat a,
header .secondary-bar #login {
	background: url('/images/cmn/header.png') no-repeat;
}
/******************************
	HEADER STYLES
******************************/

header {
	position: fixed;
	width: 100%;
	height: 125px;
	top: 0; left: 0;
	z-index: 11111;
}

#header-wrap {
	width: 1080px;
	height: 110px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	background: url('/images/header_main.png') top center no-repeat;
}
	#header-wrap nav div.sub-menu {
		display: none;
		position: absolute;
		width:828px;
		height:443px;
		margin-left: -15px;
		top: 0;
		left: 0;
		z-index: 10;
		overflow: hidden;
	}
		#header-wrap nav div.sub-menu .inner-wrapper {
			position: relative;
			width: 796px;
			height: 410px;
			padding: 14px 16px 19px;
			margin-top: -8px;
			background-image: url('/images/header/dropdown_3col.png');
			/*background-image: url('/images/global/product-dd-shadow.png');*/
			background-repeat: no-repeat;
		}
			#header-wrap nav div.sub-menu a {
				float: none;
				text-decoration: none;
				text-transform: none;
				letter-spacing: normal;
				-moz-text-shadow: none;
				-webkit-text-shadow: none;
				text-shadow: none;
			}
			#header-wrap nav div.sub-menu a:hover {
				color: #535353;
			}
			#header-wrap nav div.sub-menu .segment {
				display: block;
				position: relative;
				float: left;
				width: 205px;
				padding: 190px 30px 0;
			}
				#header-wrap nav .segment a.img-link {
					display: block;
					position: absolute;
					font-size: 1px;
					text-decoration: none;
				}
				#header-wrap nav .segment a.img-link:hover {
					text-decoration: none;
				}
				#header-wrap nav .col-1 a.img-link {
					top: 20px;
					left: 36px;
					width: 173px;
					height: 158px;
				}
				#header-wrap nav .col-2 a.img-link {
					top: 4px;
					left: 42px;
					width: 159px;
					height: 168px;
				}
				#header-wrap nav .col-3 a.img-link {
					top: 4px;
					left: 30px;
					width: 207px;
					height: 168px;
				}
				
			#header-wrap nav div.sub-menu h1 a {
				font: 1.5em "Lato Bold",Arial,Helvetica,sans-serif;
				line-height: normal;
				color: #303030;
			}
			#header-wrap nav div.sub-menu h1 a.active,
			#header-wrap nav div.sub-menu h1 a:hover {
				color: #1a97e1;
			}
			#header-wrap nav div.sub-menu p {
				color: #666666;
				font-size: 14px;
				line-height: 18px;
			}
			#header-wrap nav div.sub-menu ul {
				margin-top: 15px;
			}
			#header-wrap nav div.sub-menu li {
				clear: both;
				display: block;
				background: url("/images/icon-tag.png") no-repeat scroll left center transparent;
				margin: 0 0 9px;
				padding: 0 0 2px 22px;
			}
			#header-wrap nav div.sub-menu li a {
				font: 14px "Lato Regular","Helvetica Neue",Helvetica,sans-serif;
				color: #1A97E1;
			}
			
			#header-wrap nav div.sub-menu .nav-iomemory,
			#header-wrap nav div.sub-menu .nav-iodrive,
			#header-wrap nav div.sub-menu .nav-iodrive-duo {
				width: 100%;
			}
			
			#header-wrap nav div.sub-menu .float-left {
				float: left;
			}
			#header-wrap nav div.sub-menu span.float-left {
				float: left;
				margin: 0 5px;
			}

#logo {
	width: 223px;
	height: 24px;
	background: none;
	position: absolute;
	top: 36px;
	left: 20px;
}
#logo a {
	display: block;
	width: 196px;
	height: 50px;
}
nav {
	width: 730px;
	height: 40px;
	position: absolute;
	top: 29px;
	left: 265px;
}
nav ul {
	padding: 0;
}
nav li {
	padding: 0 16px;
	background: url(/images/nav_bg.png) top right no-repeat;
}
nav a {
	font-family: "Lato Black";
	font-size: 11px;
	line-height: 40px;
	color: #303030;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	-moz-text-shadow: 1px 1px 1px #ececec;
	-webkit-text-shadow: 1px 1px 1px #ececec;
	text-shadow: 1px 1px 1px #ececec;
	display: block;
	float: left;
}
nav a:hover {
	color: #2d97d1;
}
header form {
	top: 39px;
	right: 20px;
	position: absolute;
}
header form input[type="text"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-khtml-appearance: none;
	appearance: none;
	margin: 0;
	padding: 3px 26px;
	width: 120px;
	border: 0;
	line-height: 14px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	background-position: -4px -145px;
	background-color: #2d2d2d;
	color: #aaaaaa;
	/*-moz-box-shadow:inset  0 4px #888;
	-webkit-box-shadow:inset 0 0 4px #888;
	box-shadow:inset 0 0 4px #888;*/
	outline: 0;/* all */
}
header form input[type="text"]::-webkit-input-placeholder {
	color: #fdfdfd;
}
header form input[type="text"]:-moz-placeholder {
	color: #fdfdfd;
}
header form input[type="text"]:placeholder {
	color: #fdfdfd;
}
header form input[type="text"] + input[type="submit"] {
	top: 2px;
	right: 3px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	width: 15px;
	height: 15px;
	line-height: 999px;
	/* Set it higher than your image height */
	overflow: hidden;
	/* Hide the text */
	font-size: 0;
	/* FF2 doesn't like the above */
	background-position: -4px -234px;
	cursor: pointer;
}
header form input[type="text"] + input[type="submit"]:hover {
	background-position: -4px -192px;
}
header .primary-bar {
	position: relative;
	height: 66px;
}
header .primary-bar .page-wrap {
	position: relative;
}
header:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
header ul li {
	float: left;
	position: relative;
}
header ul li:first-child:before {
	margin: 0;
	content: "";
}
header #top_menu {
	height: 20px;
	color: #5b5b5b;
	position: absolute;
	top: 74px;
	right: 25px;
	text-align: right;
}
header #top_menu a {
	padding: 0 3px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	height: 20px;
	color: #999;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
header #top_menu a:hover {
	color: #fff;
}
header #top_menu .locations {
	background: url(/images/regions.png) no-repeat 0 -20px;
	padding: 0 0 0 45px;
}
header #top_menu .locations:hover {
	background: url(/images/regions.png) no-repeat 0 0;
}
#home-spacer {height: 25px; display: block; background: #000; width: 100%; float: left;}

/******************************
        FOOTER STYLES
******************************/

footer {
	padding: 30px 0 15px;
	height: 100%;
	background: #2a2a2a;
	color: #777;
	overflow: visible;
}
footer p {
	margin: 5px 0 16px;
}
#footer-wrap {
    width: 1080px;
    height: 210px;
    clear: both;
    margin: 0 auto 50px;
}		
#footer-bottom {
	height: 26px;
	border-top: 1px solid #393939;
	float: left;
	width: 1080px;
}
#footer-bottom p {
	margin: 0;
}
#footer-bottom p,
#footer-bottom li {
	line-height: 26px;
}
	#footer-wrap .footer-title {
		color: #fff;
		font-size: 24px;
		margin-bottom: 5px;
	}	
	#foot-col1, #foot-col2, #foot-col3, #foot-col4 {
		float: left;
		display: block;
		height: 210px;
		margin-bottom: 25px;
	}
	#foot-col1 {
		width: 186px;
		padding: 0 19px;
		margin: 0px;
		border-right: 1px solid #111;
	}
		.pop-out .menu{
		    font: bold 13px Arial, sans-serif; 
		    line-height: 16px; 
		    position: relative; /* Required */
		    border-bottom: none;
		}
		.pop-out .menu li a {
		    display: block; 
		    color: #fff; 
		    float:  left;
		    font: 14px/40px "Lato Bold", Arial, sans-serif;  
		    text-decoration: none;
		    background: transparent;
		    height: 40px;
		    text-align: right;
		}		
		.pop-out .menu li .sub-container .sub {
		    border: none;
		    padding: 0;
		}		
		.fio_mega, .fio_mega a {
		    width: 175px;
		    height: 40px;
		    padding-right: 11px;
		}
		.pop-out .fio_mega a:hover {
		    color: #1A97E1;
		}
	#foot-col2 {
		width: 598px;
		border-right: 1px solid #111;
		border-left: 1px solid #444;
	}	
	#foot-col3 {
		width: 253px;
		border-right: 1px solid #111;
		border-left: 1px solid #444;
	}	
	#foot-col4 {
		width: 244px;
		border-left: 1px solid #444;
	}	
	#latest, #stock, #keep-up, #in-touch {
		padding: 0 20px 15px;
		float: left;
	}
/* FOOT-COL2 */	
	#subscribe_button {
		height: 25px;
		margin-left: 10px;
		padding: 4px 15px;
		float: left;
	}
	#subscribe_email {
		width: 270px;
		height: 25px;
		padding: 0 5px;
		float: left;
	}	
	#latest {		
		margin-bottom: 10px;
		margin-top:40px;
	}		
/* FOOT-COL4 */

#keep-up {
	margin-bottom: 10px;
}
#keep-up ul {
	float: left;
}
#keep-up ul li {
	width: 205px;
	float: left;
	display: block;
	font: 12px/26px "Lato Regular", Arial, sans-serif;
	padding: 4px 0;
}
#facebook:hover, #twitter:hover, #linkedin:hover, #rss:hover, #community:hover, #blog:hover {
	color: #888;
	}

#facebook, #twitter, #linkedin, #rss, #community, #blog {
	display: block;
	float: left;
	height: 26px;
	text-indent: 36px;
	color: #fff;
}
#facebook {
	background: url('/images/footer/follow_sprite.png') 0 -25px no-repeat;
}
#facebook:hover {
	background: url('/images/footer/follow_sprite.png') 0 0 no-repeat;
}
#twitter {
	background: url('/images/footer/follow_sprite.png') 0 -80px no-repeat;
}
#twitter:hover {
	background: url('/images/footer/follow_sprite.png') 0 -55px no-repeat;
}
#linkedin {
	background: url('/images/footer/follow_sprite.png') 0 -135px no-repeat;
}
#linkedin:hover {
	background: url('/images/footer/follow_sprite.png') 0 -110px no-repeat;
}
#rss {
	background: url('/images/footer/follow_sprite.png') 0 -190px no-repeat;
}
#rss:hover {
	background: url('/images/footer/follow_sprite.png') 0 -165px no-repeat;
}
#community {
	background: url('/images/footer/follow_sprite.png') 0 -245px no-repeat;
}
#community:hover {
	background: url('/images/footer/follow_sprite.png') 0 -220px no-repeat;
}
#blog {
	background: url('/images/footer/follow_sprite.png') 0 -300px no-repeat;
}
#blog:hover {
	background: url('/images/footer/follow_sprite.png') 0 -275px no-repeat;
}
#in-touch p {
	font: 12px/18px "Lato Regular", Arial, sans-serif;
	color: #777;
}
#email-link {
	text-indent: 24px;
	color: #666;
	background: url('/images/footer/icon-email.png') no-repeat;
	display: block;
	float: left;
	height: 12px;
	margin-top: 3px;
	line-height: 12px;
}
#email-link:hover {
	color: #fff;
	}
#footer-bottom .copyright {
	float: left;
	height: 26px;
	line-height: 26px;
}
#footer-bottom .copyright a {
	color: #F2F2F2;
	font-size:8pt;
}
#footer-bottom .copyright a:hover {
	color:#888888;
}

/******************************
	SIDEBAR GLOBAL STYLES
******************************/
#main > aside h2 {
	font-family: "Lato Black", Arial, sans-serif;
}
.feed h2 img {
	display: none;
}
.feed .tag-content h2 {
	margin: auto !important;
}
/******************************
	MODAL BUTTON STYLES
******************************/
.btn-fusion-io {
	display: block;
	background: url(/images/buttons/fusion-io.png) no-repeat 0 0;
	width: 165px;
	height: 40px;
}
.btn-fusion-io:hover {
	background-position: 0 -40px;
}
/******************************
	MAIN CONTENT STYLES
******************************/
#main {
	clear: both;
	width: 1080px;
	display: table;
	margin: 125px 0 25px;
}
#main > * { /** WARNING! this "display:table-cell" will break any <style> tags placed inside the <body> tags **/
	display: table-cell;
	vertical-align: top;
}
#main > section a {
	/*color: #1a97e1;*/
	color: #000;
}
#main > section a:hover {
	/*color: #000;*/
	color: #1a97e1;
}
#main > section p a {
	color: #1a97e1;
}
#main > section p a:hover {
	color: #000;
}
#main > #homepage {
	background: #fff;
	height: 100%;
}
#main .primary-content h1,
#main .secondary-content h1,
#main .secondary-content .partial h1,
#main .primary-content .partial h1 {
	font: 24px/24px "Lato Black", Arial, sans-serif;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px;
	position: relative;
	width: 100%;
	
}
#main .primary-content > section h1,
#main .secondary-content > section h1 {
	font: 20px/20px "Lato Bold", Arial, sans-serif;
	padding: 6px 0;
	border: none;
	margin: 0;
	position: relative;
	width: 580px;
	
}
#main > .primary-content,
#main .secondary-content {
	width: 753px;
	position: relative;
	padding: 25px;
	border: 1px solid #fff;
	background: #fff url(/images/section_bg.png) top left repeat-x;
}
#main > section ul {
	padding: 0 0 0 30px;
}
#main > section ul li {
	font: 13px/1.5 "Lato Regular", Arial, sans-serif;
	padding: 2px 0;
	list-style-type: disc;
}
.partial {
	width: 755px;
	position: relative;
}
#main > .spacer {
	width: 25px;
	background: transparent;
}
#main .primary-content .left-gutter,
#main .secondary-content .left-gutter,
#main .secondary-content .partial .left-gutter,
#main .secondary-content .left-gutter-normal {
	width: 175px;
	display: table-cell;
}
.primary-content > section {
	width: 580px;
	display: table-cell;
	vertical-align: top;
}
.partial:last-child {
	margin-bottom: 0px;
}
#main > .secondary-content h1 {
	
}
.primary-content > section img {
	margin-bottom: 20px;
}
.primary-content > section h1 {
	font: 24px/1.2 "Lato Bold";
	color: #333;
}
.primary-content > section h3 {
	font: 14px/1.2 "Lato Regular";
	color: #8d8d8d;
}
.primary-content > section p {
	font: 13px/1.5 "Lato Regular";
	color: #333;
	padding: 9px 0;
}
#main > aside {
	width: 243px;
	background: #fff url(/images/section_bg.png) top left repeat-x;
	border: 1px solid #fff;
}
#main > aside:first-child {
	width: 20px;
	background: transparent;
}
#main > aside h2 {
	*zoom: 1;
	font-size: 20px;
	line-height: 0.9;
	color: #000;
	margin: 20px auto 0 25px;
}
#main > aside h2:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
#main > aside h2 img {
	margin: 0 7px 0 -7px;
	float: left;
	position: relative;
	width: 34px;
	height: 26px;
}
#main > aside h3 {
	margin-bottom: 10px;
	font-size: 16px;
}
#main > aside .feed {
	*zoom: 1;
	padding: 1px 0;
	border-bottom:1px solid #eee;
}
#main > aside .feed:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
#main > aside .feed .feed-content {
	padding: 10px 10px 12px;
	margin: 12px 25px 25px;
	background: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
	-o-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
}
#main > aside ul li a.active {
	text-indent: 4px;
	color: #1A97E1;	
}
#main > aside ul li a {
	color: #303030;
}
#main > aside ul li a:hover {
	color: #1A97E1;	
}
#main > aside .generic .feed-content {
	margin: 25px;
	clear: both;
}
#main > aside .feed .tag-content {
	padding: 10px 10px 12px;
	background: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
	-o-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2px 8px;
	margin: 25px;
	clear: both;
}
#main > aside .submenu p {
	margin: 10px 0 4px;
}
#main > aside .submenu p span {
	font-weight: bold;
}
aside .sidebar_hr {
	height:1px;
	width:100%;
	background: #eee;
}
#main > aside .generic li {
	background: url(/images/icon-tag.png) no-repeat top left;
	padding: 0 0 0 22px;
	margin: 15px 0 0;
}
#main > aside .generic li a,
#main > aside .generic li a:visited {
	font: 12px/1.1 "Lato Regular", Arial, sans-serif;
}
#main > aside .submenu .current a {
	color: #303030;
	padding-left: 5px;
}
#main > section .blog-img {

}
#main > aside .history .feed-content,
#main > aside .history .tag-content {
}
#main > aside .history ul li,
#main > aside .submenu ul li {
	background: url(/images/icon-tag.png) no-repeat top left;
	padding: 0 0 0 22px;
	margin: 9px 0 0;
}
#main > aside .submenu ul li:first-child {
	margin: 0;
}		
#main > aside .feed .feed-navigator {
	margin-top: 8px;
	text-align: right;
}
#main .blog-info .feed-navigator a span {
	background: url(/images/icon-blog-small.png) left no-repeat;
	text-indent: 16px;
	display: inline-block;
}
.nav-btns li,
#main > aside .feed .feed-navigator li,
#container #main #slide-nav .feed-navigator li,
#container #main #social-chatter-nav .feed-navigator li {
	margin: 0 2px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
}
.nav-btns li,
#main > aside .feed .feed-navigator li,
#container #main #slide-nav .feed-navigator li,
#container #main #social-chatter-nav .feed-navigator li {
	*display: inline;
}
.nav-btns li .actionable,
#main > aside .feed .feed-navigator .previous .actionable,
#main > aside .feed .feed-navigator .next .actionable,
#container #main #slide-nav .feed-navigator .previous .arrow-nav,
#container #main #slide-nav .feed-navigator .next .arrow-nav,
#container #main .event .feed-content .previous .arrow-nav,
#container #main .event .feed-content .next .arrow-nav,
#container #main #homepage #tile_slider .slide-top .slide-nav .nav-btns .previous .arrow-nav,
#container #main #homepage #tile_slider .slide-top .slide-nav .nav-btns .next .arrow-nav,
#container #main #social-chatter-nav .feed-navigator .previous .arrow-nav,
#container #main #social-chatter-nav .feed-navigator .next .arrow-nav {
	padding-left: 0;
	padding-right: 0;
	width: 30px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
}
.nav-btns li .actionable span,
#main > aside .feed .feed-navigator .previous .actionable span,
#main > aside .feed .feed-navigator .next .actionable span,
#container #main #slide-nav .feed-navigator .previous .arrow-nav span,
#container #main #slide-nav .feed-navigator .next .arrow-nav span,
#container #main .event .feed-content .previous .arrow-nav,
#container #main .event .feed-content .next .arrow-nav,
#container #main .slide-top .slide-nav .nav-btns .previous .arrow-nav,
#container #main .slide-top .slide-nav .nav-btns .next .arrow-nav,
#container #main #social-chatter-nav .feed-navigator .previous .arrow-nav span,
#container #main #social-chatter-nav .feed-navigator .next .arrow-nav span {
	display: block;
	width: 100%;
	height: 100%;
	background: url('/images/arrows.png') bottom left no-repeat;
}
.nav-btns .next .actionable span,
#main > aside .feed .feed-navigator .next .actionable span,
#container #main #slide-nav .feed-navigator .next .arrow-nav span,
#container #main .event .feed-content .next .arrow-nav,
#container #main #homepage #tile_slider .slide-top .slide-nav .nav-btns .next .arrow-nav,
#container #main #social-chatter-nav .feed-navigator .next .arrow-nav span {
	background: url('/images/arrows.png') no-repeat bottom right;
}
.nav-btns .previous .actionable span:hover,
#main > aside .feed .feed-navigator .previous .actionable span:hover,
#container #main #slide-nav .feed-navigator .previous .arrow-nav span:hover,
#container #main .event .feed-content .previous .arrow-nav:hover,
#container #main #homepage #tile_slider .slide-top .slide-nav .nav-btns .previous .arrow-nav:hover,
#container #main #social-chatter-nav .feed-navigator .previous .arrow-nav span:hover {
	background: url('/images/arrows.png') no-repeat top left;
}
.nav-btns .next .actionable span:hover,
#main > aside .feed .feed-navigator .next .actionable span:hover,
#container #main #slide-nav .feed-navigator .next .arrow-nav span:hover,
#container #main .event .feed-content .next .arrow-nav:hover,
#container #main #homepage #tile_slider .slide-top .slide-nav .nav-btns .next .arrow-nav:hover,
#container #main #social-chatter-nav .feed-navigator .next .arrow-nav span:hover {
	background: url('/images/arrows.png') no-repeat top right;
}
#main > aside .feed:last-child {
	border-top: 0;
	border-bottom: none;	
}
#main > aside .feed.twitter .feed-content {
	font-size: 14px;
}
#main > aside .feed.twitter .feed-content .recent-tweet a {
	text-decoration: underline;
}
#main > aside .feed.twitter .feed-content p {
	margin-right: 5px;
}
#main > aside .feed.twitter .feed-content .related-content dt {
	margin: 15px 0;
	font-family: "Lato Bold";
	font-size: 16px;
	color: #3e3e3e;
}
#main > aside .feed.twitter .feed-content .related-content dd {
	margin: 15px 0;
	font-size: 12px;
}
#main > aside .feed.twitter .feed-content .related-content dd a {
	padding-left: 20px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAHCAYAAAABIM1CAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTBCNzI2NkY0Mjk2MTFFMEFEMDlENTg5QkE1MjA0MTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTBCNzI2NzA0Mjk2MTFFMEFEMDlENTg5QkE1MjA0MTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMEI3MjY2RDQyOTYxMUUwQUQwOUQ1ODlCQTUyMDQxMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMEI3MjY2RTQyOTYxMUUwQUQwOUQ1ODlCQTUyMDQxMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq8qp48AAAB/SURBVHjaYtTQ0GBiYGBwAmJOBsLgFxC/AeI7QPwRJMACxMxEagYBNiCWguIXQHyOiYE0cA+IrwPxfyCWAGJRFhI0/wXiq1C2NBDzgVxPigEgrxoD8U+oZrChLCR6QQpK/wPiB0D8CmTAHyD+hGQqPvAFpAmI7wLxD5AAQIABACG5FjZmpJLBAAAAAElFTkSuQmCC') no-repeat left center;
}
#main > aside .feed.twitter .feed-content .recent-tweet .recent-tweet-author p {
	font: 14px/16px "Lato Bold", Arial, sans-serif;
	padding: 20px 0 0 0;
}
#main > aside .feed.twitter .feed-content .recent-tweet p {
	font-size: 12px;
}
#main > aside .feed.twitter .feed-content .recent-tweet .recent-tweet-author {
	height: 48px;
	display: block;
	margin: 15px 0 15px;
}
#main > aside .feed.twitter .feed-content .recent-tweet .recent-tweet-author img {
	margin: 0 12px 0 0;
	float: left;
	width: 48px;
	height: 48px;
}
#main > aside .feed.twitter .feed-content .recent-tweet .recent-tweet-author > p:first-child {
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 48px;
	height: 48px;
	padding: 0;
	margin-right: 10px;
}
#main > aside .feed.twitter .feed-content .recent-tweet .recent-tweet-author > p:first-child img {
	opacity: 0;
}
#main > aside .feed.twitter .feed-content .recent-tweet .recent-tweet-author p span {
	font: 10px/10px "Lato Regular", Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #999;
}
#main > aside .feed.twitter .feed-content .recent-tweet .recent-tweet-author p a {
	text-decoration: none;
}
/* BEGIN: SideBar CSS - Sub Menu */
#main > aside .submenu ul li {
	background: url(/images/icon-tag.png) no-repeat top left;
	padding: 0 0 0 22px;
	margin: 9px 0 0;
}
/* Box Shadow Fallback */
.no-boxshadow .actionable {
	border: 1px solid #e4e4e4;
}
.no-boxshadow #main > aside .feed .feed-content {
	border: 1px solid #e4e4e4;
}
.no-boxshadow .tab-control .tab-control-controller li a:first-child {
	width: 96px;
}
/* Display Table Fallback */

.no-displaytable #main {
 *zoom: 1;
}
.no-displaytable #main:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.no-displaytable #main > * {
	float: left;
}
.no-displaytable #main > section {
	min-height: 700px;
}
@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

/******************************
	NOSCRIPT STYLES
******************************/
#noscript_container {
	position:absolute;
	top:0; left:0;
	right:0;
	width:auto; height:2500px;
	background-color:#FFF;
	z-index:100000;
}

#noscript_container h1 {
	width:auto;
	font-size:20px;
}

#noscript_block {
	position:relative;
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#555555;
	padding:0px;
	line-height:135%;
	margin: 0 auto;
	text-align: left;
}


/*****************************
	CALENDAR STYLES
*****************************/
.calendar {
	float: left;
	padding: 0 0 0 0;
}
.cal-month {
	width: 180px;
	padding: 10px 0;
	font: 18px/18px "Lato Bold", Arial, sans-serif;
	float: left;
}
.cal-days {
	height: 16px;
	width: 180px;
	font-size: 10px;
	float: left;
}
.cal-days ul li {
	background: #fff;
	border-right: 1px solid #fff;
	float: left;
	width: 25px;
	text-align: center;
}
.cal-dates {
	float: left;
}
.cal-dates li {
	background: #bbb;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	float: left;
	width: 21px;
	height: 20px;
	padding: 2px;
	font-size: 8px;
	display: block;
}
.cal-dates li:nth-child(7n+7), .cal-days li:last-child {
	border-right: none;
	width: 20px;
}
.cal-dates li:hover {
	background: #999;
}
.cal-dates .empty {
	background: #fff;
}
.cal-dates .event {
	background: #666;
}
.cal-dates .event:hover {
	background: #0d8fdc;
}
.cal-dates .selected {
	background: #f0cc2e;
}
/* PAGINATION */

#pagination {
	height: 30px;
	width: 100%;
	position: relative;
	margin-top: 10px;
}
#pagination .left {
	position: absolute;
	top: 0;
	left: 0;
}
#pagination .right {
	position: absolute;
	top: 0;
	right: 0;
}
#main > aside .investor .feed-content {
}
#main > aside .submenu h2 {
    font-family: "Lato Black"
}
#main > aside .submenu ul li {
    background: url(/images/icon-tag.png) no-repeat top left;
    padding: 0 0 0 22px;
    margin: 9px 0 0;
}

#main .primary-content h2 {
	font: 14px/24px "Lato Bold", Arial, Helvetica, sans-serif;
	color: #303030;
	line-height:18px;
}
.mail-link {
	unicode-bidi: bidi-override;
	direction: rtl;
}
#container #main .tag-list {
	color: #666;
	font: 10px/14px "Lato Regular", Arial, sans-serif;
}
#container #main .tag-list a {
	color: #aaa;
}
#container #main .tag-list a:hover {
	color: #1A97E1;
}
.img-left, .img_left {
	float: left;
	margin: 0 12px 6px 0;
	display: block;
}
.img-right, .img_right {
	float: right;
	margin: 0 0 6px 12px;
	display: block;
}
#main > aside .solutions ul li {
    background: url(/images/icon-tag.png) no-repeat top left;
    padding: 0 0 0 22px;
    margin: 9px 0 0;
}
#main > aside .solutions ul li ul li {
    background: none;
    list-style-type: disc;
    padding: 0;
    margin: 3px 0 0 15px;
}
#main > aside .feed-content h3 a {
	color: #303030;
	text-decoration: none;
}
#main > aside .feed-content h3 a:hover {
	color: #1A97E1;
}
#main > aside .solutions ul {
	padding: 0 0 15px 0;
}
#main > aside .solutions ul li ul {
	padding: 5px 0 0 0;
}
#main > aside .solutions .current a,
#main > aside .solutions .current ul .current a {
	color: #303030;
	cursor: default;
}
#main > aside .solutions .current ul li a {
	color: #1A97E1;
	font-weight: normal;
}
#main > aside .solutions .current ul li a:hover {
	color: #303030;
}
#footer-includes img {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

.header-wrapper {
	position:relative;
  	background-image:url('/images/banners/cwid_banner.jpg');
  	height:397px;
}
.page-title {
	color:#3889ca;
	margin-left:-5px;
}
/********** CWID STYLES **********/
#main > section .row-wrapper {
	width:753px;
	padding-bottom:30px;
}
#main > section .left-box {
	float: left;
	width: 364px;
}
#main > section .right-box {
	float: right;
	width: 364px;
}
#main > section .row-wrapper .left-item {
	float:left;
	padding: 9px 12px 7px 0;
	width:60px;
	text-align:center;
}	
#main > section .row-wrapper .right-item {
	float:right;
	width:228px;
}

/* FOOTER */
form.yui input[type="text"], form.yui input[type="password"], form.yui input[type="email"], form.yui input[type="tel"], form.yui input[type="url"], form.yui textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -khtml-appearance: none;
  appearance: none;
  margin: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  color: #696969;
  outline: 0;
}
form.yui .input-container .normal:focus {
  border: 1px solid #ccc;
  -moz-box-shadow: inset 0px 1px 2px 0px #bbbbbb, 0 0 10px 2px #ccc;
  -webkit-box-shadow: inset 0px 1px 2px 0px #bbbbbb, 0 0 10px 2px #ccc;
  box-shadow: inset 0px 1px 2px 0px #bbbbbb, 0 0 10px 2px #ccc;
}
form.yui .input-container .normal {
  border: 1px solid #efefef;
  -moz-box-shadow: inset 0px 1px 2px 0px #bbbbbb;
  -webkit-box-shadow: inset 0px 1px 2px 0px #bbbbbb;
  box-shadow: inset 0px 1px 2px 0px #bbbbbb;
}
form.yui .input-container {
    font-size:10pt;
    line-height:1.3;
    margin:0;
}

#roi-calc {
	width: 180px;
	height: 250px;
  	background: url('/images/roi_widget_bg.jpg');
  	position: relative;
  	display: block;
}

#roi-calc a.actionable {
	position: absolute;
	bottom: 12px;
	left: 14px;
}

.google_plus_wrapper a {
		margin-top:5px;		
}
