/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #ffffff;
	font-family:trebuchet ms, arial,sans-serif;
	font-size:12px;
	color:#000000;
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:720px;
	background: url("/graphics/mainbg.gif") #ffffff repeat-y;
	
}

div#header {
	width:720px;
	height:103px;
	background: url("/graphics/header.gif") no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 63px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:720px;
	height:63px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif") no-repeat;
	font-size:11px;
	margin: 0 auto 0 auto;
}




/* main nav */


#topmenu {
	width: 720px;
	height:36px;
	margin: 0 auto 0 auto;
}

#leftmenu {
	width: 185px;
	margin: 0 0 0 0px;
	float:left;
	border:0px solid;
}

#shoplist {
	width: 165px;
	height:260px;
	_height:250px;
	margin: 0 0 0 0px;
	padding:7px 0 0 18px;
	border: 1px solid #d2ccc7;
	background: url("/graphics/sl_bg.gif") repeat-x;
}

.menusubs {
	width: 175px;
	margin: 4px 0 0 0px;
	padding:7px 0 7px 8px;
	border: 1px solid #d2ccc7;
	background: #f0f8e0;
}





/* content formatting */

#pagecontent_splash {
	width: 720px;
	padding: 0;
	overflow: auto;
}

#pagecontent {
	width: 640px;
	padding: 0 50px 10px 30px;
	overflow: auto;
	line-height:15px;
}

#pagecontent_registry {
	width: 660px;
	padding: 0 30px 10px 30px;
	overflow: auto;
	line-height:15px;
}

#pagecontent_shop {
	width: 720px;
	padding: 0;
	overflow: auto;
	line-height:15px;
	border:0px solid;
}

#shop_content {
	width: 531px;
	padding: 0;
	overflow: auto;
	line-height:15px;
	float:right;
}

#right_foot {
	color: #767676;
	float: right;
	padding-top: 29px;
	padding-right:9px;
}

#left_foot {
	color: #767676;
	float: left;
	padding-top: 29px;
	padding-left:9px;
}

td.tablehead {
	line-height: 25px;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background: #f0f8e0;
	padding: 0px 8px;
	text-transform:uppercase;
}
td.fieldhead {
	line-height: 25px;
   padding: 0px 3px;
	font-size: 11px;
	font-weight: bold;
	text-align : right;
}






#clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #7c7c7c;
	text-decoration: underline;
}
a:hover {
	color: #b4c398;
	text-decoration: underline;
}

a.press {
	color: #767676;
	text-decoration: none;
}
a.press:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #767676;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}



h1 {
	font-weight:bold;
	font-size:15px;
	color: #92a76a;
	text-transform: uppercase;
	margin:0 0 20px 0;
}

span.head {
   font-size:13px;
   text-transform:uppercase;
}

p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

/* catalog styles */

a.catalog {
	color: #000000;
	text-decoration: none;
}
a.catalog:hover {
	color: #b4c398;
	text-decoration: underline;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}



/* bridal registry files */

table {
	border-collapse: collapse;
}
input.button {
	background-color: #f1f5e0;
	font-weight: bold;
	color: #030303;
}
.lightbg {
	border: 1px solid #FFFFFF;
	padding : 5px;
	background-color : #f8f9f1;
	/* background-color : #f1f5e0;*/
	color: #444444;
	font-family : trebuchet ms, arial,sans-serif;
	font-size : 8pt;
	vertical-align: top;
}
.lightbgInact {
	font-family : trebuchet ms, arial,sans-serif;
	border: 1px solid #FFFFFF;
	padding : 5px;
	color: #999999;
	font-size : 12px;
	vertical-align: top;
	background-color : #f8f9f1;
}
.darkbg {
	font-family : trebuchet ms, arial,sans-serif;
	border: 1px solid #ffffff;
	padding : 5px;
	background-color : #f1f5e0;
	/* 	background-color : #d8ee7f; */
	color: #555555;
	font-size : 12px;
	text-transform : uppercase;
	font-weight : bold;
}

h2 {
	font-family : Times, verdana, Arial, Helvetica;
	font-size : 22px;
	font-weight: bold;
	font-style: italic;
	/*text-transform : uppercase;*/
	color: #333333;
}
.h2smalltext {
	font-family : times;
	font-size : 15px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-transform: lowercase;
}
h3 {
	font-family : times;
	font-size : 17px;
	font-weight: bold;
	color: #333333;
}
h4 {
	font-family : times;
	font-size : 15px;
	font-weight: normal;
	color: #333333;
}
.heading1 {
	font-family : Times, verdana, Arial, Helvetica;
	font-size : 22px;
	font-weight: bold;
	font-style: italic;
	/*text-transform : uppercase;*/
	color: #333333;
}
.note {
	font-size: 10px;
}
.alert {
	font-weight: bold;
	color: red;
}
option.first {
	color: #333333;
}
table.stdtable {
	width : 95%;
	border-collapse: collapse;
	border-spacing: 1px;
	margin: 1px;
	empty-cells : show;
}
table.prodtable {
	width : 95%;
	border-collapse: collapse;
	border-spacing: 1px;
	margin: 1px;
	empty-cells : show;
}
table.listCats {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	width: 95%;
}
td.listCats {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: bottom;
}
td.subhead {
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: top right;
}
img.placephoto {
	margin : 0px;
	padding: 0px;
	border: 1px solid #808080;
}
td.placephoto {
	width: 350;
	padding-top : 10px;
	padding-left : 0px;
	padding-right : 10px;
	padding-bottom : 10px;
	vertical-align: top;
	text-align: center;

}
td.loginphoto{
	width: 320px;
	height: 480px;
	background : url("http://www.table-matters.com/graphics/regpic2.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
span.caption {
	display: block;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
td.personal_page {
	width: 430;
	/*border: solid 1px #000000;*/
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	text-align: left;
	/*vertical-align: bottom;*/
}
div.edit_registry_head {
	margin-top : 10px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	text-align: center;
	padding : 0px;
}
table.auth {
	 width: 660px;
}
td.loginleft {
	width: 300px;
	vertical-align: top;
	background-image: url("http://www.table-matters.com/graphics/regpic2.jpg");
	background-repeat: no-repeat;
	height: 373px;
}
td.newregphoto{
	width: 300px;
	vertical-align: top;
	background-image: url("http://www.table-matters.com/graphics/regpic2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 373px;
}
td.loginright {
	width: 360px;
	vertical-align: top;
	PADDING-LEFT:20PX;
	PADDING-RIGHT:20px;
	text-align: left;
	background-position: top center;
	background-repeat: no-repeat;
	/*height: 52;*/
}
img.thumb {
	margin: 0px;
	padding: 0px;
	border: 1px solid #B4D5A0;
}
/* The following are for admin only */
	.smltable {
		font-size : 10px;
		vertical-align : top;
	}
	input {
		font-size: 11px;
	}
	select {
		font-size: 11px;
	}
	textarea {
		font-family: trebuchet ms, arial,sans-serif;
		font-size: 11px;
	}




/* menu codes */

.pipelist {
   overflow: hidden;
   width: 770px;
   margin:0 10px 0 10px;
   font-size:13px;
   .font-size:14px;
   font-weight:bold;
   text-transform:uppercase;
   font-family: 'trajan pro', times, serif;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   float: left;
   line-height: 28px;
   padding: 0 20px 0 20px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	}
	
.pipelist a {
	color: #7c7c7c;
	text-decoration: none;
}
.pipelist a:hover {
	color: #b4c398;
	text-decoration: none;
}	
	
	
	
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 165px;
/*padding: 3px 0 0 0;*/
font-size: 12px;
color: #202629;
text-align:left;
text-transform:capitalize;
}

* html #blueblock{ /*IE 6 only */
w\idth: 140px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 8px 22px 0 0;
color: #000000;
text-decoration: none;
width: 140px;
height:14px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #b4c398;
	text-decoration: none;
}



