/***************************************************************
Style Sheet for Corda.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



/***************************************************************
Appearance Code
***************************************************************/
body {
	margin:0;
	padding:20px 0 40px 0;
	
	min-width:976px;
	
	text-align:center;
	font-family: Arial,Verdana,sans-serif;
	font-size:76%;
	color:#444;
	background:#f2f2f2;
}

p {
	margin:0;
	padding-bottom:.6em;
}

form {
	display:inline;
}
fieldset {
	border:none;
}

.button_submit {
	background: url(../images/submitbutton.jpg) no-repeat center top;
	width: 180px;
	height: 44px;
	outline: none;
	border: none;
	cursor: pointer;
}

a:link, a:visited, a:active { 
	color:#056e8c; 
	text-decoration:none; 
} /* 688992 */
a:hover { 
	color:#2b859e; 
	text-decoration:underline; 
} /* 127692 */

h1 {
	margin:0px;
	margin-top: 3px;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

h2 {
	margin:0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	color: #444444;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

h3 {
	margin:.2em 0px;
	font-size:100%;
	color:#1c509b;
}

img {
	border:0px;
	margin:0px;
}

.hr {
	margin:1.25em 0;
	border-bottom:1px solid #ddd;
}

.hr2 {
	border-bottom:1px solid #1c509b;
}

strong {
	color: #666;
	font-weight: bold;
}

.indented {
	padding-left: 15pt;
}


/***************************************************************
Appearance Code Applied to Layout Elements
***************************************************************/


#container {
	position:relative;
	top:0;
	margin-right:auto;
	margin-left:auto;
	padding:0;
	width:976px;
	text-align:left;
	border:none;
	background: url('images-layout/container-bg.gif') left repeat-y #fff;
}

#content {
	top:100px;
	padding:0;
	margin:0;
	z-index:6;
	width:976px;
	position:relative;
}

#columnWrapper {
	padding-top:5px;
	margin-bottom:5px;
}


.columnStyle1 {
	padding:0;
	margin-right:16px;
}
.columnStyle1 .columnTopLeft {
	display:none;
}
.columnStyle1 .columnTopRight {
	
}
.columnStyle1 .center {
	padding:0 0 5px 0;
	width:100%;
}
.columnStyle1 .columnBottomLeft {
	display:none;
}
.columnStyle1 .columnBottomRight {
	
}



.columnStyle2 {
	padding:0 13px;
	margin:0;
}
.columnStyle2 .columnTopLeft {
	display:none;
}
.columnStyle2 .columnTopRight {
	
}
.columnStyle2 .center {
	padding:0;
	width:100%;
	font-size:89%;
}
.columnStyle2 .columnBottomLeft {
	display:none;
}
.columnStyle2 .columnBottomRight {
	
}



.columnStyle3 {
	/*padding:0 10px 0 3px;*/
}
.columnStyle3 .columnTopLeft {
	display:none;
}
.columnStyle3 .columnTopRight {
	
}
.columnStyle3 .center {
	padding:0;
	width:100%;
	font-size:89%;
}
.columnStyle3 .columnBottomLeft {
	display:none;
}
.columnStyle3 .columnBottomRight {
	
}



/***************************************************************
Appearance and Location for MainNav and SubNav
***************************************************************/
.hasSubNav {
	padding-top:72px;
}
.noSubNav {
	padding-top:59px;
}


#mainNav {
	position:absolute;
	top:-52px;
	left:131px;
	width:824px;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #575956;
	background:#BBBDBA url('images-layout/nav-bg.gif') top left repeat-x scroll;
	z-index:1;
}
#mainNav ul {
	display:block;
	margin:0;
	padding:0;
	padding-left:10px;
	height:30px;
	width:817px;
	list-style:none;
}
#mainNav ul li {
	position:relative;
	display:inline;
	float:left;
	margin:0;
	padding:0;
	height:30px;
	z-index:5;
	background:transparent url('images-layout/main-nav-tab-normal.gif') top left repeat-x scroll;
}
#mainNav ul li a {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	padding-top:8px;
	height:22px;
	width:134px;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	color:#000;
	background:transparent url('images-layout/main-nav-tab-li-normal.gif') center right no-repeat scroll;
}
#mainNav ul li.last a{
	background:none;
}
#mainNav ul li:hover a, #mainNav ul li.over a {
background: transparent url('images-layout/main-nav-tab-select.gif') center right repeat-x scroll;
}
#mainNav ul li a:hover{
	text-decoration:underline;
	color:#000;
}
#mainNav ul li a.current {
	background: transparent url('images-layout/main-nav-tab-select.gif') center right repeat-x scroll;
}
#mainNav ul .current:link, #mainNav ul .current:visited {
	text-decoration:underline;
	color:#000;
	
}
#mainNav ul .current:hover, #mainNav ul .current:active {
	color:#000;
	text-decoration:underline;
}



#mainNav ul li ul {
	display:none;
	position:absolute;
	top:30px;
	left:-2px;
	
	margin:0;
	padding:0;
		
	height:auto;
	width:180px;
	
	text-transform:none;
	
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#575956;
	
	background:white;
	z-index:5;
}
#mainNav ul li.last ul {
	right:-1px;
	left:auto;
}
#mainNav ul li:hover ul, #mainNav ul li.over ul{
	display:block;
}

#mainNav ul li:hover ul li, #mainNav ul li.over ul li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	background:#fff;
}

#mainNav ul li:hover ul li a, #mainNav ul li.over ul li a{
	display:block;
	float:left;
	margin:0;
	border-top:1px solid #EDEDED;
	height:auto;
	padding:5px 5px;
	width:170px;
	font-weight:normal;
	text-align:left;
	background:none;
	text-decoration:none;
	font-size:11px;
	color:#000;
	background:white;
	
}
#mainNav ul li:hover ul li a:hover, #mainNav ul li.over ul li a:hover, #mainNav ul li.last ul li a:hover{
	background:#dde8e9;
}



/* Begin (Adjusted) New Navigation */
#navigation {
	position:absolute;
	top:-52px; /* Adjusted */
	left:131px;
	width:824px;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #575956;
	background:#bbbdba url('images-layout/nav-bg.gif') top left repeat-x scroll;
	z-index:5;
}
	#navigation ul {
		display:block;
		margin:0;
		padding:0;
		padding-left:10px;
		height:30px;
		width:817px;
		list-style:none;
	}
		#navigation ul li {
			position:relative;
			display:inline;
			float:left;
			margin:0;
			padding:0;
			height:30px;
			z-index:5;
			background:transparent url('images-layout/main-nav-tab-normal.gif') top left repeat-x scroll;
		}
			#navigation ul li a {
				display:inline;
				float:left;
				margin:0;
				padding:0;
				padding-top:8px;
				height:22px;
				width:134px;
				text-align:center;
				text-decoration:none;
				font-size:11px;
				color:#000;
				background:transparent url('images-layout/main-nav-tab-li-normal.gif') center right no-repeat scroll;
			}
			#navigation ul li.last a{
				background:none;
			}
			#navigation ul li:hover a, #navigation ul li.over a {
				background: transparent url('images-layout/main-nav-tab-select.gif') center right repeat-x scroll;
			}
			#navigation ul li a:hover{
				text-decoration:underline;
				color:#000;
			}
			#navigation>ul>li.current>a{
				background:transparent url('images-layout/main-nav-tab-select.gif') center right repeat-x scroll;
			}
			#navigation>ul>.current>a:link, #navigation>ul>.current>a:visited,
			#navigation>ul>.current>a:hover, #navigation>ul>.current>a:active			{
				text-decoration:underline;
				color:#000;
			}



			#navigation ul li ul {
				display:none;
				position:absolute;
				top:30px;
				left:-2px;
				
				margin:0;
				padding:0;
					
				height:auto;
				width:180px;
				
				text-transform:none;
				
				border-width:0 1px 1px 1px;
				border-style:solid;
				border-color:#575956;
				
				background:white;
				z-index:5;
			}
			#navigation ul li.last ul {
				right:-1px;
				left:auto;
			}
			#navigation ul li:hover ul, #navigation ul li.over ul{
				display:block;
			}
				#navigation ul li:hover ul li, #navigation ul li.over ul li{
					display:block;
					float:left;
					margin:0;
					padding:0;
					width:100%;
					height:auto;
					background:#fff;
				}
					#navigation ul li:hover ul li a, #navigation ul li.over ul li a{
						display:block;
						float:left;
						margin:0;
						border-top:1px solid #EDEDED;
						height:auto;
						padding:5px 5px;
						width:170px;
						font-weight:normal;
						text-align:left;
						background:none;
						text-decoration:none;
						font-size:11px;
						color:#000;
						background:white;
						
					}
					#navigation ul li:hover ul li a:hover, #navigation ul li.over ul li a:hover, #navigation ul li.last ul li a:hover{
						background:#dde8e9;
					}
					
					#navigation ul li ul li.current a {
						text-decoration:underline;
						color:#000;
						background:#dde8e9;
					}
/* End New Navigation */





.noSubNav #breadCrumbs ul{
	display:none;
}

#breadCrumbs {
	position:absolute;
	top:-18px;
	padding:0;
	margin:0;
	left:123px;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
}
#breadCrumbs ul {
	display:block;
	margin:0;
	padding:0;

	list-style:none;
}
#breadCrumbs ul li {
	float:left;
	margin:0;
	padding:0 0 0 7px;
}
#breadCrumbs ul li a {
	padding:0 7px 0 0;
	
	text-align:center;
	text-decoration:none;
	color:#6c6c6c;
}
#breadCrumbs ul li a:hover{
	text-decoration:underline;
}



/***************************************************************
Left Nav and Sub Left Nav Highlighting
***************************************************************/

/* Style the left nav */
.ulStyleNav {
	margin-top:0;
	margin-bottom:0;
	margin-left:3px;
	padding:3px 0 1px 0;
	list-style:none;
	width:95%;
}
.ulStyleNav li {
	padding-bottom:.25em;
}
.ulStyleNav li a:link, .ulStyleNav li a:visited, .ulStyleNav li a:active{
	padding-left:14px;
	text-decoration:none;
	color:#474747;
}
.ulStyleNav li a:hover {
	text-decoration:underline;
	background: url('images-layout/bullet.gif') 0 4px no-repeat;
}

/* Set all the subnavs to off initially */
.ulStyleNav ul { display:none; }

/* Highlight the left nav, display the subnav, and make sure that not all the subnavs are highlighted */
.current a:link, .current a:visited, .current a:active { background: url('images-layout/bullet.gif') 0 4px no-repeat;}
.current a:hover { background: url('images-layout/bullet.gif') 0 4px no-repeat; }

.current ul {display:block; list-style:none; margin-left:10px; padding-top:.25em; padding-left:0; font-weight:300; background:none;}

.current ul a:link, .current ul a:visited, .current ul a:active { display:block; font-weight:300; background: none;}
.current ul a:hover { background: none; }

/* Highlight the selected subnav */
.current .current a:link, .current .current a:visited, .current .current a:active { font-weight:600; background:none; }
.current .current a:hover { font-weight:600; background:none; }



/***************************************************************
Default Blob Styles
***************************************************************/
.blobDefault {
	padding:4px;
	margin:0 0 0 0;
	border:1px solid #7b7b7b;
	border-top:0;
	background:#f4f4f4;
}
.blobDefault h2 {
	margin-bottom:3px;
}
.blobDefault p {
	width:97%;
}

.blobImage {
	border:1px solid #7b7b7b;
	border-top:0;
}



.blobTour {
	margin-bottom:8px;
}



.blobStyle1 {
	border-width:1px;
	border-style:solid;
	border-color:#7b7b7b;
	margin:0;
}
.blobStyle1 .topLeft {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#7b7b7b;
	background:#dde8e9;
}
.blobStyle1 .topRight {
	height:100%;
	padding:6px 0;	
}
.blobStyle1 .topRight h2 { margin:0; padding:0; text-align:center; font-size:140%; color:#474747; }
.blobStyle1 .blobBody {
	font-size:105%;
	background:#f4f4f4;
}
.blobStyle1 .blobBody h2{
	margin:0 0 .2em 2px;
}
.blobStyle1 .bottomLeft {
	display:none;
}
.blobStyle1 .bottomRight {
	display:none;
}



.blobStyle2 {
	margin:0;
}
.blobStyle2 .topLeft {
}
.blobStyle2 .topRight {
}
.blobStyle2 .topRight h2 { margin:0; padding:0; text-align:center; font-size:130%; color:#000 }
.blobStyle2 .blobBody {
	background:#f4f4f4;
}
.blobStyle2 .blobBody h2{
	margin-bottom:4px;
	color:#fff;
}
.blobStyle2 .blobBody form{
	display:inline;
}
.blobStyle2 .blobBody #searchPhrase {
	margin-top:2px;
	margin-bottom:4px;
}
.blobStyle2 .blobBody #searchButton {
	margin-bottom:6px;
}
.blobStyle2 .bottomLeft {
	height:6px;
	background: url('images-layout/blob-style-2-bottom.gif') bottom left no-repeat #bbb;
}
.blobStyle2 .bottomRight {
	font-size:1px;
}



.blobStyle3 {
	margin:0;
	border:1px solid #7b7b7b;
	border-top:0;
	background:#f4f4f4;
	}
.blobStyle3 .topLeft {
	display:none;
}
.blobStyle3 .topRight {
	display:none;
}
.blobStyle3 .blobBody {
	padding:4px 4px 6px 6px;
	text-align:center;
}
.blobStyle3 .blobBody h2 {
	margin-top:0;
	font-size:130%;
}
.blobStyle3 .blobBody .ulStyle1.noBullet li {
	padding-left:5px;
	}
.blobStyle3 .blobBody .ulStyle1 {
	text-align:left;
}
.blobStyle3 .bottomLeft {
	display:none;
}
.blobStyle3 .bottomRight {
	display:none;
}




.blobBuy1 {

}
.blobBuy1 .topLeft {
	display:none;
}
.blobBuy1 .topRight {

}
.blobBuy1 .blobBody {

}
.buyStyle1, .buyStyle2, .buyStyle3 {
	position:relative;
	margin-bottom:12px;
	padding-top:6px;
	padding-left:10px;
	padding-bottom:0;
	height:84px;
}
.buyStyle1 h2, .buyStyle2 h2, .buyStyle3 h2 {
	margin:0;
	width:80px;
	
	font-weight:300;
	font-size:170%;
	text-transform:uppercase;
	color:#fff;
	
	border-bottom:1px solid #c4c400;
}
.buyStyle1 p, .buyStyle2 p, .buyStyle3 p{
	margin-top:2px;
	width:90px;
	font-size:100%;
	color:#fff;
	padding-left:3px;
}
.buyStyle1 {
	background:#688992;
}
.buyStyle2 {
	background:#98a0a3;
}
.blobBuy2 {
	
}
.blobBuy2 .topLeft {
	display:none;
}
.blobBuy2 .topRight {

}
.blobBuy2 .blobBody {

}
	.blobBuy2 .buyStyle1, .blobBuy2  .buyStyle2, .blobBuy2  .buyStyle3 {
		width:188px;
		margin-bottom:12px;
	}
	.blobBuy2 .buyStyle1 h2, .blobBuy2  .buyStyle2 h2, .blobBuy2  .buyStyle3 h2 {
		margin:0;
		width:80px;
		
		font-weight:300;
		font-size:170%;
		text-transform:uppercase;
		color:#fff;
		
		border-bottom:1px solid #c4c400;
		}
	.blobBuy2 .buyStyle1 p, .blobBuy2  .buyStyle2 p, .blobBuy2  .buyStyle3 p{
		margin-top:2px;
		width:90px;
		font-size:100%;
		color:#fff;
		padding-left:3px;
		}
	.blobBuy2 .buttons a {
		display:block;
		height:46px;
		margin-bottom:10px;
		width:165px;
		}
	.blobBuy2 .buyStyle1 {

		position:none;
		height:135px;
		padding:0;
		margin-top:0;
		background:none;
		}
	.blobBuy2 .buyStyle2 {

		position:none;
		height:129px;
		padding:28px 0 0 0;
		background:none;
		}
	.blobBuy2 .buyStyle3 {

		position:none;
		height:115px;
		padding:0;
		background:none;
		}
.buyStyle3 {
	background:#b4b466;
}
.buyButtonStyle1, .buyButtonStyle1:link, .buyButtonStyle1:visited, .buyButtonStyle1:active,
.buyButtonStyle2, .buyButtonStyle2:link, .buyButtonStyle2:visited, .buyButtonStyle2:active,
.buyButtonStyle3, .buyButtonStyle3:link, .buyButtonStyle3:visited, .buyButtonStyle3:active {
	position:absolute;
	display:block;	
	top:0;
	right:5px;
	padding-top:31px;
	width:75px;
	height:59px;
	font-weight:600;
	color:#000;
	text-align:center;
	text-decoration:none;
}

.buyButtonStyle1, .buyButtonStyle1:link, .buyButtonStyle1:visited, .buyButtonStyle1:active {
	background: url('images-layout/buy-style-1-button.gif') no-repeat top right;
}
.buyButtonStyle2, .buyButtonStyle2:link, .buyButtonStyle2:visited, .buyButtonStyle2:active {
	background: url('images-layout/buy-style-2-button.gif') no-repeat top right;
}
.buyButtonStyle3, .buyButtonStyle3:link, .buyButtonStyle3:visited, .buyButtonStyle3:active {
	background: url('images-layout/buy-style-3-button.gif') no-repeat top right;
}
.buyButtonStyle1:hover, .buyButtonStyle2:hover, .buyButtonStyle3:hover {
	color:#000;
	text-decoration:underline;
}
.blobBuy1 .bottomLeft {
	display:none;
}
.blobBuy1 .bottomRight {

}


.blobTitleTagline {
	margin-bottom:.8em;
}
.blobTitleTagline .topLeft {
	display:none;
}
.blobTitleTagline .topRight {

}
.blobTitleTagline .blobBody {
	padding:5px;
	border:1px solid #7B7B7B;
	background: #f4f4f4;
}
.blobTitleTagline .blobBody h1{
	margin:0;
	font-size:150%;
	color:#596C72;
}
.blobTitleTagline .blobBody p{
	display:block;
	margin-top:.3em;
	margin-left:.3em;
	color:#688992;
}
.blobTitleTagline .bottomLeft {
	display:none;
}
.blobTitleTagline .bottomRight {

}
.blobTitleTagline2 {
	display:block;
	width:546px;
}
.blobTitleTagline2 {

}
.blobTitleTagline2 .topLeft {
	display:none;
}
.blobTitleTagline2 .topRight {

}
.blobTitleTagline2 .blobBody {

}
.blobTitleTagline2 .bottomLeft {
	display:none;
}
.blobTitleTagline2 .bottomRight {

}


.blobSummary {
	position:relative;
	margin:.5em 6px;
	padding-top:5px;
	border-top:1px solid #D8DCDD;
	clear:right;
}
.blobSummary .topLeft {
	height:19px;

}
.blobSummary .topRight {
	height:19px;
	
}
.blobSummary .bottomLeft {
	display:none;
}

.blobSummary p {
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}
.blobSummary h2 a:link, .blobSummary h2 a:visited, .blobSummary h2 a:active {
	position:absolute;
	top:3px;
	left:4px;
	margin-left:30px;

	font-weight:300;
	font-size:150%;
	color:#000;
	
	text-decoration:none;
}
.blobSummary h2 a:hover {
	text-decoration:underline;
}
.blobSummary .description {
	width:580px;
}
.blobSummary .productScreenShot {
	float:right;
	padding:10px 0 10px 15px;
}

.summaryButtonStyle1, .summaryButtonStyle1:link, .summaryButtonStyle1:visited, .summaryButtonStyle1:active {
	color:#38667B;
	font-weight:bold;
	position:relative;
	top:-4px;
}
.summaryButtonStyle2, .summaryButtonStyle2:link, .summaryButtonStyle2:visited, .summaryButtonStyle2:active {
	color:#C4C400;
	font-weight:bold;
	padding-left:10px;
}
.summaryButtonStyle1:hover { 
	
}

.summaryButtonStyle2:hover {
	
}

.featureBox {
	margin-bottom:.8em;
	border:2px solid #ccc;
}
.featureBox .topLeft {
	background-color:#ccc;
}
.featureBox .topRight {
	padding:4px 8px;
}
.featureBox .boxBody {
	padding:3px .6em;
}
.featureBox .boxBody .ulStyle1 {
	margin-bottom:0;
}
.featureBox .bottomLeft {
	
}
.featureBox .bottomRight {
	padding:3px 6px;
	text-align:right;
	font-weight:bold;
}



/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	padding-bottom:3px;
	padding-left:16px;
	background: url('images-layout/bullet.gif') 0 4px no-repeat;
}

.ulStyle1.noBullet li {
	background: none;
}

.ulStyle1.smallBullet li {
	background: url('images-layout/bulletsmall.gif') 0 4px no-repeat;
	padding-left:8px;
}

.ulStyle1 li a {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}
.ulStyle1 ul {
	margin-left:18px;
	padding-left:0;
	
	list-style:disc;
}
.ulStyle1 ul ul{
	list-style:circle;
}
.ulStyle1 ul li {
	padding-left:0;
	background:none;
}



.ulStyle2 {
	margin:6px 0 6px 0;
	padding-left:15px;
}
.ulStyle2 li {
	padding-left:0;
}



.ulStyleSpaced li{
	margin-bottom:.6em;
}

.olStyleSpaced li{
	margin-bottom:.6em;
}
.olStyleSpaced li p{
	padding:.6em 0 0 0;
}



/***************************************************************
Table Styles
***************************************************************/
.comparison {
	margin:15px 0;
	width:55%;
	
	font-size:110%;
	border-collapse:collapse;
}
.comparison th {
	padding:6px 12px 6px 14px;
	
	text-align:center;
	font-size:110%;
	font-weight:600;
	color:#000;
	
	border:1px solid #555;
	border-width:2px 0;
	
	background-color:#fff;
}
.comparison th a { }
.comparison th a:link, .comparison th a:visited { }
.comparison th a:hover {
	text-decoration:none;
}
.comparison .highlight {
	font-weight:600;
	color:#4fbf13;
}
.comparison td {
	padding:4px 7px 4px 8px;
		
	text-align:center;
	color:#000;
	
	border:1px solid #555;
	border-width:1px 0;
	
	background-color:#fff;
}
.comparison th.textLeft, .comparison td.textLeft {
	text-align:left;
}
.comparison .top{
	color:#fff;
	text-align:center;
	background: url('images-layout/table-top.gif') top left no-repeat #7F9AA1;
}
.comparison .topLeft {
	color:#fff;
	text-align:left;
	background: url('images-layout/table-top-left.gif') top left no-repeat #7F9AA1;
}
.comparison .topRight { 
	color:#fff;
	text-align:left;
	background: url('images-layout/table-top-left.gif') top left no-repeat #7F9AA1;
}
.comparison .left {
	text-align:left;
	background: url('images-layout/table-left.gif') top left repeat-y #F4F4F4;
}
.comparison .right {
	background: url('images-layout/table-right.gif') top right repeat-y #F2F2D3;
}
.comparison .bottomLeft {
	text-align:left;
	background: url('images-layout/table-left.gif') top left repeat-y #F4F4F4;
}
.comparison .bottomRight {
	background: url('images-layout/table-right.gif') top right repeat-y #F2F2D3;
}



.training {
	margin:15px 2% 15px 2%;
	width:96%;
	
	font-size:110%;
	border-collapse:collapse;
}
.training th {
	padding:6px 12px 6px 14px;
	
	text-align:center;
	font-size:110%;
	font-weight:600;
	color:#000;
	
	background: url('images-layout/table-top.gif') top left repeat-x; /*#fb931e;*/
}
.training th a { }
.training th a:link, .comparison th a:visited { }
.training th a:hover {
	text-decoration:none;
}
.training .highlight {
	font-weight:600;
	color:#4fbf13;
}
.training td {
	padding:4px 7px 4px 8px;
		
	text-align:center;
	color:#000;
	
	border:1px solid #555;
	border-width:1px 0;
	background:#fff;
}
.training th.textLeft, .comparison td.textLeft {
	text-align:left;
}
.training .left {
	text-align:left;
	background: url('images-layout/table-left.gif') top left repeat-y #fff;
}
.training .right {
	padding-left:12px;
	background: url('images-layout/table-right.gif') top right repeat-y #fff;
}



/***************************************************************
Text Styles
***************************************************************/
.bigger {
	font-size:120%;	
}
.smaller {
	font-size:89%;
}
	sup.smaller {
		font-size:56%;
	}
.price {
	font-weight:600;
	color:#1c509b;
}

.bonusText{
	font-weight:600;
	color:#b51c30;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}
.yes {
	font-weight:600;
	color:#065e25;
}
.no {
	font-weight:600;
	color:#8f2525;
}

.alignText1 {
	text-align:center;
}

.snapshotCase {
	border:1px solid #000;
}

.veQuote {
	display:block;
	width:220px;
	padding-left:20px;
	font-size:170%;
	font-weight:bold;
	color:#D78900;
}


/* ------------------ Headers -----------------*/

.categoryHeader {
	margin-bottom:.75em;
	font-size:175%;
	/*background-color:#b6c2db;*/
}

.updateHeader {
	padding:3px 6px;
	width:80%;
	font-size:130%;
	color:#333;
	background-color:#9eb8bf;
}

.tagline {
	font-size:130%;	
}
.tagline em {
	color:#4fbf13; /*#f80;*/
}


/* ------------------- Links ------------------*/



/***************************************************************
Image Classes
***************************************************************/

.mugShot {
	float:left;
	padding-right:8px;
	}

.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1:active {
	display:block;
	padding-top:3px;
	padding-right:6px;
	padding-left:6px;
	
	width:92px;
	height:23px;
	
	color:#000;
	text-align:center;
	text-decoration:none;
	font-weight:600;
	
	border-top:1px solid #000;
	border-left:1px solid #555;
	border-right:1px solid #ccc;
	background: url('images-layout/button-style-1.gif') 50% 50% repeat-x #ccc;
}

input.buttonStyle1 {
	display:block;
	float:left;
	padding-bottom:10px;
	
	height:28px;
	width:104px;
	
	border-bottom:none;
}

.buttonStyle1:hover {
	color:#000;
	text-decoration:underline;
	background: url('images-layout/button-style-1-hover.gif') 50% 50% repeat-x #ccc;
}


#featuredImage {
	float:left;
	margin:0 8px 8px 0;
}
#featuredImageDescription {
	padding-top:150px;
}

.thumbnail {
	float:left;
	margin:0 8px 8px 0;
}
.thumbnail img {
	margin-bottom:12px;
}
.thumbnail p {
	display:none;
}



/***************************************************************
Miscellaneous Stuff
***************************************************************/
/* -------------- Form Validation -------------*/
.botField {
display:none;
}

/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



.extraLine {
	padding-bottom:1.5em;
}
.indentStyle1 {
	padding-left:2.5em;
}

/*--------------- Testimonial -----------------*/
.testimonial {
	margin:10px;
	padding:7px 5px 5px 7px;

	border:solid 1px #6c778d;
	
	background-color:#f0f0f5;
}
/*--------------- iPod Promotion -------------------*/\
.ipodPromo {
	width:100%;
	height:95px;
	background-color:#E5E5E5;
	}
	.ipodPromo img {
	float:left;
	}
	.ipodPromo .promoText {
		font-size:94%;
		height:85px;
		padding:3px 10px 7px;
		background-color:#E5E5E5;
	}
	.ipodPromo .promoText h2 {
	
	}
	.ipodPromo .promoText p {
	
	}

/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}



/*--------------- Development Helps -------------------*/

.devAidBox {
	position:absolute;
	top:5px;
	left:5px;
	padding:5px;
	
	border:1px solid #4fbf13;
	
	background-color:#fff;
}
body>div.devAidBox {
	position:fixed;
}
.salesforceAnnounce {
	width:600px;
	padding:150px 0 0 20px;
	background:transparent url('images-pm/salesforce-header.jpg') no-repeat top left;
	border:solid 3px #000;
}
