@import url("/common/css/reset.css");

/* @group Basics */

body, input, td {
	color: #555;
	font: 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial;
}

body {
	background-color: #f7f7f3;
	text-align: center;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1.5em 0;
}

sup {
	position: relative;
	font-size: 80%;
	top: -0.5em;
}

blockquote {
	background-color: #ddeaf3;
	padding: 20px 40px;
	margin: 0 0 1em 0;
	border-top: 12px solid #444;
	border-bottom: 12px solid #444;
	overflow: auto;
	font-size: 18px;
	color: #444;
}

blockquote img {
	border: 1px solid #888;
}

input[type="text"] {
	border: 1px solid #888;
	padding: 4px 2px;
	font-size: 12px;
	color: #252525;
}

cite {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-top: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

abbr, acronym {
	font-size: 90%;
	letter-spacing: 1px;
}

strong {
	color: #252525;
	font-weight: bold;
}

hr {
	height: 1px;
	background-color: black;
}

/* @end */

/* @group Page layout */

#main, #main2 {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#head {
	padding: 40px 0 10px 0;
	border-bottom: 1px dotted #aaa;
	margin: 0 0 10px 0;
}
#content {
	margin: 20px 0 0 200px;
	float: left;
	width: 600px;
}
#side {
	margin: 20px 0 0 -800px;
	float: left;
	font-size: 11px;
	width: 160px;
}
#foot {
	clear: both;
	float: left;
	width: 600px;
	font-size: 11px;
	margin: 15px 0 0 200px;
	padding: 10px 0 40px 0;
	border-top: 1px dotted #aaa;
}
#foot.full-page {
	margin: 0px 20px;
	width: 760px;
	border: 0;
}
#nav-foot {
	margin: 0 0 0 -800px;
	float: left;
	font-size: 11px;
	width: 160px;
	padding-top: 25px;
}		
.section {
	clear: both;
	/*float: left;*/
	width: 100%;
	margin: 20px 0 0 0;
	overflow: auto;
}

.section-minor {
	margin-bottom: 20px;
}

.reversed {
	background: #252525;
	color: #f7f7f3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px;
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
	
}

.reversed > div {
	margin: 30px;
}

.reversed h4 {
	color: #f7f7f3;
	margin-bottom: 15px;
}

.reversed h3 {
	color:  #f7f7f3;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}

/* inversed is white background */
.inversed {
	background: #fff;
	color: #f7f7f3;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.inversed div {
	margin: 30px;
}

.inversed h4 {
	color: #f7f7f3;
	margin-bottom: 15px;
}

ul.thumbnail-strip {
	list-style: none;
	background-color: #444;
	display: inline-block;
	padding: 10px;	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 5px;	
}

ul.thumbnail-strip li {
	margin: 0;
	display: inline-block;
	margin-right: 15px;
}

ul.thumbnail-strip img {
	max-width: 60px;
	max-height: 40px;
}

.feature-section-foot {
	display: block;
	clear:both; text-align:center; margin: 20px 0 10px 0;
}
.podbundle {
	clear: both;
	float: left;
	width: 600px;
	margin: 0 0 0 0;
	padding: 0;
}
.pod {
	width: 193px;
	margin-right: 10px;
	float: left;
}
#logo {
	/*float: left;*/
}
#contact {
	display: block;
	color: #252525;
	margin: 0 0 2em 0;

/*
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #ddd;*/
}

.phone {
	background: url('/common/images/phone-glyph.png') no-repeat 0 50%;
	padding-left: 25px;
}

.email {
	background: url('/common/images/email-glyph.png') no-repeat 0 50%;
	padding-left: 25px;
}

#full-page {
	background: url('/common/backgrounds/full-page.png') repeat-y;
	float: left;
	clear: both;
	color: #444;
	width: 800px;
	padding-top: 20px;
}

.full-page-inner {
	margin: 30px 50px 15px 50px;
	float: left;
	overflow: auto;
}

.full-page-break {
	width: 780px;
	margin: 0 10px;
	float: left;
	height: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid white;
}

#full-page-foot {
	background: transparent url('/common/backgrounds/full-page.png') no-repeat bottom center;
	height: 20px;
	clear: both;
	float: left;
	width: 800px;
}
/* @end */

/* @group Lists (except nav) */

ul {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding-left: 0;		
}

ol {
	margin: 0.75em 0 1.5em 1.75em;
	list-style: decimal;
}

li {
	margin-bottom: 0.5em;
}

ul.checks {
	list-style-image: url('/common/images/bullet-check.png');
	padding-left: 1.5em;
}

ul.ruled li {
	border-bottom: 1px solid #d8d8d8;
	padding: 2px 0;
}

ul.bullets, .post ul {
	list-style: disc;
	padding-left: 1.5em;
	margin-top: 1em;
}

.article-list ul li {
	border-top: 1px dotted #d8d8d8;
	padding: 0.5em 0;
}

.article-list ul li:first-child {
	border-top: 0;
}

ul.recent-article-list {
	font-size: 12px;
}

ul.recent-article-list li {
	border-top: 1px dotted #d8d8d8;
	padding: 0.5em 0 0.2em 0;
}

ul.icon-menu {
	list-style: none;
}

ul.icon-menu li {
	display: inline-block;
}

ul.icon-menu li a {
	display: inline-block;
	margin-right: 15px;
	width: 50px;
	height: 50px;
}

ul.icon-menu li a img {
	display: block;
}

ul.icon-menu li.separator {
	border-right: 1px solid #666;
	padding-right: 15px;
	margin-right: 15px;
}

/* @end */

/* @group Left nav */

.nav {
	/*border-top: 1px solid #888;*/
	/*padding: 2px 0 0 0;*/	
	margin: 0 0 2em 0;
	width: 160px;
}
.nav li {
	border-bottom: 1px solid #dadada;
	padding: 3px 0;
	margin: 0;
}



.nav li.nav-head {
	border-bottom: 1px solid transparent;
}
.nav li a {
	padding: 3px 0;
}

a.nav-sub {
	margin-left: 15px;
}

/* @end */

/* @group Tabs */

.tabs {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 6px solid #252525;
	overflow: hidden;
	margin-top: -20px;
}

.tabs li {
	display: inline-block;
	margin: 0 0 5px 20px;
	border: 1px solid transparent;
	float: right;
}

.tabs li a {
	display: inline-block;
	padding-top: 10px;
	border-top: 1px solid transparent;
}

.tabs li.selected {

}

.tabs li.selected a {
	cursor: default;
	color: #aaa;
	border-top: 1px solid #aaa;
}

.tabs li.selected a:hover {
	text-decoration: none;
}

/* @end */

.nav-horizontal {
	margin: 0 15px 0 20px;
	font-size: 12px;
	font-weight: bold;
	/*float: right;*/
}

.nav-horizontal li {
	display: inline-block;
	margin: 0 2em 0 0;
}

/* @group Solutions menu */

#solutions-menu {
	font-size: 11px;
	clear: both;
	float: left;	
	margin: 0;
	width: 800px;
	border-bottom: 1px dotted #aaa;
	overflow: auto;
}

#solutions-menu-inner {
	margin: 0;
	overflow: auto;
}

#solutions-menu-inner h4 {
	font-size: 11px;
}

#solutions-menu-inner h3 {
	font-size: 12px;
}

#sol-menu-integration-heading {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	padding: 0 0 5px 0;	
}

.sol-menu-column {
	float: left;
	margin: 0 20px 0 0;
	width: 160px;
}

.sol-menu-column li {
	margin: 0 0 0.1em 0;
}

#sol-menu-core-col {
	display: block;
	float: left;
	width: 200px;
	margin-right: 22px;
	background: #eeede8 url('/common/images/start-here-corner-badge.png') no-repeat top right;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	padding: 30px 18px 10px 18px;
	min-height: 16em;
	text-decoration: none;
}

#core-link {
	text-decoration: none;
	color: #555;
}

a#core-link:hover {
	text-decoration: none;
}

#core-link-text {
	font-weight: bold;
	color: #0072bc;
	background: url('/common/images/link-glyph.png') no-repeat 0 50%;
	margin: 0;
	padding: 0;
	padding-left: 15px;	
}

a#core-link:hover #core-link-text {
	text-decoration: underline;
}

/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.35em 0;
	font-weight: bold;
	color: #252525;
	line-height: 125%;
}
h1 {
	/*font-family: "Futura", "Lucida Grande", Verdana;*/
	font-size: 36px;
	text-transform: uppercase;
}
h1, h2 {
	margin: 0 0 1em 0;
}

h1.ir {
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 30px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	margin: 0 0 0.5em 0;
}

h4 {
	font-size: 13px;
}

/* @end */

/* @group Wordpress headings */


.post h3 {
	padding-left: 35px;
	min-height: 24px;
	padding-top: 2px;	
}

.category-events h3.storytitle {
	background: url('/common/images/cal_24.png') no-repeat;
}

.category-new-products h3.storytitle {
	background: url('/common/images/icon-new-product.png') no-repeat;
}

.category-partner h3.storytitle {
	background: url('/common/images/group_24.png') no-repeat;
}

.category-new-version h3.storytitle {
	background: url('/common/images/icon-version.png') no-repeat;
}

/* @end */

/* @group Links */
a {
	/*line-height: 125%;*/
	text-decoration: none;
	color: #0072bc;
}

a.glyphed {
	background: url('/common/images/link-glyph.png') no-repeat 0 50%;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	display: inline-block;
}

a.rss {
	background: url('/common/images/feed-icon.gif') no-repeat 0 50%;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	display: inline-block;
}

a:hover {
	text-decoration: underline;
}

a.more {
	background: #ddeaf3;
	border: 1px solid #c0def3;
	padding: 10px;
	font-size: 11px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0 0;
	clear: both;
}

a.reversed-blue {
	background: #0072bc;
	padding: 10px;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;	
}

a.pod-link {
	background: #ddeaf3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #c0def3;
	padding: 10px;
	display: block;
	font-size: 12px;
	float: left;
	margin-right: 30px;
	width: 263px;	
}

a.pod-link:hover {
	text-decoration: none;
	background-color: #d5e1ea;
	border-color: #c8d4dc;	
}

.pod-link-indicator {
	text-align: center;
	display: block;
	color: #252525;
	margin-top: 8px;
	padding: 8px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #ccc;
	font-weight: bold;	
}

a.pod-link:hover .pod-link-indicator {
	text-decoration: underline;
}

.pod-link-title {
	color: #252525;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}

a.article-title {
	font-weight: bold;
}

.btt {
	background: url('/common/images/link-btt-glyph.png') no-repeat 0 50%;
	padding-left: 15px;
}

#more-news-link {
	font-weight: bold;
	display: block;
	/*margin-top: 5px;*/
	/*padding-top: 5px;*/
	border-top: 1px dotted #ccc;
}
#dealer-center-link {
	display: block;
	margin: 20px 0 0 0;
	font-weight: bold;
	padding: 10px;
	background: url('link-arrow-bg.png') no-repeat right 50%;
}

a.nav-next {
	background: url('/common/images/link-glyph-next.png') no-repeat right center;
	padding-right: 20px;
	padding-left: 30px;
	float: right;
}

a.nav-prev {
	background: url('/common/images/link-glyph-prev.png') no-repeat left center;
	padding-left: 20px;
	padding-right: 30px;
	float: left;
}

a.embiggable {
	display: block;
	border: 1px solid #888;
	background-color: #fff;	
}

a.embiggable img {
	width: 178px;
}

a.brochure {
	display: block;
	background-color: #eeede8;
	border: 1px solid #d8d8d8;
	padding: 15px 10px;
	text-align: center;
}

a.notecard-brochure {
	background: url('/common/images/pdficon_small.gif') no-repeat 0 50%;
	display: block;
	padding: 0px 0px 0px 25px;
	line-height: 120%;
	min-height: 16px;
/*	text-indent: 15px; */
}

/* @end */


/* @group Columns */

/* column syntax: col-<series>-<number of columns>
	e.g. col-a-4 is an "A" series column, one fourth across
	dimensions are relative to the #content div
*/ 



/* @group A Series */

/* A series columns are freestanding */
.col-a-1 {
	float: left;
	margin-right: 0;
	width: 600px;
}

.col-a-2 {
	float: left;
	margin-right: 40px;
	width: 280px;
}

.col-a-3 {
	float: left;
	margin-right: 30px;
	width: 180px;
}

.col-a-3-2 {
	float: left;
	margin-right: 30px;
	width: 390px;
}

/* @end */

/* @group B Series */

/* B series columns are inside boxes */
.col-b-3 {
	width: 165px;
	margin-right: 20px;
	float: left;
}

.col-b-2 {
	width: 320px;
	margin-right: 40px;
	float: left;
}

/* @end */



/* @group C series (for use with #notecard) */

.col-c {
	width: 380px;
	float: left;
}

#notecard {
	font-size: 11px;
	color: #444;
	float: right;
	width: 200px;
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
	background: transparent url('/common/backgrounds/notecard-200-bottom.png') no-repeat bottom; border:0;
}

#notecard h4 {
	font-size: 12px;
	margin: 0 0 0.5em 0;
}

#notecard h3 {
	margin: 0 0 0.5em 0;
}

#notecard-inner {
	margin: 20px;
}

/* @end */

/* @end */

/* @group Modifiers */

.partner-logo {
	margin: 5px 0 20px 0;
	max-height: 30px;
	max-width: 100px;
	float: left;
}

#notecard-logo {
	display: block;
	margin: 0 auto 10px auto;
	max-width: 50%;
	max-height: 20px;
	text-align: center;
}

h4.notecard-ruled {
	border-top: 1px dotted #d8d8d8;
	padding-top: 10px;
}

#compat-widget {
	background: #eeede8;
	border: 1px solid #d8d8d8;
	overflow: auto;
	margin: 0 0 2em 0;
}

#compat-widget-field {
	width: 80px;
	border: 1px solid #d8d8d8;
	padding: 4px 2px;
	color: #888;
}

#webex-widget-field {
	width: 155px;
	border: 1px solid #d8d8d8;
	padding: 4px 2px;
	color: #888;
}



#compat-widget-field {
	margin: 4px 0 0 0;
}

#compat-widget-submit {
	width: 50px;
	background: #0072bc;
	color: #fff;
	border: 1px solid #004f82;
	padding: 4px 0;
}

#global-search {
	background: #eeede8;
	margin: 0 0 20px;
	text-align: center;
}

#search-widget-field {
	border: 1px solid #d8d8d8;
	width: 121px;
	font-size: 11px;
	text-align: left;
	margin: 7px 0;
	padding: 2px 2px 2px 20px;
	background: #fff url('/common/images/search-glyph') no-repeat 4px 50%;
}

.features {
	background-color: #ddeaf3;
	font-size: 11px;
	border: 1px solid #c0def3;
	float: left;
	margin: 0 0 1em 0;
}

.features h4 {
	font-size: 11px;
	margin: 0 0 0.5em 0;
}

.hero {
	margin-bottom: 1em;
}

.last {
	margin-right: 0;
}

.flush {
	margin-bottom: 0;
}

#what-is-argos {
	float: left;
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	margin: 15px 0;
}
.spacer {
	height: 20px;
}

.inner {
	margin: 10px;
	color: #252525;
}

.right {
	float: right;
	margin: 0 0 0 20px;
}

.left {
	float: left;
	margin: 0 10px 0 0;
}

.end-dot {
	display: inline-block;
	background: url('/common/images/end-dot.png') no-repeat 0 50%;
	width: 1em;
}

.fineprint {
	font-size: 11px;
	padding: 10px 0;

	margin-top: 15px;
}

.case-study-splash {
	width: 600px;
	/*border-top: 6px solid #252525;*/
	padding-top: 2px;
	margin: 0 0 15px 0;
}

.feature-splash {
	width: 600px;
	/*border-top: 6px solid #252525;*/
	margin-bottom: 10px;
	padding-top: 2px;
}

.tour-nav {
	width: 100%;
	display: block;
	clear: both;
	border-top: 1px dotted #aaa;
	padding-top: 10px;
	margin-top: 10px;
}

/* @group Wordpress */

h2.news {
	margin-bottom: 0.25em;
}

.dateline {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:  #aaa;
}

/* @end */

#support-search-form {
	display: block;
	background: #ddeaf3;
	border: 1px solid #c0def3;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 80px;
	margin: 0 0 20px 0;
}

#support-search-form * {
	margin-top: 20px;
}

#support-search-term {
	font-size: 14px;
	padding: 5px;
	width: 300px;
	height: 30px;
	border: 1px solid #c0def3;
	color: #555;
}

#support-search-form input[type="submit"] {
	height: 40px;
	width: 40px;
	border: 1px solid #888;
	display: inline-block;
	text-transform: uppercase;
	font-family: Arial;
	box-shadow: 0 0 1px 0 #fff;
}

#webex {
	background: #c4df9b;
	border: 1px solid #aec68a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

#webex form * {
	font-size: 10px;
}

#webex h4 {
	margin-bottom: 10px;
}

#webex form input[type="text"] {
	margin-bottom: 5px;
	width: 152px;
}

#webex-submit {
	border: 1px solid #6B8157;
	font-weight: bold;
	padding: 4px 20px;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	background-color: #85A16C;
	color: #fff;	
}

.ruled-top {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.ruled-top-medium {
	border-top: 4px solid #252525;
	padding-top: 10px;
}

.ruled-top-dotted {
	border-top: 1px dotted #aaa;
	padding-top: 15px;
}

.ruled-bottom {
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
}

.ruled-bottom-dotted {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.partner {
	padding: 15px 0 0 0;
	clear: both;
	border-bottom: 1px dotted #d8d8d8;
	float: left;
	width: 100%;
}

.partner img {
	float: left;
	margin-top: 5px;
	max-width: 60px;
	display: block;
	margin-bottom: 10px;
	clear: both;
}

.partner p {
	margin-left: 80px;
}

.blurb {
	font-size: 16px;
	margin: 0 0 1.5em 0;
	/*font-family: Georgia;*/
}

#blog {
	margin: 20px 0 0 0;
	background: #f8f8f8;
	border: 1px solid #e0e0e0;
	padding: 10px;
}

#argos-7-widget {
	margin: 20px 0 0 0;
	background: #f8f8f8;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-size: 11px;
}

#argos-7-widget a {
	display: block;
	margin-bottom: 0.25em;
}

.all-caps {
	text-transform: uppercase;
}

.centered {
	text-align: center;
}

.popover {
	background: #f7f7f3;
}

/* @end */

table.comparison-grid {
	border-spacing: 0;
	width: 100%;
	border-top: 6px solid #252525;
	border-bottom: 6px solid #252525;
	padding: 15px 0 0 0;
	margin-bottom: 1.5em;
}

table.comparison-grid th, table.comparison-grid td {
	font-size: 11px;	
	text-align: center;
	padding: 6px 10px;
	border-bottom: 1px solid #ddd;
	line-height: 140%;
}

table.comparison-grid td {
	/*padding-top: 15px;*/
	vertical-align: middle;
}

table.comparison-grid th {
	font-weight: bold;
	font-size: 12px;
	color: #252525;	
}

table.comparison-grid th.logo {
	border-bottom: 0;
	vertical-align: middle;
	padding: 0;
}

table.comparison-grid th img {
	/*margin-bottom: 10px;*/
}

table.comparison-grid tr.final td {
	border-bottom: 0;
}

table.comparison-grid td.alt {
	background-color: #f0f0f0;
}

table.comparison-grid td.legend {
	width: 150px;
	padding-left: 0;
	text-align: left;
}

.embiggable-glyph {
	display:block;
	position:absolute;
	background:url('/common/images/enlarge-glyph.png') no-repeat 0 0;
	width:30px; height:30px; z-index:10;
}

p.free {
	background: url('/common/images/free.png') no-repeat 0 10px;
	padding: 0 0 0 65px;
}

.mdash, .slash {
	margin: 0 2px;
}

.copyright {
	margin: 0 1px 0 0;
}

.to-do {
	color: red;
}

#blog-sidebar {
	font-size: 11px;
}

.article-list {
	font-size: 11px;
}

.article-list a {
	font-weight: bold;
	line-height: 120%;
}

.article-list li {
	border-top: 1px solid #e4e4e4;
	padding: 5px 0;
	margin: 0;
}

.article-list .dateline {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #888;
	margin-bottom: 0;
}

#popular a {
	font-weight: bold;
}

#signup-form {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	padding: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

#more-customers {
	font-size: 11px;
}

form.wufoo {
	margin: 20px;
}

form.wufoo .info {
	display: none;
}

