/*
Name: CaDan Computers
Description: A Minnesota computer technology company.
Version:1.0
Author: By CaDan Web
Author URI: http://www.cadanweb.com
*/

/*
CSS General Reset
*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
embed {display: block; position: relative; margin: 0 0 20px 0; z-index: 0; }

/*
Layout CSS Information
*/
body {
	background: #383838;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*
Body Expandable Sections
*/

#header_expandable {
	width: auto;
}

#subheader_expandable {
	width: auto;
	background: url(images/subheader/grad_bg.jpg) no-repeat top;
	border-bottom: 1px solid #c8c8c8;
}

#subheader_expandable_home {
	width: auto;
	background: url(images/subheader/grad_bg.jpg) no-repeat top;
	border-bottom: 1px solid #ffffff;
}

#stagemenu_expandable {
	width: auto;
	background: #ebebeb url(images/stagemenu/stagemenu_bg.jpg) repeat-x top left;
	border-bottom: 1px solid #c8c8c8;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
}

#stagemenu_expandable_home {
	width: auto;
	background: #ebebeb url(images/stagemenu/stagemenu_bg.jpg) repeat-x top left;
	border-bottom: 1px solid #c8c8c8;
	padding: 20px 0;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
}

#contentmain_expandable {
	width: auto;
	background: #ffffff;
	padding: 20px 0 0 0;
}

#contentmain_expandable_home {
	width: auto;
	background: #ffffff;
}

#footer_expandable {
	width: auto;
}

/* Drop Panel */

.panel_button {
	margin-left: auto;
	margin-right: auto; /* to right align place '0' here or to center place 'auto' */
	position: relative;
	top: -1px;
	width: 200px;
	height: 30px;
	background: url(images/subheader/dashbutton.gif);
	z-index: 20;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 5px;
	left: -3px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: 3px;
	left: 1px;
}
.panel_button a:hover {
	color: #666666;
}

#toppanel {
	width: 1040px;
	position: absolute;
	top: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 1000px;
	position: relative;
	top: 0;
	height: 0px;
	z-index: 10;
	overflow: hidden;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 0 20px;
	background: #ebebeb url(images/stagemenu/stagemenu_bg.jpg) repeat-x top left;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	text-align: left;
}
#panel_contents {
	width: 1000px;
	margin: 20px 0;
	position: absolute;
	z-index: -1;
}

.border {
	border: 15px #1d1d1d solid;
}
img.border {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
img.border_pic {
	border: 15px #1d1d1d solid;
	position: absolute;
	top: 110px;
	float: left;
	margin-left: 150px;
	width: 250px;
	height: 150px;
	z-index: 30;
}

/*
Very Top Bar
*/
#top {
	float: right;
	width: 345px;
	background: none;
	padding: 4px;
}

#pagemenu {
	float: right;
	display: inline;
	height: 24px;
	margin: 0 -10px 0 0;
	z-index: 20;
}

#pagemenu li:first-child {
	border: none;
}

#pagemenu .firstmenu {
	float: left;
	display: block;
	height: 24px;
	border: none !important;
}

#pagemenu .firstmenu a {
	display: block;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
}

#pagemenu .firstmenu a:hover {
	color: #D00015;
}

#pagemenu li {
	float: left;
	display: block;
	height: 24px;
	border-left: 1px solid #7a7a7a;
}

#pagemenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #7a7a7a;
	width: 100%;
}

#pagemenu li a {
	display: block;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
}

#pagemenu li a:hover {
	color: #feee90;
}

#pagemenu li.current_page_item a {
	color: #feee90;
}

#pagemenu li.current_page_item a:hover {
	color: #feee90;
}

#pagemenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagemenu ul li a {
	display: block;
	background: #FFF;
}

#pagemenu li ul a:hover {
	display: block;
	background: #FFF;
}

#pagemenu ul a {
	display: block;
}

#pagemenu ul ul {
	margin-top: -25px;
	display: none;
	margin-left: 199px;
	position: absolute;
}

#pagemenu li:hover ul ul {
	display: none;
}
#pagemenu li:hover ul {
	display: block;
}
#pagemenu ul li:hover ul {
	display: block;
}
#pagemenu li ul li {
	display: block;
	width: 100%;
}

#pagemenu li.page_item ul {
	width: 200px;
}

#pagemenu li.page_item ul a{
	border: 1px solid #cccccc;
}

#pagemenu li.page_item a {
	display: block;
}

#pagemenu li.page_item a:hover {
	display: block;
}

#pagemenu li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 22px;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 0 -2px;
}

#pagemenu li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 22px;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #feee90;
}

/*
Search Selector
*/
.ui-tabs { width: 370px; height: 75px; float: right; position: relative;}
.ui-tabs .ui-tabs-nav { list-style: none; position: absolute; top: 0; padding: 8px 10px 0 10px; }
.ui-tabs .ui-tabs-nav li { float: left; border-bottom-width: 0 !important; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; margin: 0 84px 0 0; display: block; width: 12px; height: 12px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: url(images/main/not-allowed.png), pointer; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/*
Search bar
*/
.searchselector {
	width: 350px;
	height: 28px;
	margin: 0 10px;
}

#searchbar1 {
	float: right;
	background: #000000 url(images/header/site-search.jpg) no-repeat;
	display: inline;
	font-size: 0.7em;
	width: 370px;
	height: 75px;
}

#searchbar2 {
	float: right;
	background: #000000 url(images/header/product-search.jpg) no-repeat;
	display: inline;
	font-size: 0.7em;
	width: 370px;
	height: 75px;
}

/*--------(below) only needed for non-tabbed default search--------*/
#searchbar {
	float: right;
	background: #717171 url(images/header/site-search.jpg) no-repeat;
	display: inline;
	font-size: 0.7em;
	width: 370px;
	height: 75px;
}
/*--------(above) only needed for non-tabbed default search--------*/

.searchform {
	display: inline;
	vertical-align: middle;
	float: left;
	margin: 4px 0 0 10px;
}

.searchform fieldset {
	display: inline;
	vertical-align: middle;
}

.searchform label {
	display: inline;
	vertical-align: middle;
}

.searchform input {
	display: inline;
	vertical-align: middle;
}

.searchform .searchlabel {
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	font-family: verdana, arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.searchform .searchterm {
	padding: 3px 4px;
	width: 240px;
	color: #2b5b7b;
	background: none;
	float: left;
	font-size: 1.7em;
}

.searchform .searchterm:focus {
	color: #333333;
	background: none;
}

.searchform .searchbutton {
	text-transform: uppercase;
	background: none;
	cursor: pointer;
	height: 32px;
	width: 100px;
	margin: 0 auto;
}

.searchform .searchbutton:hover {
	color: #9e1d20;
}

.searchformI {
	vertical-align: middle;
	font-size: 0.7em;
}

.searchformI fieldset {
	display: inline;
	vertical-align: middle;
}

.searchformI label {
	display: inline;
	vertical-align: middle;
}

.searchformI input {
	display: inline;
	vertical-align: middle;
}

.searchformI .searchlabel {
	color: #9ca485;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: verdana, arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.searchformI .searchterm {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #757575;
	background: #fff;
}

.searchformI .searchterm:focus {
	border: 1px solid #bbb;
	color: #ff9600;
	background: #fff;
}

.searchformI .searchbutton {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 21px;
}

.searchformI .searchbutton:hover {
	color: #ff9600;
}

/*
Header CSS
*/

#header {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#header_logo {
	display: block;
	float: left;
	position: relative;
	z-index: 1000;
}

#header_logo a{
	display: block;
	background: url(images/header/logo.png) no-repeat top left;
	width: 98px;
	height: 132px;
}

#subheader_home {
	width: 1000px;
	background: url(images/subheader/subhead_border.gif) repeat-x top left;
	margin: -9px auto 0 auto;
}

#subheader {
	width: 1000px;
	background: url(images/subheader/subhead_border.gif) repeat-x top left;
	margin: -9px auto 0 auto;
}

#secondarysubheadbox {
	width: 1000px;
	padding: 18px 0 20px 0;
}

/*
Promo Box
*/

#promobox {
	width: 1000px;
	height: 161px;
	background: url(images/promobox/promo-1.png) no-repeat bottom right;
	padding: 45px 0 30px 0;
}

#promobox p{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 400;
	color: #dcdcdc;
	text-shadow: #333333 0 1px 1px;
}

#promobox h2{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #dcdcdc;
	letter-spacing:-0.011em;
	text-shadow: #333333 0 1px 1px;
	margin: 0 0 20px 0;
}

#promobox .getpricing a{
	display: block;
	background: url(images/promobox/get-pricing-yellow.gif) no-repeat;
	float: left;
	margin: 18px 40px 0 0;
	width: 302px;
	height: 53px;
}

#promobox .getstarted a{
	display: block;
	background: url(images/promobox/get-started.gif) no-repeat;
	float: left;
	margin: 18px 0 0 0;
	width: 212px;
	height: 53px;
}

/*-----Use for final-----*/

.promobox_use {
	position: absolute;
	width: 996px;
	height: 161px;
	background-image: url(images/subheader/grad_bg.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	/*background: url(images/promobox/promo-1.png) no-repeat bottom right;*/
	padding: 45px 2px 30px 2px;
	z-index: 500;
}

.promobox_use h2{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #dcdcdc;
	letter-spacing:-0.011em;
	text-shadow: #333333 0 1px 1px;
	margin: 0 0 20px 0;
	z-index: 3;
}

.promobox_use p{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 400;
	color: #dcdcdc;
	text-shadow: #333333 0 1px 1px;
	z-index: 2;
}

.promobox_use img{
	float: right;
	margin: -40px 0 0 0;
	z-index: 1;
}

.promobox_use .getpricing-1 a{
	display: block;
	background: url(images/promobox/get-pricing-yellow.gif) no-repeat;
	float: left;
	margin: 18px 40px 0 0;
	width: 302px;
	height: 53px;
}

.promobox_use .getstarted a{
	display: block;
	background: url(images/promobox/get-started.gif) no-repeat;
	float: left;
	margin: 18px 0 0 0;
	width: 212px;
	height: 53px;
}

.promobox_use .getpricing-2 a{
	display: block;
	background: url(images/promobox/get-pricing-red.gif) no-repeat;
	float: left;
	margin: 18px 40px 0 0;
	width: 302px;
	height: 53px;
}

.promobox_use .getpricing-3 a{
	display: block;
	background: url(images/promobox/get-pricing-green.gif) no-repeat;
	float: left;
	margin: 18px 40px 0 0;
	width: 302px;
	height: 53px;
}

.promobox_use .getpricing-4 a{
	display: block;
	background: url(images/promobox/get-pricing-orange.gif) no-repeat;
	float: left;
	margin: 18px 40px 0 0;
	width: 302px;
	height: 53px;
}

/*
Stage Menus
*/

#stagemenu {
	width: 1040px;
	margin: 0 auto;
	padding: 0;
}

#stagemenu h2 {
	color: #383838;
	font-size: 1.2em;
	margin: 0 0 20px 0;
}

#stagemenu #stagemenu_col_1 {
	width: 313px;
	margin: 0 20px 0 0;
	float: left;
}

#stagemenu #stagemenu_col_2 {
	width: 313px;
	margin: 0 20px 0 0;
	float: left;
}

#stagemenu #stagemenu_col_3 {
	width: 334px;
	margin: 0;
	float: left;
}

#stagemenu #stagemenu_col_1 .menu001 {
	width: 268px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/001.gif) no-repeat left center;
}

#stagemenu #stagemenu_col_1 .menu002 {
	width: 268px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/002.gif) no-repeat left center;
}

#stagemenu #stagemenu_col_1 .menu003 {
	width: 268px;
	height: 32px;
	line-height: 30px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0;
	background: url(images/stagemenu/003.gif) no-repeat left center;
}

#stagemenu #stagemenu_col_2 .menu004 {
	width: 268px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/004.gif) no-repeat left center;
}

#stagemenu #stagemenu_col_2 .menu005 {
	width: 268px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/005.gif) no-repeat left center;
}

#stagemenu #stagemenu_col_2 .menu006 {
	width: 268px;
	height: 32px;
	line-height: 30px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0;
	background: url(images/stagemenu/006.gif) no-repeat left center;
}

#stagemenu #stagemenu_col_3 .menu007 {
	width: 289px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/007.gif) no-repeat left center;
}

#stagemenu #stagemenu_col_3 .menu008 {
	width: 289px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/008.gif) no-repeat left center;
}

#stagemenu #stagemenu_col_3 .menu009 {
	width: 289px;
	height: 32px;
	line-height: 30px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0;
	background: url(images/stagemenu/009.gif) no-repeat left center;
}

/*
Stage Menu Home
*/

#stagemenu_home {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#stagemenu_home h2 {
	color: #383838;
	font-size: 1.2em;
	margin: 0 0 20px 0;
}

#stagemenu_home #stagemenu_col_1 {
	width: 313px;
	margin: 0 20px 0 0;
	float: left;
}

#stagemenu_home #stagemenu_col_2 {
	width: 313px;
	margin: 0 20px 0 0;
	float: left;
}

#stagemenu_home #stagemenu_col_3 {
	width: 334px;
	margin: 0;
	float: left;
}

#stagemenu_home #stagemenu_col_1 .menu001 {
	width: 268px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/001.gif) no-repeat left center;
}

#stagemenu_home #stagemenu_col_1 .menu002 {
	width: 268px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/002.gif) no-repeat left center;
}

#stagemenu_home #stagemenu_col_1 .menu003 {
	width: 268px;
	height: 32px;
	line-height: 30px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0;
	background: url(images/stagemenu/003.gif) no-repeat left center;
}

#stagemenu_home #stagemenu_col_2 .menu004 {
	width: 268px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/004.gif) no-repeat left center;
}

#stagemenu_home #stagemenu_col_2 .menu005 {
	width: 268px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/005.gif) no-repeat left center;
}

#stagemenu_home #stagemenu_col_2 .menu006 {
	width: 268px;
	height: 32px;
	line-height: 30px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0;
	background: url(images/stagemenu/006.gif) no-repeat left center;
}

#stagemenu_home #stagemenu_col_3 .menu007 {
	width: 289px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/007.gif) no-repeat left center;
}

#stagemenu_home #stagemenu_col_3 .menu008 {
	width: 289px;
	height: 32px;
	line-height: 32px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
	background: url(images/stagemenu/008.gif) no-repeat left center;
}

#stagemenu_home #stagemenu_col_3 .menu009 {
	width: 289px;
	height: 32px;
	line-height: 30px;
	font-size: 19px;
	text-indent: -1px;
	padding: 0 0 0 50px;
	margin: 0;
	background: url(images/stagemenu/009.gif) no-repeat left center;
}

/*
Page Menu CSS
*/

#bar {
	float: right;
	width: 725px;
	height: 24px;
	margin: 15px 0 0 0;
}

#catmenu {
	float: left;
	display: inline;
	height: 24px;
	z-index: 20;
}

#catmenu li {
	float: left;
	display: block;
	height: 24px;
	border-right: 1px solid #2594bf;
}

#catmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#catmenu li a {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
}

#catmenu li a:hover {
	background: #8acce7;
}

#catmenu li.current-cat a {
	color: #333;
	background: #FFF;
}

#catmenu li.current-cat a:hover {
	color: #333;
	background: #FFF;
}

#catmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#catmenu ul li a {
	display: block;
	background: #FFF;
}

#catmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#catmenu ul a {
	display: block;
}

#catmenu ul ul {
	margin-top: -24px;
	display: none;
	margin-left: 200px;
	position: absolute;
	border-left: 1px solid #ff9000;
}

#catmenu li:hover ul ul {
	display: none;
}

#catmenu li:hover ul {
	display: block;
}

#catmenu ul li:hover ul {
	display: block;
}

#catmenu li ul li {
	display: block;
	width:100%;
}

#catmenu li.cat-item ul {
	width: 200px;
}

#catmenu li.cat-item a {
	display: block;
}

#catmenu li.cat-item a:hover {
	display: block;
}

#catmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 0.75em;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	color: #444;
	font-weight: bold;
	text-transform: none;
	background: #f9f9f9;
}

#catmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 0.75em;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	color: #738ba1;
	font-weight: bold;
	text-transform: none;
	background: #FFF;
}

/*
Content Layout
*/
#content {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

#content #stage {
	padding: 0;
}

#content #stage h2{
	color: #383838;
	font-size: 1.2em;
	margin: 0 0 20px 0;
}

#content #stage #stagecontent1 ul ul{
	position: relative;
	padding: 15px;
	width: 448px;
	float: left;
	background: #fff3a1 url(images/main/specials-bg.jpg) no-repeat center;
	border: 1px solid #c0c0c0;
}

#content #stage #stagecontent1 li li {
	margin: 3px 0 0 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #d7d7d7;
	background: none;
}

#content #stage #stagecontent1 ul ul .hotdeals{
	position: absolute;
	background: url(images/main/hot_deals.png) no-repeat bottom right;
	width: 64px;
	height: 64px;
	bottom: 6px;
	right: 6px;
	list-style: none;
	border: none;
}

#sidebar .specials ul li ul li {
	font-size: 14px;
	line-height: 1.4em;
}

#content #stage #stagecontent1 a{
	color: #383838;
}

#content #stage #stagecontent1 a:hover{
	color: #2b5b7b;
}

#content #stage #stagecontent2{
	padding: 0 0 0 40px;
	width: 480px;
	float: left;
}

#content #column {
	float: left;
	width: 660px;
	display: inline;
	padding: 0;
}

#content #sidebar {
	float: left;
	width: 299px;
	display: inline;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	border-left: 1px solid #C8C8C8;
}

/*
Email Subscribe
*/

.email_subscribe {
	padding: 11px;
	background: #b4ced8;
	font-size: 12px;
	color: #000000;
	text-indent: -1px;
	border: 1px solid #83a5b3;
}

.email_subscribe p{
	margin: 0 0 10px 0;
	font-weight: bold;
}


.email_subscribe form{
	/*background: url(images/main/email-subscribe-long.jpg) no-repeat;*/
	width: 454px;
	height: 120px;
	padding: 1px;
	font-size: 1.6em;
}

.email_subscribe .MailPressFormEmail{
	background: #ffffff url(images/main/subscribe-email.gif) no-repeat right;
	width: 418px;
	padding: 4px 30px 4px 4px;
	font-size: 1em;
}

.email_subscribe .MailPressFormName{
	background: #ffffff url(images/main/subscribe-name.gif) no-repeat right;
	width: 418px;
	padding: 4px 30px 4px 4px;
	margin: 8px 0 10px -1px;
	font-size: 1em;
}

.email_subscribe .mp-loading {
	margin: 2px 0 0 2px;
}

.email_subscribe .MailPressFormSubmit{
	background: #fff49e url(images/main/subscribe_bg.gif) repeat-x bottom;
	border: 1px solid #cba400;
	color: #2f343a;
	padding: 2px 4px;
	margin: 2px 0 0 0;
	font-size: 1.2em;
}

/*
Twitter - TFE Recognition
*/

#visit_container {
	padding: 10px;
	margin: 20px 0 0 0;
	background: none;
	border: 1px dashed #999999;
}

#visit_twitter {
	margin: 0 70px 0 0;
	padding: 0 70px 0 54px;
	background: url(images/main/twitter.png) no-repeat left center;
	font-size: 1.1em;
	line-height: 38px;
	text-indent: -1px;
	border-right: 1px solid #cccccc;
	float: left;
}

#visit_tfe {
	margin: 0;
	padding: 0 0 0 64px;
	background: url(images/main/tfe-icon.jpg) no-repeat left center;
	font-size: 1.1em;
	line-height: 38px;
	text-indent: -1px;
	float: left;
}

/*
Sidebar Widgets
*/
#sidebar h2 {
	font-size: 1em;
	line-height: 1.3em;
	color: #383838;
	margin-top: 20px;
}

#sidebar p {
	margin: 0px 0px 7px 0px;
}

#sidebar .box {
	margin-top: 5px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #444444;
}

.videobox {
	border: 4px solid #ddddd4;
	width: 380px;
	height: 214px;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar a:hover {
	color: #398cd0;
}

.sidebar1 {
	width: 388px;
}

.specials {
	float: left;
	display: inline;
}

.sidebar1 ul ul, .specials ul ul {
	font-size: 1.2em;
	color: #777;
	margin: 0;
	min-height: 136px; /*remove if subscribe box next to it changes*/
	background: none;
}

.sidebar1 ul div, .specials ul div {
	font-size: 0.7em;
	color: #777;
	line-height: 1.4em;
}

.sidebar1 ul div div, .specials ul div div {
	font-size: 1em;
	border: none;
}

.sidebar1 li li {
	padding: 5px 2px 2px 5px;
	border-bottom: 1px dotted #c4d5d8;
}

.specials li li {
	margin: 5px 0 0 0;
	padding: 0 0 0 26px;
	background: url(images/main/specials-tag.png) no-repeat top left;
}

/*
Feed CSS
*/
.rssfeed {
	background: url(images/main/rssimg.gif) no-repeat;
	background-position: left 0px;
	padding-left: 22px;
}

.rssfeed a {
	border-bottom: 1px dotted #ddd;
}

.emailfeed {
	background: url(images/main/rssemail.gif) no-repeat;
	background-position: left 0px;
	padding-left: 30px;
}

.feedform {
	font-size: 0.9em;
}

.feedemail {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #757575;
	background: #fffff4;
}

.feedemail:focus {
	border: 1px solid #bbb;
	color: #ff9600;
	background: #fff;
}

.feedsubmit {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 22px;
}

.feedsubmit:hover {
	color: #ff9600;
}

/*
Sidebar Ads CSS
*/
ul.ads li {
	float: left;
	display: inline;
	margin-right: 3px;
}

ul.ads img {
	display: block;
	float: left;
}

/*
Footer CSS
*/
#footer {
	background: none;
	width: 880px;
	padding: 20px 10px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #969595;
	text-align: right;
}

#footer a {
	color: #969595;
}

#footer a:hover {
	color: #eeeeee;
}

.copyright {
	text-align: center;
	line-height: normal;
	padding: 0 0 5px 0;
}

.credit {
	float: right;
	color: #969595;
	line-height: 1.4em;
}

a.sitename {
	color: #969595;
	border-bottom: 1px dotted #969595;
}

a.footrss {
	background: url(images/main/rssimg.gif) no-repeat left center;
	padding-left: 22px;
	margin-left: 10px;
}

.credit a {
	color: #969595;
}

.credit a:hover {
	color: #eeeeee;
}

#subfooter {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/footer/subfooter_border.gif) repeat-x bottom left;
}

#subfooter p{
	color: #ffffff;
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

#subfooter img{
	border: none;
}

/*
General Styles THE POST
*/
.post {
}

.post a {
	text-decoration: underline;
}

.post a:hover {
	text-decoration: none;
}

.post h2, .post h5, .post h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}

.post h1 {
	line-height: 1.3em;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
}

.post h3 {
	line-height: 1.3em;
	margin: 20px 0px 0px 0px;
	padding: 18px 0px 0px 0px;
	font-weight: normal;
	border-top: 1px dashed #bababa;
}

.post h4 {
	line-height: 1.3em;
	margin: 20px 0px 0px 0px;
	font-weight: normal;
}

.post p {
	line-height: 1.5em;
	margin: 0px 0px 7px 0px;
}

.post h1 {font-size: 1.7em}
.post h2 {font-size: 1.6em}
.post h3 {font-size: 1.2em}
.post h4 {font-size: 1.2em;}
.post h5 {font-size: 1.1em}
.post h6 {font-size: 1em}
.post p {font-size: 0.8em}
.post h1 {color: #366799;letter-spacing:-1px;}
.post h2 {color: #78848f;letter-spacing:-2px;}
.post h3 {color: #383838;letter-spacing:-1px;}
.post h4 {color: #383838}
.post h5 {color: #ff9600}
.post h6 {color: #333}
.post p {color: #333}

.post ul, .post ol {
	font-size: 0.75em;
	color: #444;
	margin: 0px 0px 7px 0px;
}
.post li, .post li li {line-height: 1.5em}
.post ol {margin-left: 16px}

.post ul ul, .post ol ol {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.post ul li {
	background: url(images/main/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post ul li ul li {
	background: url(images/main/bullet2.gif) no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.post ol li, .post ol li ol li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.post img {
	vertical-align: middle;
	margin: 0 15px 15px 0;
}

.ss_icon  {
	margin: 0 10px 25px 0;
}

.more-link {
	font-weight: bold;
	font-size: 1.1em;
	color:#ffffff;
	padding: 1px;
	background: #78848F;
	text-transform: uppercase;
}

.more-link:hover {
	color: #ffffff;
	background: #2B5B7B;
}

.post ins {
	text-decoration: underline;
}

.post del {
	text-decoration: line-through;
}

.post code {
	display: block;
	border: 1px dotted #ddd;
	width: 400px;
	padding: 10px;
	background: #eee;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.post blockquote {
	display: block;
	border: 1px dashed #dbbf4f;
	padding: 10px;
	background: #fff4a4;
	color: #333333;
	margin-bottom: 20px;
}


.post blockquote p {
	color: #333333;
	font-weight: bold;
	margin: 0 !important;
	line-height: 1.4em;
}

a {
	color: #2b5b7b;
}

a:hover {
	color: #398cd0;
}

.post h2 a {
	color: #2B5B7B;
	font-weight: bold;
	text-decoration: none;
}

.post h2 a:hover {
	color: #398cd0;
}

.post .entry {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post .category {
	font-size: 0.7em;
	color: #777;
	background-position: left 3px;
}

.post .tags {
	font-size: 0.7em;
	color: #949494;
	line-height: 1.5em;
	border-top: 1px solid #eee;
}

.post .ratings {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

.post .views {
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

/*
Post Images - Alignments
*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	border: none;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 2px;
}

.aligncenter {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.alignnone {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p.wp-caption-text {
	padding: 3px;
	color: #757575;
}

/*
Default Navigation _Next entries _Previous entries
*/
.navigation {
	margin-top: 10px;
	padding: 10px 0 0 0;
	border-top: #C8C8C8 1px solid;
}

.nav {
	margin-top: 10px;
	padding: 10px 0 0 0;
	border-top: #C8C8C8 1px solid;
	font-size: 0.75em;
}

.nav a:hover {
	color: #333;
}
	

.nav_left {
	float: left;
	display: inline;
}

.nav_right {
	float: right;
	display: inline;
}

.bread {
	display: inline;
	font-size: 0.8em;
}

/*
Other Post Boxes
*/
.post_header {
	padding-top: 10px;
	padding-right: 10px;
}

.post_header h1 {
	font-size: 1.4em;
	color: #444;
	margin: 0 0 20px 0;
}

.post_author, .post_follow {
	background: #fffff4;
	padding: 10px;
	font-size: 0.75em;
	color: #666;
	line-height: 1.5em;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	margin-top: 15px;
}

.post_follow a {
	font-weight: bold;
}

/*
Comments
*/
.commentlistdiv {
	margin-top: 10px;
	padding: 10px;
	background: #d8e9f4;
	font-size: 0.75em;
	color: #666;
}

.commentlistdiv h1 {
	font-size: 1.3em;
	color: #366799;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
}

.commentlist li {
	background: #fff;
	border-bottom: 1px dotted #ddd;
	padding: 20px;
}

.commentlist li.alt {
	background: #fff;
}

.pane_l {
	float: left;
	display: inline;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	border-right: 1px dotted #ddd;
	padding-right: 20px;
	margin-right: 20px;
}

.pane_r {
	display: block;
	line-height: 1.5em;
	margin-left: 201px;
}

.c_author {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}

.c_avatar {
	display: block;
	margin: 0px 0px 7px 0px;
}

.c_date {
	color: #949494;
	font-size: 0.9em;
	margin: 0px 0px 7px 0px;
}

.c_approved {
	color: #949494;
	font-size: 0.9em;
}

/*
Trackbacks / Pinbacks
*/
.post_ping {
	background: #fffff4;
	padding: 10px;
	border: 1px solid #eeeee4;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	line-height: 1.5em;
}

.post_ping h1 {
	font-size: 1.2em;
}

.post_ping ol {
	margin-left: 20px;
}

.post_ping ol li {
	padding-top: 3px;
}

/*
Reply
*/
.reply {
	margin-top: 10px;
	padding: 10px;
	background: #f7f8ed;
	border: 1px dotted #ddd;
	font-size: 0.75em;
	color: #666;
}

.reply h1 {
	font-size: 1.3em;
	color: #366799;
	border-bottom: 1px solid #c6e1e5;
	line-height: 1.5em;
}

.reply label {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	margin-left: 5px;
}

.replytext {
	width: 200px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #e0edef;
	padding: 2px;
}

.replytext:focus {
	background: #fffff9;
}

.replyarea {
	width: 500px;
	height: 100px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #e0edef;
	padding: 2px;
}

.replyarea:focus {
	background: #fffff9;
}

.replybutton {
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/main/commentbutton.gif) no-repeat;
	width: 100px;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #fff;
}

.replybutton:hover {
	background: url(images/main/commentbutton_on.gif) no-repeat;
}

/*
Email Subscription
*/

.MailPressFormEmail {
	border:1px solid #999999;
	font-size:1.2em;
	padding:2px;
	width: 250px;
}

.MailPressFormName {
	border:1px solid #999999;
	font-size:1.2em;
	margin: 8px 0;
	padding:2px;
	width: 250px;
}

.MailPressFormSubmit {
	background: #509ecf;
	padding: 2px;
	border: 1px solid #9fd7f8;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
}

#sidebar .box_subscribe {
	margin-top: 20px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #444444;
	padding: 20px;
	background: #eeeeee;
	border: 1px solid #cccccc;
}

#sidebar .box_subscribe h2{
	margin: 0 0 8px 0;
	font-size: 1.1em;
}

/* Citrix Page */
#idSharedVue h2{
	font-size: 1.5em;
	letter-spacing: normal;
}