@charset "UTF-8";
/* CSS Document */
#wrap {
	width:900px;
	margin:0 auto;
 }
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 12px;
}
p.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin-top: 0px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 15px;
	line-height: 18pt;
}
p.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
}
p.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 0px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 3px;
	line-height: 14pt;
}
p.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
}
p.image_captions {
	float: left;
	width: 230px;
	padding-top: 7px;
	font-size: 8pt;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
}

 /*DROP-SHADOWS*/
div#shadow1_side {
	position: relative;
	margin-right: auto;
	text-align: left;
	width: 590px;
	background-image: url(images/dropshadows/shadow1_side.png);
	background-repeat: repeat-y;
	float: left;
	padding-left: 0px;
	padding-right: 3px;
}
div#shadow1_footer {
	padding-top: 3px;
	text-align: center;
	background-image: url(images/dropshadows/shadow1_footer.png);
	background-repeat: no-repeat;
	width: 592px;
	height: 4px;
	float: left;
	position: relative;
}
div#shadow2_side {
	text-align: left;
	width: 299px;
	background-image: url(images/dropshadows/shadow2_side.png);
	background-repeat: repeat-y;
	float: left;
	padding-right: 3px;
}
div#shadow2_footer {
	padding-top: 3px;
	text-align: center;
	background-image: url(images/dropshadows/shadow2_footer.png);
	background-repeat: no-repeat;
	width: 299px;
	height: 4px;
	float: left;
	position: relative;
	padding-right: 3px;
}
div#shadow3_side {
	position: relative;
	margin-right: auto;
	text-align: left;
	width: 892px;
	background-image: url(images/dropshadows/shadow3_side.png);
	background-repeat: repeat-y;
	float: left;
	padding-left: 0px;
	padding-right: 5px;
}
div#shadow3_footer {
	padding-top: 3px;
	text-align: center;
	background-image: url(images/dropshadows/shadow3_footer.png);
	background-repeat: no-repeat;
	width: 898px;
	height: 4px;
	float: left;
}

 /*HEADER AREA*/
.header_area {
	width: 900px;
	height: 90px;
	clear: right;
	float: left;
	position: relative;
}
.logo {
	width: 327px;
	float: left;
	border: 0px;
}
.header_numbers {
	width: 265px;
	float: left;
	border: 0px;
}
.header_nav {
	width: 288px;
	float: right;
	border: 0px;
	color:#FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	padding-top: 45px;
	padding-right:10px;
}
.header_nav1 {
	width: 62px;
	float: right;
}
.header_nav2 {
	width: 75px;
	float: right;
}

a.header_link:link {
	font-weight: normal;
	color:#FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
a.header_link:visited {
	font-weight: normal;
	color:#FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
a.header_link:hover {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
a.header_link:active {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}

/*NAVIGATION*/
.nav_area {
	width: 920px;
	height: 28px;
	position:relative;
	z-index:50;
	float: left;
}
#item {
	float: left;
	display:block;
	width: 127px;
	height: 28px;
	background-repeat:no-repeat;
}

/*dropdown style*/
.menu {
	float: left;
	width: 127px;
	background-image:url(images/navigation/DropDownBKGRD.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color:#FFFFFF;
	text-align:center;
	line-height:10pt;
	padding-top: 15px;
	padding-bottom: 15px;
	visibility: hidden;
	display: block;
}
.menu li {
	list-style:none;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.menu li a{
	color:#FFFFFF;
	text-decoration: none;
	line-height: 12pt;
	list-style: none;
}
.menu li a:hover{
	font-weight: bold;
	list-style: none;
}
/*mouseovers*/
a.print, a.print:link, a.print:visited {
	float: left;
	width: 127px;
	height: 28px;
	background-image:url(images/navigation/Print.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
a.print:hover {
	background-repeat:no-repeat;
	background-position:bottom center;
}
a.directmail, a.directmail:link, a.directmail:visited {
	float: left;
	width: 127px;
	height: 28px;
	background-image:url(images/navigation/DirectMail.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
a.directmail:hover {
	background-repeat:no-repeat;
	background-position:bottom center;
}
a.copy, a.copy:link, a.copy:visited {
	float: left;
	width: 127px;
	height: 28px;
	background-image:url(images/navigation/Copy.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
a.copy:hover {
	background-repeat:no-repeat;
	background-position:bottom center;
}
a.design, a.design:link, a.design:visited {
	float: left;
	width: 127px;
	height: 28px;
	background-image:url(images/navigation/Design.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
a.design:hover {
	background-repeat:no-repeat;
	background-position:bottom center;
}
a.promos, a.promos:link, a.promos:visited {
	float: left;
	width: 127px;
	height: 28px;
	background-image:url(images/navigation/Promos.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
a.promos:hover {
	background-repeat:no-repeat;
	background-position:bottom center;
}
a.about, a.about:link, a.about:visited {
	float: left;
	width: 127px;
	height: 28px;
	background-image:url(images/navigation/About.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
a.about:hover {
	background-repeat:no-repeat;
	background-position:bottom center;
}
a.weddings, a.weddings:link, a.weddings:visited {
	float: left;
	width: 127px;
	height: 28px;
	background-image:url(images/navigation/Weddings.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
a.weddings:hover {
	background-repeat:no-repeat;
	background-position:bottom center;
}

/*MAIN AREA*/
.main_area {
	width: 920px;
	margin-top: 6px;
	float: left;
	position: relative;
}
.main1 {
	float: left;
	width: 576px;
	background-color:#FFFFFF;
	border-width: 6px;
	border-style: solid;
	border-color: #ee3125;
}
.main1_thumbs {
	float: left;
	width: 555px;
	padding-left: 18px;
	padding-bottom: 20px;
}
.thumb_images {
	width: 167px;
	float: left;
	margin-right: 16px;
}
.thumb_captions {
	float: left;
	width: 167px;
	margin-top: 10px;
}
.main2 {
	float: left;
	width: 284px;
	border-width: 6px;
	border-style: solid;
	border-color: #ee3125;
}
.main2_text {
	float: left;
	width: 284px;
	text-align: left;
	color:#FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}
.leftcolumn {
	float:left;
	width: 590px;
	margin-right: 4px;
}
.rightcolumn {
	float:left;
	width: 299px;
}
.secondary1 {
	float: left;
	width: 878px;
	background-color:#FFFFFF;
	border-width: 6px;
	border-style: solid;
	border-color: #ee3125;
	padding-bottom: 6px;
}
.secondary1_image {
	float: left;
	width: 280px;
	text-align:center;
	padding-top: 60px;
}
.secondary2 {
	float: left;
	width: 284px;
	background-image: url(images/print/blueBKGRD.jpg);
	border-width: 6px;
	border-style: solid;
	border-color: #ee3125;
	padding-top: 20px;
}
.secondary2_textbox {
	float: left;
	width: 258px;
	padding-left: 15px;
	padding-top:20px;
}
.secondary2_image {
	float: left;
	margin-top: 0px;
	width: 282px;
}
a.whitetext:link {
	font-weight: normal;
	color:#FFFFFF;
	font-size: 8.5pt;
	text-decoration: underline;
}
a.whitetext:visited {
	font-weight: normal;
	color:#FFFFFF;
	font-size: 8.5pt;
	text-decoration: underline;
}
a.whitetext:hover {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 8.5pt;
	text-decoration: underline;
}
a.whitetext:active {
	font-weight: normal;
	color:#FFFFFF;
	font-size: 8.5pt;
	text-decoration: underline;
}
.textbox {
	float: left;
	width: 540px;
	padding-left: 15px;
	padding-top:20px;
	padding-bottom: 20px;
}
.textbox_image{
	float: left;
	width: 230px;
	text-align: left;
	margin-right: 15px;
	height: 230px;
}
.textbox_left {
	float: left;
	width: 270px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.textbox_right {
	float: left;
	width: 270px;
	padding-left: 15px;
	padding-bottom: 10px;
}
a.textboxlink:link {
	font-weight: bold;
	color:#ee3125;
	font-size: 8.5pt;
	text-decoration: underline;
}
a.textboxlink:visited {
	font-weight: bold;
	color:#ee3125;
	font-size: 8.5pt;
	text-decoration: underline;
}
a.textboxlink:hover {
	font-weight: bold;
	color:#20579b;
	font-size: 8.5pt;
	text-decoration: underline;
}
a.textboxlink:active {
	font-weight: bold;
	color:#20579b;
	font-size: 8.5pt;
	text-decoration: underline;
}
.emailbar {
	float: left;
	width: 878px;
	height: 45px;
	background-color:#ee3125;
	border-width: 6px;
	border-style: solid;
	border-color: #ee3125;
}
.emailbar1 {
	float: left;
	width: 198px;
}
.emailbar2 {
	float: left;
	width: 198px;
}
.emailbar3 {
	float: left;
	width: 375px;
	height: 33px;
	padding-top: 15px;
}
.emailbar4 {
	float: left;
	width: 104px;
}	
/*FOOTER AREA*/
.footer_area {
	float: left;
	width: 900px;
	height: 65px;
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	margin-top: 25px;
	position: relative;
}
.foot_text {
	float: left;
	width: 600px;
	padding-right:140px;
}
.foot_image {
	float: left;
	width: 140px;
	padding-left:20px;
}
a.footer:link {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
a.footer:visited {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
a.footer:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
a.footer:active {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}

/* added gallery css dhowe 101909 */

.gallery_container 
{
	width:238px;
	height:273px;
	margin-left:0px;
	margin-top:7px;	
	/*background-color:Fuchsia;*/
	float:left;
}

.gallery_nav 
{
	margin-left:238px;
	margin-top:7px;
	width:39px;
	height:291px;
	z-index:999;
	/*background-color:Black;*/
	
}

.gallery_text 
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:White;
	padding-top:0px;
	padding-left:8px;
	clear:both;
}

.gallery_text2 
{
	font-family:Arial;
	font-size:11px;
	color:White;
	padding-top:5px;
	padding-left:8px;	
}


/* gallery nav */
.gNav
{	
	width:39px;
	height:29px;
	display:block;
}

.gNav1
{	
	width:39px;
	height:30px;
	display:block;
}

/*design pages */

.design1 a
{
	background-image:url('images/gallery/one_off.jpg');
	background-repeat:no-repeat;
	width:39px;	
	height:29px;
	display:block;
}

.design1 a:hover
{
	background-image:url('images/gallery/one_on.jpg');
}

.design2 a
{
	background-image:url('images/gallery/two_off.jpg');
	background-repeat:no-repeat;
	width:39px;
	height:29px;
	display:block;
}

.design2 a:hover
{
	background-image:url('images/gallery/two_on.jpg');
}

.design3 a
{
	background-image:url('images/gallery/three_off.jpg');
	background-repeat:no-repeat;
	width:39px;
	height:29px;
	display:block;
}

.design3 a:hover
{
	background-image:url('images/gallery/three_on.jpg');
}

/* copy pages */

.copy1 a
{
	position:relative;
	left:0px;
	top:0px;	
	background-image:url('images/gallery/one_off.jpg');
	background-repeat:no-repeat;
	width:39px;	
	height:29px;
	display:block;
	/*z-index:999;*/
}

.copy1 a:hover
{
	background-image:url('images/gallery/one_on.jpg');
}

.copy2 a
{
	position:relative;
	left:0px;
	top:0px;
	background-image:url('images/gallery/two_off.jpg');
	background-repeat:no-repeat;
	width:39px;
	height:29px;
	display:block;
	/*z-index:999;*/
}

.copy2 a:hover
{
	background-image:url('images/gallery/two_on.jpg');
}

/*direct mail*/

.directMail1 a
{
	background-image:url('images/gallery/one_off.jpg');
	background-repeat:no-repeat;
	width:39px;	
	height:29px;
	display:block;
}

.directMail1 a:hover
{
	background-image:url('images/gallery/one_on.jpg');
}

.directMail2 a
{
	background-image:url('images/gallery/two_off.jpg');
	background-repeat:no-repeat;
	width:39px;
	height:29px;
	display:block;
}

.directMail2 a:hover
{
	background-image:url('images/gallery/two_on.jpg');
}

.directMail3 a
{
	background-image:url('images/gallery/three_off.jpg');
	background-repeat:no-repeat;
	width:39px;
	height:29px;
	display:block;
}

.directMail3 a:hover
{
	background-image:url('images/gallery/three_on.jpg');
}

/* print pages */

.print1 a
{
	background-image:url('images/gallery/one_off.jpg');
	background-repeat:no-repeat;
	width:39px;	
	height:29px;
	display:block;
}

.print1 a:hover
{
	background-image:url('images/gallery/one_on.jpg');
}

.print2 a
{
	background-image:url('images/gallery/two_off.jpg');
	background-repeat:no-repeat;
	width:39px;	
	height:29px;
	display:block;
}

.print2 a:hover
{
	background-image:url('images/gallery/two_on.jpg');
}

.print3 a
{
	background-image:url('images/gallery/three_off.jpg');
	background-repeat:no-repeat;
	width:39px;	
	height:29px;
	display:block;
}

.print3 a:hover
{
	background-image:url('images/gallery/three_on.jpg');
}

.print4 a
{
	background-image:url('images/gallery/four_off.jpg');
	background-repeat:no-repeat;
	width:39px;	
	height:29px;
	display:block;
}

.print4 a:hover
{
	background-image:url('images/gallery/four_on.jpg');
}

.print5 a
{
	background-image:url('images/gallery/five_off.jpg');
	background-repeat:no-repeat;
	width:39px;	
	height:29px;
	display:block;
}

.print5 a:hover
{
	background-image:url('images/gallery/five_on.jpg');
}