/* CSS Document */
strong, b {
font-weight: bold;
}

.float-left {
	float: left;
	margin: 10px 20px;
}

.hide-link {
	border-bottom-style:hidden;
}

.smaller-font {
	font-size: .8em;
	line-height: 1.1em;
}

div.example-zip {
  margin:40px 0 0 20px;
  text-align:center;
}

p.img-caption {
	color:#666;
	text-align:center;
	font-size: 0.9em;
	font-style:italic;
	margin-top: 0.25em;
}

div#breadcrumbs {
  display: none;
}

div#main {
	max-width: 1024px;
	margin: 0 auto;
	font-size: .8em;
	line-height: 1.1em;
}

@media screen and (max-width:480px) {
	div#main {
		line-height: 1.3em;
	}
}

div#sidebar {
	float: left;
    width: 200px;
    margin-left: 20px;
  	width: 166px;
	padding: 0 0 0 9px;
	line-height: .9em; }
	#sitewrapper #main #sidebar li {
	  list-style: none;
	  margin-bottom: 0.1em;
	  padding-bottom: 0.1em;
	}
	#sitewrapper #main #sidebar a {
		text-decoration: none;
		line-height: 1.1em;  }
	#sitewrapper #main #sidebar h2 {
		margin-bottom: 0;  }
	div #main #sidebar a {
       border-bottom-color: transparent;
    }	
	div #main #sidebar h2 {
		background: transparent url("/images/bg_arrow-product.gif") no-repeat 5px 10px;
		width: 146px;
		padding: 3px 0 3px 20px !important;
		color: #1A67B0;
		font-size: 0.875em !important; }
	div #main #sidebar h2 a {
		color: #1A67B0; }
	div #main #sidebar h2.relatedtitle {
		background: transparent url("/images/bg_arrow-product.gif") no-repeat 6px 8px;
		width: 143px;
		padding: 3px 0 3px 23px !important;
		color: #1A67B0;
		font-size: 0.75em !important;
		font-weight: normal; }

	#sitewrapper #main #sidebar ul {
		width: 146px;
		padding: 0 0 15px 20px; }

		#sitewrapper #main #sidebar ul li {
			border-bottom: solid 1px #CECED0;
			color: #050505; 
			padding-top: 3px;}
			#sitewrapper #main #sidebar ul li a {
				display:block; }
			#sitewrapper #main #sidebar ul li.firstborder {
				border-top: solid 1px #CECED0;}
			#sitewrapper #main #sidebar ul.relatedlinks li {
				padding: 3px 10px 0 3px;
				/*text-align: right;*/ }
				#sitewrapper #main #sidebar ul.relatedlinks li a {
					font-size: 0.750em; 
					line-height: 1.1em;}
			#sitewrapper #main #sidebar ul li ul {
				width: 136px;
				padding: 0 10px 0 0; }
				#sitewrapper #main #sidebar ul li ul li {
					border-bottom: solid 1px #CECED0;
					padding-left: 20px;
					/*text-align: right;*/ }
					#sitewrapper #main #sidebar ul li ul li.lastnoborder {
						border-bottom: none;
						 padding-left: 20px;
						/*text-align: right;*/ }
						#sitewrapper #main #sidebar ul li ul li a {
							font-size: 0.750em;
							line-height: 1.1em;
							color: #050505; }
			#sitewrapper #main #sidebar ul li a {
				font-size: 0.875em;
				color: #050505; }

				#sitewrapper #main #sidebar ul li a:hover {
					color:#539bd7; }		

div#content{
	margin-left: 20px;
	margin-bottom: 2em;
	float: right;
	width: 100%;
	max-width: 800px;
}

div#content p, div#content h1, div#content h2, div#content h3, div#content object{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: .5em;
}

div#content p {
  margin-bottom: 1em;
}

div#content p.lessmargin {
   margin-bottom: .5em;
}

div#content img {
  margin-left: 20px; 
}

div#content p img {
  margin-left: 0; 
}


div#content a  img{
  border: none;
  border-bottom-style: none; 
  border-bottom-color: transparent;
  border-bottom-style:hidden;
}

div#content img.big-img{
  display: block;
  max-width: 90%;
  height: auto;
  margin: 1em auto;
}

div#content img.small-img{
  max-width: 40%;
  height: auto;
}

div#content img.float-r-img{
	float: right;
	padding: 10px;
}
	
div#content img.float-l-img{
	float: left;
	padding: 10px;
}

div#video {
 position:relative;
 width:90%;
 padding-top:60%;
 margin-left:20px;
}

div#video iframe {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

div#content img#indeximg {
  width:100%;
  height:auto;
  margin-left: 0;
}

h1#indeximg {
  display: none;
}

div#content h1, div#sidebar {
  margin-top: 0.5em;
}

div#content h1{
	font-size: 1.8em;
	line-height: .9em;
}

div#content h2{
    margin-top: 2em;
	font-size: 1.5em;
	line-height: 1em;
	color: #2972ae;
	border-bottom: 2px solid #539bd7;	
}
div#content h2 a{ 
    border-bottom-color: transparent;
}
div#content h2 strong, div#content h2 b{ 
    font-weight: normal;
}

div#content h3{
	font-size: 1.2em;
	line-height: .9em;
    margin-top: 1em;
    margin-bottom: .5em;
}

div#content ul{
  margin-left: 3em;
  margin-right: 20px;
  margin-bottom: 1em;
  list-style: disc;
}

div#content ol{
  margin-left: 3em;
  margin-right: 20px;
  list-style:decimal;
  margin-bottom: 1em;  
}


/* this is just for the 3 images on the main suites page */

#sitewrapper #main #content #em-software {
	float: none;
	width: 100%;
}
	#sitewrapper #main #content #em-software div.em-desc {
		float: none;
		}
		
	#sitewrapper #main #content #em-software div.em-desc a{
		border-bottom-color: transparent;
				}
		
		
@media screen and (min-width:480px) {		
#sitewrapper #main #content #em-software div.em-desc {
	float: none;
	}
	
		#sitewrapper #main #content #em-software {
			float: left;
			width: 734px;
			margin: 0 0 15px 55px; }
			#sitewrapper #main #content #em-software div.em-desc {
				float: left;
				width:171px; }
				#sitewrapper #main #content #em-software div.em-desc p {
					text-align: center;
					width:171px;
					margin: 0; }		
}
	
#sitewrapper #main #content div.teaseritem {
	width:100%;
	float:left;
	margin-right:30px;
}
#sitewrapper #main #content div.teaseritem h2 {
	border:none;
	font-size: 1.3em; 
	margin-top: .5em;
	}
	
#sitewrapper #main #content div.teaseritem img {
	float:right;
	margin:0 10px 10px 5px; }
	
#sitewrapper #main #content div.teaseritem p {
	line-height:125%;
}	

#sitewrapper #main #content table.coloredrows {
	padding: 0 0 0 10px;
	margin: 10px 0 10px 20px; }
	#sitewrapper #main #content table.coloredrows tr td {
		padding: 5px 10px 5px 10px;
		border-bottom: 1px solid #888;
 }
	#sitewrapper #main #content table.coloredrows tr th {
		padding: 10px 10px 10px 10px; }
	#sitewrapper #main #content table.coloredrows a {
       border-bottom-color: transparent;}
	   		
#sitewrapper #main #content table {
	padding: 0 0 0 10px;
	margin: 10px 0 10px 20px; }
	#sitewrapper #main #content table tr td {
		padding: 5px 10px 5px 0; }

#sitewrapper #main #content table.nopad {
	padding: 0 0 0 0;
	margin: 0 0 0 0; }
	#sitewrapper #main #content table.nopad tr td {
		padding: 0 0 0 0; }
	#sitewrapper #main #content table.nopad tr th {
		padding: 0 0 0 0; }

#sitewrapper #main #content table.grayrows th{
	background-color: #549bd4;
	color:#FFF;
	padding: 10px 5px;
}
#sitewrapper #main #content table.grayrows tr{
	background-color: #EEE;
}
#sitewrapper #main #content table.grayrows tr:nth-child(even){
	background-color: #CCC;
}
#sitewrapper #main #content table.grayrows td{
	padding: 10px 5px;
	border-bottom: 1px solid #888;
}

div#content h3.grayrows, div#content h2.grayrows {
	margin-left: 0;
}

div#content h3.grayrows{
	color: #549bd4;
}

div.grayrows a{
	font-size: 1.1em;
	margin-right: .5em;
}

div.grayrows div{
	background-color: #e3eff8;
	padding: 1em 5px;
	border-bottom: 1px solid;
	border-bottom-color: #888;
}

div.grayrows div:nth-child(1){
	border-top: 1px solid;
	border-top-color: #888;
}

div.grayrows div:nth-child(even){
	background-color: #c9ddee;
}

		
#sitewrapper #main #content div.img-caption-125-float-right {
	width:125px;
	float:right;
	text-align:center;
	padding:0 0 10px 0;
	margin:0 10px 15px 20px; }
	#sitewrapper #main #content div.img-caption-125-float-right img {
		margin:0 auto; }
	#sitewrapper #main #content div.img-caption-125-float-right p {
		color:#666;
		text-align:center;
		margin:10px 0 0 0;
		padding:0 5px 0 5px;
		font-size:.9em;
		font-style:italic; }
#sitewrapper #main #content div.img-caption-125-float-left {
	width:125px;
	max-width:40%;
	float:left;
	text-align:center;
	padding:0 0 10px 0;
	margin:0 10px 15px 20px; }
	#sitewrapper #main #content div.img-caption-125-float-left img {
		margin:0 auto; }
	#sitewrapper #main #content div.img-caption-125-float-left p {
		color:#666;
		text-align:center;
		margin:10px 0 0 0;
		padding:0 5px 0 5px;
		font-size:.9em;
		font-style:italic; }
#sitewrapper #main #content div.img-caption-250-float-right {
	width:250px;
	float:right;
	text-align:center;
	padding:0 0 10px 0;
	margin:0 10px 15px 20px; 
	}
	#sitewrapper #main #content div.img-caption-250-float-right img {
		margin:0 auto; }
	#sitewrapper #main #content div.img-caption-250-float-right p {
		color:#666;
		text-align:center;
		margin:10px 0 0 0;
		padding:0 5px 0 5px; 
		font-size:.9em;
		font-style:italic;}
#sitewrapper #main #content div.img-caption-250-float-left {
	width:250px;
	float:left;
	text-align:center;
	padding:0 0 10px 0;
	margin:0 10px 15px 20px; }
	
@media screen and (max-width: 480px) {	
	
	#sitewrapper #main #content div.img-caption-250-float-left, #sitewrapper #main #content div.img-caption-250-float-right {
		float:none;
	}
	
}
	
	#sitewrapper #main #content div.img-caption-250-float-left img {
		margin:0 auto; }
	#sitewrapper #main #content div.img-caption-250-float-left p {
		color:#666;
		text-align:center;
		margin:10px 0 0 0;
		padding:0 5px 0 5px; }
#sitewrapper #main #content div.img-caption-520 {
	text-align:center;
	padding:0 0 10px 0;
	margin:10px 0 15px 20px; }
	#sitewrapper #main #content div.img-caption-520 img {
		max-width: 90%;
		height:auto;
		margin:0 auto; }
	#sitewrapper #main #content div.img-caption-520 p {
		color:#666;
		text-align:center;
		margin:10px 0 0 0;
		padding:0 5px 0 5px;
		font-size:.9em;
		font-style:italic; }
#sitewrapper #main #content img.interior-img {
	margin-left: 20px; }
#sitewrapper #main #content img.interior-img-float-left {
	float:left;
	margin: 0 10px 10px 20px; }
#sitewrapper #main #content img.interior-img-float-right {
	float:right;
	margin: 0 20px 10px 20px;
	max-width: 40%;
	height:auto;}
	
#sitewrapper #main #content ol.spacedlist li{
	padding-top: 20px;
}
#sitewrapper #main #content ul.nobullet{
	list-style-type: none;
}

/*
#sitewrapper #main #content #left ul {
	width: 300px;
	padding: 0 0 0 35px;
	list-style-type: disc;
	margin: 0; }
	#sitewrapper #main #content #right ul {
		width: 300px;
		padding: 0 0 0 35px;
		list-style-type: disc;
		margin: 0; }
	#sitewrapper #main #content ul li {
		margin: 0 0 5px 0;}
#sitewrapper #main #content #right {
	float: left;
	width: 365px; }
#sitewrapper #main #content #right h3, #sitewrapper #main #content #left h3 {
	clear:left; }
*/

#sitewrapper #main #content p#indent {
  margin-left:50px;
  font-size: .85em;
}

	
form.loginform {
	margin: 20px;
}

/* icon row */
div#icon-circle {
    display: inline-block;
	float: left;
    background: #539bd7;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

div#icon-circle img {
    margin-top:11px;
}

div#icon-row {
	display: inline-block;
}

#icon-row artical{
	padding-top: 20px; 
    float: left;
    margin-right: -100%;
    width: 90%;
	text-align: left;
}	

#icon-row artical:nth-child(n) {
		margin-left: 3%;
		margin-bottom: 2%;
		clear: both;
		overflow: hidden;
		*zoom: 1;
	}
	
#icon-row artical section {
    float: none;
	width: 90%;
	margin-left: 70px;
}	

#icon-row h1{
   font-size: 1.5em;
   font-weight: 500;
   line-height: 2em;   
}

#icon-row p{
   text-align: left; 
   font-size: .85em;    
}

#icon-row img#prod-icon {
	width: 50px;
	float: left;
}

@media screen and (min-width: 960px) {
	#icon-row artical section {
		float: none;
		width: 100%;
		margin-left: 0;
	}		

	div#icon-circle {
		display: inline-block;
		float:none;
		width: 80px;
		height: 80px;
		border-radius: 40px;
	}
	
	div#icon-circle img {
		margin-top:21px;
	}	
	
	#icon-row img#prod-icon {
		width: 144px;
		float: none;
	}	
	
	#icon-row artical{
		width: 33%;
    	text-align: center;
	}

	#icon-row artical section {
		float: none;
		width: 100%;
	}	
	
	#icon-row artical:nth-child(1) {
		margin-left: 0;
		margin-bottom: 2%;
		clear: both;
		overflow: hidden;
		*zoom: 1;
	}
	
	#icon-row artical:nth-child(2) {
		margin-left: 33%;
		margin-bottom: 2%;
		clear: none;
	}
	
	#icon-row artical:nth-child(3) {
		margin-left: 66%;
		margin-bottom: 2%;
		clear: none;
	}
}

form.loginform input {
	margin-top: 1em;
}

div#content div.mediarows img{
	float: left;
	margin-top: 5px;
}
div#content div.mediarows p{
	width: 80%;
	float: left;
	margin-left: 5px;
}

div#content div.mediarows artical{
	display: block;
	margin-top: 0.25em;
}

.button {
	border-radius: 7px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 0 .75em;
	line-height: 1.75em;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: -0.025em;
	background: #539bd7;
	color: white;
	vertical-align: middle;
	margin: 1em;
}






				
				