@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	color: #444444;
	background: #262626;
	text-align: center;
}
img {
	border: 0;
}
p {
	margin-bottom: 1.2em;
	line-height: 1.6em;
}
a, a:visited {
	color: #61c01c;
	text-decoration: none;
}
a:hover {
	color: #499115;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 21px;
	color: #333333;
	line-height: 1.2em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.4em;
	border-bottom: 1px solid #333333;
	text-transform: uppercase;
	padding-bottom: 3px;
}
h2 {
	font-size: 18px;
	color: #333333;
	line-height: 1.2em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.4em;
	text-transform: uppercase;
}
h3 {
	color: #df7e00;
	border: none;
	font-size: 16px;
	line-height: 130%;
	padding-bottom: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color: #333;
	border: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 115%;
	padding-bottom: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
	display: inline-block;
	clear: both;
	height: 1px;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
	height: 1px;
}

#header {
	background: #394642 url("../images/bg_header.gif") top center repeat-x;
	height: 140px;
}
.header {
	background: url("../images/bg_header_full.gif") top center no-repeat; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	height: 140px;
	z-index: 0;
}
#logo {
	float: left;
	width: 330px;
	height: 92px;
	padding-top: 25px;
}

#header_right {
	float: right;
	height: 26px;
	margin-top: 7px;
	color: #FFF;
	width: 400px;
	overflow: hidden;
}

.info_box {
	float: left;
	background-image: url(../images/top_highlight.gif);
	padding-left: 8px;
	height: 22px;
	padding-right: 8px;
	padding-top: 4px;
}

.shop_button {
	float: left;
	text-align: center;
	height: 26px;
/*	width: 95px; */
}

.shop_button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.shop_button li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float: left;
}
.shop_button li a, .shop_button li a:visited {
	color: #FFFFFF;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	background: #ff851d url(../images/buttonhighlight.gif) top center repeat-x;
}
.shop_button li a:hover {
	background: #585858 url(../images/buttonhighlight_hover.gif) top center repeat-x;
	color: #f26a21;
}
.shop_button li.selected a, .shop_button li.selected a:hover, .shop_button li.selected a:visited {
	color: #fff;
}



#nav {
	background: #FFFFFF url("../images/bg_nav.gif") top center repeat-x;
	height: 32px;
}
.nav {
	background: #FFFFFF url("../images/bg_nav.gif") top center repeat-x; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	height: 32px;
	z-index: 0;
}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.nav li {
	background: url(../images/nav_cap.gif) right no-repeat;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float: left;
}
.nav li a, .nav li a:visited {
	color: #252525;
	line-height: 32px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 13px;
	background: url(../images/nav_off.gif) top right no-repeat;
}
.nav li.currentpage {
	background: #585858 url(../images/bg_nav_current.gif) top right no-repeat;
	color: #FFFFFF;
	line-height: 32px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 13px;
}
.nav li a:hover {
	background: #FFFFFF url(../images/bg_nav_hover.gif) top right no-repeat;
	color: #f26a21;
}
.nav li.selected a, .nav li.selected a:hover, .nav li.selected a:visited {
	color: #fff;
}



#maincontent {
	background: #FFFFFF url("../images/bg_content.gif") top center repeat-x;
}
.maincontent {
	background: #FFFFFF url("../images/bg_content_full.gif") top center no-repeat; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	min-height: 400px;
	z-index: 0;
	padding-bottom: 15px;
}
#frontcontent {
	background: #5c6765 url("../images/bg_bluebar.gif") top center repeat-x;
	color: #FFFFFF;
}


#frontcontent a, #frontcontent a:visited {
	color: #61c01c;
	text-decoration: none;
}

#frontcontent a:hover {
	color: #499115;
}

#frontcontent span {
	color: #aeaeae;
}
#frontcontent h2 {
	text-transform: uppercase;
	color: #FFF;
	border-bottom: 1px solid #8c908f;
	font-size: 16px;
	padding-bottom: 3px;
}
.frontcontent {
	background: #5c6765 url("../images/bg_bluebar.gif") top center repeat-x; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	min-height: 200px;
	z-index: 0;
	padding-bottom: 10px;
}
.frontcontent p {
	margin-bottom: 0.6em;
	line-height: 1.6em;
	font-size: 12px;
}

.border_break {
	height: 3px;
	border-bottom: 1px dotted #8c908f;
	margin-bottom: 10px;
}

.break {
	height: 3px;
	border-bottom: 1px dotted #d6c9b0;
	margin-bottom: 10px;
	clear: both;
}

.fc_left {
	float: left;
	width: 125px;
	padding-right: 13px;
}

.fc_right {
	float: left;
	width: 165px;
}
.front_left {
	float: left;
	width: 295px;
	padding-top: 20px;
	margin-right: 30px;
}
.front_mid {
	float: left;
	width: 295px;
	padding-top: 20px;
	margin-right: 30px;
}
.front_right {
	float: left;
	width: 305px;
	padding-top: 20px;
}
.top_content {
	padding-top: 30px;
}
.top_left {
	float: left;
	width: 597px;
}
.top_right {
	float: right;
	width: 348px;
	height: 265px;
	background: url(../images/bg_topright.gif) top left no-repeat;
}
.top_right h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.top_right p {
	margin-bottom: 0em;
	line-height: 1.3em;
	font-size: 12px;
}
.enhance {
	height: 74px;
	padding-left: 75px;
	padding-right: 10px;
	overflow: hidden;
	padding-top: 6px;
}
.high_speed {
	height: 80px;
	padding-top: 10px;
	padding-left: 75px;
	padding-right: 10px;
	overflow: hidden;
}
.target {
	height: 76px;
	overflow: hidden;
	padding-top: 5px;
	padding-top: 18px;
	padding-left: 75px;
	padding-right: 10px;
	overflow: hidden;
}
.mid_content {
	padding-top: 30px;
}
.mid_left {
	float: left;
	width: 597px;
}
.mid_right {
	float: right;
	width: 348px;
}
.mid_right h2, .page_right h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	padding-top: 3px;
}

.page_left {
	float: left;
	width: 587px;
}
.page_right {
	float: right;
	width: 348px;
}

.form_left {
	float: left;
	width: 360px;
}
.form_right {
	float: right;
	width: 548px;
}
#footer {
	background: #262626 url("../images/bg_footer.gif") top center repeat-x;
	color: #CCCCCC;
}
.footer {
	background: #262626 url("../images/bg_footer.gif") top center repeat-x; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	height: 100px;
	z-index: 0;
}
.ftr_left {
	float: left;
	width: 500px;
	padding-top: 15px;
}
.ftr_right {
	margin-top: 15px;
	float: right;
	width: 182px;
	height: 47px;
	background: url(../images/logo_bottom.gif) no-repeat;
}
.ftr_left p {
	margin-bottom: 0.2em;
	line-height: 1.3em;
}
/* menu li block */
.ad_list ul {
	padding-bottom: 10px;
}
.ad_list li {
	list-style: none;
	margin: 0;
	display: block;
	font-size: 14px;
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em 2.2em; /* this will be link color for all levels */
	background: url(../images/check.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
	border-bottom: #d6c9b0 1px dotted;
	color: #444444;
}
/** fix stupid ie bug with display:block; **/
* html .ad_list li a {
	height: 1%;
}
* html .ad_list li hr {
	height: 1%;
}
/** end fix **/

.ad_list ul li.currentpage {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em .5em; /* some air for it */
	color: #FFF; /* Fixes IE7 whitespace bug */
	background-color: #333333;
	border-bottom: #FFF 1px solid;
}



/* menu li block */
.cat_list ul {
	padding-bottom: 10px;
}
.cat_list li {
	list-style: none;
	margin: 0;
	display: block;
	font-size: 14px;
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em 2.2em; /* this will be link color for all levels */
	background: url(../images/cat_icon.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
	border-bottom: #d6c9b0 1px dotted;
	color: #444444;
}
/** fix stupid ie bug with display:block; **/
* html .cat_list li a {
	height: 1%;
}
* html .cat_list li hr {
	height: 1%;
}
/** end fix **/

.cat_list ul li.currentpage {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em .5em; /* some air for it */
	color: #FFF; /* Fixes IE7 whitespace bug */
	background-color: #333333;
	border-bottom: #FFF 1px solid;
}




/********************
MENU
*********************/

.sidenav  {
	padding: 5px;

}

/* menu li block */

.sidenav  li {
	list-style: none;
	margin: 0;
	display: block;
	font-size: 16px;
	border-bottom: #d6c9b0 1px dotted;
}

/** fix stupid ie bug with display:block; **/
* html .sidenav li a { height: 1%; } 
* html .sidenav li hr {
	height: 1%;
}
/** end fix **/

.sidenav ul li.currentpage {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em .5em; /* some air for it */
	color: #FFF; /* Fixes IE7 whitespace bug */
	background-color: #333333;
	border-bottom: #FFF 1px solid;
}

/* first level links */
.sidenav a {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
	color: #61c01c; /* this will be link color for all levels */
	background: url(../images/arrow_off.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
	border-bottom: #FFF 1px solid;
}

/* hover state for all links */
.sidenav a:hover {
	background: #666666 url(../images/arrow.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
	color: #FFFFFF;
}

.NewsSummary {
	border-bottom: 1px dotted #8c908f;
	padding-bottom: 3px;
}

.NewsSummaryPostdate {
	color: #aeaeae;
}

.NewsArticlePostdate {
	color: #aeaeae;
	background: url(../images/cal_icon.gif) top left no-repeat;
	padding-left: 17px;
	padding-bottom: 3px;
}

.news_links {
	float: right;
}

.news_links img {
	vertical-align: text-bottom;
}

#NewsPostDetailTitle {
	margin-bottom: 0;
	padding-bottom: 0;
}

#NewsPostDetailCategory {
	padding-bottom: 5px;
	margin-bottom: 10px;	
	border-bottom: 1px solid #e1e1e1;
}


/* Begin Searchbox */

#search_box {
	float: right;
	height: 32px;
	width: 219px;
	background: url(../images/bg_search.gif) left no-repeat;
	float: right;
	color: #FFF;
}
 
#cntnt01searchinput {
	float: left;
	padding: 0;
	margin: 10px 0 0 10px;
	border: 0;
	width: 170px;
	background: none;
	color: #FFF;
	font-size: 10px;
}
 
#search_box .go {
	float: right;
	margin: 5px 4px 0 0;
	height: 22px;
	width: 22px;
}
/* End Searchbox */


.ad_list dl {
	margin-left: 10px;
	margin-bottom: 14px;
}


.ad_list dl dt
{
	background: url(../images/check.gif) 2px 7px no-repeat;
	color:#df7e00;
	font-size:14px;
	padding:5px 0 0px 25px;
}

.ad_list dl dd
{
	font-size:12px;
	line-height:1.2em;
	margin:0 0 0 0;
	padding:7px 0 7px 25px;
	border-bottom: #d6c9b0 1px dotted;
}

.box_left {
	width: 265px;
	float: left;
	padding-left: 10px;
}

.box_right {
	width: 265px;
	float: left;
	margin-left: 5px;
}

.office_left {
	width: 280px;
	float: left;
	padding-left: 5px;
}

.office_right {
	width: 280px;
	float: left;
	margin-left: 15px;
}

.info_list dl {
	margin-left: 10px;
	margin-bottom: 14px;
}


.info_list dl dt
{
	background: url(../images/check.gif) 2px 7px no-repeat;
	color:#df7e00;
	font-size:14px;
	padding:5px 0 5px 25px;
}

.info_list dl dd
{
	font-size:12px;
	line-height:1.2em;
	margin:0 0 0 0;
	padding:7px 0 7px 25px;
	border-bottom: #d6c9b0 1px dotted;
}



/* menu li block */
.info_list ul {
	padding-bottom: 10px;
	margin-left: 55px;
	margin-right: 35px;
}
.info_list li {
	list-style: block;
	margin: 0;
	display: block;
	font-size: 14px;
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.5em 0.5em 0.5em 0em; /* Fixes IE7 whitespace bug */
	border-bottom: #d6c9b0 1px dotted;
	color: #444444;
}
/** fix stupid ie bug with display:block; **/
* html .info_list li a {
	height: 1%;
}
* html .info_list li hr {
	height: 1%;
}
/** end fix **/

.info_list ul li.currentpage {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em .5em; /* some air for it */
	color: #FFF; /* Fixes IE7 whitespace bug */
	background-color: #333333;
	border-bottom: #FFF 1px solid;
}


.contact_left {
	float: left;
	width: 250px;
}

.contact_right {
	float: right;
	width: 330px;
}

.contact_ad ul, .contact_ad ol {
	margin: 0 0 1em 40px;
}
.contact_ad ul {
	list-style-type: square;
}
.contact_ad li {
	margin: 0 0 0.5em 0;
}
.contact_ad ul li ul, .contact_ad ul li ol, .contact_ad ol li ul, .contact_ad ol li ol {
	margin: 0.3em 0 0.3em 30px;
}

.page_left ul, .page_left ol {
	margin: 0 0 1em 40px;
}
.page_left ul {
	list-style-type: square;
}
.page_left li {
	margin: 0 0 0.5em 0em;
}
.page_left ul li ul, .page_left ul li ol, .page_left ol li ul, .page_left ol li ol {
	margin: 0.3em 0 0.3em 30px;
}





.contactform fieldset {
	padding: 1em;
	background-color: #eee;
	width: 300px;
}
.contactform fieldset legend {
	font-weight: bold;
}

.contactform textarea {
	width: 300px;
	height: 120px;
}
.contactform div {
	width: 100%;
	padding: 0.25em 0 0.25em 0;
}
.contactform div label {
	display: block;
	width: 100%;
}
.contactform div.required {
	color: #f00;
}


.profile {
	clear: both;
}
.profile_left {
	float: left;
	width: 250px;
}

.profile_right {
	float: right;
	width: 310px;
}

.profile hr {
	color: #fff;
	background-color: #d6c9b0;
	border: 1px dotted #d6c9b0;
	border-style: none none dotted;
	clear: both;
	margin-bottom: 5px;
}




/********************
MENU
*********************/

.rss_button  {
	padding-bottom: 10px;

}

.rss_button  li {
	list-style: none;
	margin: 0;
	display: block;
	font-size: 16px;
}

/** fix stupid ie bug with display:block; **/
* html .rss_button li a { height: 1%; } 

/* first level links */
.rss_button a {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 1em 0.5em 1em 3.5em; /* some air for it */
	color: #61c01c; /* this will be link color for all levels */
	background: #eef5ee url(../images/rss_big.gif) no-repeat 0.7em center; /* Fixes IE7 whitespace bug */
	border: #dedede 1px solid;
}

/* hover state for all links */
.rss_button a:hover {
	background: #666666 url(../images/rss_over.gif) no-repeat 0.7em center; /* Fixes IE7 whitespace bug */
	color: #FFFFFF;
}




/* menu li block */
.pro_list ul {
	padding-bottom: 10px;
}
.pro_list li {
	list-style: none;
	margin: 0;
	display: block;
	font-size: 14px;
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.8em 0.5em 0.8em 6.6em; /* this will be link color for all levels */
	border-bottom: #d6c9b0 1px dotted;
	color: #444444;
}
/** fix stupid ie bug with display:block; **/
* html .pro_list li a {
	height: 1%;
}
* html .pro_list li hr {
	height: 1%;
}

.toshiba {
	background: url(../images/partners/thumbs/toshiba.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
}

.cisco {
	background: url(../images/partners/thumbs/cisco.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
}

.ibm {
	background: url(../images/partners/thumbs/ibm.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
}

.dell {
	background: url(../images/partners/thumbs/dell.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
}

.lenovo {
	background: url(../images/partners/thumbs/lenovo.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
}

.hp {
	background: url(../images/partners/thumbs/hp.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
}


table  td {
	padding: 5px;
}

table .field {
padding: 3px;
}

textarea#comments {
	width: 500px;
	padding: 3px;
}