/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	background: white;
	color: black;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
}

/* @end */

/* @group General Site Structure */

body {
	color: #434343;
	font: .63em/150% Corbel, Segoe, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #00589f;
}

h1 {
	display: none;
	visibility: hidden;
}

.inner_wrapper {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 960px;
}

#loader {
	height: 150px;
	background: url(img/loader.gif) no-repeat center center;
}

h2 {
	color: #136096;
	font-size: 2.6em;
	padding-bottom: 20px;
}

h3 {
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 1em;
}

h4 {
	color: #136096;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 1em;
}

.clear {
	clear: both;
}

/* @group Old Content */

/* @group Tables and related styles */

.styledtable {
	width: 800px;
	background: url(img/table_back.gif) repeat-y;
}

.styledtable td{
	padding: 2px 2px 2px 6px;
}

.styledtable th{
	background: url(img/tableheader.jpg) left top;
	text-align: left;
	color: white;
	font-size: 1.2em;
	padding-top: .4em;
	padding-left: 1em;
	padding-bottom: .4em;
}

.styledtable .footer {
	background: url(img/tablefooter.gif) right bottom;
	height: 15px;
	padding: 0px;
}


.contactpgemail {
	text-decoration: none;
	color: #004DA8;
	border-bottom: none;
}

.contactpgemail:hover {
	text-decoration: none;
	color: #004DA8;
	border-bottom: 1px dotted #004da8;
}

.downloadlink a{
	text-decoration: none;
	color: #004DA8;
	display: block;
	text-indent: -9999px;
	width: 25px;
	height: 24px;
	background-image: url(img/download.gif);
}

.downloadlink a:hover {
	text-decoration: none;
}

.videolink a{
	text-decoration: none;
	color: #004DA8;
	display: block;
	text-indent: -9999px;
	width: 23px;
	height: 24px;
	background-image: url(img/videobtn.gif);
}

.videolink a:hover {
	text-decoration: none;
}

.pdflink a{
	text-decoration: none;
	color: #004DA8;
	display: block;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	background-image: url(img/pdficon.gif);
}

.pdflink a:hover {
	text-decoration: none;
}

/* @end */



/* @end */


/* @end */

/* @group Nav */

#nav_wrapper {
	width: 100%;
	height: 35px;
	overflow: hidden;
	background: url(img/nav_bkg.png) repeat-x left top;
}

#nav_wrapper_i {
	width: 970px;
	padding-right: 10px;
	margin: 0 auto;
}

#menu {
	float: left;
}

#menu li {
	float: left;
	display: block;
}

#menu li a {
	float: left;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	color: #136096;
	font-size: 1.3em;
	text-transform: lowercase;
	cursor: pointer;
}

#menu li.currentpage a {
	background: url(img/nav_pagei.png) no-repeat center top;
}

#menu li a:hover {
	color: #fff;
	background: url(img/nav_select.png) center top;
}

#nav_wrapper form {
	margin: 0;
	padding: 0;
	height: 26px;
	overflow: hidden;
	float: right;
	margin-top: 5px;
}

#nav_wrapper input {
	margin: 0;
}

#nav_wrapper #searchfield {
	float: left;
}

#nav_wrapper #searchfield input {
	border: none;
	border-top: 1px solid #327fce;
	border-left: 1px solid #327fce;
	border-bottom: 1px solid #327fce;
	background: url(img/search_bkg.png) repeat-x left top;
	padding: 6px;
	height: 12px;
	width: 160px;
	color: #fff;
	font: 1.1em Corbel, Segoe, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#nav_wrapper #searchbtn {
	float: left;
}



/* @end */

/* @group Header */

#header_wrapper {
	width: 100%;
	height: 205px;
	overflow: hidden;
	background: url(img/header_tile.png) repeat-x left top;
}

#header_wrapper_i {
	width: 100%;
	min-width: 980px;
	height: 205px;
	background: url(img/header_bkg.jpg) no-repeat center top;
}

#headerclick {
	width: 370px;
	padding-left: 610px;
	display: block;
	margin: 0 auto;
}

/* @end */

/* @group Content */

#content_wrapper_top {
	width: 100%;
	background: url(img/content_toptile.png) repeat-x left top #fff;
}

#content_wrapper_btm {
	width: 100%;
	background: url(img/content_btmtile.png) repeat-x left bottom;
}

#content_wrapper_inner {
	margin: 0 auto;
	width: 960px;
	padding: 30px 20px;
}

#content_wrapper_inner p {
	color: #555;
	font-size: 1.2em;
	padding-bottom: 1em;
}

#content_wrapper_inner a {
	text-decoration: none;
	color: #1b5ea6;
	border-bottom: none;
}

#content_wrapper_inner a:hover {
	text-decoration: none;
	color: #1b5ea6;
	border-bottom: 1px dotted #004da8;
}

#content_wrapper_inner table {
	font-size: 1.2em;
}

#content_wrapper_inner ul.textlist {
	list-style-type: disc;
	margin-left: 15px;
	padding-bottom: 1em;
	font-size: 1.2em;
}

.pagediv {
	background: url(img/sitediv.jpg) no-repeat center -7px;
	height: 30px;
}

/* @end */

/* @group Footer */

#footer_wrapper::selection {
	background: #fff; /* Safari */
}
#footer_wrapper::-moz-selection {
	background: #fff; /* Firefox */
}

#footer_wrapper {
	width: 100%;
	background: url(img/footer_bkg.png) repeat-x left top;
	color: #fff;
}

#footer_wrapper_i {
	width: 960px;
	margin: 0 auto;
	padding-right: 20px;
	padding-top: 15px;
	padding-left: 20px;
}

#copyright {
	clear: both;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
}

#copyright a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	background: none;
}

#copyright a:hover {
	color: #136096;
	border: none;
	background: #fff;
}

#footer_wrapper dl {
	float: left;
	margin-bottom: 20px;
	min-height: 135px;
}

#footer_wrapper dt {
	font: 100 1.6em "Helvetica Neue", Corbel, Arial, sans-serif;
	margin-bottom: 8px;
}

/* @group Current Software Versions */

#footer_csv {
	width: 290px;
	background: url(img/footer_div.png) no-repeat right top;
}

#footer_csv dd {
	font-size: 1.1em;
	height: 20px;
	padding-top: 5px;
	color: #289aef;
	padding-left: 30px;
}

#footer_csv dd span {
	font-size: 0.8em;
	padding-left: 3px;
}

#csv_k {
	background: url(img/footer_csv_kernel.png) no-repeat left top;
}

#csv_c {
	background: url(img/footer_csv_client.png) no-repeat left top;
}

#csv_b {
	background: url(img/footer_csv_business.png) no-repeat left top;
}

#csv_r {
	background: url(img/footer_csv_rxm.png) no-repeat left top;
}

/* @end */

/* @group Blog */

#footer_blog {
	width: 300px;
	padding: 0 20px;
	background: url(img/footer_div.png) no-repeat right top;
}

#footer_blog dd {
	font-size: 1.1em;
	color: #289aef;
	padding-top: 5px;
}

#footer_blog dd a {
	border-bottom: 1px dotted #289aef;
	font-weight: bold;
	color: #289aef;
}

/* @end */

/* @group Contact */

#footer_contact {
	width: 300px;
	padding-left: 20px;
}

#footer_contact dd {
	font-size: 1.1em;
	height: 20px;
	padding-top: 5px;
	color: #289aef;
	padding-left: 30px;
}

#footer_contact dd span {
	font-size: 0.8em;
	padding-left: 3px;
}

#fc_email {
	float: left;
	background: url(img/footer_contact_email.png) no-repeat left top;
}

#fc_post {
	float: right;
	background: url(img/footer_contact_post.png) no-repeat left top;
}

#fc_phone {
	clear: left;
	background: url(img/footer_contact_phone.png) no-repeat left top;
}

#fc_skype {
	float: left;
	background: url(img/footer_contact_skype.png) no-repeat left top;
}

/* @end */

/* @group Enviro */

#footer_enviro {
	width: 300px;
	padding-left: 20px;
}

#footer_enviro dd {
	font-size: 1.1em;
	height: 20px;
	padding-top: 5px;
	color: #289aef;
}

#footer_enviro img {
	float: right;
}

/* @end */

/* @end */

/* @group Product Seller */

#productseller {
	width: 960px;
	height: 225px;
}

#productsellernav {
	z-index: 10;
	width: 225px;
	height: 225px;
	position: absolute;
}

#productsellernav li {
	display: block;
	height: 45px;
	background: url(img/prodsel_listbkg.png) no-repeat left bottom;
	margin: 0;
	overflow: hidden;
}

#productsellernav li.last {
	background: url(img/prodsel_listbkglast.png) no-repeat left bottom;
}

#productsellernav li a {
	margin: 0;
	display: block;
	color: #136096;
	background: none;
	font-size: 1.3em;
	padding-top: 15px;
	padding-left: 15px;
	width: 210px;
	height: 30px;
	position: relative;
}

#productsellernav li a:hover {
	font-weight: bold;
}

#productsellernav li a.active-thumb {
	color: #fff;
	background: url(img/prodsel_arrow.png) no-repeat 0 0;
	text-shadow: #444 1px 1px 2px;
	font-weight: bold;
}

#productsellercontent {
	display: block;
	float: right;
	width: 760px;
	height: 225px;
	color: #fff;
	z-index: 1;
	overflow: hidden;
}

#ps_why,#ps_what,#ps_sales,#ps_productive,#ps_custom {
	background: url(img/prodsel_mainbkg.jpg) no-repeat left top;
}

#productsellercontent dl {
	padding-left: 50px;
	padding-top: 40px;
	height: 185px;
	width: 710px;
}

#productsellercontent dt {
	font-size: 3.2em;
	font-weight: bold;
	margin-bottom: 10px;
	width: 440px;
	overflow: hidden;
	height: 35px;
}

#productsellercontent dt span {
	display: block;
	position: absolute;
	width: 440px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: left top;
}

#productsellercontent dd {
	font-size: 1.2em;
	width: 440px;
}

/* @group Headers */

#productsellercontent #ps_why dt span {
	background-image: url(img/ps_h-why.gif);
}

#productsellercontent #ps_what dt span {
	background-image: url(img/ps_h-what.gif);
}

#productsellercontent #ps_sales dt span {
	background-image: url(img/ps_h-sales.gif);
}

#productsellercontent #ps_productive dt span {
	background-image: url(img/ps_h-productive.gif);
}

#productsellercontent #ps_custom dt span {
	background-image: url(img/ps_h-custom.gif);
}

/* @end */

/* @group Pics */

#productsellercontent #ps_why dl {
	background: url(img/ps_pic-cd.jpg) no-repeat right 1px;
}

#productsellercontent #ps_what dl {
	background: url(img/ps_pic-offer.jpg) no-repeat right 1px;
}

#productsellercontent #ps_sales dl {
	background: url(img/ps_pic-sat.jpg) no-repeat right 1px;
}

#productsellercontent #ps_productive dl {
	background: url(img/ps_pic-productive.jpg) no-repeat right 1px;
}

#productsellercontent #ps_custom dl {
	background: url(img/ps_pic-custom.jpg) no-repeat right 1px;
}

/* @end */

/* @group Slider */

.slider-wrap {
	position: absolute;
	width: 760px;
	height: 225px;
	overflow: hidden;
}
.stripViewer
{ position: relative; overflow: hidden; width: 760px; height: 225px; }
.stripViewer .panelContainer
{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel
{ float: left; height: 100%; position: relative; width: 760px; }
.stripNavL, .stripNavR, .stripNav
{ display: none; }

/* @end */

/* @end */

/* @group Home Features */

#home_features {
	width: 740px;
	overflow: hidden;
	float: left;
}

#home_features img {
	float: left;
	padding-right: 15px;
	padding-bottom: 58px;
}

#home_features dl {
	width: 330px;
	padding-right: 40px;
	height: 90px;
	float: left;
}

#home_features dl dt {
	color: #136096;
	font-size: 1.4em;
}

#home_features dl dd {
	font-size: 1.2em;
}

#home_sidebar {
	float: left;
	text-align: right;
	width: 220px;
}

/* @end */

/* @group Contact */

#contactmain {
	width: 500px;
	padding-right: 30px;
	float: left;
}

#contactmain dl {
	clear: both;
}

#contactmain dt {
	margin: 0;
	padding: 0;
	color: #1b5ea6;
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
	height: 20px;
	padding-left: 36px;
}

#contactmain dd {
	font-size: 1.3em;
}

#contactform {
	width: 400px;
	margin-top: 10px;
	float: right;
	padding-left: 30px;
	background: url(img/vdiv.jpg) no-repeat left top;
}

#contactform th {
	font-size: 2.4em;
	color: #1b5ea6;
	text-align: center;
	background: url(img/sitediv.jpg) no-repeat center bottom;
	padding-top: 5px;
	padding-bottom: 20px;
}

#contactform .header {
	font-size: 1.2em;
	color: #136096;
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

#contactform label {
	display: block;
	color: #1b5ea6;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#contactform strong {
	color: #1b5ea6;
	font-size: 2em;
	font-weight: normal;
}

#contact_phone {
	float: left;
	background: url(img/contact_phone.jpg) no-repeat left top;
	margin-bottom: 10px;
}

#contact_email {
	background: url(img/contact_email.jpg) no-repeat left top;
}

#contact_hq {
	background: url(img/contact_hq.jpg) no-repeat left top;
}

#contact_post {
	background: url(img/contact_globe.jpg) no-repeat left top;
}

#contact_skype {
	background: url(img/contact_skype.jpg) no-repeat left top;
}

#contact_phone dd {
	float: left;
	height: 50px;
	margin-bottom: 10px;
	width: 250px;
	display: block;
}

#contact_phone dd strong {
	display: block;
	font-size: 1.1em;
}

#contact_phone dd span {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}

#contact_hq, #contact_post, #contact_email, #contact_skype {
	margin-bottom: 30px;
}

#contactform input {
	display: block;
}

#contactform input.field {
	background: url(img/select_grad_sml.png) repeat-x left top;
	border: 1px solid #3599d9;
	height: 13px;
	padding: 5px;
	color: white;
	font: 12px Corbel, Segoe, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contactform select {
	border: 1px solid #3599d9;
	color: white;
	font: 12px Corbel, Segoe, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 413px;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #1b5ea6 url(img/select_grad_lrg.png) repeat-x left top;
}

#contactform textarea {
	background: url(img/select_grad_lrg.png) repeat-x left top;
	border: 1px solid #3599d9;
	height: 48px;
	width: 400px;
	padding: 5px;
	color: white;
	font: 12px Corbel, Segoe, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* @end */
