@font-face {
    font-family: 'BankGothicLtBTLight';
    src: url('fonts/bank-gothic-light-bt-webfont.eot');
    src: url('fonts/bank-gothic-light-bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bank-gothic-light-bt-webfont.woff') format('woff'),
         url('fonts/bank-gothic-light-bt-webfont.ttf') format('truetype'),
         url('fonts/bank-gothic-light-bt-webfont.svg#BankGothicLtBTLight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*********************** HTML Resets ********************* */
* {
	margin:0px;
	padding:0px;
	list-style:none;
	}

a {
	outline:none;
	text-decoration:none;
	}

img {
	border:0px;
	}

fieldset {
	border: none;
}


/** Link Styles **/

a:link, a:active, a:visited {
	text-decoration: none;
	color: #2e67b2;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 32px;
}

h1.title {
	font-family: 'BankGothicLtBTLight';
	font-weight: bold;
	letter-spacing: -4px;
	text-transform: uppercase;
	/*margin: 3px 0 0 0; */
	padding: 8px 0 0 40px;
	height: 42px;
	color: #FFFFFF;
	background: url(../grfx/titleLeftBg.png) no-repeat;
}

h2 {
	font-size: 1.3em;
	color: #2b70bd;
	padding-bottom: 4px;
}

.title span {
	display: none;
}

h2 {
	font-size: 1.4em;
	color: #2b70bd;
	display: block;
	padding-top: 5px;	
}

h2 .sub {
	color: #F7931E;
	display:block;
	line-height:16px;
	margin-top: 10px;
	font-size: 0.8em;
}


h3 {
	font-size: 1.0em;
	color: #2b70bd;
	display: block;
	padding-top: 5px;
}

h3 .sub {
    color: #F7931E;
    display:block;
    line-height:10px;
    margin-top: 4px;
    font-size: 0.8em;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #2b70bd;
	display: block;
	padding-top: 5px;	
}

hr {
	border: none;
	height: 1px;
	background: #d3d3d3;
}

input[type="submit"], button {
    padding: 1px 1px 1px 8px;
}

.clear {
	clear: both;
}

.cenimg {
	text-align: center;
	display: block;
}

.float_left {
	float: left;
	margin: 0;
	padding: 0;	
	margin-right: 10px;
}

.margin_reset {
	margin: 0;
}

.float_right {
	float: right;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.align_just {
/*	text-align: justify;*/
}

.vert_32 {
	padding-top: 5px;
	padding-left: 10px;	
	padding-bottom: 5px
}

.icon_32 {
	float:left;
	margin-right:5px;
	margin-top:-7px
}

/* Used on product pages to show price and buy now link */
.pricetag {
	width:145px;
	float:right;
	background-color:#BDCDDD;
	color:#003366;
	padding:10px;
	margin-left: 10px;
	border-style:solid;
	border-color:#000;
	border-width:0 1px 1px 0;
	font-size:0.8em;
}
div.pricetag span.price{color:#CC0000;font-size:1.8em;font-weight:bold;float:right}
div.pricetag span.buynow{color:#003366;float: right;}
div.pricetag span.priceoffertitle{color:#CC0000;font-size:1.4em;font-weight:bold;text-align:left}
div.pricetag span.priceofferbody{color:#CC0000;font-size:1.1em;font-weight:bold;text-align:left}
div.pricetag a{color:#003366 !important;text-decoration:none}
div.pricetag img{float:left; padding-top: 5px;}

/* Used under preview images linking to FAQ */
.note{font-style:italic;color:#818181;font-size:small;float:right;} /* note under preview image linking to FAQs page */
.note a{color:#000 !important}

/* products and gallery */
div.thumbnails{text-align:center}
div.thumbnails img{
	padding-top:5px;
	padding-bottom:5px;
}

/* partners.html only */
img.partnerlogo{float:right !important;/* PCT margin-right:40px;*/margin:0 0 10px 10px;border:0}

/* Used in icon preview pages */
.preview {
	text-align: center;
}

/* product pages only */
table.product_contents{border-collapse:collapse;margin:10px auto;border-width:1px 1px 1px 1px}
table.product_contents .even td{background-color:#DEDEDE;font-size:0.9em;padding:1px}
table.product_contents .odd td{background-color:#EDEFF1;font-size:0.9em;padding:1px}

h1.listingsCatTitle {
	font-size: 24px;
}

.breadcrumb li {
	display: inline;
	font-weight: 600;
	font-size: 0.9em;
}

.breadcrumb li.first:after {
	content:" \00bb ";
}

#products_table {
	width: 100%;
}
#products_table td {
	font-family: Verdana;
}

td.itemImage {
   padding: 20px 0 0 0;
}

td.itemTitle {
    font-size: 15px;
	font-weight: bold;
    text-align: left;
}

td#itemPrice {
    font-size: 26px;
	color: #007FC6;
}

td#itemPrice.overridden .rawPrice,
td#itemPrice.overridden .foreignPrice,
td#itemPrice.overridden .discountInfo {
	text-decoration: line-through;

}

.foreignPrice {
    font-size: 13px;
	font-weight: bold;
	color: #666667;
}

.salePrice {
	color: #ED2323;
	font-size: 20px;
	float: left;
	text-align: left;
	margin: 5px 0;
}

#saleInfo {
	float: left;
	width: 40%;

}

.discountInfo {
	font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
}

td.itemMore a {
	background: url("../grfx/listing-more.gif") 0 0 no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 24px;
	width: 45px;
	text-decoration: none;
	padding: 3px 0 0 8px;

}

td.itemMore a:hover {
	color: #DDDDDD;
}

td.hr {
	border-bottom: 1px solid #D3D3D3;
}


.cart_quantity {
	color: #000;
}

.product {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.product .image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;		
}

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

.product p {
	margin-left: 120px;
	margin-right: 10px;
	margin-top: 0;
	font-size: 0.9em;
}

.product p.smlshields {
	margin-bottom: 20px;
}

.product hr {
	clear: both;
	display: block;
	color: #cccccc;
	background-color: #FFFFFF;
	border: none;
	border-top: 1px solid #cccccc;
	width: 506px;
}

.text p {
	padding-top: 6px;
	padding-bottom: 6px;
}

.text p.indent {
	padding-left: 20px;
}

.text .prod_box {
	width: 506px;
	margin: 10px 0 10px 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.text .shield {
	height: 106px;
	width: 93px;
	float: left;
}

.text .banner {
	float: right;
	background:url(../grfx/banner_bg.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	height: 41px;
	width: 413px;
}

.text .banner h2 {
	display: block;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 18px;
	color: #fff;
}
.text .banner h2 a { color: #fff; text-decoration: none; }

.text .icon_info {
	float: left;
	width: 412px;
}

.text .icon_info h4 {
		margin: 0;
		padding: 5px 0 5px 10px;
		color: #666;
		width: 386px;
		float: left;
		font-size: 0.8em;
}
	
.text .os_shields {
	float: left;
	margin: 5px 0 0 10px;
}

	.os_shields img {
		padding: 0 5px 0 0;
	}

.text .icon_info p {
	width: 400px;
	padding: 0 0 0 10px;
	margin: 6px 0 0 0;
}

.text .icon_links {
	margin: 0 0 0 8px;
	padding: 0;
	width: 404px;
	border-top: solid 1px #d4d4d4;
}
	
.icon_links img {
	margin: 0 20px 0 0;
}
		
.icon_links img a {
	border: none;
}

/* online.html only */
.linenote{font-style:italic;color:#818181;font-size:x-small}
.secure{
	width:170px;
	float:right;
	background-color:#BDCDDD;
	color:#000;
	text-align:left;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding:10px;
	border-style:solid;
	border-color:#000;
	border-width:0 1px 1px 0;
	font-size:0.8em
}
div.secure a{color:#000 !important;text-decoration:none}
div.secure img{float:left;padding:5px 8px 10px 0}

/* order forms */
.alert{color:#F7931E;font-weight:bold}
table.order_form_test{border-collapse:collapse;margin:10px auto;border-color:#FFFFFF;border-style:none}
table.order_form_test .title td{background-color:#DEDEDE;font-size:0.9em;padding:2px;border-color:#DEDEDE;border-style:solid;border-width:1px 1px 1px 1px}
table.order_form_test .description td{background-color:#EDEFF1;font-size:0.9em;padding:2px;border-color:#DEDEDE;border-style:solid;border-width:1px 1px 1px 1px}
table.order_form_test .blank td{background-color:#FFFFFF;font-size:0.9em;padding:2px}
.order_display_price {color:#000;text-align:center;font-weight:bold;font-size:1.1em!important;width:130px}
#orderform,#confirmform{width:500px;margin:auto}
#orderform table,#confirmform table{width:500px;margin:0;padding:0}
#orderform td,#orderform th,#confirmform td,#confirmform th{border:1px solid #AEBBC7;padding:3px;margin:1px;vertical-align:top}
#orderform thead td,#confirmform thead td{background-color:#2D4051; color:#FFF; font-weight:bold; font-size:small; margin-bottom:0; padding:5px}
#orderform td,#confirmform td{background-color:#869FB3}
#orderform tbody th,#confirmform tbody th{color: #FFFFFF; background-color:#869FB3; font-weight:normal; text-align:left}

/* == CONTACT REQUEST FORM == */
.contactForm legend {
	font-size: 1.3em;
	color: #2B70BD;
	margin-bottom: 1em;
	padding-top: 1.2em;
}

.ie6 .contactForm legend,
.ie7 .contactForm legend {
	margin-left: -7px;
}

.contactForm label,
.contactForm input,
.contactForm select,
.contactForm textarea {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	
}

/*
#content .contactForm select, #content .contactForm textarea, #content .contactForm #pwSecurimageCode{
	margin-left: 0;
}
*/

.contactForm label {
	clear: left;
	margin-right: 10px;
    margin-top: 0.5em;
	min-width: 140px;
}

.contactForm input.submit {
	margin-right: 0.5em;
}

.contactForm textarea {
	clear: left;
	width: 276px;
	height: 100px;
	margin-bottom: 1em;
}

.required {
	color: #990000;
	font-weight: bold;
	text-indent: 2px;
}

.contactForm fieldset {
	clear: left;
}

.contactForm fieldset.antiSpam {
	margin-bottom: 1.5em;
}

.contactForm fieldset.antiSpam legend {
	display: block;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 0.5em;
}

.contactForm fieldset.antiSpam input.text {
	clear: left;
	margin-bottom: 1.5em;
}

.contactForm #smf_captcha {
	clear: left;
	margin-bottom: 0.5em;
}

.contactForm #smf_captcha img,
.contactForm .captcha img {
	float: left;
}

.ie7 .contactForm label[htmlFor="pwmsMessage"],
.ie7 .contactForm label[htmlFor="pwSecurimageCode"]{
	width: 100% !important;
}

.contactForm .key {
	color: grey;
	display: inline-block;
	font-size: 0.9em;
	font-style: italic;
	margin: 1em 0;
	width: 100%;
}

.contactForm .key .required {
	padding-right: 3px;
}


.pagetitle h2 {
	margin-top: -20px;
	position: relative;
	top: 25px;
	margin-left: 90px;
	height: 87px;
	width: 420px;	
}

#content .righttext a {
	color: #666666;
}

#content .righttext a strong {
	color: #000000;
}

img {
	border: 0;
}

.download {
	color: #666667;
	font-weight: bold;
}

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

.float_right.download_links a img{
   margin-top: 15px;
}

.float_right.download_links a:first-child img{
    margin-top: 0px;
}


.moreinfo {
	position: relative;
	top: 8px;
}

.smlshields img {
	padding-right: 10px;
}

.icon {
	float:left;
	margin-right:5px;
	margin-top:-4px;
}

.inner-right #right-sell {
	margin-left: 24px;
}

/* NEW PRODUCT DETAIL STUFF */

#upper_product h2 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 2.0em;
	color: #666666;
	letter-spacing: -0.05em;
	text-align: right;
	width: 95%;
	margin-right: 5%;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#upper_product ul  {
	text-align: left;
}

#upper_product ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 4px;
	margin-bottom: 4px;
}

#upper_product h3 {
	border-bottom: 1px solid #d3d3d3;

}

#upper_product input.qty {
	width: 15px;
	margin: 0;
	padding: 1px 3px;
}

#upper_product .price {
	font-family: Verdana;
	font-size: 3.2em;
	letter-spacing: -0.1em;
	color: #0075c6;
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;	
}
	.price .discount {
		letter-spacing: 0.0em;
		font-weight: bold;
		font-size: 0.4em;
	}

#product_listing #listings tr td .price {
	color: #007fc6;
	font-family: Verdana;
	font-size: 2.0em;
	letter-spacing: -0.1em;
}

.other_price {
	font-weight: bold;
}

#product_listing #listings tr td .item_title {
	color: #666666;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bolder;
	letter-spacing: -0.03em;
}

.addToCart {
	border: none;
	background: none;
	background-image: url('../grfx/add-to-cart.gif');
	width: 106px;
	height: 38px;
	margin-top: 10px;
}

.pageErrors {
	font-weight: bold;
	display: block;
	background: #FFF8AF url('../grfx/warning.gif') 10px center no-repeat;
	border: 2px solid #FFDC00;
	padding: 10px 10px 10px 50px;
	margin: 10px 0px;
	line-height: normal;
}

em {
	color: #990000;
	font-weight: bold;
}

dd {
	margin:0 0 1em 0;
}

#slideshow {
	height: 230px;
	display: block;
}

#slidebox img { position: absolute; margin-left: auto; }

.test { width: 100%; height: 100%; display: block; border: 1px solid red;}

/************ Frontpage Styles *************/
#new-boxes img {
    margin: 3px 0 0 5px;
}


/************* Portfolio styles *******************/

.pagetitle-toolbar {
    background: url("../grfx/titles/product/toolbar.png") no-repeat scroll left top transparent;
}

.pagetitle-splash {
    background: url("../grfx/titles/product/splash.png") no-repeat scroll left top transparent;
}

.pagetitle-corporate {
    background: url("../grfx/titles/product/corporateid.png") no-repeat scroll left top transparent;
}

.pagetitle-websites {
    background: url("../grfx/titles/product/webdesign.png") no-repeat scroll left top transparent;
}

.pagetitle-graphics {
    background: url("../grfx/titles/product/graphics.png") no-repeat scroll left top transparent;
}

/***** User user module styles ****/
#user_email, #email {
	width: 200px;
}

#user {
	margin-top: 20px;
}

#user h3 {
	background: url("../grfx/nav/right_nav_bckgnd.gif") no-repeat;
	width: 182px;
	height: 24px;
	color: #FFFFFF;
	margin-left: -8px;
	padding-left: 18px;
	font-size: 12px;
}

#login, p.user {
	margin-left: 10px;
}

#login label {
	display: block;
	color: #000000;
}

#login #email {
	width: 150px;
}

#login #password{
	width: 106px;
}

#login input.memberinput {
	font-size: 0.9em;
	height: 18px;
	margin-bottom: 5px;
	color: #869FB3;
	padding-left: 4px;
}

#login input.login_button {
	
}

.loginLinks {
	display: block;
	margin-left: 10px;
}

.orderHistory {
	background-color: #CCEBF8;
	border: solid 2px #007FC6;
	border-radius: 6px;
	margin-top: 20px;
	padding: 5px;
}

.historyTable th {
	color: #007FC6;
	font-weight: bold;
	font-size: 110%;
}

td.subTotal {
	border-top: 1px double #007FC6;
	padding-top: 20px;
}

tr.summary td {
	text-align: right;
}


/************ Currency Widget Styles ***********/
#currency_id {
	display: block;
	margin: 20px auto;
}

/************ News Styles ***********/

.news_article {
	clear: both;
}

.news_article p.newsText {
	float: left;
	width: 70%;
	padding-right: 5%;
}

div.newsImg {
	float: right;
	width: 25%;
    text-align: center;
}

p.paginate {
	clear: both;
}

.posted {
	color: #F7931E;
}


/******** For WYSIWYG sake in tiny MCE *****/

 .mceContentBody p {
	padding-top: 6px;
	padding-bottom: 6px;
}

.mceContentBody p.indent {
	padding-left: 20px;
}

/******** Sitemap styling - to 3 levels including WYSIWYG ********/

.mceContentBody ul.sitemap {
	width: 30%;
	float: left;
	text-align: left;
	margin: 0 3% 0 0;
}

.mceContentBody ul.sitemap li {
	margin-left: 10px;
	padding: 6px 0;

}

.mceContentBody ul.sitemap li a {
	color: #006699;
	font-size: 14px;
	font-weight: bold;
}

.mceContentBody ul.sitemap li li {
	padding: 2px 0;
}

.mceContentBody ul.sitemap>li li a {
	color: #2084C6;
	font-size: 12px;
	font-weight: normal;
}

.mceContentBody ul.sitemap li li li {
	padding: 1px 0;
}

.mceContentBody ul.sitemap li li li a {
	font-size: 10px;
	color: #2992BD;
	font-weight: normal;
}

.mceContentBody ul.green li a {
	color: #608321;
}

.mceContentBody ul.green li li a {
	color: #2F8B0B;
}

.mceContentBody ul.green li li li a {
	color: #3A6950;
}

dt {
	font-weight: bold;
	margin: 1em 0 3px;
}
