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

/*
teal #48daff
tealight #ade7f6
red #e30029
*/


body {
background: #f0f0f0; /* Old browsers */
border-top: 10px solid #ade7f6;
	}
	
h1, h2 {
	color: #444;
	}


h1 {
	font-size: 20px;
	margin-bottom: 10px;
	}
	
h2 {
	font-size: 16px;
	margin-bottom: 0px;
	}

a:link {
	color: #e30029;
	}
	
a:visited {
	color: #444;
	}
	
#container {
	 /* background: #fff;
	box-shadow: 0px 0px 5px #888888;
	-webkit-box-shadow: 0px 0px 5px #888888;Safari */
	}

#header {
	background: url(../img/structure/phone_num.png) no-repeat 730px;
	}
	
#main_nav {
	background: #525252; /* Old browsers */
	background: -moz-linear-gradient(top, #6d6d6d 0%, #525252 100%) no-repeat; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#525252)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6d6d6d 0%,#525252 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6d6d6d 0%,#525252 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6d6d6d 0%,#525252 100%); /* IE10+ */
	background: linear-gradient(top, #6d6d6d 0%,#525252 100%); /* W3C */
	-pie-background: linear-gradient(#6d6d6d, #525252); /*PIE*/
  behavior: url(res/js/PIE.htc);
	}
	
#main_nav a {
	text-decoration: none;
	color: #ddd;
	border-left: 1px solid #8c8c8c;
	}
	
#main_nav li a:hover {
	background: #11758e;
	color: #fff;
	}
	
#content {
	background: #fff;
	overflow: hidden;
	}
	
#main_content #sidebar ul {
	margin-left: 0;
	margin-top: 10px;
	}
	
#sidebar li {
	background: url(../img/structure/bullet.gif) no-repeat 0 8px;
	list-style: none;
	padding-left: 16px;
	margin-bottom: 10px;
	
	}
	
#footer a:link {
	color: #444;
	}
	
#footer a:hover {
	color: #000;
	}
	
#home #promo {
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #e2e2e2 100%) no-repeat; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#e2e2e2 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#e2e2e2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#e2e2e2 100%); /* W3C */
	-pie-background: linear-gradient(#efefef, #e2e2e2); /*PIE*/
  behavior: url(res/js/PIE.htc);
	position: relative;
	}

#home #promo {
	color: #3f3f3f;
	}
	
#home #promo #intro {
	background: url(../img/content/promo_bg.png) no-repeat right top;
	}	
	
#home #promo ul li {
	background: url(../img/structure/check_teal.png) no-repeat;
	list-style: none;
	padding-left: 20px;
	line-height: 1;
	margin-bottom: 10px;
	}

#home #promo p {
	color: #424242;
	font-size: 10px;
	font-weight: bold;
	}
	
#home #promo p span {
	display: block;
	font-weight: normal;
	}
	

	
#learn_more h3 a {
	text-decoration: none;
	color: #212121;
	}
	
#learn_more h3 a:hover {
	color: #48daff;
	}
	
#learn_more p a:link, #learn_more p a:visited {
	text-decoration: none;
	color: #444;
	}
	
#learn_more p a:hover {
	color: #000;
	}

#footer {
	/* background: #999; */
	}
	
dl {
	
	}
	
h1 {
	
	}

.mod_box {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%) no-repeat; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* W3C */
	-pie-background: linear-gradient(#e5e5e5, #fff); /*PIE*/
  behavior: url(res/js/PIE.htc);
	/* border-radius: 5px; */
	}
	
#sidebar .mod_box h3 {
	background: #333;
	color: #f7f7f7;
	}
	
#home #promo #btn_list li {
	background: url(../img/structure/aro_teal.png) no-repeat 0 1.9em;
	padding-left: 40px;
	}
	
#home #promo #btn_list a {
	background: #787878; /* Old browsers */
	background: -moz-linear-gradient(top, #787878 0%, #828282 100%) no-repeat; /* FF3.6+ */
	background: -o-linear-gradient(top, #787878 0%,#828282 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #787878 0%,#828282 100%); /* IE10+ */
	background: linear-gradient(top, #787878 0%,#828282 100%); /* W3C */
	background: -webkit-linear-gradient(top, #787878 0%,#828282 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	-pie-background: linear-gradient(#787878, #828282); /*PIE*/
	behavior: url(res/js/PIE.htc);
	/* border-radius: 4px; */
	border: 1px solid #48daff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	color: #ebebeb;
	line-height: 1;
	padding: 20px 30px;
	text-decoration: none;
	width: 140px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

#home #promo #btn_list a:hover {
	background: #484848; /* Old browsers */
	background: -moz-linear-gradient(top, #484848 0%, #6f6f6f 100%) no-repeat; /* FF3.6+ */
	background: -o-linear-gradient(top, #484848 0%,#6f6f6f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #484848 0%,#6f6f6f 100%); /* IE10+ */
	background: linear-gradient(top, #484848 0%,#6f6f6f 100%); /* W3C */
	background: -webkit-linear-gradient(top, #484848 0%,#6f6f6f 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	-pie-background: linear-gradient(#484848, #6f6f6f); /*PIE*/
	behavior: url(res/js/PIE.htc);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	}
	
#training_services h1 {
	height: 160px;
	width: 500px;
	background: url(../img/content/training_services_hd.jpg);
	text-indent: -5000px;
	}
	
#training_services a.btn, #about_us a.btn, #mobile_training a.btn {
	background: #787878; /* Old browsers */
	background: -moz-linear-gradient(top, #787878 0%, #828282 100%) no-repeat; /* FF3.6+ */
	background: -o-linear-gradient(top, #787878 0%,#828282 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #787878 0%,#828282 100%); /* IE10+ */
	background: linear-gradient(top, #787878 0%,#828282 100%); /* W3C */
	background: -webkit-linear-gradient(top, #787878 0%,#828282 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	-pie-background: linear-gradient(#787878, #828282); /*PIE*/
	behavior: url(res/js/PIE.htc);
	/* border-radius: 4px; */
	border: 1px solid #48daff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	color: #ebebeb;
	line-height: 1;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 180px;
	position: relative;
	}

#training_services  a.btn:hover, #about_us a.btn:hover, #mobile_training a.btn:hover {
	background: #484848; /* Old browsers */
	background: -moz-linear-gradient(top, #484848 0%, #6f6f6f 100%) no-repeat; /* FF3.6+ */
	background: -o-linear-gradient(top, #484848 0%,#6f6f6f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #484848 0%,#6f6f6f 100%); /* IE10+ */
	background: linear-gradient(top, #484848 0%,#6f6f6f 100%); /* W3C */
	background: -webkit-linear-gradient(top, #484848 0%,#6f6f6f 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	-pie-background: linear-gradient(#484848, #6f6f6f); /*PIE*/
	behavior: url(res/js/PIE.htc);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	}
	
#training_services h2 {
	color: #444;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	}
	
#training_services h3 {
	color: #444;
	margin-bottom: 5px;
	font-size: 14px;
	}
	
#training_services p {
	margin-right: 30px;
	}

#online_training h1 {
	
	}
	
#online_training .mod_3 {
	border-top: 1px solid #ade7f6;
	}
		
#online_training .mod_3#private {
	background: url(../img/structure/monitor_bg.png);
	margin-left: 0;
	}
	
#online_training .mod_3#retail {
	background: url(../img/structure/keyb_bg.png);
	}
	
#online_training .mod_3#preview {
	background: url(../img/structure/mouse.png);
	}
	
#online_training .mod_3 h2 {
	text-transform: uppercase;
	font-size: 22px;
	}
	
#online_training .mod_3 h2 span {
	display: block;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: normal;
	}
	
#online_training .mod_3 a {
	color: #555;
	width: 260px;
	height: 248px;
	text-decoration: none;
	display: block;
	padding: 10px 0 0 20px;
	-pie-background: rgba(205,245,255,0); /*PIE*/
	behavior: url(res/js/PIE.htc);
	position: relative;
	}
	
#online_training .mod_3 a:hover {
	background: rgba(205,245,255,0.3);
	-pie-background: rgba(205,245,255,.3); /*PIE*/
	behavior: url(res/js/PIE.htc);
	color: #000;
	}
	
#portal_list ul {
	margin-left: 0;
	}
	
#portal_list #content li {
	list-style: none;
	margin-bottom: 10px;
	background: url(../img/structure/arrow1.png) no-repeat 0 2px;
	line-height: 1;
	padding-left: 16px;
	}
	

#portal_list #main_content li a {
	text-decoration: none;
	color: #555;
	}
	
#portal_list #main_content li a:hover {
	text-decoration: underline;
	color: #000;
	}
	
#contact_us #contact_info {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	}


#about_us h3 {
	font-size: 14px;	
	color: #666;
	margin-bottom: 5px;
	}
	
#about_us #main_content img {
	margin: 5px 0 10px 30px;
	float: right;
	}
	
#about_us #sidebar h2 {
	margin-bottom: 10px;
	}
	
	
#testimonials h2 {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-top: 30px;
	margin-bottom: 5px;
	}
	
fieldset {
	padding-left: 10px;
	}
	
blockquote {
    background: url(../img/structure/quote.png) no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px 0 10px 30px;
}

blockquote span {
    color: #333;
    font-style: italic;
	}
	
blockquote p {
    color: #888;
    }
		
blockquote a {
    font-size: 10px;
		color: #888; 
    }