
/*****************************************
Jeremy Additions
*****************************************/
.obedit{
	border:1px dashed #cccccc;
}
dl .addresses{
	margin:0 auto;padding:0px 0px 0 0px;width:150px;padding-right:10px;
}
dt .addresses{
	margin:0 auto;padding:0px 0px 0 0px;width:150px;padding-right:10px;
}

h6.table_header {
	border:1px solid #d2d2d2;
	background:url(../images/structure/table_format1_thead.png) bottom left repeat-x #fff;
	font-size:11px;
	padding-left:10px;
	position:relative;
}

	
#invoice {
	width: 492px;
	height:672px;
	margin:0;		
	font: 11px Arial, Helvetica, sans-serif;
}

#invoice .leftColumn {
	width: 98px;
	height:672px;
	margin:0;
	float:left;
}
#invoice .leftColumn .img {
	margin:0;
	padding:0;
	height:85px;
}
#invoice .leftColumn .invoiceTitle {
	width: 98px;
	margin-top: 15px;
	padding-top: 2px;
	float:left;
	height: 18px;
	background-color:#333333;
	text-align:center;
	color:#FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
}
#invoice .rightColumn {
	float:left;
	width: 388px;
	margin-top: 110px;
	margin-left: 6px;
}
#invoice .rightColumn .topBar {
	margin:0;
	display: block;
	padding-top: 4px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	height: 14px;
}
#invoice .rightColumn #accountInfo {
	width: 128px;
	font: bold 9px Arial, Helvetica, sans-serif;
	float:left;
}
#invoice .rightColumn #billToTitle {
	width: 130px;
	font: italic 9px Arial, Helvetica, sans-serif;
	float:left;
}
#invoice .rightColumn #shipToTitle {
	width: 130px;
	font: italic 9px Arial, Helvetica, sans-serif;
	float:left;
}
#invoice .rightColumn #billTo {
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	width: 130px;
	height: 70px;
	padding-top: 2px;
	padding-left: 128px;
	float:left;
}
#invoice .rightColumn #shipTo {
	font: 11px Arial, Helvetica, sans-serif;
	width: 120px;
	height: 70px;
	padding-top: 2px;
	float:left;
}
#invoice .rightColumn .bar3 {
	padding-top: 5px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	height: 57px;
}
#invoice .rightColumn .title {
	font: bold 9px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#invoice .rightColumn .title2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#invoice .rightColumn .data {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#invoice .rightColumn .bar4 {
	font: bold 9px Arial, Helvetica, sans-serif;
	padding-top: 2px;
	border-bottom: 1px solid #AAAAAA;
	height: 18px;
}
#invoice .rightColumn #productTitle, #invoice .rightColumn #descriptionTitle {
	width: 165px;
	padding-top: 5px;
	float:left;
}
#invoice .rightColumn #priceTitle {
	width: 58px;
	padding-top: 5px;
	float:left;
}
#invoice .rightColumn #itemsList {
	font: 11px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #AAAAAA;
	height: 210px;
}
#invoice .rightColumn #itemsList .items1 {
	margin-top: 5px;
	width: 165px;
	float:left;
}
#invoice .rightColumn #itemsList .items2 {
	margin-top: 5px;
	width: 58px;
	float:left;
}
#invoice .rightColumn .bar5 {
	border-bottom: 1px solid #AAAAAA;
}
#invoice .rightColumn .bar5 #notes {
	padding:5px;
	width: 200px;
	height: 75px;
	float:left;
}
#invoice .rightColumn .bar5 #totalsTable {
	float:right;
}
#invoice .rightColumn .bar5 .data {
	text-align:right;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#invoice .rightColumn .bar5 .data2 {
	text-align:right;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#invoice .rightColumn .bar5 tr.bottomBorder {
	border-bottom: 1px solid #AAAAAA;
}
#invoice .rightColumn .terms {
	clear:both;
	margin-bottom: 5px;
}
#invoice #address {
	width: 110px;
	margin:0;
	padding-top: 5px;
	border-top: 4px solid #AAAAAA;
}
.clearBoth1 {
	clear:both;
	line-height: 2px;
}
.clearBoth {
	clear:both;
}


/*****************************************

*****************************************/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:arial;
	background:url(../images/structure/body_bg.jpg) top center fixed no-repeat #696969;
}

/*****************************************
FONTS
*****************************************/
p {}
h1 {}
h2 {}
h3 {}
h4 {}
a {
	text-decoration:none;
}

a.grey{
	color:gray;
}

table {
	width:100%;
	border-collapse:collapse;
}
table td {
	vertical-align:top;
}


/*****************************************
STRUCTURE
*****************************************/

#globalnav {
	height:65px;
	background:url(../images/structure/globalnav_bg.jpg) bottom left no-repeat #e5e6e4;
	padding-left:160px;
}

#globalnav dl {
	float:left;
	margin:0;
	padding:0;
}
#globalnav dt {
	margin:0;
}
#globalnav dt a {
	display:block;
	padding:0 15px;
	line-height:65px;
	font-size:12px;
	color:#414141;
}
#globalnav dd.submenu {
	position:absolute;
	z-index:500;
	top:45px;
	top:65px;
	left:-10px;
	padding:0 0 18px;
	margin:0;
	width:180px;
	display:none;
	background:url(../images/structure/submenu_bottom_bg.png) bottom center no-repeat;
}
.submenu_top {
	display:block;
	height:15px;
	background:url(../images/structure/submenu_top_bg.png) bottom center no-repeat;
	
}
ul.menu li {
	position:relative;
	list-style:none;
	float:left;
	margin:0;
}
ul.menu li.on {
	background:url(../images/structure/globalnav_on_bg.jpg) top center no-repeat;
}


ul.menu li.on:hover {
	background:url(../images/structure/globalnav_on_bg.jpg) top center no-repeat;
}


ul.menu li:hover {
	background:url(../images/structure/globalnav_hover.jpg) top center no-repeat;
}


#globalnav dd.submenu ul {
	margin:0 auto;
	padding:0 10px;
	background:;
	background:url(../images/structure/submenu_bg.png) top center repeat-y;
}
#globalnav dd.submenu ul li {
	display:block;
	float:none;
	padding:0;
	background:#fefefe;
}
#globalnav dd.submenu ul li a {
	display:block;
	font-size:11px;
	padding:8px 8px 8px 20px;
	color:#414141;
}
#globalnav dd.submenu ul li a:hover {
	background:url(../images/structure/submenu_rollover.png) top left repeat-x;
	color:#fff;
}
/*****************************************
LOGIN
*****************************************/
#login {
	width:700px;
	margin:0 auto;
	text-align:right;
	margin-bottom:-10px;
}

#login p {
	margin:10px 0;
	text-transform:uppercase;
}

#login a {
	color:#999;
	line-height:20px;
}




/*****************************************
CONTAINER
*****************************************/
#container {
	width:700px;
	background:#fff;
	margin:0 auto;
}


/*****************************************
CONTENT WRAPPER
*****************************************/
.content_wrapper {
	
}



/*****************************************
BANNER
*****************************************/
.banner {
	height:50px;
	position:relative;
	background:#e5f69a;
}
p.crumbs {
	margin:0;
	padding:0;
	font-family:arial;
	position:absolute;
	left:20px;
	font-size:12px;
	font-weight:bold;
	color:#d4e0ff;
}
p.crumbs strong {
	color:#fff;
}
/***************************
BANNER LOGO
***************************/
h1.banner_logo {
	font-family:Arial Black;
	font-size:24px;
	margin:0;
	position:absolute;
	left:20px;
}
h1.banner_logo strong{
	font-family:Arial Narrow;
	display:block;
	font-size:11px;
	font-style:italic;
	color:#333;
	font-weight:normal;
	margin:-8px 0 0 0;
	padding-left:32px;
}
h1.banner_logo em {
	font-family:Arial;
	font-style:normal;
	font-weight:normal;
	font-size:13px;
	color:#333;
}
h1.banner_logo span {
	color:#ff4000;
}
#home_landing .banner {
	height:219px;
	background:url(../images/banners/banner_homelanding_bg.jpg) top left no-repeat #64a1da;
}
#home .banner {
	background:url(../images/banners/banner_developer.jpg) top left no-repeat #64a1da;
	height:50px;
}
#products .banner {
		height:140px;
		background:url(../images/banners/banner_products_bg.jpg) top left no-repeat #64a1da;
}
#products2 .banner {
		height:50px;
		background:url(../images/banners/banner_developer.jpg) top left no-repeat #64a1da;
}
#products_benchmarks .banner {
		height:219px;
		background:url(../images/banners/banner_benchmarks_bg.jpg) top left no-repeat #64a1da;
}
#store .banner {
	height:140px;
	background:url(../images/banners/banner_store_bg.jpg) top left no-repeat;
}
#store2 .banner {
	height:50px;
	background:url(../images/banners/banner_developer.jpg) top left no-repeat #64a1da;
}
#developer .banner {
	background:url(../images/banners/banner_developer.jpg) top left no-repeat #64a1da;
	height:50px;
}
#download .banner {
	background:url(../images/banners/banner_download.jpg) top left no-repeat #64a1da;
	height:50px;
}


/*****************************************
BANNER MENU - rounded corner menu located
in the banner
*****************************************/
.banner_menu {
	margin:0;
	padding:0;
	list-style:none;
	width:218px;
}
.banner .banner_menu {
	position:absolute;
	top:20px;
	right:20px;
}
.banner_menu li {
	font-family:Arial;
	font-weight:bold;
	font-size:8pt;
	margin:0;
	padding:4px 0;
	border-top:0;
	background:url(../images/structure/banner_menu_off.png) center no-repeat;
	border-bottom: 1px solid #94a9d2;
}
.banner_menu li.top {
	border-bottom: 1px solid #94a9d2;
	background:url(../images/structure/banner_menu_off.png) top center no-repeat;
}
.banner_menu li.bottom {
	border:0;
	background:url(../images/structure/banner_menu_off.png) bottom center no-repeat;
}
.banner_menu li#on {
	background:url(../images/structure/banner_menu_on.png) center no-repeat;
}
.banner_menu li#on.top {
	background:url(../images/structure/banner_menu_on.png) top center no-repeat;
}
.banner_menu li#on.bottom {
	background:url(../images/structure/banner_menu_on.png) bottom center no-repeat;
}
.banner_menu a {
	display:block;
	padding:5px 30px 5px 15px;
	color:#666;
	background:url(../images/icons/arrow_right.png) 98% center no-repeat;
}

/*****************************************
BANNER MENU - styles change when it's not 
in the banner
*****************************************/
#content .banner_menu li {
	background:url(../images/structure/banner_menu_alt.png) center no-repeat;
	border-color:#d3d5d9;
}
#content .banner_menu li.top {
	background:url(../images/structure/banner_menu_alt.png) top center no-repeat;
	border-color:#d3d5d9;
}
#content .banner_menu li.bottom {
	background:url(../images/structure/banner_menu_alt.png) bottom center no-repeat;
}
#content .banner_menu li#on {
	background:url(../images/structure/banner_menu_on_alt.png) center no-repeat;
}
#content .banner_menu li#on.top {
	background:url(../images/structure/banner_menu_on_alt.png) top center no-repeat;
}
#content .banner_menu li#on.bottom {
	background:url(../images/structure/banner_menu_on_alt.png) bottom center no-repeat;
}


/*****************************************
CONTENT
*****************************************/
#content a:hover {
	text-decoration:underline;
	color:orange;
}
#content {
	position:relative;
	width:480px;
	float:right;
	padding:15px 40px 15px 0;
}
#content #intro {
	margin:0 0 40px 0;
}
#content ul li {
	font-size:12px;
}

#content h1 {
	color:#f9540a;
	font-size:17px;
	line-height:130%;
	font-family:Arial Black, Arial;
	font-weight:bold;
}
#content h2 {
	font-family:Arial Black;
	color:#444;
	font-size:14px;
	margin-bottom:8px;
}

#content h2 a {
	color:#444;
}

#content h2 a:hover {
	color:orange;
	text-decoration:underline;
}

#content h3 {
	font-size:12px;
}
#content p {
	font-size:12px;
}

#content p.intro {
	font-size:12px;
	line-height:160%;
	margin-bottom:12px;
}

#content img {
	display:block;
	margin:10px auto;
}

#content img.success-thumb {
	float:left;
	margin:0 20px 14px 0;
}

.col {
	width:230px;
	float:left;
}
.col.right {
	float:right;
}

#content dt strong {
	font-family:Arial Black, Arial;
	font-weight:bold;
	font-size:14px;
}
#content dt {
	font-size:11px;
	color:black;
}

#content dd {
	font-size:11px;
	line-height:16px;
	padding-right:0px;
	color:#444;
	margin:0 0 12px 0;
}




/*****************************************
UL FORMAT STYLES
*****************************************/
ul.format_1 li {
	margin:0;
	padding:5px;
	border-bottom:1px dashed #d2d2d2;
	list-style:none;
}



/*****************************************
TABLE FORMATS - FORMAT 1
*****************************************/
table.format_1 thead {
	border:1px solid #d2d2d2;
	background:url(../images/structure/table_format1_thead.png) bottom left repeat-x #fff;
}
#content h2.table_header {
	border:1px solid #d2d2d2;
	background:url(../images/structure/table_format1_thead.png) bottom left repeat-x #fff;
	font-size:11px;
	padding-left:10px;
	position:relative;
}


#content h2.table_header span {
	font-weight:normal;
	position:absolute;
	top:0;
	right:5px;
	font-family:arial;
}
body #content h2.table_header span a {
	display:block;
	padding-left:15px;
	font-size:10px;
	background:url(../images/icons/icon-edit.gif) left center no-repeat;
}
table.format_1 th {
	text-align:left;
	padding:2px 5px;
}
table.format_1 td {
	padding:5px;
	border-bottom:1px dashed #d2d2d2;
	vertical-align:top;
}
table.format_1 td strong {
	font-size:16px;
	display:block;
	margin:0 20px;
}
table.format_1 td img {
	display:inline;
	margin:0;
}
table.format_1 dl {
	margin:0 0 5px 0;
}

table.format_1 td a.edit {
	display:block;
	padding-top:20px;
	text-align:center;
	background:url(../images/icons/icon-edit.gif) top center no-repeat;
}
table.format_1 .price {
	text-align:center;
	padding-left:0px;
	padding-right:00px;
}
table.format_1 td.options {
	width:10px;
}
#content table.format_1 td.options img {
	display:inline;
	margin:0;
}


/*****************************************
TABLE FORMAT - FORMAT 2
*****************************************/
table.format_2 {
	border-top: 1px dotted #d2d2d2;
}
table.format_2 a {
	color:#ff6641;
}
table.format_2 td, table.format_2 th {
	padding:2px;
	border-bottom:1px dotted #d2d2d2;
	vertical-align:center;
}


/*****************************************
TABLE FORMAT - FORMAT 3
*****************************************/
table.format_3 td {
	padding:5px;
}
table.format_3 h4 {
	font-size:11px;
	margin:5px;
	color:#00689d;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
table.format_3 h4 span.required {
	color:#a80000;
}
table.format_3 input.text_input {
	margin-bottom:3px;
	width:80%;
}


table.links td, table.links th {
	vertical-align:top;
	text-align:left;
	color:#333;
	margin:0;
	padding:0;
	height:30px;
}
table.links th {
	padding-right:10px;
}
table.links td {
	padding-top:12px;
}
table.links td img {
	float:left;
	margin: 0 20px 0 0;
}

 table.format_2 th {
	text-align:left;
	color:#333;
}




#tool_search {
	border:1px solid #d2d2d2;
	margin:10px 0 30px;
	background:url(../images/structure/table_format1_thead.png) bottom left repeat-x #f2f2f2;
	
}
#tool_search table {
	margin:0;
}
#tool_search table td, #tool_search table th {
	padding:10px;
}
#tool_search table th {
	vertical-align:middle;
	font-size:14px;
}
#tool_search table a {
	display:block;
	padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
}

#tool_search table a.search {
	background:url(../images/icons/icon-search.gif) left center no-repeat;
}
#tool_search table a.search:hover {
}

#tool_search table a.addfile {
	background:url(../images/icons/icon-addfile.gif) left center no-repeat;
}
#tool_search table a.addfile:hover {
	background:url(../images/icons/icon-addfile-over.gif) left center no-repeat;
}

#tool_search table a.myfiles {
	background:url(../images/icons/icon-myfiles.gif) left center no-repeat;	
}
#tool_search table a.myfiles:hover {
	background:url(../images/icons/icon-myfiles-over.gif) left center no-repeat;	
}
/*****************************************
SIDEBAR
*****************************************/

#sidebar {
	width:155px;
	float:left;
}
#sidebar ul.nav {
	padding:0;
	margin:0;
	background:#d2d2d2;
}
#sidebar ul.nav li {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar ul.nav li:hover {
	background-color:#888;
	color:white;
}
#sidebar ul.nav li a {
	display:block;
	padding:5px 0 5px 20px;
	border-bottom:1px solid #e2e2e2;
	color:#333;
	font-weight:bold;
}

#sidebar ul.nav li a:hover {
	color:white;
}

#sidebar ul.subnav {
	background:#e6e6e6;
	padding:0px 0;
	margin:0;
	list-style:none;
	display:block;
}

#sidebar ul.subnav a:hover {
	text-decoration:none;
}

#sidebar ul.subnav li {
	margin:0;
}
#sidebar ul.subnav li a {
	display:block;
	padding:5px 0 5px 20px;
	color:#333;
	font-size:10px;
	font-weight:normal;
	border-bottom:1px solid #d2d2d2;
	padding-left:25px;
}

#sidebar ul.subnav li:hover {
	background-color:#aaa;
}
#sidebar ul.subnav li.on a {
	color:#ccc;
	background:url(../images/structure/subnav_on.jpg) left center no-repeat;
}

#sidebar ul.subnav li.on a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
}


#sidebar dl {
	padding:15px 0 15px 15px;
}
#sidebar dt {
	color:#666;
	font-weight:bold;
}
#sidebar dd {
	color:#999;
	margin-bottom:20px;
}




/*****************************************
FOOTER
*****************************************/
#footer {
	width:700px;
	margin:0 auto;
	padding:0px 0px 0 00px;
	background:url(../images/structure/footer_bg.jpg) top left no-repeat;
	color:#bcbcbe;
}
#footer p {
	width:135px;
	float:left;
	padding-right:45px;
}
#footer dl {
	float:left;
}
#footer dt {
	font-weight:bold;
}
#footer a {
	color:#fff;
}


.footer_menu {
	background:url(../images/structure/footer_bg.jpg) top center no-repeat #717171;
	padding: 25px 0 0 20px;
	width:660px;
	margin:0 auto;
}
.footer_menu p {
	padding-top:50px;
	background:url(../images/structure/footer_logo.jpg) top left no-repeat;
}
.footer_menu dl {
	width:100px;
	padding-right:10px;
}
.footer_menu dd {
	margin:5px 0;
}

.footer_info {
	padding: 10px 0 0 20px;
	background:#515151;
	width:660px;
	margin:0 auto;
}
.footer_info dl {
	width:150px;
	padding-right:10px;
}



/*****************************************
CUSTOM CONTENT BANNER
found on the store page, notched banner
*****************************************/
.header_1 {
	background:url(../images/structure/header_1_bg.jpg) left center no-repeat #fafafa;
	padding-left:25px;
	line-height:45px;
	margin-bottom:10px;
}
.header_1 h1 {
	color:#707170;
	font-size:18px;
	font-family:arial;
	margin:0;
}
.header_1 h1 span {
	color:#f9452e;
}
.header_1 a {
	float:right;
	display:block;
	color:#000;
	font-weight:bold;
	font-family:arial;
	padding:0 40px 0 10px;
	background:url(../images/structure/compare_arrow.jpg) right center no-repeat #f2f2f2;
}



/*****************************************
STORE STYLES
*****************************************/
.col_4 {
	padding-left:6px;
}
.col_4 dl {
	float:left;
	margin:5px;
	display:inline;
	width:330px;
}

.col_2 {
	padding-left:6px;
}
.col_2 dl {
	float:left;
	margin:6px;
	display:inline;
	width:670px;
}

.col_1 {
	padding:0 11px;
}

.info_format1 {
	background:#fafafa;
	border:1px solid #d2d2d2;
	position:relative;
}
.info_format1 dt {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	padding:10px;
}
.info_format1 dd {
	padding:10px;
	position:relative;
}
.info_format1 dt strong {
	font-family:Arial Black, Arial;
	font-size:16px;
	font-weight:bold;
	color:#f9452e;
	display:block;
}


.info_format1 dd.more {
	font-size:12px; 
	font-weight:bold;
	background:url(../images/structure/paper_curl.png) bottom right no-repeat transparent;
	margin:0;
	cursor:pointer;
}
.info_format1 dd.more a {
	display:block;
	text-align:right;
	font-size:11px;
	height:45px;
}
.info_format1 dd.more a span {
	display:none;
}

.info_format1 dd.buy {
	font-size:12px; 
	font-family:Arial Black, Arial;
	font-weight:bold;
	background:url(../images/structure/more_bg.jpg) bottom right repeat-x #f0f9cc;
	margin:0;
}
.info_format1 dd.buy span {
	font-size:11px; 
	font-family:Arial;
	font-weight:normal;
}
dd.buy .buy-link{
	float:right;
	display:block;
	background:url(../images/structure/price_bg.jpg) bottom left repeat-x #e5f69a;
	padding:10px;
	position:absolute;
	bottom:0;
	right:0;
	color:#000;
}


.compare {
	font-family:Arial Black, Arial;
	font-weight:bold;
	text-align:center;
	padding:5px;
	border:1px solid #d2d2d2;
	background:url(../images/structure/compare_bg.jpg) bottom left repeat-x #f1f1f1;
	margin:5px 10px 40px;
}
.compare a {
	color:#333;
	font-size:14px;
}
/*****************************************
HOMEPAGE STYLES
*****************************************/
#home_landing #content {
	float:none;
	display:block;
	width:auto;
	margin:30px 0px 30px 30px;
}
#home_landing.content_wrapper {
	padding:15px;
}
.home_info {
	margin:20px 0;
}
.home_info dl {
	float:left;
	width:128px;
	border:1px solid #d2d2d2;
	margin:0 10px;
}

.home_info ul {
	float:right;
	width:190px;
	border:1px solid #d2d2d2;
	padding:0;
	margin:0 10px;
	list-style:none;
}
.home_banner_submenu {
	position:absolute;
	top:4px;
	right:20px;
}
.home_banner_submenu a {
	color:#fff;
}
.home_banner_submenu dl {
	margin:4px 0;
	color:#fff;
	padding:3px 10px 3px 40px;
	position:relative;
	cursor:pointer;
}
.home_banner_submenu dd.icon {
	position:absolute;
	top:3px;
	left:0;
	width:40px;
}
.home_banner_submenu dd.icon img {
	display:block;
	margin:0 auto;
}

.home_banner_submenu dl:hover {
	background:url(../images/structure/white_15.png) repeat;
}

.home_banner_submenu dt {
	font-weight:bold;
	font-size:11px;
	margin:0;
}
ul.home_banner_barmenu {
	position:absolute;
	bottom:0;
	left:30px;
	margin:0;
	width:100%;
	list-style:none;
	height:40px;
}
ul.home_banner_barmenu li {
	font-family:Arial Narrow, Arial;
	font-weight:bold;
	font-size:10px;
	margin:0 10px 0px 0px;
	padding:0;
	float:left;
	height:36px;
	width:auto;
}
ul.home_banner_barmenu li a {
	display:block;
	height:40px;
	color:#fff;
	margin:0 0px;
	font-size:14px;
}
ul.home_banner_barmenu li a:hover {
	background:url(../images/structure/white_15.png) repeat;
}

ul.home_banner_barmenu li a span {
	height:32px;
	padding-top:8px;
	padding-left:40px;
	display:block;
}
ul.home_banner_barmenu li.bg_whitepaper a span {
	line-height:12px;
	font-size:11px;
}
ul.home_banner_barmenu li a span em {
	display:block;
	font-size:10px;
}

.bg_upgrade a span {
	background:url(../images/icons/icon_orange-arrow.png) 2px center no-repeat;
	width:150px;
	padding:0 10px;
}
.bg_download a span {
	background:url(../images/icons/icon_orange-download.png) 2px center no-repeat;
	width:150px;
	padding:0 10px;
}
.bg_whitepaper a span {
	background:url(../images/icons/icon_pdf.png) 10px center no-repeat;
	width:150px;
	padding:0 10px;
}
/*
ul.home_banner_barmenu li a span {
	display:none;
}
.bg_upgrade a {
	background:url(../images/icons/upgrade-now.png) center no-repeat;
}
.bg_download a {
	background:url(../images/icons/download-now.png) center no-repeat;
}
.bg_whitepaper a {
	background:url(../images/icons/download-pdf.png) center no-repeat;
}
*/
.home_info_2 .ads {
	float:left;
}
.home_info_2 .info_links {
	float:right;
	width:190px;
}


#home_landing #content p.info {
	font-family:Trebuchet MS, Arial;
	font-size:14px;
	line-height:160%;
	margin:0 280px 10px 0px;
}

#home_landing #content p.tagline {
	font-family:Trebuchet MS, Arial;
	font-size:14px;
	font-style:italic;
	line-height:160%;
	margin:-20px 280px 10px 0px;
	color: #777;
}

#home_landing #content p.headline {
	font-family:Arial Black, Arial;
	font-size:14px;
	line-height:160%;
	margin:0 280px 10px 0px;
}

#home_landing #content p.info span {
	font-weight:bold;
	color: #e38000;
}

#home_landing .feed {
	position:relative;
	float:right;
	width:218px;
	margin-bottom:20px;
}

/*********************************
HOMEPAGE BANNER MENU
*********************************/
#home_landing .banner_menu {
	position:relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#home_landing .twitter {
	position:relative;
	padding-bottom:50px;
	margin-bottom:15px;
	background:url(../images/structure/twitter_bg.jpg) bottom left no-repeat;
}
#home_landing .twitter dl {
	padding:10px 10px 0 0;
}
.twitter dd {
	font-size:11px;
	margin:6px 0;
	padding:0 15px;
	line-height:120%;
}
.twitter dd a {
	color:#444;
}
.twitter dd a:hover {
	color:orange;
}
.twitter dd span {
	font-size:9px;
	color:#888;
	margin:0;
	display:block;
	line-height:140%;
}
.twitter dt {
	background:url(../images/icons/arrow_orange.png) 95% center no-repeat ;
	padding:0px 10px 0;
	font-size:13px;
	font-family:Arial Black, Arial;
	height:20px;
	margin-bottom:10px;
}
.twitter a.more {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
}
.twitter a.more span {
	display:none;
}
/*****************************************
NEWS
*****************************************/
.post {
	margin-bottom:30px;
}
.post h2 {
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #d2d2d2;
}
.post h3 {
	font-family:Arial Black, Arial;
	font-size:13px;
	margin:0;
	padding:15px 0 4px 0;
}
#content .post p {
	font-size:12px;
	margin:5px 0 10px 0;
}

/*****************************************
TESTIMONIALS
*****************************************/
.testimonial {
	border-bottom:1px dotted #d2d2d2;
	margin-bottom:20px;
	padding-bottom:10px;
}
.testimonial h3 {
	margin:0;
}


/*****************************************
ABOUT
*****************************************/
.about .post img {
	float:left;
	margin-top:0;
}
.about .post dt strong {
	display:block;
	font-size:14px;
	color:#006193;
}
.about .post dt {
	margin-bottom:15px;
}
.about .post dl {
	float:right;
	width:360px;
}


/*****************************************
DOWNLOAD PAGE
*****************************************/
.download_platforms {
	margin:0 0 20px 0;
}
.download_platforms dl {
	float:left;
	border:1px solid #d2d2d2;
	width:129px;
	margin:0 5px;
	text-align:center;
}
.download_platforms dt {
	padding:5px;
}
.download_platforms dd {
	padding:0;
	margin:0;
}
.download_platforms dt strong{
	display:block;
}


/*****************************************
VIDEOS PAGE
*****************************************/
#developer #content.developer_video h1 {
	color:#000;
	font-size:16px;
	margin:0;
}
#developer #content.developer_video h2 {
	color:#000;
	font-size:12px;
}
#developer #content.developer_video p {
	margin:10px 0;
}
#developer #content.developer_video ul {
	margin:0;
	padding:0;
	list-style:none;
}
#developer #content.developer_video li {
	margin:0;
}
#developer #content.developer_video em {
	letter-spacing: 2px;
	font-style:normal;
}

.video_container {
	float:left;
	width:320px;
}

.video_info {
	float:right;
	width:140px;
	padding-top:20px;
}


/*****************************************
FORMS
*****************************************/
.form_login dd {
	margin-bottom:10px;
}


/*****************************************
COMPARISON CHART
*****************************************/
.comparison_chart_container {
	padding:20px 0 60px 60px;
}
#comparison_chart thead {
	text-align:left;
}
#comparison_chart thead th {
	padding:5px;
	text-align:center;
}

#comparison_chart td {
	border:1px solid #d2d2d2;
	padding:5px;
	vertical-align:top;
	position:relative;
	text-align:center;
}
#comparison_chart em {
	position:relative;
	display:block;
	float:left;
	margin-right:-100%;
	top:0;
	left:-60px;
}
#comparison_chart td img.yes {
	display:block;
	margin:0 auto;
}
#comparison_chart td.first, #comparison_chart th.first {
	text-align:left;
}








/*********************************
CODA SLIDER
**********************************/
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*********************************
PAGE WRAP
this defines the width and height of the entire container
everything is relative to this container

**********************************/
#slider_container { 
	width: 625px; 
	margin: 25px auto; 
	min-height: 270px;
	clear:both;
	background: url(../images/bg.png) top center; 
}


/*
	TYPOGRAPHY
*/


#slider_container h1 {
	font-family: Arial;
	font-weight:normal;
	color:#888;
	font-size:12px;
}

/*********************************
.STRIPVIEW class is added dynamically
**********************************/

.slider-wrap { 
	width: 625px; 
}			
.stripViewer .panelContainer .panel ul { 
	text-align: left; 
	margin: 0 15px 0 30px; 
}

/*********************************
MAIN PHOTO SLIDER
.stripview added dynamically
**********************************/
#main-photo-slider.stripViewer { 
	position: relative; 
	overflow: hidden; 
	margin:0 auto;
	height: 170px; 
	width:625px;
	background: #f5f5f4;
	padding:0;
	
}



/*********************************
PANEL CONTAINER - contains all panels
**********************************/
#main-photo-slider.stripViewer .panelContainer { 
	position: relative; 
	z-index:100;
}


/*********************************
PANEL
**********************************/
#main-photo-slider.stripViewer .panelContainer .panel	{ 
	float: left; 
	height: 170px; 
	position: relative; 
	width:625px;
	z-index:100;
}
#main-photo-slider .wrapper {
	position:relative;
	height:170px;
	padding:0px 25px 0px 25px;
	z-index:100;
}

/* the more link */
#main-photo-slider .panel h1 {
	position:absolute;
	bottom:-20px;
	right:0px;
	z-index:900;
}
#main-photo-slider .panel h1 a {
	display:block;
	height:45px;
	width:159px;
	background:url(../images/structure/paper_curl.png) bottom right no-repeat transparent;
}
#main-photo-slider .panel h1 a span {
	display:none;
}

#main-photo-slider .panel p {
	font-family: Arial;
	color:#555;
	font-size:11px;
	line-height:160%;
	margin:10px 0 4px 0;
}

.panel_info {
	float:right;
	width:400px;
	position:relative;
	top:30px;
}
.panel_image {
	float:left;
	width:190px;
	height:170px;
	position:absolute;
	top:0px;
	left:0px;
}
.panel_image img {
	float:left;
	position:relative;
	top:-10px;
	left:0px;
}
/*********************************
STRIP NAV
tabs
**********************************/
.stripNavL, .stripNavR 		{display:none; }
#stripNavL0.stripNavL 		{float:left;}
#stripNavR0.stripNavR 		{float:right;}
#stripNav0 					{margin-top:76px;}
#stripNav0.stripNav 		{}
#stripNav0.stripNav ul {
	margin:0 0 0 -100%;
	padding:0;
	float:right;
	position:relative;
	bottom:-20px;
	right:6px;
	z-index:200;
}
#stripNav0.stripNav li {
	list-style:none;
	float:left;
	margin:0 2px;
}
#stripNav0.stripNav li a {
	display:block;
	width:9px;
	height:9px;
	background:#dcdcdc;
	border: 1px #dcdcdc solid;
}
#stripNav0.stripNav li a span {
	display:none;
}

#stripNav0.stripNav li a.current {
	background: #fcfcfc;
	border: 1px #acacac solid;
}
#stripNavtitle {
	margin:0;
	color:#666;
}
#stripNavtitle strong {
	color:#888;
	font-family:Arial Black,Arial;
}

/*********************************
MOVERS ROW AND IMAGE THUMBNAILS
**********************************/
.cross-link	{ 
	display: block; 
	margin-top: 0; 
	position: relative; 
	padding: 15px 0; 
	z-index: 9999; 
}
.active-thumb { 
	background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat;
	background:#f5f5f4; 
}
.nav-thumb { 
	border: 1px solid #777; 
	margin-right:3px; 
}
#movers-row	{ 
	background:#e2e2e1;
	position:relative;
	float:left;
	width:100%;
	margin-bottom:0px;
}
#movers-row div	{ 
	float: left; 
}
#movers-row div	img {
	display:block;
	margin:0 auto;
}












/*********************************
CLEARFIX
**********************************/
.clearfix:after, .header_1:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix, .header_1
{
	display: inline-block;
}

* html .clearfix, * html .header_1
{
	height: 1%;
}

.clearfix, .header_1
{
	display: block;
}



