/* CSS Document */

body {
    background-color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    scrollbar-base-color: #603D07;
    scrollbar-arrow-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-face-color: #603D07;
    scrollbar-highlight-color: #603D07;
    scrollbar-shadow-color: #603D07;
    scrollbar-track-color: #603D07;

}
h2  {
    margin: 0px;
    font-size: 1.6em;
    font-weight:bold;
    letter-spacing: -1px;
    color: #644007;
    margin-bottom: 10px;
}
p {
    margin: 0px;
    margin-top: 20px;
}

.table_body {
    width: 790px;
    vertical-align: middle;
}
.toplinks {
    text-align: right;
    color: #fff;
    padding-bottom: 5px;
}
.toplinks a{
    color: #fff;
    text-decoration: none;
}
.toplinks a:hover{
    color: #fff;
    text-decoration:underline;
}
.logo {
    width: 180px;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.small_gallery {
    padding-left: 0px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 5px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.topline {
    vertical-align: top;
    height: 17px;
    background-image: url(line.jpg);
    background-position: right;
    background-repeat: repeat-y;
}
.preview {
    width: 557px;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    /*overflow: hidden;*/
    overflow: scroll;
}
.preview img {
    border: 1px solid #603D07;
    margin-left: 5px;
}
.bottomline {
    vertical-align: bottom;
    height: 15px;
    background-image: url(line.jpg);
    background-position: right;
    background-repeat: repeat-y;
    text-align: right;
}
.content_masonry {
    border-right: 1px solid #000;
    text-align:justify;
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    background-image: url(bg.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}
.table td{
    padding: 10px;
}
.table a{
    color: #666;
    font-weight: bold;
}
.table a:hover{
    color: #333333;
    font-weight: bold;
}


#loadarea2 img {
    border:1px solid #000;
}
.stone_masonry_description {
    width: 500px;
    font-size: 0.9em;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}
.navigation {
    background-color: #fff;
    text-align: left;
	clear: left;
	float: left;
	margin: 0 0 0px 10px;
	padding: 30px 0 0 5px;
	font-size: 0.9em;
	border-left: 1px solid #000;
	vertical-align: top;
	background-image: url(bg.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

.navigation ul {	
	list-style: none;
	width: 180px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
}	

.navigation li {
	margin-bottom: 4px;
	padding: 0 5px 0 10px;
}

.navigation li a {
	font-size: 9pt;
	height: 20px;
	text-decoration: none;
	color: #333;
	display: block;
	padding: 6px 10px 0 15px;
	border-bottom: 1px solid #333;
	font-weight: bold;
}	

.navigation li a:hover {
	color: #000;
	height: 20px;
	background-image: url(arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}

.navigation ul ul {
	list-style: none;
	width: 170px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
}	

.navigation ul ul li {
	margin-bottom: 4px;
	padding: 0 5px 0 10px;
}

.navigation ul ul li a {
	font-size: 9pt;
	height: 20px;
	text-decoration: none;
	color: #737373;
	display: block;
	padding: 6px 10px 0 15px;
	border-bottom: 1px solid #333;
	font-weight: bold;
}	

.navigation ul ul li a:hover {
	color: #000;
	font-weight: bold;
	height: 20px;
	background-image:url(arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.footer {
    color: #fff;
    background-color: #333;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer2 {
    height: 9px;
    padding-top: 0px;
    color: #333;
    text-align: left;
    background-image: url(bg_footer.jpg);
    background-position: top;
    background-repeat: repeat-x;
}
.footer3 {
    height: 9px;
    padding-top: 0px;
    color: #333;
    text-align: right;
    background-image: url(bg_footer.jpg);
    background-position: top;
    background-repeat: repeat-x;
}
.footer4 {
    padding-top: 0px;
    color: #333;
    text-align:center;
}
.footer4 a {
    color: #333;
    text-decoration: underline;
}
.footer4 a:hover {
    color: #ccc;
    text-decoration: underline;
}