
body {
	/*background-color: #6F160D;
	background-image: url('images/bg.jpg');*/
    background-color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: black;
}

a.email {
	text-decoration: none;
	color: #800000;
}

.divider { /* divide the whole page in two, for centering */
	position: relative; left: 50%; width:0px;
}

.box {
	position: relative;
	margin-top: 25px;
	left: -350px;
	width: 698px;
	border: solid 2px #E1E3E4;
	background: white;
	z-index:1;
	margin-bottom:25px;
}

.heading {
	position: relative;
	z-index: 2;
}

.menu {
	position: absolute;
	top: 104px; left: 0px;
	z-index: 3;
	height: 16px;
	width: 456px;
	background-image: url('images/menubg.png');
}

.polishes_dropdown {
	position: absolute;
	top: 16px;
	left: 231px;
	width: 140px;
	display: none;
	z-index: 10;
}

.dropdown_button {
	margin:0px;
	padding:0px;
}

.content {
	position: relative;
	width: 100%;
	z-index: 2;
	color: black;
	font-family: Times New Roman, serif;
}

.content_container {
	margin: 0px 15px 0px 15px;
	/* padding: 0px 15px 0px 15px; */
	min-height: 200px;
}

P {
	font-family: Times New Roman, serif;
    font-size: 12px;
}



.footer {
	position: relative;
	background: #7A7F83;
	height: 17px;
	width: 698px;
	color: white;
	z-index: 2;
	text-align: center;
	font-size: 10px;
}

.footer a {
   color: white;
}


.box-bg-bottom {
	position: absolute;
	bottom: 14px;
	left: 0px;
	z-index: 1;
}

table.images {
	width: 100%;
	margin-bottom: 10px;
    font-size: 12px;
}

td.text-content {
	padding-left: 10px;
}

p.quote {
	padding: 10px;
	font-style: italic;
}

.surround {
  border: 2px solid #C0C0C0;
}


