body{
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background: #F0ECEB url(http://www.somethingnewinvitations.com/img/bgbod.jpg) repeat-x; 
	color: #333;
}
	
	h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #8E634E;
	margin: 18px 0px 10px 0px;
	letter-spacing: .10em;
}
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #8E634E;
	margin: 10px 0px 10px 0px;
	letter-spacing: .10em;
}

/**************** default links *************************/
A{ 
color: #4169e1; 
}

A:link { 
text-decoration: underline;
}
A:visited {
text-decoration: underline;
}
A:hover {
text-decoration: underline;
color: #7d9aea; 
}
/**************** end default links *********************/


/**************** top  *************************/
#header{
	width: 860px;
	background: #FFF;
	border-right: #723c22 2px solid;
	border-left: #723c22 2px solid;
	border-bottom: #723c22 2px solid;
}
#header img{
	margin-left: -2px;
}


/**************** body *************************/
#pagebody{
	width: 860px;
	background: #FFF;
	border-left: #723c22 2px solid;
	border-right: #723c22 2px solid;
	border-top: #723c22 2px solid;
}
	
/**************** subheader *************************/

#subnav{
	width: 864px;
    height: 25px;
	/*border: #723c22 2px solid;*/
	font-size: 11px;
	/*background: url(http://www.somethingnewinvitations.com/img/gradnav.jpg) repeat-x;*/
    background-color: #723c22;
	padding-top: 0px;
}

#subnav #navx{
    float:right;
}

/****************footer *************************/
#footer{
width:864px;
margin-top:-13px;
}

#footer img{
	margin-top:0px;
	padding-bottom: 13px;
}

/**************** products*************************/
#prods{
	width: 720px;
	background: #FFF;
	margin-top: 30px;
	padding-left: 10px;
	/*border: #CCC 1px solid;
	/*float: left;*/
}

#catdesc {
	width: 460px;
	margin-bottom: 25px;
	display: block;
}

#prods2{
	width: 340px;
	background: #FFF;
	margin-bottom: 45px;
	margin-left: 10px;
	float: left;
}

#prods3 {
	width: 220px;
	height: 145px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #333; 
	margin-bottom: 0px;
	margin-top: 3px;
}

#prods #title{
	color:#8E634E;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 9px;
}

#prods #price{
	color:#dc143c;
	margin-bottom: 3px;
	margin-top: 8px;
}

#prods img{
	margin-bottom: 8px;
}

/**************** clear trick for firefox *************************/
  .clear {
	clear: both;
	height:1px;
	overflow: hidden;
}

.btnz{
	font-weight: bold;
	font-style : normal;
	padding: 2px;
	font-size: 13px;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	background: none;
	border: none;
}

.btnlinkbold{
	font-size: 12px;
	font-weight: bold;
	color: #6A5A4B;
	text-decoration: underline;
	cursor: pointer;
	background: none;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: none;
	padding-right: none;
	width: 200px;
}

.btnlink{
	font-size: 12px;
	font-style: normal;
	color: blue;
	cursor: pointer;
	background: none;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: none;
	padding-right: none;
	width: 220px;
}

.btnlinklong{
	font-size: 12px;
	font-style: normal;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	background: #F4E6DB;
	border: none;
	padding: 6px;
	border: 1px dotted #666;
}

.borderimage{
	border: 1px solid #999;
	padding: 2px;
}

