/* 

Key Colours			Dark			Light
----------------------------------------------------------------------
Sales Red			#cf101a		#ed1c24
Design Green		#50ab18		#61d01d
Support Blue		#008dc4		#00adef
Telco Orange		#e39f02		#fdb813
Training Purple		#734987		#8b58a3
Hosting Aqua		#28c4bc		#51dbd3
Admin Grey			#333333		#666666

*/

/* Reset Reloaded (from Meyerweb)
---------------------------------------------------------- */

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, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	}

script {
	line-height: 0;
	font-size: 0;
	}

body {
	background: white;
	color: black;
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption, th, td {
	font-weight: normal;
	text-align: left;
	}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	}

blockquote,
q {
	quotes: "" "";
	}


/* Global
---------------------------------------------------------- */

html {
	font-size: 12px;
	}

body {
	background-color: #fff;
	color: #666;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
	}

body#techflare {
	background-color: #f5f5f5;
	}

a:link,
a:visited,
a:active,
a:focus {
	color: #333;
	}

a:hover {
	color: #c00;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0.5em 0;
	}

h1 {
	font-size: 2.2em;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1.2em;
	}

h6 {
	font-size: 1.2em;
	}

p {
	margin: 1em 0;
	}

p:first-child {
	margin: 0 0 1em 0;
	}

p:last-child {
	margin: 1em 0 0 0;
	}

blockquote {
	background-color: #f5f5f5;
	font-style: oblique;
	margin: 1em 0;
	padding: 1em;
	}

pre {
	font-family: Courier, mono-space;
	margin: 1em 2em;
	padding: 1em;
	}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
	}

code, samp, kbd, tt {
	font-size: 1.1em;
	}

dfn {
	font-style: oblique;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: oblique;
	}

dt {
	font-weight: bold;
	}

input {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

textarea {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

input.inputButton {
	background: #ccc url(images/button_background.png) repeat-x left top;
	border: 1px solid #000;
	color: #333;
	font-weight: bold;
	font-family: inherit;
	font-size: 12px;
	margin: 0 0 0 0;
	overflow: visible;			/* fix for IE double padding on buttons */
	padding: 1px 3px;
	text-align: center;
	width: auto;				/* fix for IE double padding on buttons */
	}

/* Dashbar
---------------------------------------------------------- */

#mongoose_dashbar {
	background-color: #000000;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0.75em;
	text-align: right;
	width: 1172px;
	}

#mongoose_dashbar a {
	color: #ffffff;
	}

/* Google CT
---------------------------------------------------------- */

.google_ct {
	display: none !important;
	}

/* Editlinks
---------------------------------------------------------- */

.editlinks {
	background-color: #000;
	color: #fff;
	clear: both;
	padding: 0.5em;
	text-align: right;
	}

.editlinks a {
	background-color: #000;
	color: #fff !important;
	font-weight: bold;
	margin: 0 0 0 1em;
	}

/* Page
---------------------------------------------------------- */

#container {
	background: #f5f5f5;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 874px;
	}

/* Header
---------------------------------------------------------- */

#header {
	background: transparent url(images/header_dark_grey.png) no-repeat center 2em;
	color: #333;
	float: left;
	clear: both;
	min-height: 160px;
	padding: 0 17px;
	position: relative;
	width: 840px;
	}

.sales #header {
	background-image: url(images/header_red.png);
	}

.design #header {
	background-image: url(images/header_green.png);
	}

.support #header {
	background-image: url(images/header_blue.png);
	}

.telco #header {
	background-image: url(images/header_orange.png);
	}

.training #header {
	background-image: url(images/header_purple.png);
	}

.hosting #header {
	background-image: url(images/header_aqua.png);
	}

/* Contact Info
---------------------------------------------------------- */

#contact_numbers {
	line-height: 25px;
	height: 25px;
	vertical-align: middle;
	padding: 5px;
	}
#contact_numbers a{
    vertical-align: middle;
}

/* Login
---------------------------------------------------------- */

#login_status {
	float: right;
	line-height: 1;
	padding: 1em 20px 17px 0;
	}

#login_status a {
	background-color: transparent;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}

#login_status a:hover {
	background-color: transparent;
	color: #333;
	text-decoration: none;
	}

.login_create_account,
.forgot_password_help {
	float: left;
	padding: 0 20px 0 0;
	width: 330px;
	}

.login_existing_account,
.forgot_password_reset {
 	float: left;
 	width: 450px;
	}
	
/* Logo
---------------------------------------------------------- */

#logo {
	clear: both;
	float: left;
	height: 76px;
	padding: 20px 0 0 20px;
	width: 274px;
	}

#logo a {
	background-color: transparent;
	color: #000;
	display: block;
	font-size: 2em;
	height: 76px;
	overflow: hidden;
	text-indent: -9999px;
	width: 274px;
	}

/* Shopping Cart Summary
---------------------------------------------------------- */

#shopping_cart {
	background-color: transparent;
	color: #fff;
	float: right;
	padding: 20px;
	text-align: right;
	}

#shopping_cart a {
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	}

#shopping_cart dl,
#shopping_cart dt,
#shopping_cart dd {
	margin: 0;
	padding: 0;
	}

#shopping_cart dt {
	background: transparent url(images/shopping_cart_icon.gif) no-repeat center left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	}

.add_to_cart {
	background: transparent url(images/add_to_cart.png) no-repeat center left;
	clear: both;
	color: #eee;
	line-height: 40px;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 570px;
	}

.add_to_cart input.inputText {
	margin: 0 0.5em;
	width: 3em;
	}
	
.add_to_cart_browse {
	width: 170px;
	height: 40px;
	float: right;
	margin-bottom: 10px;
	background: transparent url(images/add_to_cart_small.png) no-repeat center left;
	clear: both;
	color: #eee;
	/*line-height: 40px;*/
	padding: 15px 10px 0 0;
	text-align: right;
	/*vertical-align: middle !important;*/
	}

.add_to_cart_browse input.inputText {
	margin: 0 0.5em;
	width: 3em;
	}	

/* Footer
---------------------------------------------------------- */

#footer {
	background: transparent url(images/footer_icons.png) no-repeat center top;
	color: #666;
	clear: both;
	float: none;
	padding: 60px 0 0 0;
	text-align: center;
	width: 874px;
	}

.partner_logos {
	display: none;
	}

.footer_nav {
	background: transparent url(images/footer_dark_grey.png) no-repeat bottom center;
	color: #fff;
	padding: 6px 17px 23px 17px;
	}

.footer_nav p {
	color: #fff;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	}

.footer_nav a:link,
.footer_nav a:visited {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	}

.footer_nav a:hover,
.footer_nav a:active,
.footer_nav a:focus {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
	}

.sales .footer_nav {
	background-image: url(images/footer_red.png);
	}

.design .footer_nav {
	background-image: url(images/footer_green.png);
	}

.support .footer_nav {
	background-image: url(images/footer_blue.png);
	}

.telco .footer_nav {
	background-image: url(images/footer_orange.png);
	}

.training .footer_nav {
	background-image: url(images/footer_purple.png);
	}

.hosting .footer_nav {
	background-image: url(images/footer_aqua.png);
	}

/* Content Links
---------------------------------------------------------- */

.sales #content a:link,
.sales #content a:visited,
.sales #content a:active,
.sales #content a:focus {
	color: #cf101a;
	}

.sales #content a:hover {
	color: #ed1c24;
	}

.design #content a:link,
.design #content a:visited,
.design #content a:active,
.design #content a:focus {
	color: #50ab18;
	}

.design #content a:hover {
	color: #61d01d;
	}

.support #content a:link,
.support #content a:visited,
.support #content a:active,
.support #content a:focus {
	color: #008dc4;
	}

.support #content a:hover {
	color: #00adef;
	}

.telco #content a:link,
.telco #content a:visited,
.telco #content a:active,
.telco #content a:focus {
	color: #e39f02;
	}

.telco #content a:hover {
	color: #fdb813;
	}

.training #content a:link,
.training #content a:visited,
.training #content a:active,
.training #content a:focus {
	color: #734987;
	}

.training #content a:hover {
	color: #8b58a3;
	}

.hosting #content a:link,
.hosting #content a:visited,
.hosting #content a:active,
.hosting #content a:focus {
	color: #28c4bc;
	}

.hosting #content a:hover {
	color: #51dbd3;
	}

/* Menu
---------------------------------------------------------- */

#nav {
	/* R.A.D. Theme */
	clear: both;
	float: left;
	width: 840px;
	}

/* Content Containers
---------------------------------------------------------- */

#content_container {
	background: #f5f5f5 url(images/page_background.png) repeat-y center top;
	clear: both;
	float: left;
	padding: 0 17px 30px 17px;
	width: 840px;
	}

#content {
	float: left;
	min-height: 300px;
	padding: 20px;
	width: 800px;
	}

.two_column_left {
	float: left !important;
	width: 580px !important;
	}

.two_column_right {
	float: right !important;
	width: 580px !important;
	}

#content img {
	margin: 0.5em;
	}

#content h1 {
	background: transparent;
	color: #333;
	margin: 0;
	}

#content h1 a:link,
#content h1 a:visited {
	text-decoration: none;
	}

#content h1 a:active,
#content h1 a:focus {
	background: transparent;
	color: #333;
	}

#content h1 a:hover {
	text-decoration: underline;
	}

#content h1 span {
	background: transparent;
	color: #999;
	font-style: oblique;
	font-weight: normal;
	}

#content.two_column_left h2 {
	background: transparent;
	border-top: solid 1px #eee;
	color: #666;
	}

#content h3 {
	background: transparent;
	color: #999;
	}

#content ol {
	margin: 0 0 1em 0;
	padding-left: 2em;
	}

#content ol li {
	list-style-type: decimal;
	}

#content ol li ol li {
	list-style-type: lower-alpha;
	}

#content ol li ol li ol li {
	list-style-type: lower-roman;
	}

#content ul {
	margin: 0 0 1em 0;
	padding-left: 2em;
	}

#content ul li {
	list-style-type: disc;
	}

#content ul li ul li {
	list-style-type: circle;
	}

#content ul li ul li ul li {
	list-style-type: square;
	}

#content dl {
	margin: 0 0 1em 0;
	}

#content dl dd{
	margin: 0 0 0 2em;
	}

table.info {
	border-collapse: collapse;
	}

table.info th {
	background: #eee;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	font-weight: bold;
	padding: 0.2em 0.5em;
	}

table.info td {
	background: #fafafa;
	border-bottom: 1px solid #aaa;
	padding: 0.2em 0.5em;
	}

.top_link {
	color: #666 !important;
	float: right;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2.4;
	margin: 0 0 0 10px;
	text-decoration: none;
	vertical-align: middle;
	}

.top_link:hover {
	text-decoration: underline;
	}

.checkout {
	color: #50ab18 !important;
	}

.right_arrow_icon {
	background: transparent url(images/arrow_icon.png) no-repeat right center;
	padding: 0 20px 0 0;
	}

.print_icon {
	background: transparent url(images/print_icon.png) no-repeat left center;
	padding: 0 10px 0 32px;
	}

.linked_accounts {
	background-color: #f5f5f5;
	border: solid 1px #eee;
	clear: right;
	float: right;
	padding: 10px;
	}

/* Sidebar Containers
---------------------------------------------------------- */

#left_sidebar {
	background: #f5f5f5 url(images/rounded_panel_bottom_right_light_grey.png) no-repeat right bottom;
	color: #666;
	float: left;
	padding: 0 0 20px 0;
	width: 220px;
	}

#right_sidebar {
	background: #f5f5f5 url(images/rounded_panel_bottom_left_light_grey.png) no-repeat left bottom;
	color: #666;
	float: left;
	padding: 0 0 20px 0;
	width: 220px;
	}

#left_sidebar h2,
#right_sidebar h2 {
	background-color: transparent;
	color: #666;
	font-size: 1.3em;
	margin-top: 0;
	}

.sales #right_sidebar {
	background: #cf101a url(images/rounded_panel_bottom_left_red.png) no-repeat left bottom;
	color: #fff;
	}

.sales #right_sidebar h2 {
	color: #fff;
	}

.design #right_sidebar {
	background: #50ab18 url(images/rounded_panel_bottom_left_green.png) no-repeat left bottom;
	color: #fff;
	}

.design #right_sidebar h2 {
	color: #fff;
	}

.support #right_sidebar {
	background: #008dc4 url(images/rounded_panel_bottom_left_blue.png) no-repeat left bottom;
	color: #fff;
	}

.support #right_sidebar h2 {
	color: #fff;
	}

.telco #right_sidebar {
	background: #e39f02 url(images/rounded_panel_bottom_left_orange.png) no-repeat left bottom;
	color: #fff;
	}

.telco #right_sidebar h2 {
	color: #fff;
	}

.training #right_sidebar {
	background: #734987 url(images/rounded_panel_bottom_left_purple.png) no-repeat left bottom;
	color: #fff;
	}

.training #right_sidebar h2 {
	color: #fff;
	}

.hosting #right_sidebar {
	background: #28c4bc url(images/rounded_panel_bottom_left_aqua.png) no-repeat left bottom;
	color: #fff;
	}

.hosting #right_sidebar h2 {
	color: #fff;
	}

.sales #right_sidebar a,
.design #right_sidebar a,
.support #right_sidebar a,
.telco #right_sidebar a,
.training #right_sidebar a,
.hosting #right_sidebar a {
	color: #fff;
	}

/* Sidebar Panels
---------------------------------------------------------- */

.sidebar_panel {
	border-bottom: solid 1px #fff;
	padding: 10px 20px;
	width: 180px;
	}

.sidebar_panel dt {
	margin: 1em 0 0 0;
	}

.sidebar_panel a {
	font-weight: bold;
	}

.sidebar_panel h2 {
	background-color: transparent;
	color: #666;
	}

.sidebar_panel ul {
	padding-left: 10px;
	}

.sales_panel {
	background: #cf101a url(images/red_gradient_large.png) no-repeat center top;
	color: #fff;
	}

.design_panel {
	background: #50ab18 url(images/green_gradient_large.png) no-repeat center top;
	color: #fff;
	}

.support_panel {
	background: #008dc4 url(images/blue_gradient_large.png) no-repeat center top;
	color: #fff;
	}

.sales_panel a:link,
.sales_panel a:visited,
.sales_panel a:hover,
.sales_panel a:active,
.sales_panel a:focus,
.design_panel a:link,
.design_panel a:visited,
.design_panel a:hover,
.design_panel a:active,
.design_panel a:focus,
.support_panel a:link,
.support_panel a:visited,
.support_panel a:hover,
.support_panel a:active,
.support_panel a:focus {
	background: transparent;
	color: #fff;
	}

.sales_panel h2,
.design_panel h2,
.support_panel h2 {
	background: transparent;
	color: #fff !important;
	}

/* Sidebar Content
---------------------------------------------------------- */

#featured_project .img{
    width:120px;
    height:105px;
    margin:auto;
}
#featured_project .img a{
    width:120px;
    height:105px;
    margin:auto;
    float:left;
}
#featured_client .img{
    width:166px;
    height:130px;
    margin:auto;
}
#featured_client .img a{
	background-color: transparent;
    width:166px;
    height:130px;
    margin:auto;
    float:left;
}
#featured_brand .img{
    width:120px;
    height:109px;
    margin:auto;
}
#featured_brand .img a{
    width:120px;
    height:109px;
    margin:auto;
    float:left;
}

/* Featured Content
---------------------------------------------------------- */

#img_featured_client
{
    width:150px;
    height:50px;
    float:left;
    margin:auto;
    background:url('images/featured-client.jpg') no-repeat center;
    text-indent:-3000px;
}
#img_featured_project
{
    width:120px;
    height:105px;
    float:left;
    margin:auto;
    background:url('images/featured-project.jpg') no-repeat center;
    text-indent:-3000px;
}
#img_featured_brand
{
    width:120px;
    height:109px;
    float:left;
    margin:auto;
    background:url('images/featured-brand.gif') no-repeat center;
    text-indent:-3000px;
}

/* Sales Home
---------------------------------------------------------- */

.product_search_form {
	background-color: #eee;
	border-bottom: solid 1px #ccc;
	color: #666;
	padding: 10px 20px;
	}

.product_search_form input.inputText {
	width: 100px;
	}

.product_list {
	padding: 10px 20px;
	}

/* Sales Browse Products
---------------------------------------------------------- */

#browse_products .product_summary {
	border-top: solid 1px #eee;
	clear: both;
	padding: 1em 0;
	}

#browse_products .product_summary img {
	float: left;
	margin: 0.5em 10px 1em 0 !important;
	}

#browse_products .product_summary h2 {
	border: none !important;
	margin-top: 0;
	}

#browse_products .product_summary p {
	margin-left: 130px;
	}

#browse_products .product_summary h2 a {
	color: #666 !important;
	}

#browse_products .product_summary h2 a:hover {
	color: #333 !important;
	}

#browse_products .product_summary .product_tfp {
	color: #cf101a;
	float: right;
	font-weight: bold;
	}

#browse_products .product_summary .product_price {
	clear: right;
	color: #333;
	float: right;
	font-size: 2.2em;
	font-weight: bold;
	}

/* Sales Product Details
---------------------------------------------------------- */

#product_details .product_tfp {
	clear: right;
	color: #cf101a;
	float: right;
	font-size: 1em;
	font-weight: bold;
	margin-left: 2em;
	}

#product_details .product_price {
	color: #333;
	float: right;
	font-size: 2.2em;
	font-weight: bold;
	margin-left: 2em;
	}

#product_details .product_images {
	clear: right;
	float: right;
	padding: 1em 0;
	width: 210px;
	}

#product_details .product_images img {
	float: left;
	margin: 5px;
	}
	
#product_details .item_disabled {
    padding: 5px;
    font-weight: bold;
    background: #eee;
    color: #f00;
    clear: both;
    }

#product_details .related_products ul {
	margin: 0;
	padding: 0;
	}

#product_details .related_products li {
	float: left;
	padding: 10px 20px;
	width: 250px;
	}

#product_details .related_products img {
	float: left;
	margin: 0 10px 0 0 !important;
	}

#product_details .related_products .related_product_price {
	font-weight: bold;
	}

/* Sales Featured Products Control
---------------------------------------------------------- */

#content .featured_products {
	clear: both;
	}

#content ul.featured_products_list,
.sidebar_panel ul.featured_products_list {
	margin: 0;
	padding: 0;
	}

#content ul.featured_products_list img,
.sidebar_panel ul.featured_products_list img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 0 0;
	}

#content ul.featured_products_list .product_price
.sidebar_panel ul.featured_products_list .product_price {
	color: #333;
	display: block;
	font-weight: bold;
	text-align: right;
	}

#content ul.featured_products_list li {
	float: left;
	list-style-type: none;
	padding: 10px 10px 10px 70px;
	width: 210px;
	}

#content ul.featured_products_list li img {
	margin: 0 10px 0 -60px;
	}

#content ul.featured_products_list .alternate {
	clear: left;
	}

.sidebar_panel ul.featured_products_list li {
	clear: left;
	padding: 5px 5px 5px 60px;
	}

.sidebar_panel ul.featured_products_list img {
	margin-left: -60px;
	}

/* Search Paging
---------------------------------------------------------- */

.search_paging {
	clear: both;
	padding: 0.5em 0;
	text-align: right;
	}

.search_paging span,
.search_paging a {
	padding: 0 0.2em;
	}

/* Gridview
---------------------------------------------------------- */

#update_progress {
	position: absolute;
	top: 4em;
	right: 2em;
	}

.gridview_search_filter {
	margin: 10px 0;
	}

.gridview_search_filter label,
.gridview_search_filter .inputButton {
	margin: 0 0 0 10px;
	}

.gridview_search_results {
	padding: 1em 0;
	}

table.gridview {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	}

table.gridview tr td {
	margin: 0;
	padding: 0.3em;
	vertical-align: middle;
	}

table.gridview tr.gridview_row {
	background: #f5f5f5;
	}
table.gridview tr.gridview_alternate_row {
	background: #eee;
	}

table.gridview tr.gridview_row:hover,
table.gridview tr.gridview_alternate_row:hover {
	background: #333;
	}

table.gridview tr.gridview_row > td,
table.gridview tr.gridview_alternate_row > td {
	color: #333;
	}

table.gridview tr.gridview_row:hover > td,
table.gridview tr.gridview_alternate_row:hover > td {
	color: #eee;
	}

table.gridview tr.gridview_row:hover > td > a,
table.gridview tr.gridview_alternate_row:hover > td > a {
	color: #fff !important;
	}

table.gridview th {
	background: #666 url(images/table_header_background.png) repeat-x left top;
	color: #eee;
	font-weight: bold;
	margin: 0;
	padding: 0.3em;
	text-align: left;
	white-space: nowrap;
	}

table.gridview tr.sub_row table.gridview tr.gridview_header th {
	background-image: none;
	color: #333;
	}

table.gridview tr.gridview_row table.gridview tr.gridview_header th {
	background: #ddd;
	}

table.gridview tr.gridview_alternate_row table.gridview tr.gridview_header th {
	background: #ddd;
	}

table.gridview tr.sub_row > td {
	padding: 0 0 3px 0;
	}

table.gridview tr.sub_row.gridview_row,
table.gridview tr.sub_row.gridview_row:hover {
	background: #cf101a;
	}

table.gridview tr.sub_row.gridview_alternate_row ,
table.gridview tr.sub_row.gridview_alternate_row:hover {
	background: #cf101a;
	}

table.gridview tr.gridview_header th img {
	vertical-align: bottom;
	}

table.gridview tr.gridview_header th a {
	color: #eee !important;
	}

table.gridview tr.gridview_header th a:hover {
	color: #fff;
	font-weight: bold;
	}

table.gridview .align_center {
	text-align: center;
	}

table.gridview .align_right {
	text-align: right;
	}

table.gridview  tr.gridview_header th.tfi,
table.gridview  tr.gridview_header th.tfo,
table.gridview  tr.gridview_header th.tfd,
table.gridview  tr.gridview_header th.tfs {
	text-align: center;
	}

table.gridview td.tfi,
table.gridview td.tfo,
table.gridview td.tfd,
table.gridview td.tfs {
	color: #fff;
	padding: 0.3em 0;
	text-align: center;
	width: 80px;
	}

table.gridview td.tfi {
	background: #333 url(images/grey_gradient_small.png) no-repeat center top;
	}

table.gridview td.tfo {
	background: #cf101a url(images/red_gradient_small.png) no-repeat center top;
	}

table.gridview td.tfd {
	background: #50ab18 url(images/green_gradient_small.png) no-repeat center top;
	}

table.gridview td.tfs {
	background: #008dc4 url(images/blue_gradient_small.png) no-repeat center top;
	}

table.gridview .date_column {
	width: 160px;
	}

table.gridview .status_column {
	width: 180px;
	}

table.gridview td.tfi a,
table.gridview td.tfo a,
table.gridview td.tfd a,
table.gridview td.tfs a {
	background: transparent;
	color: #fff !important;
	font-weight: bold;
	}

table.gridview .cost_summary td,
table.gridview .cost_total td {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0.3em;
	text-align: right;
	}

table.gridview .cost_total td {
	color: #333;
	}

.gridview_links {
	padding: 0 10px 3px 0;
	text-align: right;
	}

.gridview_links a {
	padding: 0 0.2em;
	}

.gridview_links .inactive {
	background: transparent url(images/link_indicator.gif) no-repeat center top;
	color: #999 !important;
	padding-top: 2px;
	}

.gridview_links a.sales_link {
	color: #cf101a;
	}

.gridview_links a.design_link {
	color: #50ab18;
	}

.gridview_links a.support_link {
	color: #008dc4;
	}

/* Jobs
---------------------------------------------------------- */

.tfid_and_status {
	border-bottom: 1px solid #eee;
	padding: 0 0 1em 0;
	text-align: right;
	}

.tfid_and_status p {
	font-size: 1.6em;
	line-height: 1;
	margin: 0 !important;
	padding: 0;
	}

.tfid_and_status .tfid {
	float: left;
	font-weight: bold;
	}

.tfid_and_status .job_status {
	font-style: oblique;
	}

.sales .tfid_and_status .tfid {
	color: #cf101a;
	}

.design .tfid_and_status .tfid {
	color: #50ab18;
	}

.support .tfid_and_status .tfid {
	color: #008dc4;
	}

.telco .tfid_and_status .tfid {
	color: #e39f02;
	}

.training .tfid_and_status .tfid {
	color: #734987;
	}

.hosting .tfid_and_status .tfid {
	color: #28c4bc;
	}

.error_code,
.admin_notes {
	margin: 2em auto;
	padding: 12px 0 0 0;
	width: 540px;
	}

.error_code {
	background: #ffc url(images/rounded_panel_top_yellow.png) no-repeat center top;
	color: #333;
	}

.admin_notes {
	background: #f5f5f5 url(images/rounded_panel_top_light_grey.png) no-repeat center top;
	color: #333;
	}

.error_code p,
.admin_notes p {
	margin: 0 !important;
	padding: 0 15px 12px 15px;
	width: 510px;
	}

.error_code h3,
.admin_notes h3 {
	margin: 0 15px 12px 15px;
	}

.error_code p {
	background: transparent url(images/rounded_panel_bottom_yellow.png) no-repeat center bottom;
	color: #333;
	font-family: "Courier New", Courier, monospace;
	}

.admin_notes p {
	background: transparent url(images/rounded_panel_bottom_light_grey.png) no-repeat center bottom;
	color: #333;
	font-style: oblique;
	}

#job_updates {
	margin: 0 0 2em 0;
	width: 100%;
	}

#job_updates .admin_update,
#job_updates .customer_update {
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat;
	color: #333;
	margin: 1em auto 0 auto;
	padding: 12px 0 0 0;
	width: 540px;
	}

#job_updates .admin_update {
	background-image: url(images/rounded_panel_top_light_grey.png);
	}

#job_updates .customer_update {
	background-image: url(images/rounded_panel_top_dark_grey.png);
	}

.sales #job_updates .customer_update {
	background-image: url(images/rounded_panel_top_red.png);
	}

.design #job_updates .customer_update {
	background-image: url(images/rounded_panel_top_green.png);
	}

.support #job_updates .customer_update {
	background-image: url(images/rounded_panel_top_blue.png);
	}

.telco #job_updates .customer_update {
	background-image: url(images/rounded_panel_top_orange.png);
	}

.training #job_updates .customer_update {
	background-image: url(images/rounded_panel_top_purple.png);
	}

.hosting #job_updates .customer_update {
	background-image: url(images/rounded_panel_top_aqua.png);
	}

#job_updates .admin_update .job_update_info,
#job_updates .customer_update .job_update_info {
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 0 0.5em 0;
	padding: 0 15px 12px 15px;
	width: 510px;
	}

#job_updates .admin_update .job_update_info {
	background-color: #f5f5f5;
	background-image: url(images/rounded_panel_bottom_light_grey.png);
	color: #333;
	}

#job_updates .customer_update .job_update_info {
	background-color: #333;
	background-image: url(images/rounded_panel_bottom_dark_grey.png);
	color: #fff;
	}

.sales #job_updates .customer_update .job_update_info {
	background-color: #cf101a;
	background-image: url(images/rounded_panel_bottom_red.png);
	color: #fff;
	}

.design #job_updates .customer_update .job_update_info {
	background-color: #50ab18;
	background-image: url(images/rounded_panel_bottom_green.png);
	color: #fff;
	}

.support #job_updates .customer_update .job_update_info {
	background-color: #008dc4;
	background-image: url(images/rounded_panel_bottom_blue.png);
	color: #fff;
	}

.telco #job_updates .customer_update .job_update_info {
	background-color: #e39f02;
	background-image: url(images/rounded_panel_bottom_orange.png);
	color: #fff;
	}

.training #job_updates .customer_update .job_update_info {
	background-color: #734987;
	background-image: url(images/rounded_panel_bottom_purple.png);
	color: #fff;
	}

.hosting #job_updates .customer_update .job_update_info {
	background-color: #28c4bc;
	background-image: url(images/rounded_panel_bottom_aqua.png);
	color: #fff;
	}

#job_updates .job_update_info .job_update_creation_date {
	clear: right;
	float: right;
	margin: 0 0 0 1em;
	}

#job_updates .job_update_info .job_update_attachment {
	float: right;
	margin: 0;
	}

#job_updates .job_update_info .job_update_attachment a {
	background: transparent url(images/file_icon.gif) no-repeat left top;
	color: #333;
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	width: 18px;
	}

#job_updates .customer_update .job_update_info .job_update_attachment a {
	color: #fff;
	}

#job_updates .job_update_info .job_update_status {
	margin: 0;
	}

#job_updates .job_update_info .job_update_message {
	font-style: oblique;
	margin: 0 0 0.5em 0;
	overflow: auto;
	}

#job_updates .job_update_info .job_update_message_edit {
	border-top: solid 1px #ccc;
	font-style: oblique;
	margin: 1em 0 0 0;
	padding: 0.5em 0 0 0;
	}

#job_updates .customer_update .job_update_info .job_update_message_edit {
	border-color: #fff;
	}

#job_updates .job_update_info .job_update_edit_date {
	clear: right;
	float: right;
	margin: 1.5em 0 0 1em;
	}

#job_updates .job_update_billable_time,
#job_updates .job_update_calendar_dates {
	background: transparent;
	color: #999;
	margin: 0;
	padding: 0 1em;
	}

#job_updates .job_update_calendar_dates {
	float: right;
	}

/* Forms
---------------------------------------------------------- */

div.form h1,
div.form h2,
div.form h3,
div.form h4 {
	clear: left;
	}

div.form_section {
	background: #ffe;
	clear: left;
	float: left;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	width: 560px;
	}

div.form_section dl {
	margin-bottom: 1em;
	}

div.form_section dd {
	margin-left: 3em;
	}

div.form h3 {
	border-bottom: dashed 1px #666;
	}

div.form div.required,
div.form div.optional,
div.form div.buttons {
	clear: both;
	padding: 1em 0 1em 16em;
	}

div.form label {
	background: #fff5cc;
	border: solid 1px #fca;
	color: #333;
	float: left;
	margin: -0.5em 0 0.5em -16em;
	padding: 0.5em;
	text-align: right;
	width: 14em;
	}

div.form div.required label {
	font-weight: bold;
	}

div.form div span label,
div.form div p label {
	background: transparent;
	border: none;
	color: #666;
	display: inline;
	float: none;
	font-weight: normal !important;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	width: auto;
	}

div.form div.required span.dynamic_error,
div.form div.optional span.dynamic_error {
	background: transparent;
	clear: both;
	color: #f00;
	float: left;
	}

div.form div.buttons input {
	float: right;
	margin-left: 0.5em;
	}

div.form div p {
	margin: 0 0 1em 0;
	}

div.form div p input {
	vertical-align: middle;
	}

div.form .radio_list input,
div.form .checkbox_list input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	}

select {
	border: solid 1px #666666;
	}

input.inputText {
	border: solid 1px #666666;
	width: 14em;
	}

textarea.inputTextArea {
	border: solid 1px #666666;
	height: 10em;
	overflow: auto;
	width: 350px;
	}

dl.form_details dd {
	margin-left: 3em;
	}

ol.form_steps {
	list-style-type: none;
	}

ol.form_steps li {
	line-height: 1.5;
	margin: 0.5em 0;
	padding: 0 0 0 15px;
	}

ol.form_steps li.current {
	background: transparent url(images/arrow_icon_grey_small.gif) no-repeat left center;
	font-weight: bold;
	}

.sales ol.form_steps li.current,
.design ol.form_steps li.current,
.support ol.form_steps li.current,
.telco ol.form_steps li.current,
.training ol.form_steps li.current,
.hosting ol.form_steps li.current {
	background: transparent url(images/arrow_icon_small.gif) no-repeat left center;
	}

ol.form_steps li.completed {
	background: transparent url(images/tick_icon_grey_small.png) no-repeat center left;
	}

.sales ol.form_steps li.completed,
.design ol.form_steps li.completed,
.support ol.form_steps li.completed,
.telco ol.form_steps li.completed,
.training ol.form_steps li.completed,
.hosting ol.form_steps li.completed {
	background: transparent url(images/tick_icon_small.gif) no-repeat left center;
	}

/* Error Panels
---------------------------------------------------------- */

ul.bulleted,
#content .success_panel ul,
#content .error_panel ul,
#content .warning_panel ul {
	margin: 0 0 1em 0;
	padding-left: 2em;
	}

ul.bulleted li,
#content .success_panel li,
#content .error_panel li,
#content .warning_panel li {
	background: transparent url(images/bullet_icon.gif) no-repeat left center;
	color: #666;
	list-style-type: none;
	padding-left: 15px;
	}

#content .success_panel,
#content .error_panel,
#content .warning_panel {
	background-color: #ffe;
	border: 1px solid #fff5cc;
	margin: 30px auto;
	padding: 10px;
	width: 400px;
	}

#content .success_panel a,
#content .error_panel a,
#content .warning_panel a {
	font-weight: bold;
	}

/* Home Page Content Styles
---------------------------------------------------------- */

#content .department_summary {
	float: left;
	padding: 0 2px 10px 2px;
	width: 286px;
	}

#content .department_summary h2 {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	}

#content .department_summary h2 a {
	color: #fff;
	display: block;
	padding: 20px;
	text-decoration: none;
	}

#content .department_summary dl {
	background-color: transparent;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	padding: 0 0 0 90px;
	}

#content .department_summary dt {
	font-style: oblique;
	}

#content .department_summary dd {
	background: transparent url(images/bullet_icon.gif) no-repeat center left;
	padding: 0 0 0 1em;
	}

#content .department_summary a.read_more {
	float: right;
	}

/* Clearing the Divs */

#content .department_summary.sales,
#content .department_summary.support,
#content .department_summary.training {
	clear: left;
	}

/* Heading Backgrounds */

#content .department_summary.sales h2 {
	background-image: url(images/homepage-title-sales.png);
	}

#content .department_summary.support h2 {
	background-image: url(images/homepage-title-support.png);
	}

#content .department_summary.design h2 {
	background-image: url(images/homepage-title-design.png);
	}

#content .department_summary.hosting h2 {
	background-image: url(images/homepage-title-hosting.png);
	}

#content .department_summary.training h2 {
	background-image: url(images/homepage-title-training.png);
	}

#content .department_summary.telco h2 {
	background-image: url(images/homepage-title-telco.png);
	}

/* List Backgrounds */

#content .department_summary.sales dl {
	background-image: url(images/homepage-panel-sales.png);
	}

#content .department_summary.support dl {
	background-image: url(images/homepage-panel-support.png);
	}

#content .department_summary.design dl {
	background-image: url(images/homepage-panel-design.png);
	}

#content .department_summary.hosting dl {
	background-image: url(images/homepage-panel-hosting.png);
	}

#content .department_summary.training dl {
	background-image: url(images/homepage-panel-training.png);
	}

#content .department_summary.telco dl {
	background-image: url(images/homepage-panel-telco.png);
	}

/* Common Conent Styles
---------------------------------------------------------- */

.quote_author {
	text-align: right;
	}

.related_links {
	background-color: #f5f5f5;
	float: right;
	margin: 0 0 20px 20px;
	padding: 0 10px 10px 10px;
	position: relative;
	width: 180px;
	}

.related_links h2 {
	background: transparent url(images/small_rounded_panel_top_light_grey.png) no-repeat top center;
	border: none;
	display: block;
	margin: 0 -10px;
	padding: 10px 10px 0 10px;
	}

.related_links ul {
	margin: 1em 0 !important;
	padding: 0 !important;
	}

.related_links li {
	font-weight: bold;
	list-style: none !important;
	padding: 0 0 0 16px;
	}

.related_links li a {
	font-weight: normal;
	}

.related_links li.current {
	background: transparent url(images/arrow_icon_small.gif) no-repeat center left;
	}

.sales .related_links {
	background: #cf101a url(images/small_rounded_panel_bottom_red.png) no-repeat bottom center;
	}

.sales .related_links h2 {
	background-image: url(images/small_rounded_panel_top_red.png);
	color: #fff;
	}

.design .related_links {
	background: #50ab18 url(images/small_rounded_panel_bottom_green.png) no-repeat bottom center;
	}

.design .related_links h2 {
	background-image: url(images/small_rounded_panel_top_green.png);
	color: #fff;
	}

.support .related_links {
	background: #008dc4 url(images/small_rounded_panel_bottom_blue.png) no-repeat bottom center;
	}
	
.support .related_links h2 {
	background-image: url(images/small_rounded_panel_top_blue.png);
	color: #fff;
	}

.telco .related_links {
	background: #e39f02 url(images/small_rounded_panel_bottom_orange.png) no-repeat bottom center;
	}

.telco .related_links h2 {
	background-image: url(images/small_rounded_panel_top_orange.png);
	color: #fff;
	}

.training .related_links {
	background: #734987 url(images/small_rounded_panel_bottom_purple.png) no-repeat bottom center;
	}

.training .related_links h2 {
	background-image: url(images/small_rounded_panel_top_purple.png);
	color: #fff;
	}

.hosting .related_links {
	background: #28c4bc url(images/small_rounded_panel_bottom_aqua.png) no-repeat bottom center;
	}

.hosting .related_links h2 {
	background-image: url(images/small_rounded_panel_top_aqua.png);
	color: #fff;
	}

.sales #content .related_links,
.sales #content .related_links a,
.design #content .related_links,
.design #content .related_links a,
.support #content .related_links,
.support #content .related_links a,
.telco #content .related_links,
.telco #content .related_links a,
.training #content .related_links,
.training #content .related_links a,
.hosting #content .related_links,
.hosting #content .related_links a {
	color: #fff;
	}
#case{
    position: absolute;
    z-index: 1;
}
#content.two_column_left h2.home_title{
    border: 0;
}

#chat_box{
    width: 179px;
    height: 124px;
    background: url('images/chat_link.png') no-repeat;
    margin: auto;
    margin-top: 15px;
}
#chat_box a{
    width: 179px;
    height: 124px;
    text-indent: -9999px;
    float: left;
}

#sideform{
    width: 179px;
    margin: 15px auto;
}
#sideform .form h2{
    background: url('images/sidebar_contactus_title.png') no-repeat center;
    height: 85px;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
}
#sideform .note{
    display: none;
}
#sideform .form_section{
    width: 169px;
    float: none;
    background: #fff;
    padding: 5px;
    color: #333;
    border-right: #eee solid 1px;
    border-bottom: #eee solid 1px;
}
#sideform .form_section h3{
    font-size: 14px;
    display: none;
}
#sideform .form_section .required{
    padding: 0;
}
#sideform .form_section .required label{
    display: block;
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    width: 179px;
    text-align: left;
    background: none;
    font-weight: normal;
}
#sideform .form_section .required .inputText{
    background: #eee;
    border: #aaa solid 1px;
}
#sideform .form_section .required .inputTextArea{
    width: 14em;
    height: 5em;
    background: #eee;
    border: #aaa solid 1px;
}
#sideform .form_section .required select{
    background: #eee;
    border: #aaa solid 1px;
    font-size: 11px;
    font-family: 'Century Gothic';
}
#sideform .form_section .buttons{
    padding: 5px;
    text-align: right;
}
#sideform .form_section .buttons .inputButton{
    float: none;
    margin: 0;
    padding: 0;
    background: #eee;
    border: #aaa solid 1px;
}
#content #featured_products{
    width: 45%;
    float: left;
    padding: 10px;
}
#content #featured_brand{
    width: 45%;
    float: left;
    padding: 10px;
}
#content #featured_brand .img{
    /*float: left;
    margin: 5px;*/
}
#sideform .success_panel p{
    width: 169px;
    height: 100px;
    float: none;
    background: #fff;
    padding: 5px;
    margin: 0;
    color: #333;
}
#sideform .success_panel h1{
    background: url('images/sidebar_contactus_title.png') no-repeat center;
    height: 85px;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
}
#homepage_slogan{
    width: 580px;
    height: 120px;
    text-indent: -9999px;
    display: block;
    background: url('images/homepage_text.png') no-repeat top;
}
.newsletter .inputButton{
    background: #eee;
    margin: 0;
    padding: 0;
    border: 1px solid #aaa;
}
.newsletter .buttons{
    padding: 5px;
    text-align: right;
}

#info_pdf ul, #info_pdf ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#info_pdf ul li{
    width: 580px;
    height: 60px;
    padding: 5px 0;
}