/***************************************************************
Style Sheet for Kociaa.com

Copyright 2005-2007 by Cougar Marketing, All Rights Reserved
***************************************************************/

/************************************************
Colors:

dark gray: #6c8098;
background gray: #8c8990;

royal blue: #0279ef;
royal blue (slightly darker): #3970b7;

************************************************/





/************************************************
Basic Elements
************************************************/

body {
	margin:0px;
	padding:0px;
	padding-bottom:0;
	width:100%;
	font-size:80%;
	font-family: arial, helvetica, verdana, sans-serif;
	color:#000;
}

div {
	
}

.hline { /*Use instead of <hr/> */
	margin-bottom:12px;
	border-top:1px solid #3970b7;
}

p {
	margin:0;
	margin-bottom:15px;
}

ul {
	
}

table {

}
td {

}

form {
	display:inline;	
}

a, a:link {
	color:#18467F;
	text-decoration:underline;
}

a:visited { color:#18467F; }
a:hover { color: #00C; }

h1 {
	margin:0;
	margin-bottom:3px;
	
	font-family: arial, helvetica, verdana, century gothic, sans-serif;
	font-size:130%;
	color:#3970b7;
}

h2 {
	margin:0;
	margin-bottom:3px;
	
	font-family: arial, helvetica, verdana, century gothic, sans-serif;
	font-size:110%;
	color:#3970b7;
}

h3 {
	margin:0;
	margin-bottom:3px;
	
	font-family: arial, helvetica, verdana, century gothic, sans-serif;
	font-size:110%;
	color:#3970b7;
}

img {
	border:0px;
	margin:0px;
}



/************************************************
Custom Styles of Basic Elements

Please list in the same order as the basic elements.
************************************************/

/*--------------- Unordered Lists -------------*/

.ulStyleNav {
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0;
	
	padding-top:0px;
	padding-bottom:10px;
	padding-left:24px;
}
.ulStyleNav li {
	margin-bottom:.5em;
	padding-left:0;
}
.blobSubNav {
	list-style:none;
	margin:3px 0 0 0;
	padding:0;
}


.ulStyle1 {
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0;
	
	padding-top:0px;
	padding-left:18px;
}
.ulStyle1 li {
	padding-left:3px;
}

.ulStyle2 {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0;
	
	padding-top:0px;
	padding-left:15px
}
.ulStyle2 li {
	padding-left:0px;
}

.ulStyle3 {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0;
	
	padding-top:0px;
	padding-left:10px
}
.ulStyle3 li {
	padding-left:0px;
}

.ulStyleSpaced {
	margin:5px 2px 0 20px;
	padding-left:18px;
}
.ulStyleSpaced li {
	margin-bottom:.5em;
}

.ulTutorial {
	display:inline;
	margin:0px;
	padding:0px;
	list-style:none;
}
.ulTutorial li {
	float:left;
	padding-top:1.6em;
	height:3em;
}
.ulTutorial li a, .ulTutorial li a:link, .ulTutorial li a:visited {
	padding:15px 24px;
	text-decoration:none;
	font-weight:600;
	color:#8a9fcf;
}
.ulTutorial li a:hover, .ulTutorial li a:active {
	color:#f70;
}
.ulTutorial .back, .ulTutorial .back:link, .ulTutorial .back:visited, .ulTutorial .back:hover, .ulTutorial .back:active {
	padding-right:14px;
	width:38px;
}
.ulTutorial .forward, .ulTutorial .forward:link, .ulTutorial .forward:visited, .ulTutorial .forward:hover, .ulTutorial .forward:active {
	padding-left:23px;
	width:42px;
}
.ulTutorial .current, .ulTutorial .current:link, .ulTutorial .current:visited, .ulTutorial .current:hover, .ulTutorial .current:active {
	color:#f70;
}


/*--------------- Tables ----------------------*/

.bordered td {
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#6c8098;
}
.bordered td td {
	border:none;
}
.bordered .top {
	border-width:1px 0 1px 1px;
	border-style:solid;
	border-color:#6c8098;
}
.bordered .right {
	border-right:1px solid #6c8098;
}


/*--------------- Links -----------------------*/
.paddedLink {
	padding:8px;	
}


/*--------------- Headers ---------------------*/

.productName {
	text-align:center;
	font-size:200%;
	color:#000;
}

.tagline {
	text-align:center;
	font-size:150%;	
	color:#000;
}
.tagline em {
	color:#0279ef;
}

.barHeader {
	padding:3px 0 3px 5px;
	
	border-width:1px 0;
	border-style:solid;
	border-color:#bbb;
	
	color:#000;
}

.barHeader2 {
	padding:4px 0 4px 8px;
	
	color:#3970b7;
}


/*--------------- Images ----------------------*/

.paddedBullet {
	padding:3px 5px;
}

/************************************************
Special Classes

Purpose
Presentation
************************************************/

/*--------------- Testimonials ----------------*/
.testimonial {
	margin:10px;
	padding:7px 5px 5px 7px;

	border:solid 1px #6c778d;
}



/*--------------- Comparison ------------------*/
.comparison {
	margin:8px 5px 15px 0;
}
.comparison th {
	padding:3px 8px;

	text-align:center;
	font-weight:600;
	color:#6c8098;
	
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:#4f5766;
}
.comparison th a {
	color:#fff;
}
.comparison th a:link, .comparison th a:visited, {
	color:#fff;
}
.comparison th a:hover {
	color:#ffed81;
}
.comparison .highlight {
	font-weight:600;
	color:#fff;
}
.comparison td {
	padding:4px 7px 4px 8px;
	
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#6c778d;
	
	text-align:center;
	color:#666;
	
	background-color:#fff;
}
.comparison td .highlight {
	font-weight:600;
	color:#e83;
	
	background:none;
}
.comparison th.textLeft, .comparison td.textLeft {
	text-align:left;
}
.comparison .topLeft {
	border-width:2px 0 2px 2px;
	border-color:#4f5766;
	
	text-align:left;
}
.comparison .topRight {
	border-width:2px 2px 2px 0;
	border-color:#4f5766;
}
.comparison .left {
	border-width:0 0 1px 1px;
	
	text-align:left;
}
.comparison .right {
	border-width:0 1px 1px 1px;
}
.comparison .bottomLeft {
	border-width:0;
	
	text-align:left;
	
	border-width:0 0 1px 1px;
}
.comparison .bottom {
	border-width:0 0 1px 1px;

	background-color:#fff;	
}
.comparison .bottomRight {
	border-width:0 1px 1px 1px;
}



/*--------------- Features --------------------*/
.features {
	
}

.features .rowStyle1{
	
}

.features .rowStyle2{
	
}



/*--------------- Floating --------------------*/
.liquid {
	float:left;
}

.liquidOpposite {
	float:right;
}

.liquidStop {
	clear:both;
}
br.liquidStop {
	clear:both;
	font-size:0px;
}



/*--------------- Columns ---------------------*/
.columnBody1 {
	width:580px;
	
	padding-left:0;
	padding-right:0;
	padding-top:15px;
}

.columnBody2 {
	clear:left;
	float:left;
	width:569px;
	
	padding:0;
}

.columnBodyFull {
	width:580px;
	
	padding-left:0;
	padding-right:0;
	padding-top:7px;
}

.columnBlobs1 {
	display:none;
}



.columnBuy1 {
	display:inline;
	margin-left:5px;
	padding-top:0px;
	width:200px;
	font-size:90%;
}


.columnRightBlob1 {
	display:inline;
	margin-left:5px;
	padding-top:0px;
	width:150px;
	font-size:90%;
}

.columnRightBlob2 {
	display:inline;
	margin-left:5px;
	padding-top:0px;
	width:175px;
	font-size:90%;
}

/*--------------- Text Classes ----------------*/
.highlight {
	font-weight:600;
	color:#ce0202;
}

.lightest { color:#fff; }
.lightest a, .lightest a:link, .lightest a:visited, .lightest a:hover, .lightest a:active { color:#fff; }
.lightest h1 { color:#fff; }
.lightest h2 { color:#fff; }

.light {
	color:#6c8098;
}
.dark {
	color:#000;
}

.bigger {
	font-size:120%;	
}

.price {
	font-weight:600;
	color:#065e25;
}

.bonusText{
	font-weight:600;
	color:#ce0202;
}
	
.no {
	font-weight:600;
	color:#ce0202;
}
.yes {
	font-weight:600;
	color:#065e25;
}




/*--------------- Body Tabs -------------------*/
.selectBody{
	margin-bottom:10px;
	padding:0 10px;
}

.tabBodyNav {
	border-bottom:1px solid #bbb;
}
.tabBodyNav ul {
	margin:0;
	padding:0;
	padding-top:1px;
	
	padding-bottom:45px;
	
	list-style:none;
}
.tabBodyNav ul li {
	float:left;
	height:45px;
	width:150px;
	
	text-align:center;
}
.tabBodyNav ul li a {
	display:block;
	padding:5px 5px 3px 5px;
	height:37px;
	width:140px;
	
	text-decoration:none;
	font-weight:600;
	color:#5b5e7f;
	
	border-width: 1px 1px 0 1px;
	border-style:solid;
	border-color:#bbb;
}
.tabBodyNav ul li a:link { }
.tabBodyNav ul li a:visited {
	color:#555577;
}
.tabBodyNav ul li a:hover {
	text-decoration:underline;
}
.tabBodyNav .firstTab, .selectBody .secondTab, .selectBody .thirdTab {
	margin-right:10px;
}

.Tab1 .firstTab,.Tab2 .secondTab, .Tab3 .thirdTab {		
	height:46px;
	
	background-color:#fff;
	border-bottom:0px solid #fff;
	z-index:100;
}
.Tab1 .firstTab a,.Tab2 .secondTab a, .Tab3 .thirdTab a{
	height:38px;
}


.tabBody {
	padding:5px;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#bbb;
}




/*--------------- Box Styles ------------------*/
.boxStyle1 {
	
}
.columnRightBlob2 .boxStyle1 {
	margin-bottom:7px;
}

.boxStyle1 .topLeft {
	border-style:solid;
	border-color:#bbb;
	border-width:1px 1px 0 1px;
}
.boxStyle1 .topRight {
	height:6px;
	
	font-size:0px;
}
.boxStyle1 .blobBody {
	padding:3px 5px 3px 9px;
	
	border-style:solid;
	border-color:#bbb;
	border-width:0 1px;
}
.boxStyle1 .bottomLeft {
	border-style:solid;
	border-color:#bbb;
	border-width:0 1px 1px 1px;
}
.boxStyle1 .bottomRight {
	height:6px;
	
	font-size:0px;
}



/*--------------- Blob Styles -----------------*/
.blobBody {

}


.columnBlobs1 .blobDefault{
	display:none;
}
.blobDefault {
	margin-bottom:13px;
}


.columnBlobs1 .blobStyle1 {
	display:none;
}
.blobStyle1 {
	
}
.blobStyle1 .topLeft {
	border-style:solid;
	border-color:#3970b7;
	border-width:2px 2px 0 2px;
}
.blobStyle1 .topRight {
	padding:7px 0 0 25px;
	height:25px;
}
.blobStyle1 .topRight h2{
	margin:0;
	padding:0;
	
	text-align:center;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:100%;
	color:#3970b7;
}
.blobStyle1 .blobBody {
	padding:3px 0 0 9px;
	
	border-style:solid;
	border-color:#3970b7;
	border-width:0 2px 2px 2px;
}
.blobStyle1 .bottomLeft {
	display:inline;
}
.blobStyle1 .bottomRight {
	margin-bottom:11px;
	padding:0;
	height:2px;
	font-size:1px;
	line-height:1px;
}


.columnBlobs1 .blobStyle2 {
	display:none;
}
.blobStyle2 {
	
}
.blobStyle2 .topLeft {
	border-width: 1px 1px 0 1px;
	border-style:solid;
	border-color:#6c8098;
}
.blobStyle2 .topRight {
	padding:2px 0 2px 0;
}
.blobStyle2 .topRight h2 {
	margin:0;
	
	text-align:center;
	color:#6c8098;
}
.blobStyle2 .blobBody {
	margin-bottom:13px;
	padding:8px 5px 8px 3px;
	
	border-width: 0 1px 1px 1px;
	border-style:solid;
	border-color:#6c8098;
	
	text-align:center;
}


.columnBlobs1 .blobStyleSnapshot {
	display:none;
}
.blobStyleSnapshot {
	
}
.blobStyleSnapshot .topLeft {
	border-width: 1px 1px 1px 1px;
	border-style:solid;
	border-color:#6c8098;
}
.blobStyleSnapshot .topRight {
	padding:2px 0 2px 0;
}
.blobStyleSnapshot .topRight h2 {
	margin:0;
	
	text-align:center;
	color:#6c8098;
}
.blobStyleSnapshot .blobBody {
	margin-bottom:13px;
	padding:8px 0px 16px 2px;
	
	border-width: 0 1px 1px 1px;
	border-style:solid;
	border-color:#6c8098;
	
	background: url('images05/blob-styleSnapshot-bottom.gif') bottom left no-repeat #fafafa;
}
.blobStyleSnapshot .blobBody p {
	margin:3px 0;
}

.columnBlobs1 .blobStyle3 {
	display:none;
}
.blobStyle3 {
	margin-bottom:13px;
	padding:.5em;
	
	border-width: 1px;
	border-style:solid;
	border-color:#6c8098;
	
	background-color:#eee;
}
.blobStyle3 h2{
	text-align:center;
	color:#6c8098;
}



.blobSummary {
	padding:17px 0px 18px 0;
	
	border-top:1px solid #3970b7;
}
.blobSummary .ulStyle2 {
	margin-top:8px;
	margin-bottom:8px;
	padding-left:2px;
	
	width:252px;
}
.blobSummary .ulStyle2 li {
	padding-left:6px;
}
.firstIndexBlob .blobSummary {
	border-top:none;
}



.blobBuy1 {
	margin-bottom:5px;
}
.blobBuy1 .topLeft {
	border-width: 1px 1px 1px 1px;
	border-style:solid;
	border-color:#6c8098;
}
.blobBuy1 .topRight {
	padding:2px 0 2px 5px;
}
.blobBuy1 .topRight h2 {
	margin:0;
	
	text-align:center;
	color:#6c8098;
}
.blobBuy1 .blobBody {
	border-width: 0 1px 1px 1px;
	border-style:solid;
	border-color:#6c8098;
}
.blobBuy1 .blobBody h2{
	color:#6c8098;
}
.blobBuy1 .blobBody .bonus {
	padding:3px 0px 3px 2px;
	
	border-width: 1px 0;
	border-style:dashed;
	border-color:#6c8098;
	
	color:#000;
	font-weight:300;
	
	background-color:#eee;
}


.blobBuy2 {
	margin-bottom:13px;
	padding:.5em;
	
	border-width:1px;
	border-style:solid;
	border-color:#6c8098;
	
	color:#6c8098;
}
.blobBuy2 h2{
	text-align:center;
	color:#6c8098;
}
.blobBuy2 a, .blobBuy2 a:link, .blobBuy2 a:visited {
	text-decoration:none;
	color:#6c8098;
}
.blobBuy2 a:hover {
	text-decoration:underline;
}



/************************************************
Layout-specific Elements
************************************************/

#container {
	position:relative;
	margin-bottom:10px;
	padding-top:1px;
	padding-left:0;
	padding-right:0;
	top:20px;
	width:580px;

	text-align:left;

	background-color:#fff;
}

#content {
	position:relative;
	margin-bottom:0px;
	margin-top:10px;
	padding-left:0;
	padding-right:0;
	padding-bottom:1px;
	
	width:580px;
}
	
.hasSub-nav {
}

.noLeftColumn {
}


#main-nav {
	display:none;
}

#sub-nav {
	display:none;
}

#footer {
	margin:0;
	padding:0 0 5px 0;
	clear:both;
	
	font-size:90%;
}
#footer div { width:580px; }
#footer td {
	display:none;
}
#footer td.address {
	display:block;
	width:300px;
}
#footer td.padded {
	padding-left:5px;
	padding-right:5px;
}
#footerBar {
	display:none;
	margin-left:4px;
	margin-right:7px;
	padding:3px 8px 0 0;
	height:22px;

	text-align:right;
	color:#000;
}
#footerBar ul {
	float:left;
	margin:0;
	padding:0;
}
#footerBar ul li{
	display:inline;
}
#footerBar a {
	padding-right:15px;
	padding-left:15px;
	
	color:#000;
	text-decoration:none;
}
#footerBar a:hover { text-decoration:underline;  }



#header {
	display:none;
}
