/*-----------Main Layout Properties*/

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body {
	background: #bdbcb7 url(../images/bkgrd.gif) repeat-x;
	margin: 0;
	padding: 7px 7px;
}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	border: 1px #bdbcb7 solid;
}

#header {
	width: 750px;
	height: 330px;
	background: transparent;
}

#content {
	width: 559px;
	position: relative;
	background: white;
	padding: 0px 10px 20px 10px;
	border-right: 1px #bdbcb7 solid;
	margin-top: -2px;
}

#text {
	padding-top: 10px;
	background: white;
}

#footer {
	height: 30px;
	text-align: center;
	clear: both;
	padding-bottom: 10px;
	padding-top: 5px;
}

#clear {
	clear: both;
}

#border {
	border-bottom: 1px solid #bdbcb7;
}

#line {
	border-bottom: 1px solid #bdbcb7;
	padding-bottom: 5px;
}

/*----------Font Properties*/

p, ul li, ol li {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #474643;
	line-height: 150%;
}

.mysubmit {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

h1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;	
	color: #ab313c;
	text-align: center;
}

h2 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	color: #ab313c;
	text-align: left;
}

h3 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	color: #ab313c;
	text-align: left;
}

#footer p {
	font-size: 11px;
	color: #5a5955;
}

.info {
	font-size: 12px;
}

.center {
	text-align: center;
}

.left {
	float: left;
	padding-right: 10px;
}

.text_right {
	text-align: right;
}

.right {
	float: right;
	padding-left: 10px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.stock {
	color: gray;
	text-align: center;
}

.stock2 {
	color: gray;
}

.note {
	color: gray;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

.pink {
	color: #ab313c;
}

.textarea {
	font-size: 13px;
	color: black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.border_certificate {
	border: #ab313c solid 1px;
}

/*----------Table Properties-----*/

.homepage td, .table_shop td, .purse td {
	vertical-align: top;
	text-align: left;
}

.table_bags td, .table_shop td {
	vertical-align: top;
	padding-left: 10px;
}

.purse td {
	vertical-align: top;
	padding-left: 60px;
}

.appearances td, .appearances2 td {
	vertical-align: top;
}

.appearances td {
	width: 33%;
}

.appearances2 td, .purse td  {
	width: 50%;
}

.appearances, .appearances2 {
	margin-bottom: 10px;
	width: 559px;
}

.left_padding {
	padding: 0px 10px;
}

.padding1 {
	padding-left: 15px;
}

.peach {
	background: #f7e0c4; 
}

.white {
	background: white;
	width: 180px;
}

.table_certificates td {
	vertical-align: top;
	width: 300px;
}

.table_certificates {
	margin-left: 50px;
}

.pic_border {
	border: solid 1px #bdbcb7;
}

/*----------Link Properties-----*/

#container a:link, #container a:visited {
	color: #ab313c;
}

#footer a:link, a:visited {
	color: #5a5955;
}

#body a:link, a:visited {
	text-decoration: underline;
}

/*----------Main Menu Properties*/

#main_menu {
	width: 748px;
	height: 26px;
	background: #ab313c;
}

#main_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 748px;
	border: 1px solid #ab313c;
}

#main_nav ul li {
	float: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center; 
	background: #ab313c url(../images/menu_bkgrd.gif) repeat-x;
	width: 149.6px;
	height: 27px;
	line-height: 2em;	
}

#main_menu ul a {
	display: block;
	text-decoration: none;
}

#main_nav a:link {
	color: #f7e0c4;
	text-decoration: none;
	margin-left: -17px;
}

#main_nav a:visited {
	color: #f7e0c4;
	text-decoration: none;
}

#main_nav a:hover {
	text-decoration: underline;
}

.back {
	margin-left: 0px;
}

/*----------Sidebar Menu Properties*/

#sidebar {
	margin-bottom: 10px;
	margin-top: -1px;
	margin-right: 0px;
	padding: 0;
	width: 170px;
	float: right;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 20px;
}

#sidebar a:link, #sidebar a:visited {
	color: #5a5955;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.subheading {
	text-align: center;
	color: #5a5955;
	font-weight: bold;
	background: #f7e0c4;
}

.border {
	border-bottom: 1px dashed #bdbcb7;
}

.border2 {
	border-top: 1px dashed #bdbcb7;
}

