/*-------------------- Layout ----------------------*/
body
{
    background-color:#515151;
}

#page_container
{
    margin-top:0px;
    margin-bottom:50px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../images/images/BW_Invitation_Background_04.gif);
    background-repeat:repeat-y;
    /* super important */
    position:relative;
    width:797px;
}

#logo_section
{
	height:134px;
	width:221px;
	background-image:url(../images/images/BW_Invitation_Background_01.gif);
}

#top_section
{
	position:absolute;
	left:221px;
	height:134px;
	width:576px;
	background-image:url(../images/images/BW_Invitation_Background_02.gif);
	top: 0px;
}

#main_menu
{
	position:absolute;
	top:26px;
	left:-50px;
	padding-left:35px;
	height:32px;
	width:541px;
	border-bottom-style:solid;
	border-width:3px;
	border-bottom-color:#F1F1E9;
}

#body_section
{
	position:absolute;
	/*min-height:700px;*/
    /*min-width:797px;*/
    background-image:url(../images/images/BW_Invitation_Background_03.gif);
	background-repeat:no-repeat;
	padding: 25px;
}

#lightbox
{
	position:absolute;
	top:9px;
	height:250px;
	width:123px;
	visibility: visible;
	margin-left: -3px;
	line-height: 17px;
	text-align: center;
}

#collection_selection
{
	position:absolute;
	top:300px;
	height:232px;
	width:122px;
	background-color:#392919;
	margin-left: -3px;
}

#thumb_scroller
{
    position:absolute;
    top:-65px;
    left:215px;
    height:50px;
    width:495px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    background-color:#FFFFFF;
}

#content_container
{
	position:relative;
	left:120px;
	width:590px;
	background-color:#F1F1E9;
	height: 575px;
	top: -30px;
	text-align: right;
}

#name_color_section
{
	position:relative;
	height:40px;
	width:250px;
	padding-top: 5px;
	margin-left: 320px;
}

#invite_mock_section
{
	position:absolute;
	top:13px;
	left:12px;
	width:270px;
}

#invite_close_up_section
{
	position:absolute;
	left:294px;
	height:275px;
	overflow: scroll;
	top: 12px;
	font-size: 11px;
	color: #515151;
	line-height: 1.5;
	background-color: #FFFFFF;
	text-align: center;
	width: 273px;
}

#invite_body_text_section
{
	position:relative;
	width:550px;
	z-index:10;
	padding-top: 15px;
	line-height: 1.5;
	text-align: center;
	top: 285px;
	padding-left: 20px;
	padding-right: 20px;
}
#for buttons {
	background-color: #B3B1A3;
	height: 35px;
}


#invite_price_section
{
	position:absolute;
	top:436px;
	width:575px;
}

#bottom_section
{
	position:relative;
	width:797px;
	background-image:url(../images/images/BW_Invitation_Background_05.gif);
	margin-left: -25px;
	height: 40px;
}

#copyright
{
	position:relative;
	width:797px;
	text-align:center;
	font-size:x-small;
	color:#E2E1CF;
	top: -8px;
}

/*-----------------------------Menu Items--------------------------------*/
#main_menu a
{
	display:block;
	height:32px;
	position:absolute;
	top:-1px;
	background-repeat:no-repeat;
}

#invitation_menu_item
{
	left:80px;
	width:80px;
	background-image:url(../images/images/invitation-over.gif);
}

#invitation_menu_item:hover
{
    background-image:url(../images/images/invitation-over.gif);
}

#monogram_menu_item
{
    left:160px;
    width:125px;
    background-image:url(../images/images/monogram.gif);
}

#monogram_menu_item:hover
{
    background-image:url(../images/images/monogram-invitation_over.gif);
}

#custom_menu_item
{
    left:285px;
    width:102px;
    background-image:url(../images/images/custom.gif);
}

#custom_menu_item:hover
{
    background-image:url(../images/images/custom-invitation_over.gif);
}

#faq_menu_item
{
    left:387px;
    width:36px;
    background-image:url(../images/images/faq.gif);
}

#faq_menu_item:hover
{
    background-image:url(../images/images/faq-invitation_over.gif);
}

#links_menu_item
{
    left:423px;
    width:47px;
    background-image:url(../images/images/links.gif);
}

#links_menu_item:hover
{
	background-image:url(../images/images/links-invitation_over.gif);
}

#contact_menu_item
{
	left:471px;
	width:49px;
	background-image:url(../images/images/contact.gif);
}

#contact_menu_item:hover
{
    background-image:url(../images/images/contact-invitation_over.gif);
}

#right_book_end
{
	position:relative;
	top:0px;
	left:435px;
	height:32px;
	width:45px;
}
.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #515151;
	line-height: 30%;
	margin-top: 18px;
}

