@charset "utf-8";
@import "temp.css";
@import "krista.css";
@import "taylor.css";
/* Copyright MMX Prime Concepts Group, Inc. All rights reserved. */

/* RESET */
*, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, ul li, ol li, blockquote, form, fieldset, legend, object, param {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style-type: none;
}
img {
	border-style: none;
	border-width: 0;
}
acronym {border:0;}
@font-face {
	font-family: Century Gothic;
	src: url('/MyriadPro.otf');
}


/* BODY */
body {
	font-size: 16px;
	font-family: arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #000;
	background: #fff url(/images/overall_background.jpg) repeat-x 0 0;
}
#header, #content, #footer .wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


/* HEADER */
#header {
	margin-bottom: 10px;
	padding-top: 10px;
}
#header a#logo {
	background-image: url(/images/logo.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 424px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
#header ul {
	float: left;
	overflow: hidden;
	width: 536px;
	text-align: right;
}
#header ul li {
	display: inline;
}
#header ul li a {
	color: #54BFE5;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	white-space: nowrap;
	padding-left: 20px;
	margin-left: 16px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
#header ul li a:hover {
	color: #213E7D;
}
#header ul li.home a {
	background-image: url(/images/icons/home.png);
	background-position: 0px 1px;
}
#header ul li.store a {
	background-image: url(/images/icons/store.png);
}
#header ul li.contact a {
	background-image: url(/images/icons/contact.png);
	background-position: 0px 1px;
}
#header ul#menu {
	float: none;
	width: 955px;
	clear: both;
	padding-left: 5px;
}
#header ul#menu li {
	display: block;
	padding-bottom: 16px;
	float: left;
}
#header ul#menu li a {
	color: #888;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	float: left;
	text-align: center;
	border-right: 1px solid #ddd;
	padding-left: 0px;
	margin-left: 0px;
	height: 26px;
	padding-top: 4px;
	padding-bottom: 0px;
}
#header ul#menu li a:hover {
	color: #B9DB8A;
}
#header ul#menu li.selected {
	background-image: url(/images/menu_selected.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header ul#menu li.selected a {
	color: #213E7D;
}
#header ul#menu li.selected a:hover {
	color: #888;
}
#header ul#menu li.internet-marketing a {
	width: 169px;
}
#header ul#menu li.marketing a {
	width: 114px;
}
#header ul#menu li.web-design a {
	width: 149px;
}
#header ul#menu li.portfolio a {
	width: 114px;
}
#header ul#menu li.blog a {
	width: 69px;
}
#header ul#menu li.consulting a {
	width: 114px;
}
#header ul#menu li.speaking a {
	width: 114px;
}
#header ul#menu li.about a {
	width: 100px;
	border-right: 0 none;
}


/* CONTENT */
#content {
	margin-bottom: 60px;
}
#content #page {
	float: left;
	width: 680px;
	margin-right: 40px;
}
#content #page.wide {
	width: 960px;
	margin-right: 0px;
}
#content a {
	color: #21ACDA;
}
#content a:hover {
	color: #213E7D;
}
#content p, #content ul, #content ol, #content blockquote {
	margin-bottom: 20px;
}
#content p#breadcrumb {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #bbb;
	margin-bottom: 10px;
}
#content p#breadcrumb a {
	color: #bbb;
}
#content p#breadcrumb a:hover {
	color: #666;
}
#content p.more {
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content div.post div.more {
	font-size: 14px;
}
#content p.more a {
	color: #213e7d;
	text-decoration: none;
}
#content p.more a:hover {
	color: #333;
}
#content img.product_left {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
#content ul, #content ol, #content blockquote {
	margin-left: 40px;
	margin-right: 40px;
}
#content ul {
	list-style-type: disc;
}
#content ul li {
	margin-bottom: 5px;
}
#content ul li ul {
	margin-bottom: 0;
	padding-top: 5px;
}
#content ol {
	list-style-type: decimal;
}
#content ol li {
	margin-bottom: 10px;
}
#content ol.commentlist {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}
#content ol.commentlist li {
	border-bottom: 1px solid #C8C8C8;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#content ol.commentlist cite, #content ol.commentlist .comment-meta {
	font-style: normal;
	font-size: 12px;
	color: #888;
}
#content ol.commentlist cite {
	font-weight: bold;
}
#content ol.commentlist .comment-meta {
	margin-bottom: 10px;
}
#content ol.commentlist .comment-meta a {
	color: #888;
	text-decoration: none;
}
#content ol.commentlist .avatar {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
#content ol.commentlist .says, #content ol.commentlist .comment-edit-link {
	display: none;
}
#content ol.commentlist a.comment-reply-link {
	display: block;
	font-size: 12px;
	color: #888;
	background: url(/images/icons/reply.png) no-repeat 0 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#content ul.undernav {
	overflow: hidden;
	margin-bottom: 30px;
}
#content ul.undernav li {
	list-style-type: none;
	float: left;
	overflow: hidden;
	margin-left: 32px;
	margin-right: 32px;
}
#content ul.undernav li a {
	color: #888;
	text-decoration: none;
	font-weight: bold;
}
#content ul.undernav li a:hover {
	color: #54BFE5;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #213E7D;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 32px;
}

#content h1 .center {
	font-family: Arial, Helvetica, sans-serif;
	color: #213E7D;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 32px;
	text-align: center;
	display: block;
}
#content h2, #content h3, #content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #213E7D;
	line-height: 26px;
}
#content h2 a, #content h3 a {
	text-decoration: none;
	color: #213E7D;
}
#content h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #213E7D;
	font-weight: bold;
	margin-bottom: 5px;
}

#content h4 a {
	color: #213E7D;
	text-decoration: none;
}

#content h4 a:hover {
	color: #333;
}
#content h5 {
}
#content h5.break {
	border-bottom: 1px solid #C8C8C8;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #888;
	font-size: 12px;
	font-weight: bold;
}
#content h6 a {
	color: #88C13C;
}
#content h6 a:hover {
	color: #21ACDA;
}
#content strong.highlight {
	background-color: #FFC;
	color: #333;
}
#content div.half {
	width: 340px;
	float: left;
}
#content img.icon {
	float: left;
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 6px;
}
#content div.icon {
	float: left;
	width: 556px;
	margin-bottom: 20px;
	overflow: hidden;
}
#content div.icons {
	width: 340px;
	float: left;
	color: #444;
	font-weight:bold;
	font-size:15px;
	
}
#content div.icons img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content div.icons div {
	float: left;
	width: 248px;
	overflow: hidden;
	padding-right: 40px;
	height: 80px;
	margin-bottom:10px;
}
#content div.icons.small {
	margin-bottom: 30px;
}
#content div.icons.small div {
	height: 60px;
}
#content div.icons hr {
	overflow: hidden;
	display: block;
	clear: both;
	border: 0 none;
	color: #efefef;
	background-color: #efefef;
	height: 1px;
	margin-bottom: 20px;
	width: 300px;
}
#content div.navigation {
	font-size: 16px;
	font-weight: bold;
}
#content div.comments {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	width: 46px;
	height: 48px;
}
#content div.comments a {
	background: url(/images/comment.jpg) no-repeat 0 0;
	display: block;
	width: 46px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	padding-top: 8px;
	color: #333333;
	text-shadow: 0 1px 0 #C0C0C0;
}
#content div.comments a:hover {
	background-position: 0 -50px;
	height: 39px;
	padding-top: 9px;
	text-shadow: 0 -1px 0 #A8A8A8;
}
#content div.player {
	background: url(/images/player.jpg) no-repeat 0 0;
	height: 332px;
	width: 547px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 16px;
	padding-left: 49px;
	display: block;
	overflow: hidden;
}
#content div.photo-right {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: center;
	color: #999;
	font-size: 12px;
}
#content div.photo-left {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: center;
	color: #999;
	font-size: 12px;
}
#content div.photo-right img {
	clear: both;
	padding: 1px;
	border: 1px solid #999;
}
#content div.photo-big-right {
	overflow: hidden;
	float: left;
	width: 300px;
	text-align: left;
	color: #999;
}
#content div.photo-big-right-overflow {
	overflow: hidden;
	float: left;
	width: 380px;
}
#content div.photo-big-left {
	overflow: hidden;
	float: left;
	width: 300px;
	text-align: right;
	color: #999;
}
#content div.photo-big-left-overflow {
	overflow: hidden;
	float: left;
	width: 380px;
}
#content div.message-box {
	background-image: url(/images/message_box.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	padding-top: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	padding-left: 80px;
	font-size:14px;
}
#content div.message-box.notice {
	background-image: url(/images/PRR_link_bottom.jpg);
	height:150px;
	padding-left:90px;

	
}

#content div.message-box.notice .subline{
	margin-left:90px;
}
#content div.message-box.hosting {
		background-image: url(/images/domain_box_bg.jpg);
}
#content div.message-box h3 {
	margin-right: 20px;
	margin-left: 20px;
	color: #666;
}
#content div.message-box p {
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
#content div.message-box-bottom {
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 580px;
}


/* SIDEBAR */
#content .sidebar {
	float: left;
	width: 240px;
}
#content .sidebar h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C8C8C8;
	color: #54BFE5;
	font-weight: normal;
}
#content .sidebar h3 a {
	color: #54BFE5;
}
#content .sidebar p.center a {
	text-decoration: none;
	color: #666;
}
#content .sidebar .navigation, #content .sidebar .search {
	background: url(/images/sidebar_background.jpg) repeat-y 0 0;
	/*padding-top: 30px;*/
	overflow: hidden;
}
#content .sidebar .search {
	padding-top: 10px;
}
#content .sidebar .navigation.return {
	padding-top: 10px;
	padding-left: 20px;
}
#content .sidebar li.widget-container {
	list-style-type: none;
}
#content .sidebar .navigation h3 {
	margin-left: 20px;
}
#content .sidebar .navigation ul {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	list-style-type: none;
}
#content .sidebar .navigation ul li {
	margin-bottom: 8px;
	padding-left: 20px;
	color: #888;
}
#content .sidebar .navigation li.widget_recent_entries ul li {
	margin-bottom: 28px;
}
#content .sidebar .navigation ul li a {
	color: #888;
	text-decoration: none;
	font-weight: bold;
}
#content .sidebar .navigation ul li a:hover {
	color: #54BFE5;
}
#content .sidebar .navigation ul li.selected {
	background: url(/images/sidebar_selected.png) no-repeat 0 6px;
}
#content .sidebar .navigation ul li.selected a {
	color: #54BFE5;
}
#content .sidebar .featured, #content .sidebar .portfolio {
	background: url(/images/sidebar_top.png) no-repeat left top;
	padding-left: 20px;
	padding-top: 20px;
}
#content .sidebar .featured p {
	margin-bottom: 0;
}
#content .sidebar .testimonial {
	background: url(/images/sidebar_bottom.png) no-repeat left bottom;
	padding-left: 20px;
}
#content .sidebar .portfolio {
	padding-left: 0;
}
#content .sidebar .search form {
	margin-left: 20px;
}
#content .sidebar .search form input {
	width: 120px;
}
#content .sidebar .search form input.submit {
	background-image: url(/images/button_search.jpg);
	width: 80px;
}
#content .sidebar .featured.connect h3 {
	margin-left: 0;
}
#content .sidebar .featured.connect ul {
	width: 105px;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 5px;
	list-style-type: none;
}
#content .sidebar .featured.connect ul.end {
	margin-right: 0;
	margin-left: 5px;
}
#content .sidebar .featured.connect ul.wide {
	width: 210px;
	margin-left: 0;
	margin-right: 0;
}
#content .sidebar .featured.connect ul li {
	padding-left: 0;
}
#content .sidebar .featured.connect ul li a {
	display: block;
	overflow: hidden;
	width: 105px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
#content .sidebar .featured.connect ul li.facebook a {
	background-image: url(/images/share/connect/facebook.png);
}
#content .sidebar .featured.connect ul li.twitter a {
	background-image: url(/images/share/connect/twitter.png);
}
#content .sidebar .featured.connect ul li.linkedin a {
	background-image: url(/images/share/connect/linkedin.png);
}
#content .sidebar .featured.connect ul li.youtube a {
	background-image: url(/images/share/connect/youtube.png);
}
#content .sidebar .featured.connect ul li.feed a {
	background-image: url(/images/share/connect/feed.png);
	width: 220px;
	height: 32px;
}
#content .sidebar .navigation.blog_bookmark {
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 50px;
}
#content .sidebar .navigation.blog_bookmark h3 {
	margin-left: 0;
}
#content .sidebar .navigation.blog_bookmark ul {
	width: 100px;
	float: left;
}
#content .sidebar .navigation.blog_bookmark ul li {
	padding-left: 0;
}
#content .sidebar .navigation.blog_bookmark ul li a {
	padding-left: 28px;
	padding-top: 7px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 12px;
}
#content .sidebar .navigation.blog_bookmark ul li.feed a {
	background-image: url(/images/share/bookmarks/feed.png);
}
#content .sidebar .navigation.blog_bookmark ul li.delicious a {
	background-image: url(/images/share/bookmarks/delicious.png);
}
#content .sidebar .navigation.blog_bookmark ul li.google a {
	background-image: url(/images/share/bookmarks/google.png);
}
#content .sidebar .navigation.blog_bookmark ul li.technorati a {
	background-image: url(/images/share/bookmarks/technorati.png);
}
#content .sidebar .navigation.blog_bookmark ul li.yahoo a {
	background-image: url(/images/share/bookmarks/yahoo.png);
}
#content .sidebar .navigation.blog_bookmark ul li.live a {
	background-image: url(/images/share/bookmarks/live.png);
}
#content .sidebar ul.client-list {
	line-height: 16px;
}
#content .sidebar ul.client-list li {
	margin-bottom: 16px;
}
#content .sidebar p.sidebar-banner {
	margin-left: 20px;
	margin-bottom: 20px;
}

#content .sidebar p.sidebar-prmbook {
	margin-left: 20px;
	margin-bottom: 20px;
}

#content .sidebar a.bgs_sidebar {
	background: url(/images/pcg-sidebar-banner.png) 0 0 no-repeat;
	width: 220px;
	height: 500px;
	text-indent: -999999px;
	display: block;
	margin: 15px 0 0 16px;
}

#content .sidebar a.bgs_sidebar:hover {
	background-position: 0 -500px;
	cursor: pointer;
}


#content .sidebar a.bgs_sidebar_services {
	background: url(/images/pcg-sidebar-banner.png) 0 0 no-repeat;
	width: 220px;
	height: 500px;
	display: block;
	margin: 0 0 20px 16px;
	overflow: hidden;
}

#content .sidebar a.bgs_sidebar_services:hover {
	background-position: 0 -500px;
	cursor: pointer;
}

/* HOMEPAGE */
body#homepage {
	background-image: url(/images/homepage_background.jpg);
}
body#homepage #flash {
	background-image: url(/images/flash.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 400px;
	width: 960px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	/* display:block is mandatory in order for swfobject to have auto margins */
	display:block;
}

body#homepage #header {
	margin-bottom: 19px;
}
body#homepage #content .sidebar, #content #page.wide .sidebar {
	width: 292px;
	padding-right: 20px;
	color: #666;
}
body#homepage #content .sidebar.start, #content #page.wide .sidebar.start {
	padding-left: 0;
	border-left: none 0;
}
body#homepage #content .sidebar.end, #content #page.wide .sidebar.end {
	padding-right: 0;
}
body#homepage #content .sidebar img, #content #page.wide .sidebar img {
	float: left;
	margin-right: 10px;
}
body#homepage #content .sidebar h2, #content #page.wide .sidebar h2 {
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
body#homepage #content .sidebar h2 a, #content #page.wide .sidebar h2 a {
	display: block;
	overflow: hidden;
}
body#homepage #content .sidebar h2.internet-marketing, #content #page.wide .sidebar h2.internet-marketing {
	background-image: url(/images/homepage_internet_marketing.png);
}
body#homepage #content .sidebar h2.marketing, #content #page.wide .sidebar h2.marketing {
	background-image: url(/images/homepage_marketing.png);
}
body#homepage #content .sidebar h2.web-design, #content #page.wide .sidebar h2.web-design {
	background-image: url(/images/homepage_website_design.png);
}
body#homepage #content .sidebar h3, body#homepage #content #page h3 {
	color: #54BFE5;
	font-size: 24px;
	border-bottom: solid 1px #DDD;
	padding-bottom: 10px;
}
body#homepage #content .sidebar h3 a, body#homepage #content #page h3 a {
	color: #54BFE5;
}
body#homepage #content .sidebar p.center a {
	text-decoration: none;
	color: #666;
}
body#homepage #content #page {
	float: left;
	width: 628px;
	margin-right: 0;
	margin-left: 20px;
}
body#homepage #content #page h3 {
	font-weight: normal;
}
body#homepage #content #page ul {
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
}
body#homepage #content #page ul li {
	margin-bottom: 6px;
}
body#homepage #content #page ul li a {
	background-image: url(/images/bullet_green.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	display: block;
	padding-left: 18px;
	color: #666;
	text-decoration: none;
}
body#homepage #content #page ul li a:hover {
	color: #B9DB8A;
}

a.bgs_home {
	background: url(/images/pcg-homepage-banner.png) 0 0 no-repeat;
	width: 955px;
	height: 140px;
	display: block;
	text-indent: -999999px;
}

a.bgs_home:hover {
	background-position: 0 -140px;
	cursor: pointer;
}


/* FOOTER */
#footer {
	overflow: hidden;
	background-color: #949494;
	color: #FFF;
	background-image: url(/images/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	padding-bottom: 20px;
}
#footer div.bar {
	overflow: hidden;
	background-image: url(/images/footer_bar.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 10px;
}
#footer div.social {
	width: 412px;
	height: 120px;
	float: left;
	overflow: hidden;
}
#footer div.social ul {
	width: 412px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#footer div.social ul li {
	float: left;
}
#footer div.social ul li.title {
	color: #949494;
	border-bottom-width: 0px;
	border-bottom-style: none;
	font-size: 14px;
	width: 412px;
}
#footer div.social ul li a {
	display: block;
	float: left;
	height: 65px;
	width: 59px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#footer div.social ul li a:hover {
}
#footer div.social ul li.facebook a {
	background-image: url(/images/icons/footer_facebook.png);
}
#footer div.social ul li.twitter a {
	background-image: url(/images/icons/footer_twitter.png);
}
#footer div.social ul li.linkedin a {
	background-image: url(/images/icons/footer_linkedin.png);
}
#footer div.social ul li.youtube a {
	background-image: url(/images/icons/footer_youtube.png);
}
#footer div.social ul li.blog a {
	background-image: url(/images/icons/footer_blog.png);
}
#footer div.form {
	width: 548px;
	height: 120px;
	overflow: hidden;
	float: left;
}
#footer div.form h4 {
	float: left;
	font-size: 16px;
	color: #949494;
	font-weight: bold;
	margin-bottom: 11px;
	margin-left: 6px;
}
#footer div.form h4 a {
	color: #949494;
	text-decoration: none;
}
#footer div.form p {
	float: right;
	margin-right: 6px;
}
#footer div.form p a {
	color: #949494;
	background-image: url(/images/no.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	white-space: nowrap;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer div.form form {
	overflow: hidden;
	clear: both;
	text-decoration: none;
}
#footer div.form form input {
	height: 27px;
	width: 180px;
	border: 1px solid #ddd;
	padding: 2px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
	background-color: #efefef;
	float: left;
	margin-left: 6px;
}
#footer div.form form input.submit {
	background-image: url(/images/button_subscribe.png);
	height: 33px;
	width: 138px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	border: none 0;
	background-color: transparent;
}
#footer div.form form input.submit:hover {
	background-position: 0 -33px;
	cursor: pointer;
}
#footer ul {
	float: left;
	overflow: hidden;
	width: 182px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#footer ul.nomargin {
	width: 192px;
	margin-right: 0;
}
#footer ul li {
}
#footer ul li.title {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
	padding-bottom: 5px;
	margin-left: 0;
	margin-bottom: 5px;
	font-weight: bold;
}
#footer ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #CCC;
}
#footer p a {
	color: #FFF;
}
#footer p a:hover {
	color: #CCC;
}
#footer h1 {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#footer img {
	float: left;
	margin-right: 20px;
	margin-top: 16px;
}
#footer a img {
	float: right;
	margin-top: 5px;
}


/* MISC. CLASSES */
p.center {
	text-align: center;
}
p.red {
	color: #C00;
}

p .red {
	color: #C00;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
#content p.center{
	text-align:center;
}
#content p.yellow{
	background-color:#FF0;
	font-weight:bold;
}
.left{
	float:left;
}
.right{
	float:right;
}
img.left, img.right{
	margin:10px;
}
#content blockquote.quote {
	background-image: url(/images/icons/quote_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
	padding-top: 6px;
	overflow: hidden;
}
#content blockquote.quote p.end {
	margin-bottom: 5px;
	background-image: url(/images/icons/quote_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content blockquote.quote p.by {
	text-align: right;
	margin-right: 40px;
	font-size: 12px;
	color: #555;
}
#content blockquote.quote img {
	float: left;
	margin: 5px 20px 25px 0;
}


/* STORE PAGE */
#content div.product {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	margin-top: 25px;
	padding-bottom: 20px;
	overflow: hidden;
}

#content div.product img {
	float: left;
	margin: 5px 20px 46px 0;
}

#content div.product img.dumb {
	margin-right: 40px;
}

#content div.product h3 {
	margin-bottom: 3px;
	padding-bottom: 0;
}

#content div.product h3 a {
	color: #213E7D;
	text-decoration: none;
}

#content div.product h3 a:hover {
	color: #21ACDA;
}

#content div.product p.sub {
	font-size: 11px;
	color: #333;
	margin-bottom: 5px;
}

#content div.product p a.more {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #213E7D;
}

#content div.product p a.more:hover {
	color: #21ACDA;
}

#content div.product p.price {
	float: right;
	color: #333;
	font-weight: bold;
}

#content ul.left {
	float: left;
	width: 289px;
	margin: 0 15px 0 30px;
}

#content ul.left_2 {
	float: left;
	width: 314px;
	margin: 0 0 0 20px;
}

#content .header_paragraph {
	font-weight:bold;
}
.cufon-canvas{
	margin:4px 0 4px 0;

}
.left #mpl {
	margin:10px;
}
.step-1, .step-2, .step-3 {
	padding-left: 80px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 20px 0px;
	margin-bottom: 30px;
}
.step-1 {
	background-image: url(/images/step-1.jpg);
}
.step-2 {
	background-image: url(/images/step-2.jpg);
}
.step-3 {
	background-image: url(/images/step-3.jpg);
}

/* Smartphone page for community banks */

div.smartphone {
	background: url(/images/view-smartphone.jpg) 0 0 no-repeat;
	height: 350px;
	padding-left: 258px;
	margin-bottom: 15px;
}

/* Support Ticket Sys.
--------------------------------------------------------------------------------*/
#supportticket #uploadifyQueue {margin-left:220px;}
#supportticket .uploadifyQueueItem {
	font-size: 10px;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 3px 10px 5px;
	width: 65%;
}
#supportticket .uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
#supportticket .uploadifyQueueItem .cancel {
	float: right;
}
#supportticket .uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 5px;
	width: 100%;
}
#supportticket .uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
#supportticket #fileQueue .uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: none;
	border-bottom: 1px solid #E5E5E5;
	background-color: #FFFFFF;
	padding: 5%;
	width: 90%;
}
#supportticket #fileQueue .uploadifyError {
	background-color: #FDE5DD !important;
}
#supportticket #fileQueue .uploadifyQueueItem .cancel {
	float: right;
}
#supportticket table.download {
	margin-top: 10px;
	width: 100%;
	border-bottom: 1px solid #eee;
}
#supportticket table.download th,
#supportticket table.download td {
	font-size: 10px;
	padding: 5px 10px 6px;
	border-top: 1px solid #eee;
}
#supportticket table.download th {
	background-color: #002157;
	color: #fff;
}
#supportticket table.download th.left {
	text-align: left;
}
#supportticket table.download td.center {
	text-align: center;
}
#supportticket table.documentation {
	margin-top: 10px;
	width: 100%;
}
#supportticket table.documentation td {
	padding: 5px 10px 6px;
	border-top: 1px solid #eee;
}
#supportticket #result {
line-height: 14px;
}
#supportticket .uploaded_file {
font-size: 10px;
color: #808080;
}
.blog-share-buttons {
	overflow: hidden;
	text-align: center;
	float: right;
	margin: 0 0 20px 20px;
	width: 58px;
}

/* Business Growth Summit Event bonus downloads page */

#content h3.event_audio {
	background: url(/images/icons/event-audio.jpg) 0 0 no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
	margin-top: 30px;
}

#content h3.bonus_links {
	background: url(/images/icons/bonus-links.jpg) 0 0 no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
	margin-top: 30px;
	padding-top: 5px;
}

#content h3.linkedin {
	background: url(/images/icons/linkedin.png) 0 0 no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
	margin-top: 30px;
	padding-top: 3px;
}

#content h3.presentation_slides {
	background: url(/images/icons/presentation-slides.jpg) 0 0 no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
	margin-top: 30px;
	padding-top: 3px;
}

#content h3.attendee_list {
	background: url(/images/icons/attendee-list.jpg) 0 0 no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
	margin-top: 30px;
	padding-top: 3px;
}

#content h3.session_overview {
	background: url(/images/icons/session-overview.jpg) 0 0 no-repeat;
	padding-left: 40px;
	padding-bottom: 10px;
	margin-top: 30px;
	padding-top: 3px;
}

#content p.indent {
	margin-left: 40px;
	margin-bottom: 5px;
}

#content div.bonus_links {
	float: left;
	margin: 15px 30px 0 40px;
}

#content div.bonus_links h4 {
	color: #639124;
	margin-bottom: 10px;
}

#content div.bonus_links a {
	background: url(/images/icons/download.png) 0 0 no-repeat;
	padding-left: 24px;
	margin-left: 10px;
	color: #213e7d;
}

#content div.bonus_links a:hover {
	color: #639124;
}

#content div.bonus_links a.none {
	background: none;
	padding-left: 0;
	margin-left: 0;
}

#content div.bonus_links img {
	padding-bottom: 10px;
}

#content .file_size {
	font-size: 12px;
	color: #868982;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content hr.divide {
	height: 1px;
	background-color: #c5bfbf;
	margin: 10px auto;
	width: 600px;
}

#content div.player_linkedin {
	background: url(/images/player-linkedin.jpg) no-repeat 0 0;
	height: 515px;
	width: 650px;
	margin: 15px auto 0;
	display: block;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 15px;
}
