@charset "UTF-8";
body {
	font: 100% "Lucida Grande", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-image:url(images/bg_fotoviewr.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 991px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*
.oneColFixCtrHdr #header {
	position:relative;
	margin-top: 17px;
	margin-left: -4px;
	padding: 0 10px 0px 20px;  
	width: 991px;
	height: 57px;
	background:url(images/menu_bar.png) top left no-repeat;  
	
	line-height:51px;
    font-size:14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-Serif;
}
*/
.oneColFixCtrHdr #container #header #logo {
	position: absolute;
	left: 20px;
	top: 7px;
}

#header {
	position:relative;
    margin: 0 auto;
	padding: 0; 
	height: 57px;   
	width:991px; 
	line-height:51px;
    font-size:14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-Serif;
	}
#menu-bar {
	position:relative;
    float:left;
	padding:0;
	margin:17px 0 0 0;
  	width: 991px; 
	line-height:51px;
    height:51px;
	font-size:14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-Serif;
	background: url(images/menu_bar.png) top left no-repeat;  
	}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #ffffff;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #topContent { 
	position: relative;
	width: 991px;
}
.oneColFixCtrHdr #container #topContent #introText {
	position: absolute;
	height: 378px;
	width: 390px;
	left: 2px;
	top: 25px;
	text-align: center;
}
.oneColFixCtrHdr #container #topContent #introText IMG {
	
	position: relative;
	/*
	display: block;
	margin-left: auto;
    margin-right: auto;
	*/
	
	display: table-cell; vertical-align: middle;
}
.oneColFixCtrHdr #container #topContent #introText #imgFeaturesHeader {
	top: 140px;
}
.oneColFixCtrHdr #container #topContent #introText #imgBuyHeader {
	top: 120px;
	left: 590px;
}
.oneColFixCtrHdr #container #topContent #FotoViewrSample {
	background-image: url(images/fotoviewr_screenshot.jpg);
	background-repeat: no-repeat;
	height: 378px;
	width: 585px;
	float:right;
	margin-top: 25px;
	margin-right: 5px;
}
.oneColFixCtrHdr #container #topContent #FotoViewrSample.left {
	background-image: url(images/fotoviewr_screenshot.jpg);
	background-repeat: no-repeat;
	height: 378px;
	width: 585px;
	float:left;
	margin-top: 25px;
	margin-left: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.oneColFixCtrHdr #container #middleContent {
	position: relative;
	background-image: url(images/bg_maincontent.png);
	background-repeat: no-repeat;
	height: 310px;
	width: 991px;
	margin-top: 27px;
	
	/*font-size: 13px;*/
	font-size: 0.85em;
	/*letter-spacing: 0.2px;*/
	color: #a0a0a0;
}
.oneColFixCtrHdr #container #middleContent #featuresIcons {
	position: absolute;
	background-image: url(images/features_icons.png);
	background-repeat: no-repeat;
	height: 231px;
	width: 601px;
	left: 33px;
	top: 33px;
}
.oneColFixCtrHdr #container #middleContent #contentCol1 {
	position: relative;
	left: 170px;
	top: 33px;
	width: 300px;
	float: left;
}
.oneColFixCtrHdr #container #middleContent #contentCol2 {
	position: relative;
	left: 360px;
	top: 33px;
	width: 300px;
	float: left;
}

.oneColFixCtrHdr #container #middleContent #contentCol1b {
	position: relative;
	left: 33px;
	top: 20px;
	width: 230px;
	float: left;
}
.oneColFixCtrHdr #container #middleContent #contentCol2b {
	position: relative;
	left: 55px;
	top: 20px;
	width: 230px;
	float: left;
}
.oneColFixCtrHdr #container #middleContent #contentCol3b {
	position: relative;
	left: 75px;
	top: 20px;
	width: 230px;
	float: left;
}
.oneColFixCtrHdr #container #middleContent #contentCol4b {
	position: relative;
	left: 65px;
	top: 20px;
	width: 210px;
	float: left;
}
.oneColFixCtrHdr #container #middleContent #contentCol1 h2, .oneColFixCtrHdr #container #middleContent #contentCol2 h2,
.oneColFixCtrHdr #container #middleContent #contentCol1b h2, .oneColFixCtrHdr #container #middleContent #contentCol2b h2, 
.oneColFixCtrHdr #container #middleContent #contentCol3b h2
{	
	font-size: 13px;
	color: #ffffff;
	 margin-bottom: 0px;
    padding-bottom: 0px;
	
} 
.oneColFixCtrHdr #container #middleContent #contentCol4b h2
{	
	font-size: 13px;
	color: #ffffff;
	 margin-bottom: 0px;
    padding: 0px 15px 0px 15px;
	
}
.oneColFixCtrHdr #container #middleContent #contentCol1 p, .oneColFixCtrHdr #container #middleContent #contentCol2 p,
.oneColFixCtrHdr #container #middleContent #contentCol1b p, .oneColFixCtrHdr #container #middleContent #contentCol2b p,
.oneColFixCtrHdr #container #middleContent #contentCol3b p

{
	 margin-top: 0px;
    padding-top: 0px;
	margin-bottom: 30px;
}
.oneColFixCtrHdr #container #middleContent #contentCol4b p 

{
	 margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px 15px 0px 15px;
}
.oneColFixCtrHdr #container #middleContent #contentCol4b img

{
	 margin-top: 0px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #bottomBar {
	position: relative;
	background-image: url(images/bottom_bar.png);
	height: 85px;
	width: 991px;
	margin-top: 15px;
}
.oneColFixCtrHdr #container #bottomBar1 {
	position: relative;
	background-image: url(images/bottom_bar.gif);
	height: 76px;
	width: 983px;
	margin-top: 15px;
	text-align: left;
}
.oneColFixCtrHdr #container #bottomBar #bottomBarContent1 {
	position: absolute;
	margin-top: 26px;
	margin-left: 118px;
}
.oneColFixCtrHdr #container #bottomBar #trynowBtn, .oneColFixCtrHdr #container #bottomBar1 #trynowBtn {
	position: absolute;
	margin-top: 17px;
	/*margin-left: 736px;*/
	margin-left: 755px;
}

.oneColFixCtrHdr #container #topContent #headerCreatePhotoGallery {
	background-image: url('images/photo_galleries_in_3_easy_steps_header.png');
	background-repeat: no-repeat;
	height: 39px;
	width: 955px;
	margin-top: 15px;
	margin-left: 18px;
}
.oneColFixCtrHdr #container #topContent #divForm {
	margin-left: 20px;
}
.oneColFixCtrHdr #container #topContent .HorAdUnit {
	border: 3px solid #ffffff;
	margin: 0px auto 15px;
	width: 728px;
	height: 90px;
}
.oneColFixCtrHdr #container #topContent .HorAdUnitHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	background-color: #FFFFFF;
	text-align: right;
	height: 10px;
	width: 728px;
	margin: 30px auto 0px;
	border: 3px solid #ffffff;
}
#divForm {
	width: 100%;
	margin: 0 auto;
	text-align:center;
}
#divLinkToSlideshow {
	font-size:24px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-Serif;
	padding: 10px auto;
	height: 50px;
}
#divLinkToSlideshow a, #divGalleryNotice a {
	color: #c09;  
	text-decoration: none;
	}

#divLinkToSlideshow a:hover, #divGalleryNotice a:hover { 
	/*color: #06C;*/
	text-decoration: underline; 
	}
#divSlideshowTextfield {
	margin: 0 auto;
	width: 430px;
	font-size: 0.8em;
}

#divViewer {
	width: 100%;
	margin: 40px auto;
	text-align:center;
	
}
#divViewer a {
	color: #c09;  
	text-decoration: none;
	}

#divViewer a:hover { 
	/*color: #06C;*/
	text-decoration: underline; 
	}
	
#txtSlideshowURL {
	overflow:hidden;
	border: #333 solid 2px;
	padding: 5px;
	width: 425px;
	font-size: 0.8em;
	font-family: "Courier New", Courier, monospace;
}

#contentleft {
	width:175px;
	padding:0px;
	float:left;
	text-align: center;
}

#contentcenter {
	width:641px;
	padding:0px;
	float:left;
	text-align: center;
}

#contentcenter1Col {
	width:100%;
	padding:0px;
	float:left;
	text-align: center;
}

#contentright {
	width:175px;
	padding:0px;
	float:left;
	text-align: center;
}

#divPickGalleryStylesDesc {
	text-align:center;
	width: 100%;
	margin: 10px 0px;
}
#divPickGalleryStyles {
	width: 100%;
	height: 90px;
	text-align: center;
}

.divPickStyle {
	float:left;
	width: 120px; 
	height: 90px;
	text-align: center;
}

.divPickStyle2 {
	float:left;
	width: 108px; 
	height: 90px;
	text-align: center;
}

 .linkPickStyle img {
	border: solid 2px #aaa;  
}
 .linkPickStyle:hover img{
	border: solid 2px #fff;  
}

#divStylesWrapper {
	text-align:center; 
	width: 648px;
	margin: 0 auto;
}

#contentCol1 {
	float: left;
	width:50%;
	padding-top: 30px;
}

#contentCol2 {
	float: right;
	width:50%;
}