@charset "utf-8";
/* CSS Document */

#container {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 953px;
	height: 700px;
	z-index: 1;	/*left: 50%;
	top: 50%;*/	/*margin-left: -476px;
	margin-top: -315px;
	min-top: 10px;
	margin:auto;*/
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FBF5E7;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B2702;
}
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #663300;
}
a:active {
	color: #660000;
}

.headline {
	font-size: 14px;
	font-weight: bold;
}

.caption {font-size: 10px}

.main_body{
	background-image: url(images/c_ostrovsky_jewelry_subbg.jpg);
	background-repeat: repeat-y;

}

.footer{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #78654E;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*NAV LINK CLASSES*/
.nav{
	padding-bottom: 3px;
	padding-top: 3px;
}

a.nav {
	font-size: 14px;
	color: #592800;
	font-weight: bold;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #592800;
}
a.nav:hover {
	text-decoration: none;
	color: #883E00;
}
a.nav:active {
	text-decoration: none;
	color: #592800;
}

/*NAV DROP MENU*/
#dropmenudiv{
position:absolute;
left: 200px;
filter:alpha(opacity=85);
-moz-opacity:.85;
opacity:.85;
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:18px;
z-index:100;
padding:0 0 5px 0;
}


#dropmenudiv a{
width: 100%;
font-size: 12px;
display: block;
/*text-indent: 5px;*/
/*border-bottom: 1px solid black;*/
padding: 5px 5px 0 5px;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{
/*background-color: yellow;*/
color: #883E00;
}
