/* --------------------------------

LogicalPerformance Styles
Author: Krasimir Makaveev
Version: 26 Mar 2009


Colors(names are approx.):

* Orange - #ff6600
* Green - #4e9a06
* Blue - #204a87
* Red - #a40000
* Purple - #75507b
* Brown - #8f5902

-------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

.hide {
	display: none;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
}

hr {
	clear: both;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0;
	margin: 5px 0;
}

.hr {
	clear: both;
	display: block;
	border-bottom: 1px dashed #ddd;
	margin: 13px 0 10px 0;
}

a img {
	border: 0;
}

img.img-l {
	float: left;
	margin: 0 10px 10px 0;
}

img.img-r {
	float: right;
	margin: 0 0 10px 10px;
}

img.img-c {
	clear: both;
	margin: 10px 0;
}

img.framed {
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
}

input,textarea,select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 3px 2px;
	border: 2px solid #ddd;
	width: 90%;
}

textarea {
	height: 90px;
}

select,option {
	padding: 1px;
}

label {
	display: block;
	font-weight: bold;
	cursor: pointer;
	color: #666;
}

label a {
	color: #666;
	text-decoration: none;
}

label.imp {
	color: #a40000;
}

input.btn {
	border: 0;
	background: #a40000;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 15px;
	cursor: pointer;
	width: auto;
}

input.chk {
	width: auto;
	padding: 0;
	border: 0;
}

/* =Top Navigation
-------------------------------- */

#top_nav {
	background: #036;
	height: 30px;
	color: #fff;
	text-align: left;
}

#top_nav a {
	font-weight: bold;
	color: #fff;
}

#top_nav a:hover {
	text-decoration: none;
}

#top_nav p {
	float: left;
	font-style: italic;
}

#top_nav ul {
	float: right;
	list-style: none;
}

#top_nav ul li {
	float: left;
}

#top_nav ul li a {
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #fff;
}

#top_nav ul li.first a {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

#top_nav p, #top_nav ul li {
	line-height: 30px;
	font-size: 11px;
}

/* =Header
-------------------------------- */

#header {
	text-align: left;
	margin: 0 auto;
	width: 940px;
	height: 114px;
	background: url("../images/lpi_endless_circles.png") top left;
}

#header h1 {
	width: 482px;
	height: 114px;
	background: #fff url("../images/lpi_ec_grad.png") no-repeat top right;
}

#header h1 a {
	display: block;
	width: 235px;
	height: 114px;
	background: url("../images/lpi_logo.png") no-repeat 0 17px;
}

#header h1 a span {
	display: none;
}

/* =Banner - top
-------------------------------- */

#banner {
	margin: 0 auto;
	width: 940px;
/* 	height: 200px; */
	text-align: left;
	background: #fff url("../images/lpi_pboxes_group.png") no-repeat center right;
	border-bottom: 1px double #ddd;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}

#banner .cont {
	width: 674px;
/* 	height: 200px; */
}

#banner .cont h1, #banner .cont p {
	padding: 10px 10px 10px 0;
}

#banner .cont h1 {
	color: #4e9a06;
	letter-spacing: -1px;
	font-size: 32px;
}

#banner .cont p {
	color: #666;
	font-size: 14px;
	line-height: 1.6em;
}

#banner .cont a {
	background: #204a87;
	color: #fff;
	text-decoration: none;
	padding: 3px 5px;
	font-weight: bold;
}

#banner .cont a:hover {
	background: #a40000;
}

/* =Navigation
-------------------------------- */

#nav {
	margin: 0 auto;
	width: 940px;
	height: 32px;
	text-align: left;
	background: url("../images/lpi_nav_bkgr.png") repeat-x top left;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	line-height: 32px;
	border-right: 1px solid #369;
}

#nav ul li a {
	float: left;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#nav ul li a:hover, #nav ul li a.act {
	background: #036;
}

/* =Content
-------------------------------- */

#content {
	width: 940px;
	margin: 0 auto;
	background: #fff url("../images/lpi_pboxes_bkgr.png") repeat-x left -160px;
	overflow: auto;
}

/* =Main
-------------------------------- */

#main {
	float: left;
	width: 690px;
	padding: 10px 20px 10px 0;
	text-align: left;
}

#main h1, #main h2, #main h3 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	clear: both;
}

#main h1 {
	color: #f60;
	font-size: 26px;
}

#main h2 {
	color: #204a87;
	font-size: 22px;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #ddd;
}

#main h2 span {
	font-weight: bold;
}

#main h2.stories {
	border: 0;
}

#main h3 {
	color: #2e3436;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin: 20px 0 10px 0;
}

#main p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 10px 0;
}

#main a {
	color: #204a87;
	font-weight: bold;
}

#main a:hover {
	background: #f60;
	color: #fff;
	text-decoration: none;
}

#main .info_box {
	background: #ffc;
	border: 1px solid #ddd;
	color: #333;
	padding: 0 10px;
}

#main ol {
	margin: 10px 30px;
}

#main ul {
	list-style: none;
	margin: 10px 30px 10px 15px;
}

#main ul li {
	background: url("../images/bullet_orange.gif") no-repeat 0 5px;
	padding-left: 15px;
}

#main li, #main dt, #main dd {
	font-size: 12px;
	line-height: 1.6em;
}

#main blockquote {
	margin: 10px 0;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
}

#main .column {
	float: left;
	width: 46%;
	margin-right: 10px;
}

#main table {
	border-collapse: collapse;
}

#main table tr th, #main table tr td {
	vertical-align: top;
	font-size: 12px;
	line-height: 1.6em;
	padding: 10px;
}

/* Product blocks - Home page */

#main ul.product_blocks {
	margin: 0;
	color: #fff;
	list-style: none;
	width: 690px;
	float: left;
	clear: both;
}

#main ul.product_blocks li {
	float: left;
	width: 285px;
	height: 95px;
	margin: 0 30px 30px 0;
	padding: 10px;
	background-image: url("../images/lpi_prod-tag_bkgr.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#main ul.product_blocks li p {
	line-height: normal;
}

#main ul.product_blocks li a, #main ul.product_blocks li a:hover {
	color: #fff;
	text-decoration: none;
	background: none;
}

#main ul.product_blocks li p a {
	text-decoration: underline;
}

#main ul.product_blocks li h3 {
	margin: 0;
	color: #fff;
	background: none;
	border: 0;
	font-weight: bold;
}

#main ul.product_blocks li.logic-content {
	background-color: #f60;
}

#main ul.product_blocks li.logic-promo {
	background-color: #4e9a06;
}

#main ul.product_blocks li.logic-stream {
	background-color: #204a87;
}

#main ul.product_blocks li.logic-com {
	background-color: #75507b;
}

#main ul.product_blocks li.logic-shop {
	background-color: #a40000;
}

#main ul.product_blocks li.logic-response {
	background-color: #8f5902;
}

#main ul.product_blocks li.logic-project {
	background-color: #0197fd;
}

#main ul.product_blocks li.logic-lms {
	background-color: #808000;
}

/* Success Stories */

#main .stories_left {
	float: left;
	width: 300px;
}

#main .stories_right {
	float: left;
	width: 390px;
}

#main dl.story_info {
	background: #ffc;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0;
}

#main dl.story_info dt {
	font-weight: bold;
	margin-right: 2px;
	float: left;
}

#main dl.story_info .note {
	font-size: 11px;
}

/* Products */

#main span.price-tag {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background-image: url("../images/lpi_price-tag.gif");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 3px 20px 3px 5px;
}

#main ul.product_list {
	list-style: none;
	margin: 10px 0;
	width: 690px;
	float: left;
	border-top: 1px solid #eee;
}

#main ul.product_list li {
	float: left;
	margin: 0;
	padding: 0 0 15px 0;
	background: none;
	width: 345px;
	border-bottom: 1px solid #eee;
}

#main ul.product_list li h3 {
	border: 0;
	font-weight: bold;
	letter-spacing: normal;
	color: #fff;
	padding: 5px 8px;
}

#main ul.product_list li h3 a, #main ul.product_list li h3 a:hover {
	display: block;
	color: #fff;
	background: none;
	text-decoration: none;
}

#main ul.product_list li h2 {
	border: 0;
	font-weight: normal;
}

#main ul.product_list .prod_img {
	float: left;
	text-align: center;
	width: 150px;
}

#main ul.product_list .prod_desc {
	float: left;
	text-align: left;
	width: 195px;
	height: 170px;
}

/* LogicContent */

#main ul.product_list li.logic-content .price-tag, #main .logic-content .price-tag {
	background-color: #f60;
}

#main ul.product_list li.logic-content h3, #main .logic-content h1 {
	background: #f60;
}

/* LogicPromo */

#main ul.product_list li.logic-promo .price-tag, #main .logic-promo .price-tag {
	background-color: #4e9a06;
}

#main ul.product_list li.logic-promo h3, #main .logic-promo h1 {
	background: #4e9a06;
}

/* LogicStream */

#main ul.product_list li.logic-stream .price-tag, #main .logic-stream .price-tag {
	background-color: #204a87;
}

#main ul.product_list li.logic-stream h3, #main .logic-stream h1 {
	background: #204a87;
}

/* LogicCom */

#main ul.product_list li.logic-com .price-tag, #main .logic-com .price-tag {
	background-color: #75507b;
}

#main ul.product_list li.logic-com h3, #main .logic-com h1 {
	background: #75507b;
}

/* LogicResponse */

#main ul.product_list li.logic-response .price-tag, #main .logic-response .price-tag {
	background-color: #8f5902;
}

#main ul.product_list li.logic-response h3, #main .logic-response h1 {
	background: #8f5902;
}

/* LogicShop */

#main ul.product_list li.logic-shop .price-tag, #main .logic-shop .price-tag {
	background-color: #a40000;
}

#main ul.product_list li.logic-shop h3, #main .logic-shop h1 {
	background: #a40000;
}

/* Logic Project */

#main ul.product_list li.logic-project .price-tag, #main .logic-project .price-tag {
	background-color: #0197fd;
}

#main ul.product_list li.logic-project h3, #main .logic-project h1 {
	background: #0197fd;
}

/* Logic LMS */

#main ul.product_list li.logic-lms .price-tag, #main .logic-lms .price-tag {
	background-color: #808000;
}

#main ul.product_list li.logic-lms h3, #main .logic-lms h1 {
	background: #808000;
}

/* Products / Misc */

#main ul.product_list li ul {
	list-style: none;
	margin: 10px 30px 10px 15px;
	padding: 0;
	float: none;
}

#main ul.product_list li ul li {
	float: none;
	width: auto;
	background: url("../images/bullet_orange.gif") no-repeat 0 5px;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
}

/* Single product page */

#main .p_img {
	float: left;
	width: 150px;
	text-align: center;
}

#main .p_desc {
	float: left;
	width: 540px;
}

#main .logic-content h1, #main .logic-com h1, #main .logic-stream h1, #main .logic-shop h1, #main .logic-response h1, #main .logic-promo h1, #main .logic-project h1, #main .logic-lms h1 {
	color: #fff;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 15px;
	padding: 3px 5px;
	font-size: 18px;
	text-align: center;
}

/* System / Error messages */

#main .sysmsg {
	margin: 15px 0;
	padding: 5px 5px 5px 10px;
	font-size: 11px;
	clear: both;
}

#main .sysmsg ul {
	margin: 5px 15px;
	list-style: disc;
}

#main .sysmsg li {
	background: none;
	padding: 0;
}

#main .err {
	background: #fae8e8;
	border: 1px solid #f1b9b9;
	color: #c00;
}

#main .err a {
	color: #c00;
}

#main .err li {
	color: #c00;
}

#main .ok {
	background: #e8f6e8;
	border: 1px solid #8bd18b;
	color: #060;
}

#main .ok a {
	color: #060;
}

#main .ok li {
	color: #060;
}

/* =Sidebar
-------------------------------- */

#sidebar {
	float: left;
	width: 230px;
	padding: 10px 0;
	text-align: left;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}

#sidebar h1 a, #sidebar h2 a, #sidebar h3 a {
	text-decoration: none;
}

#sidebar h1, #sidebar h1 a {
	color: #75507b;
	font-size: 22px;
	letter-spacing: -1px;
}

#sidebar h2, #sidebar h2 a {
	color: #8f5902;
	font-size: 18px;
}

#sidebar h3 {
	color: #a40000;
	font-size: 14px;
}

#sidebar p {
	font-size: 11px;
	line-height: 1.4em;
	margin: 10px 0;
}

#sidebar ul {
	margin: 10px 0;
	list-style: none;
}

#sidebar ul li {
	background: url("../images/bullet_orange.gif") no-repeat 0 4px;
	padding-left: 15px;
	font-size: 11px;
	line-height: 1.6em;
}

#sidebar a {
	color: #333;
	font-weight: bold;
}

#sidebar a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

#sidebar .info_box {
	background: #eee;
	border: 1px solid #ddd;
	color: #333;
	padding: 10px;	
}

/* Nav menu */

#sidebar ul.nav {
	border-top: 1px solid #ddd;
	width: 228px;
}

#sidebar ul.nav li {
	padding: 0;
	border-bottom: 1px solid #ddd;
	background: none;
}

#sidebar ul.nav li a {
	display: block;
	width: 220px;
	text-decoration: none;
	padding: 2px 4px;
}

#sidebar ul.nav li a:hover {
	background: #fff;
	color: #f60;
}

#sidebar ul.nav li a.act {
	background: #eee;
	color: #f60;
}

/* =Footer
-------------------------------- */

#footer {
	padding: 10px 0;
	width: 100%;
	float: left;
	background: #2e3436;
}

#footer a {
	color: #fff;
	font-weight: bold;
}

#footer .contact_info {
	float: left;
	text-align: left;
	color: #fff;
	font-size: 11px;
	line-height: 1.4em;
}

#footer .contact_info .copy {
	margin: 10px 0 0 0;
}

#footer blockquote.slogan {
	width: 230px;
	font-family: Georgia, Garamond, Times New Roman, Times, serif;
	font-style: italic;
	font-size: 11px;
	text-align: right;
	line-height: 1.4em;
	color: #fff;
	float: right;
}

#footer blockquote.slogan .author {
	color: #f60;
	font-weight: bold;
	margin: 10px 0 0 0;
}
