html, body {
	padding:0px;
	margin:3px 0 0 0px;
	font-family: Verdana, Arial, Helvetica;
	color:#000;
	font-size: small; /* set initial font size to small */
	

}






}
#features_col_1
{
	display:inline; float:left;	width:250px; padding-right:20px;
	}
#features_col_2
{
	display:inline; float:left;	width:250px;
	}
	
#col1_home
{
	display:inline; float:left;	width:241px;
	}
#col2_home
{
	display:inline; float:left;	width:240px;
	}

#col3_home
{
	display:inline; float:left;	width:241px;
	}
	
#col1
{
	display:inline; float:left;
	}
#col2
{
	display:inline; float:left;
	}

#col3
{
	display:inline; float:left;
	}
.col1
{
	display:inline; float:left;
	}
.col2
{
	display:inline; float:left;
	}

.col3
{
	display:inline; float:left;
	}

a 
{
	color:#003578;
	text-decoration: underline;
}
.downloadLink
{
	position:absolute;
	top:195px;
	left:685px;	
	font-size:60%;
}
.returndownloadLink
{
	position:absolute;
	top:195px;
	left:640px;	
	font-size:60%;
}



ul.gallery {
		list-style: none;
		margin: 2px 0 10px 0;
		padding:0;
	}
	
		ul.gallery li {
			display: block;
			float: left;
			margin: 0 10px 10px 0;
		}
		
			ul.gallery li a {
				padding: 2px;
				display: block;
				border: 4px #9db2b9 double;
				line-height: 0;
			}
			
			ul.gallery li a:hover { border: 4px #02468a double; }


/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/*div.pictureHolder .top .left { background: url(../images/tl.gif) top left no-repeat; } /* Top left corner */
	div.pictureHolder .top .left { background: #fff; } /* Top left corner */
	div.pictureHolder .top .middle { background: #fff; } /* Top pattern/color */
	div.pictureHolder .top .right { background: #fff; } /* Top right corner */
	
	div.pictureHolder .content a.next:hover { background: url(../images/btnNext.gif) center right no-repeat; cursor: pointer; } /* Next button */
	div.pictureHolder .content a.previous:hover { background: url(../images/btnPrevious.gif) center left no-repeat; cursor: pointer; } /* Previous button */
	div.pictureHolder .content a.close { width: 52px; height: 26px; background: url(../images/btnClose.gif) center left no-repeat; cursor: pointer; } /* Close button */
	
	div.pictureHolder .bottom .left { background: #fff; } /* Bottom left corner */
	div.pictureHolder .bottom .middle { background: #fff; } /* Bottom pattern/color */
	div.pictureHolder .bottom .right { background: #fff; } /* Bottom right corner */
	
	div.pictureHolder .loaderIcon { background: url(../images/loader.gif) top left no-repeat; } /* Loader icon */

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.prettyPhotoOverlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 1;
		width: 100%;
	}
	
	div.pictureHolder {
		position: absolute; z-index: 2;
		top: 50%; left: 50%;
		width: 100px;
	}
		
		div.pictureHolder .top {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .top { padding: 0 20px; }
		
			div.pictureHolder .top .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .top .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 20px;
			}
				* html div.pictureHolder .top .middle { position: static; }
			
			div.pictureHolder .top .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .content {
			position: relative;
			background-color: #fff;
			text-align: left;
			width: 100%; height: 40px;
		}
		
			div.pictureHolder .content .details {
				display: none;
				margin: 10px 15px 0 20px;
			}
				div.pictureHolder .content .details p { float: left; clear: left; margin: 0; }
		
		div.pictureHolder .content div.hoverContainer {
			position: absolute; z-index: 2000;
			top: 0; left: 0;
			width: 100%;
		}
		
		div.pictureHolder .content a.next {
			position: relative; z-index: 2000;
			display: block; float: right;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../images/en/buttons/btnNext.gif) 10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */
		}	
			
		div.pictureHolder .content a.previous {
			cursor: pointer;
			display: block;
			text-indent: -10000px;
			width: 49%; height: 100%;
			background: url(../images/en/buttons/btnPrevious.gif) -10000px 50% no-repeat; /* Need to be defined that way to fix an IE bug */ 
		}
			
		div.pictureHolder .content a.close {
			float: right;
			display: block;
			text-indent: -10000px;
		}
		
		div.pictureHolder .bottom {
			position: relative;
			height: 20px;
		}
			* html div.pictureHolder .bottom { padding: 0 20px; }
			
			div.pictureHolder .bottom .left {
				position: absolute;
				left: 0;
				width: 20px; height: 20px;
			}
			div.pictureHolder .bottom .middle {
				position: absolute;
				left: 20px; right: 20px;
				height: 28px;
			}
				* html div.pictureHolder .bottom .middle { position: static; }
				
			div.pictureHolder .bottom .right {
				position: absolute;
				top: 0; left: auto; right: 0;
				width: 20px; height: 20px;
			}
		
		div.pictureHolder .loaderIcon {
			display: none;
			position: absolute;
			top: 50%; left: 50%;
			margin: -16px 0 0 -16px;
			width: 32px; height: 32px;
		}
		
		div.pictureHolder #fullResImage { display: block; margin: 0 auto; }
