@charset "UTF-8";
/* CSS Document */

body  {
	margin: 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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/floriana-baby-background.jpg);
	background-repeat: repeat;
	background-position: center top;
	line-height: 16px;
	text-decoration: none;
	font-weight: lighter;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px solid #000000;
} 

.thrColFixHdr #container { 
	 width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
        border: 0px solid #000000;
        text-align: left;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
} 
/* 2 Colum Page Header */
.twoColFixLtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #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 */
}
/* 3 Colum Page Header */
.thrColFixHdr #header { 
	
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #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 */
}


/* 2 Colum Page Main Content */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 0px;
} 

/* 3 Colum Page Main Content */

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 365px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 380px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
/* 2 Colum Page Footer */
.twoColFixLtHdr #footer {
        padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
        background:#F2EBE1;
} 
.twoColFixLtHdr #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 */
}
/* 3 Colum Page Footer */
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F2EBE1;
} 
.thrColFixHdr #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 */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
	position: relative;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}
.fltlft a { 	
	text-decoration: none;
}
.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;
}

.menu{margin:0; padding:0; width:150px; list-style:none;background:rgb(255,255,255);}
.menu li{padding:0; margin:0 0 1px 0; height:30px; display:block; }
.menu li a{
        text-align:left;
        height:30px;
        color:rgb(8,1,1);
        display:block;
        background:url('../images/verMenuImages3.png') 0px 0px no-repeat;
        text-decoration:none;
        outline:none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 0px;
        padding-left: 5px;
}
.menu li a:hover{background:url('../images/verMenuImages3.png') 0px -30px no-repeat; color:rgb(8,1,1);}
.menu li a.active, .menu li a.active:hover{
        background:url('../images/verMenuImages3.png') 0px -30px no-repeat;
        color:rgb(8,1,1);
}
.menu li a span{line-height:30px;}
.menu li a.group, .menu li a.group:hover{background:url('../images/verMenuImages3.png') 0px -90px no-repeat; color:rgb(8,1,1);}


.menu li a.vertsubmenu, .menu li a.vertsubmenu:hover{
        color:rgb(8,1,1);
        background-image: url(../images/verMenuImages3.png);
        background-repeat: no-repeat;
        background-position: 0px -90px;
        left: 50px;
}
.fatface-banner {
        background-image: url(images/fatface/fatfaceheader.png);
        background-repeat: repeat-x;
        text-align: left;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 15px;
}

.topbanner {
	width:950px;
	background:#F2EBE1;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #736357;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
	height: 130px;
	background-color: #F2EBE1;
}

.pmlogo {
        position: relative;
        left: 10px;
        top: 5px;
        text-decoration: none;
        text-align: left;
}
.fblogo {
        position: absolute;
        left: 820px;
        top: 10px;
        text-decoration: none;
        
}
#pm-logo
{
  width:322px;
  height:100px;
  text-decoration:none;
  display:block;
  background-image:url('../images/Papermonkeys-logo-hover.png');
  background-position:0px 0;
}
#pm-logo:hover,#pm-logo:active  { background-position:0 100px; }

.bannertext {
	position: absolute;
	left: 410px;
	top: 15px;
	text-decoration: none;
}






.Content-Border {
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: #F2EBE1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	cellspacing: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
}

.Content-Border-White {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	cellspacing: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 10px;
}
.Border-White-no-padding {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	cellspacing: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
}
.Etsy-Border {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 8px;
	padding-right: 5px;
	cellspacing: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 5px;
}

.Text-Border {
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;

	cellspacing: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 18px;
	margin-bottom: 10px;
	margin-left: 6px;
	padding-bottom: 15px;	
}
.Feature-Border {
	
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	cellspacing: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
}
.Feature-Border:hover {
	color: #FFFFFF;
	background-color: #c4c4dd;
	border: 1px solid #666666;
}
.iframe-Border {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px;
	padding: 5px;
}

.letterbox {
	position: relative;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.footleft {
        position: relative;
        text-decoration: none;
        padding: 5px;
        width: 300px;
        float: left;
        left: 0px;
}
.footer {
	width: 88%;
	background: #F2EBE1;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9495BA;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	vertical-align: top;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 1.5em;
	text-decoration: none;
}

.footer a {
        color: #0000FF;
        text-decoration: none;
}
.footer a:hover {
        text-decoration: underline;
        text-align: center;
}

.footercol1 {
	width: 30%;
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.footercol2 {
	width: 30%;
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.footercol3 {
	width: 15%;
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.footercol3 a {
        color: #333333;
        text-decoration: none;
}
.footercol3 a:hover {
        text-decoration: underline;

}
.footercol4 {
	width: 18%;
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.footercol4 a {
	color: #333333;
	text-decoration: none;
}
.footercol4 a:hover {
        text-decoration: underline;
    
}
.social-div {
	width:100px;
	position: absolute;
	left: 850px;
	text-align: left;
	top: 5px;
}
.table.c2 {background-color: #F1EBE1}



.grey-panel {
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin: 20px;
}
.enquiry {
	float: right;
	width: 300px;
	z-index: 1;
}
.Thumbnail {
	height: auto;
	width: auto;
	border: 1px none #666666;
	padding: 2px;
}
			.Thumbnail a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.quicklink {
	width: 32%;
	border: 1px none #666666;
	display: inline-block;
	float: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
}
			.quicklink a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.Thumbnail-Border {
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cellspacing: 2px;
	padding: 3px;
	margin: 3px;
	width: 248px;
	text-align: center;
	float: left;
	height: auto;
}

.Thumbnail-3col-tall {
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cellspacing: 2px;
	padding:3px;
	margin: 3px;
	width: 248px;
	text-align: center;
	float: left;
	height: 360px;
}
.Thumbnail-3col-tall:hover {
	color: #FFFFFF;
	background-color: #c4c4dd;
	border: 1px solid #666666;
}
.Thumbnail-full-width {
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cellspacing: 2px;
	padding:3px;
	margin: 3px;
	width: 770px;
	text-align: center;
	float: left;
	}
.Thumbnail-full-width:hover {
	color: #FFFFFF;
	background-color: #c4c4dd;
	border: 1px solid #666666;
}
.Thumbnail-index-page {
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cellspacing: 2px;
	padding:3px;
	margin: 3px;
	width: 248px;
	text-align: center;
	float: left;
	height: 310px;
}
.Thumbnail-index-page:hover {
	color: #FFFFFF;
	background-color: #c4c4dd;
	border: 1px solid #666666;
	width: 250px;
}

.Thumbnail-4in-a-row {

	
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cellspacing: 2px;
	margin: 3px;
	width: 188px;
	text-align: center;
	float: left;
	height: 250px;
}
.Thumbnail-4in-a-row:hover {
	color: #FFFFFF;
	background-color: #c4c4dd;
	border: 1px solid #666666;
}
.Thumbnail-double-Border {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cellspacing: 2px;
	margin: 3px;
	width: 512px;
	text-align: center;
	float: left;
	height: auto;
	padding: 3px;
}


.Thumbnail-Wide-Border {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cellspacing: 2px;
	margin: 3px;
	width: 764px;
	text-align: center;
	float: left;
	padding: 3px;
}
.Thumbnail-Wide-Border:hover {
	color: #FFFFFF;
	background-color: #c4c4dd;
	border: 1px solid #666666;
}
.Thumbnail-Half-Width {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cellspacing: 2px;
	margin: 3px;
	width: 366px;
	text-align: center;
	float: left;
	padding: 9px;
	display: inline-block;
}

.Thumbnail-split-Border {
	
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 2px;
	padding-right: 2px;
	cellspacing: 2px;
	margin: 2px;
	width: 244px;
	text-align: center;
	float: left;
	height: 280px;
}
.Thumbnail-split-Border:hover {
	color: #FFFFFF;
	background-color: #cccccc;
	border: 1px solid #666666;
}.Thumbnail-split2-Border {
	
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 2px;
	padding-right: 2px;
	cellspacing: 2px;
	margin: 2px;
	width: 244px;
	text-align: center;
	float: left;
	height: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.Thumbnail-split2-Border:hover {
	color: #FFFFFF;
	background-color: #cccccc;
	border: 1px solid #666666;
}
.two-column-Thumbnail-Border {
	
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 3px;
	padding-right: 3px;
	cellspacing: 2px;
	margin: 5px;
	width: 335px;
	text-align: center;
	float: left;
	height: 350px;
}

.Caption-Border {
	
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	cellspacing: 5px;
	padding-top: 10px;
	margin: 5px;
}
.Caption-Border a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}
.graphiclink {
	padding: 3px;
        text-decoration: none;
        text-align: centre;
	
}
.gallery-banner {
	background-image: url(images/fatface/fatfaceheader.png);
	background-repeat: repeat-x;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	height: 10px;
	width: 700px;
	position: relative;
}
.imgfltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: none;
}
			.imgfltrt a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.gallery {
	height: auto;
	width: auto;
	border: thin solid #666666;
	padding: 0px;
}
			.gallery a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

			.gallery a:hover {
	border: medium solid #666666;
}
.gallery-border {
	
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 2px;
	padding-right: 2px;
	cellspacing: 2px;
	margin: 2px;
	width: 244px;
	text-align: center;
	float: left;
	height: 240px;
}
.gallery-border:hover {
	color: #FFFFFF;
	background-color: #cccccc;
	border: 1px solid #666666;
}
.Imgborder {
	float: left;
	border: thin solid #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
			.Imgborder a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

			.Imgborder a:hover {
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */	
	
}
.pricing {
	background-color: #eeeeee;
	padding: 5px;

}
.flickr-slidshow-Border {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
}
.Gray-Content-Border {
	
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	cellspacing: 5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
}


.Julius-h1 {
	font-family: 'Julius Sans One', Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
}

.Julius-h2 {
	font-family: 'Julius Sans One', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	font-weight: normal;
}
.Julius-h2 a {
	color: #000000;
	text-decoration: none;
}
.Julius-h2 a:hover {
        text-decoration: underline;
        
}
.Julius-h3 {
	font-family: 'Julius Sans One', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
}
.Julius-h3 a {
	color: #000000;
	text-decoration: none;
}
.Julius-h3 a:hover {
        text-decoration: underline;
        
}
.H3-Heading {
	font-family: 'Julius Sans One', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
}
.H3-Heading a {
	color: #000000;
	text-decoration: none;
}
.H3-Heading a:hover {
        text-decoration: underline;
        
}

.Julius-h4 {
	font-family: 'Julius Sans One', Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1em;
	text-align: center;
}
.Julius-h4 a {
	color: #000000;
	text-decoration: none;
}
.Julius-h4 a:hover {
	color: #000000;
        text-decoration: underline;
        
}
.allura-h1 {
	font-family: 'Allura', cursive, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 30px;
	text-align: center;
}
.allura-h2 {
	font-family: 'Allura', cursive, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 2em;
	text-align: center;
}
.discountbanner {
	position: absolute;
	left: 420px;
	top: 56px;
	text-decoration: none;
}







.Papermonkeys-H2 {
	font-family: 'Amatic SC', cursive;
	font-size: 25px;
	color: #5F608C;
	
	text-decoration: none;

	background-color: #F2EBE1;

	padding-left: 5px;
	padding-right: 2px;
	
	text-align: left;
	float: left;

	
}
.Papermonkeys-H2:hover {
	
	background-color: #FFFFFF;
}
.3xThumbnail-Padding {
	margin: auto;
	background: #FFFFFF; 
	 border: 0px solid #000000;
} 

    .square
    {
	float: left;
	margin: 1pt;
	width: auto;
	height: auto;
	padding: 1px
    }
	
	    .square300
    {
	float: left;
	margin:1pt;
	width:auto;
	height:300px;
	padding: 5px
    }
		    .designs-square
    {
	float: left;
	margin:1pt;
	width:auto;
	height:250px;
	padding: 5px
    }
	
	
    .container
    {
        text-align:center;
        width:900px;
        height: auto;
    }
    .centerwrapper
    {
	margin-left: 45px;
	margin-right: 45px;
	width: auto;
	text-align: center;
    }
	    .centerwrapper-large-margin
    {
	margin-left: 70px;
	margin-right: 70px;
	width: auto;
    }
	    .text-square-400
    {
	float: left;
	margin: 5px;
	width: 365px;
	padding: 8px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    }
	    .text-square-730
    {
	float: left;
	margin:5px;
	width:760px;
	padding: 8px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    }
		    .invite-border
    {
	float: left;
	width: 650px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 50px;
	padding-right: 50px;
	line-height: normal;
	text-align: center;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
    }
	
		    .sub-border
    {
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 5px;
    }
	
.Designs-Border {
	
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cellspacing: 2px;
	margin: 2px;
	width: 244px;
	text-align: center;
	float: left;
	height: 240px;
}
.Designs-Border:hover {
	color: #FFFFFF;
	background-color: #c4c4dd;
	border: 1px solid #666666;
}	    
.price-tag {
	float: right;
	z-index: 100;
	position: absolute;
	padding-left: 700px;
	}	
.Text-Left {
	text-align: left;
}
    .sitemap-column
    {
	float: left;
	width: 30%;
	padding: 8px;
	text-decoration: none;
	font-weight: normal;
    }
.sitemap-column a {
	color: #000000;
	text-decoration: none;
}
.sitemap-column a:hover {
        text-decoration: underline;
        text-align: center;
}

.etsy {
	text-decoration: underline;
	text-align: center;
	color: #FFF;
	background-color: #F93;
}
.Contact-Button {
	border: 1px solid #cccccc;
	background-color: #9495ba;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px;
	cellspacing: 5px;
	padding-top: 10px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;
	width: auto;
	float: left;
}
.Contact-Button a {
	color: #FFF;
	text-decoration: none;
}

.pad-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 8px;
	margin-bottom: 5px;
}
.contact-us-button {
	border: 1px solid #cccccc;
	background-color: #9495BA;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	
	width: 250px;
	text-align: center;
	padding: 3px;
	display: inline-block;
	margin-top: 1px;
	margin-bottom: 1px;
}
.contact-us-button a {
	color: #FFF;
	text-decoration: none;
}
.contact-us-button:hover {
	color: #FFFFFF;
	background-color: #5f608c;
	border: 1px solid #666666;
}

.Red-h1 {
	font-family: 'Julius Sans One', Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	font-weight: normal;
	color: #F00;
}

.Red-h2 {
	font-family: 'Julius Sans One', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	color: #F00;
}


.Other-Pages {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	margin: 6px;
	width: 200px;
	text-align: center;
	float: left;
	height: 250px;
}
.Other-Pages:hover {
	color: #FFFFFF;
	background-color: #c4c4dd;
	border: 1px solid #666666;
}
.tweet {
	float: left;
	width: 40%;
	padding-left: 30%;
	padding-right: 30%;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
}
.tweetcolumn {
float: left;
	width: 50%;


	
}
