
/* * { padding: 0; margin: 0; } */

body {
 /* font-family:  Helvetica, Arial, sans-serif; */
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 13px;
/*  background-color: #E7DBD5; */ /* #F2F2E6; */
}

form {
	padding-bottom: 0;
	margin-bottom: 0;
}

img {
	border: 0;
}

p {
	text-align: left;
	font-size: 12px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: Trebuchet MS, Verdana, Helvetica,  Arial, sans-serif;
}

ul {
	list-style-type: none;
}

#wrapper { 
 margin: 0 auto;
 width: 947px;
 position: relative;
}
#header {
 color: #333;
 width: 850px;
 float: left;
 height: 237px;
 margin: 10px 0px 0px 0px;
 background: #E7DBD5 url(images/header.jpg);
  position: relative;
}


#nav {
 top: 200px;
 left: 190px;
 position: absolute;
 color: #333;
 padding: 10px;
 /* border: 1px solid #ccc; */
 margin: 0px 0px 0px 0px;
 /* background: #BD9C8C; */
}

#nav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	/* list-style-type: none; */ /*turns off display of bullet*/
	text-align: center;
}

#nav li {
	/* float: left */ /* makes the menu center */
	list-style: none;
	/* margin: 0 0 1em 0; */
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline; 
}

#nav a {
	position: relative; /* Stupid IE hack */
	line-height: 28px;
	 height: 28px; 
	padding: 5px 45px 5px 10px;
	background-repeat: repeat-x;
	background-position: 0% 50%;
	text-decoration: none;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav a:link, #nav a:visited {
	position: relative;
	color: #333;
	height: 28px;
	/* background-image: url(/images/navbar_off.jpg); */
}

#nav a:hover, #nav a:active,
#navselected a:link,
#navselected a:hover {
	position: relative;
	background-color: #666;
	/* background-image: url(/images/navbar_on.jpg); */
	background-repeat: repeat-x;
	background-position: 0% 50%;
	color: #fff;
	/* height: 28px;  This fixes an IE6 issue with uneven link heights */
}



/*
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 200px;
 float: left;
}
*/
#maincontent { 
 float: left;
 color: #333;
 background: #F2F2E6 url(images/body.jpg) no-repeat;
 margin: 0px 0px 0px 0px;
 height: 494px;
 width: 850px;
 display: inline;

}

.content {
 margin: 10px 65px 10px 80px;
 text-align: center;

}

.content p {
	text-align: left;
}

.ordering.content {
	text-align: left;
	height: 450px;
	width: 700px;
	padding: 0 10px;
	overflow: scroll;
}

.about.content {
	height: 450px;
	width: 700px;
	padding: 0 10px;
	overflow: scroll;
}

/*
#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 200px;
 float: left;
 position: relative;
}
*/



#ftboxgroup {
	position: relative;
	display: block;
	width: 700px;
    margin-left: auto;
	margin-right: auto;
    text-align: center;
}

.ftbox {
	float: left;
	width: 170px;
	height: 170px;
	margin: 0;
	padding: 0;
}

.ftbox img {
width: 90%;
height: 90%;
}


.ftbox a {

}

.ftbox p {
	margin: 0;
	font-size: 12px;
}


#baglarge {
	position: relative;
	width: 45%;
	display: block;
	float: left;
	margin-left: 20px;
}

#bagdesc {
	position: relative;
	width: 45%;
	display: block;
	float: left;
}

#bagdesc h3 {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bagdesc p {
	clear: both;
	font-size: 12px;
	line-height: 1.5em;
}

#bagdesc p.price {
	font-size: 16px;
	margin: 0;
	padding: 0;
}


#bagdesc img {
	float: left;
}


/**********************/

#handbaggroup {
	position: relative;
	display: block;
	width: 600px;
	margin-top: 10px;
    margin-left: auto;
	margin-right: auto;
    text-align: center;
}

.hbox {
	float: left;
	width: 130px;
	height: 130px;
	padding: 15px;
}

.hbox p {
	margin: 0;
	font-size: 12px;
}

/*********************/
/* Past Collections */

div#PastCollectionsMenu {
	margin-top: 15px;
	margin-left: 100px;
	text-align: left;
	width: 300px;
}

div#PastCollections a img {
	display: none;
	visibility: hidden;
}


div #PastCollections a:hover img {
	visibility: visible;
	display: block;
	position: absolute;
	left: 450px;
	top:300px;
}




.clear { clear: both; }