/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/


#templatemo_wrapper {
	width: 1004px;
	padding: 0 13px 11px 15px;
	margin: 0 auto;
	position: relative;
	background-image: url(../../images/product-page-middle-background.jpg);
	background-repeat: no-repeat;
	height: 600px;
}

#container {
	position: relative;
	padding: 0px 0px 0px 0px;
	height: 176px;
	background-repeat: no-repeat;
	background-position: center;
}

 #footer {
	background-image: url(images/bottom.jpg);
	color: #FFF;
} 
#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: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 14px;
} 
.footer, .push {
    height: 142px; /* .push must be the same height as .footer */
  }


.PopBoxImageSmall
{
	border: 2px #ffffff;
	cursor: crosshair;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("../../../tester.site/js_scripts/stylesheets/images/magminus.cur") , pointer;
}
.PopBoxImageShrink
{
	cursor: url("../../../tester.site/js_scripts/stylesheets/images/magminus.cur") , pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #609;
	cursor: pointer;
}
#footer .style13 a {
	color: #FFF;
}

