/* Core assumptions - Default declarations we almost never want to change */

object {outline:none} /* eliminate the outline around a clicked flash piece */
a img { border: none;} /* do people really want borders with the default outline color around their images? I don't think so */
form { margin: 0; padding: 0;} /* these never render a consistent magin/padding across browsers */

/* General Typography */
body {
    font-family: "Helvetica", "Arial", Verdana, sans-serif;
    color: #4D4D4D;
    font-size: 0.75em; /* 12px */
    background: #000;
}

a {
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    text-decoration: underline;
}

h1 {
    color: black;
    font-weight: normal;
    font-size: 1.5em; /* ~22px */
    margin: 0 0 0.72em;
}
h1.categorized {
    margin: 0 0 0.25em;
}

h2 {
    font-weight: bold;
    color: #222222;
    font-size: 1.5em; /* ~14px */
    margin: 0 0 0.5em;
/*    line-height: 1.8em; /* 17px */
}

h3 {
    font-weight: bold;
    font-size: 1.0em; /* 12px */
    color: #333333;
    margin: 10px 0;
}

p {
    font-size: 1.0em; /* 12px */
    line-height: 1.25em; /* 15px */
    margin: 12px 0;
}

input {
    font-size: 1.0em;
}
/* we almost always want the input and submit fields to align properly, so keep vertical-align a default */
input.field {
    border: 0;
    padding: 1px 5px;
    height: 17px;
    line-height: 17px;
    vertical-align: middle;
}
input.submit {
    vertical-align: middle;
}

.link1, .titlelink {
    font-size: 1.0em; /* 12px */
}
.link2, .titlelink2 {
    font-size: 1.17em; /* ~14px */
}
.titlelink, .titlelink2 {
    text-decoration: none !important;
}

input.inactive {
    color: #ABABAB;
}

/* Layout Declarations */
body {
    margin: 0; padding: 0;
}
div#container {
    width: 960px;
    /*border: 1px solid #888;*/
    margin: 0 auto;
}

#header {
    vertical-align: middle;
    margin: 0px auto;
    background: #021825 url("/static/images/style/webcube_header_bg.jpg") no-repeat 50% 0;
    height: 165px;
    min-width: 960px;
}
#header .wrapper {
    z-index: 999;
    position: relative;
}

#header img { display: block; border: none;}

#imgheader { clear: left; }

#header ul {
    z-index: 150;
}


#logo_link, #login_link {
    display: block;
    margin-top: 6px;
}

#login_link { float: right; padding: 0; margin: 5px 0 0;
    height: 20px;
    width: 189px;
}
#login_link img { padding: 0; }
#logo_link { float: left;}

#header_links {
    float: right;
    padding: 0;
    margin: 8px 0 1px 0;
    height: 16px;
    line-height: 16px;
    /*width: 189px;*/
}
#header_links li {
    margin: 0 6px;
}
#header_links li a {
    padding: 0 6px;
    color: #fff;
    font-size: 11px;
}
#header_links li a:hover {
    text-decoration: underline;
}
#header_links li.last {
    margin-right: 0;
}
#header_links li.plain{
    color: #d2d2d2;
    font-size: 11px;
    padding: 1px 6px;
    margin: 0 6px;
}
#header_links li.plain.last {
    padding-left: 6px;
    border-left: 1px solid black;
}

#toplinks {
    top: 35px;
    right: 0;
    position: absolute;
    vertical-align: middle;
}

#toplinks ul {
    list-style-type: none;
    margin: 0px -5px 0px 0px;
}

#toplinks a {
    color: #fff;
    font-weight: normal;
    padding: 5px;
}

#toplinks li {
    border-left: #fff 1px solid;
    color: #fff;
    float: left;
    font-size: 1.15em;
    font-weight: normal;
    margin-left: 5px;
    padding-left: 5px;
}

#toplinks li.first {
    border-left: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

/*#searchbox form {
    vertical-align: middle;
}
#searchbox input.field {
    width: 125px;
} */

#search {
    float: right;
}

#search input.submit {
    margin: 0px;
    margin-left: 3px;
    vertical-align: middle;
}

#search input.field {
    border: #dadada 2px solid;
    color: #6c6c6c;
    font-size: 1.1em;
    margin: 0px;
    padding: 7px;
    vertical-align: top;
    width: 228px;
}

/* titles for pages like News, About, Contact etc that use images as titles. */

#imgtitle { clear: left; height: 31px; top: 2em; position: relative; color: transparent; }
#imgtitle a { color: transparent; display: block; height: 31px; position: relative; overflow: hidden; }
#imgtitle a span { position: absolute; left: 500%; }


/* top navigation */

#nav {
    float: right;
    clear: right;
    margin: 11px 0 9px;
    height: 26px;
    list-style: none;
    z-index: 200;
    width: 605px;;
    padding: 0;
}

#nav li.daddy {
    display: block;
    height: 32px;
    float: left;
    margin:0 5px;
    position: relative;
}
#nav li.daddy.last {
    margin-right: 0;
}

#aboutmenu li a {
    padding: 0 1em;
}


#nav li.daddy a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    height:32px;
    line-height:32px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    float: left;
    position: relative;
    text-shadow: #000 0px 1px 0px;
}
#nav li.daddy.dropdown a {
    z-index: 98;
}

#nav li.daddy:hover, #nav li.daddy.hover {
    background: transparent url("/static/images/style/nav_rollover_right.png")
                no-repeat scroll 100% 50%;
}

#nav li.daddy:hover > a, #nav li.daddy.hover > a {
    background: transparent url("/static/images/style/nav_rollover_leftcap.png")
                no-repeat scroll 0 50%;
    text-decoration: none;
    color: #a6d4ff;
}

#nav li.daddy.dropdown:hover, #nav li.daddy.dropdown.hover {
    background: none;
}

#nav li.daddy.dropdown:hover > a, #nav li.daddy.dropdown.hover > a {
    background: transparent url("/static/images/style/nav_rollover_dd_leftcap.png")
                no-repeat scroll 0 50%;
    text-decoration: none;
}

#nav li.daddy.button {
    background: transparent url("/static/images/style/nav_button_right.png")
                no-repeat scroll 100% 50%;
}

#nav li.daddy.button > a {
    background: transparent url("/static/images/style/nav_button_leftcap.png")
                no-repeat scroll 0 50%;
    text-decoration: none;
    color: #fff;
    padding-right: 20px;
}

#nav li.daddy ul {
    background:#00253C;
    border:1px solid #335163;
    display:none;
    list-style:none outside none;
    margin:0;
    padding:10px;
    position:absolute;
    width:260px;
}

li#aboutmenu.daddy ul {
    width: 150px;
}

li#aboutmenu.daddy ul li a {
    padding-left: 1.5em;
}

#nav li.daddy ul li {
    width: 100%;
    background: #000 url("/static/images/style/dropdown_bg.png")
                repeat-x scroll;
}

#nav li.daddy li a {
    height: 46px;
    line-height: 46px;
    padding:0 25px 0 10px;
    border-bottom: 1px solid #00253c;
    float: none;
}

/*#nav li.daddy ul li a span {
    margin-top: -10em;
}*/

#nav li.daddy li:hover, #nav li.daddy li.hover { /* TODO: this might not work in IE6 without some jquery */
    background: #0e387c url("/static/images/style/dropdown_bg_highlight.png")
                repeat-x scroll;
}
#nav li.daddy li a:hover {
    text-decoration: none;
    background: transparent url("/static/images/style/dropdown_bg_arrow.png") center right
                no-repeat scroll;
    color: #A6D4FF
}

#nav img {
    float: left;
    margin-top: 7px;
    margin-right: 0.25em;
}


#nav li.daddy > ul { 
    left:0;
    top:31px;
    z-index: 95;
}
#nav li.daddy:hover ul, #nav li.daddy.hover ul { display: block; }
#nav li.daddy.dropdown:hover .dd_bg, #nav li.daddy.dropdown.hover .dd_bg { display: block }
#nav .dd_bg {
    display: none; 
    position: absolute;
    z-index: 96;
    background: url("/static/images/style/nav_rollover_dd_right.png") no-repeat scroll 100% 50% transparent;
    height: 32px;
    left: 0;
}
#nav #products_dd_bg {
    width: 81px;
}
#nav #about_dd_bg {
    width: 85px;
}

/* use hormenu class for a generic horizontal menu, then override your menu with specific id declarations */
.hormenu, .hormenu * {
    margin:0;
    padding:0;
}
.hormenu li {
    display:block;
    float:left;
    margin:0px 5px;
    padding:0;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    position: relative;
}
.hormenu li.first {
    margin-left: 0px;
}


#main_menu {
    /*float:left;*/
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}
#main_menu li {
    margin: 0;
}

#main_menu li a {
    font-size:14px;
    font-weight:normal;
    margin: 0;
    padding:7px 17px;
    text-decoration:none;
    line-height:30px;
}

/* content declarations */
#content {
    margin: 0;
    padding: 40px 0 20px;
    background: #fff url("/media/content-gradient.png") repeat-x;
}

#features {
    /*border-top: 1px solid #c4c4c4;*/
    border-bottom: 1px solid #c4c4c4;
    /*padding-top: .5em;*/
    padding-bottom: .5em;
    margin-bottom: 1em;
}

h1 {
    color: #0c377b;
    /*font-weight: bold;*/
    line-height: 1.5em;
}

.sidebar {
    width: 332px;
    float: left;
}
.sidebar.aside {
    width: 282px;
    float: left;
    margin-right: 40px;
}
.sidebar .home_link {
    padding: 10px 0;
}
.sidebar ul, .sidebar ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.category_navbar ul {
    padding: 0;
    margin: 0 0 10px 0;
    list-style-type: none;
    /*width: auto;*/
    /*overflow: auto;*/
    height: 1.2em;
}
.category_navbar li {
    float: left;
    padding: 0 7px;
    border-left: 1px solid #4D4D4D;
}
.category_navbar li.first {
    border-left: none;
    padding-left: 0;
}
.category_navbar li a {
    color: #4D4D4D;
}
.rss_sidebar h1 { /* if the sidebar has a RSS feed icon, apply .rss_sidebar to the sidebar div, then add a <div class="rss"> with the rss icon after the desired h1 tag */
    display: inline;
    float: left;
}
.rss_sidebar .rss {
    width: 16px;
    height: 16px;
    float: right;
    padding: 5px 0 0 5px;
}
.rss_sidebar ul, .rss_sidebar ol {
    clear: left;
}
.content_body {
    margin-left: 240px;
    padding-left: 30px;
}
.pager {
    margin-bottom: 10px;
    text-align: right;
}
.pager a {
    font-weight: normal;
    color: #4d4d4d;
}


/* footer declarations */
#footer {
    position: absolute;
    font-size: 0.92em;
    vertical-align: middle;
    background: black url("/static/images/style/footer_bg.jpg") no-repeat 50% 0;
}

#footer_product_links { text-align: center; margin-bottom: 20px;}

#footer_product_links img { padding: 0; }

#footer .divider {
    padding: 15px 0;
    background: transparent url("/static/images/style/gray_dot.png") repeat-x 0 218px;
    height: 414px; /* TODO: remove this */
}

#footer_links li a {
    display: inline;
    color: #4876cb;
}

#footer_links li a:hover {
    color: #d5edf7;
    padding-bottom: inherit;
}

#footer_bottom {
    position: relative;
}
.footer_menu {
    position: absolute;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer_menu li {
    list-style-type: none;
    line-height: 14px;
}
.footer_menu li a {
    font-size:11px;
    color: #4578c9;
}
.footer_menu li a:hover {
    text-decoration: underline;
}
.footer_menu li.toplevel {
    /*line-height: 20px;*/
    line-height: 14px;
    color:#9BC6EE;
    font-size:12px;
}
.footer_menu li.toplevel a {
    font-size:12px;
    color: #9bc6ee;
}
.footer_menu li.toplevel a img {
    vertical-align: middle;
    margin-right: 5px;
}
.footer_menu li.toplevel a .small {
    font-size:11px;
    color: #4578c9;
}
#footer_menu_social li {
    line-height: 24px;
}
#footer_menu_products { top: 30px; left: 0; }
#footer_menu_partners { top: 122px; left: 0; }
#footer_menu_company { top: 30px; left: 190px; }
#footer_menu_resources { top: 95px; left: 190px; }
#footer_menu_misc { top: 30px; left: 385px; }
#footer_menu_social { top: 25px; left: 770px; }

#searchbox, #email_signup {
    display:inline-block;
    vertical-align:top;
}
#searchbox label, #email_signup label {
    font-size: 10px;
    color: #9bc6ee;
    text-transform: uppercase;
    display: block;
}
#searchbox .box, #email_signup .box {
    background:url("/static/images/style/search_box.png") no-repeat scroll 0 0 transparent;
    display:inline-block;
}
#searchbox .submit, #email_signup .submit {
    margin:0px 3px 0 2px;
}
#searchbox_q, #emailbox {
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    height:20px;
    line-height:20px;
    margin:0;
    padding:2px 5px;
    width:125px;
    color: #fff;
    font-size: 11px;
    vertical-align: middle;
    -webkit-appearance: none;
    font-family: "Helvetica", "Arial", Verdana, sans-serif;
}

.footer_block {
    position: absolute;
}
#footer_block_search {left: 575px; top: 30px; }
#footer_block_newsletter {left: 575px; top: 85px; }
#footer_block_difference {left: 575px; top: 145px; }

/* Miscellaneous */
.clear {
    clear: both;
    font-size: 12px;
}
.note {
    font-size: 8pt;
    font-style: italic;
}
.wrapper {
width: 960px;
margin: 0 auto;
}

hr {
    width: 80%;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    margin: 1em auto;
}

.fix_ie_img { display: block !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.aside-top,
.aside-bottom,
.aside-body {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.aside-top, .aside-bottom {
	background-repeat: no-repeat;
	height: 17px;
	width: 262px;
}
.aside-top {
	background-image: url('/static/images/style/aside-top.png');
}
.aside-bottom {
	background-image: url('/static/images/style/aside-bottom.png');
	margin-bottom: 20px;
}
.aside-body {
	background-image: url('/static/images/style/aside-body.png');
	background-repeat: repeat-y;
	padding: 0 15px;
	width: 262px;
}
.aside-top {
    background: transparent url("/static/images/style/side-caps.gif") 0px 0px no-repeat; 
    height: 10px;
    width: 282px;
}
.aside-body {
    background: transparent url("/static/images/style/side-middle-bg.gif") 0px 0px repeat-y; 
    width: 282px;
    padding: 0;
}
.aside-body .squeeze{
    padding: 0 15px;
}
.aside-bottom {
    background: transparent url("/static/images/style/side-caps.gif") 0px -10px no-repeat; 
    height: 10px;
    width: 282px;
}
.side_menu {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.side_menu a {
    display: block;
    font-size: 15px;
    color: #444;
    border-top: 1px solid #d9d9d9;
    padding: 15px;
    font-weight: bold;
}
.side_menu li.first a {
    border-top: none;
}
.side_menu li:hover, .side_menu li.active {
    background: transparent url("/static/images/style/side-middle-bg.gif") -282px 0px repeat-y; 
}
.side_menu a:hover, .side_menu li.active a {
    color: #0c377b;
    background: transparent url("/static/images/style/arrow-side.gif") center right no-repeat; 
}
.aside-bubble .aside-bottom {
    background: transparent url("/static/images/style/side-caps.gif") 0px -20px no-repeat; 
    height: 18px;
    width: 282px;
    margin-bottom: 5px;
}
.aside-body .quote {
    padding: 5px 15px;
    display: block;
}
.aside-author {
    padding: 0px 15px;
    color: #666666
}
ul.big_arrows {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.big_arrows li {
    list-style-type: none;
    color: #0c377b;
    font-size: 20px;
    line-height: 30px;
    list-style-image: url('/static/images/style/big_arrow.png');
    margin-left: 20px;
    margin-bottom: 6px;
}
ul.small_arrows {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.small_arrows li {
    list-style-type: none;
    color: #444444;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    list-style-image: url('/static/images/style/small_arrow.png');
    margin-left: 10px;
    margin-bottom: 10px;
}

table {
	border-collapse: collapse;
	color: #444;
	font-family: Helvetica, Arial, 'Lucida Grande';
	font-size: 12px;
	margin-bottom: 20px;
}
table a {
	color: #0c377b;
	text-decoration: none;
}
table a:hover {
	text-decoration: underline;
}
table caption {
	color: #222;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-align: left;
}
th, td {
	font-size: 12px;
	padding: 6px 5px 5px;
	text-align: left;
	vertical-align: top;
}
/* Rows */
	.row1 td, .row1 th,
	.row2 td, .row2 th,
	.section td, .section th {
		border: 1px solid #b7bbc1;
	}
	.row1 td, .row1 th {
		background: #fff;
	}
	.row2 td, .row2 th {
		background: #e9f4ff;
	}
	.row1 td.first, .row1 th.first,
	.row2 td.first, .row2 th.first,
	.section td.first, .section th.first {
		border-left: none;
	}
	.row1 td.last, .row1 th.last,
	.row2 td.last, .row2 th.last,
	.section td.last, .section th.last {
		border-right: none;
	}
/* Section */
	.section td, .section th {
		background: #ddd url('../img/gradient.gif') repeat-x;
		color: #444;
	}
	.section th {
		font-weight: bold;
	}
/* Small Container */
	.small-container {
		background: url('../img/small-container.png') no-repeat center center;
		color: #444;
		font-size: 12px;
		height: 115px;
		position: relative;
		width: 962px;
	}
		.small-container .left {
			display: block;
			font-family: Arial;
			margin: 0;
			padding: 20px;
			width: 600px;
		}
		.small-container .right {
			margin-top: -35px;
			position: absolute;
			top: 50%;
			right: 20px;
		}
/* Button */
	.get_started_button {
		background: url('../img/get-started.png') no-repeat center center;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		height: 70px;
		width: 292px;
	}
		.get_started_button .text {
			display: block;
			height: 0;
			overflow: hidden;
			width: 0;
		}
.difference-list {
	margin: 0 0 30px;
	padding: 0;
}
	.difference-list li {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 478px;
		vertical-align: top;
	}
	.difference-list h2 {
		background: url('../img/large_bullet.png') no-repeat 0 center;
		color: #0c377b;
		font-size: 20px;
		margin-bottom: 0;
		padding-left: 15px;
	}
	.difference-list p {
		line-height: 1.5em;
		padding-left: 15px;
		margin-top: 5px;
	}

#header-block {
	background: url('') no-repeat center center;
	clear: both;
	height: 140px;
	margin: 0;
}
	#header-block .text {
		display: block;
		height: 0;
		overflow: hidden;
		width: 0;
	}
#cta_key_partner_with_us {
    margin-bottom: 20px;
}

