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

*{
	margin: 0;
	padding: 0;
}

html{ background: #000 url(../images/body_bg.jpg) no-repeat center top; }
body{
	background: url(../images/footer-bg.png) no-repeat bottom center;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
}

h1,h2,h3,h4,h5,h6{ font-weight: normal }
ul,ol,blockquote{ padding-left: 45px; margin: 10px 0 10px 0; }
p,ul,ol{ font-size: 11pt; /*line-height: 14pt;*/ }
a:link,a:visited{ color: #B8854E; text-decoration:none; outline-style: none; -moz-outline-style: none; }
a:hover{ text-decoration: underline; }
.clear{clear: both;}
.hidelink{text-indent: -9999px;}
.uppercase{ text-transform: uppercase }
.font-10{ font-size: 10px }
.font-11{ font-size: 11px }
.font-13{ font-size: 13pt }
.font-bold{ font-weight: bold; color: #B8854E; }
.color-white{ color: #fff }
.margin-left-10{ margin-left: 10px }
.margin-bottom-10{ margin-bottom: 10px }
.margin-bottom-5{ margin-bottom: 5px }
.padding-right-8{ padding-right: 8px }
.padding-left-25{ padding-left: 25px }
.border-1{ border-bottom: 1px solid #000 }
.font-italic{ font-style: italic; }
.float-left{ float: left; }
.content-img{ margin: 5px 5px 3px 0; border: 1px solid #000;}
.text-center{ text-align: center; }

#wrapper{
	margin: 0 auto;
	width: 779px;
    padding-left: 1px;
	text-align:left;
}
	ul.menu{
		margin: 0;
        padding: 0;
		position: absolute;
		bottom: 0;
	}
		ul.menu li{
			list-style-type: none;
			float: left;
		}
			ul.menu li a{
				display: block;
				height: 36px;
				text-decoration:none;
                text-indent: -9999px;
			}
				ul.menu li a#home{ width: 54px;}
				ul.menu li a#about{ width: 87px;}
				ul.menu li a#store{ width: 122px;}
				ul.menu li a#merchandise{ width: 105px;}
				ul.menu li a#jewelry{ width: 135px;}
				ul.menu li a#services{ width: 83px;}
				ul.menu li a#links{ width: 111px;}
				ul.menu li a#contact{ width: 80px;}
	#header{
		height: 180px;
		position: relative;
		background: url(../images/header.jpg) no-repeat top left;
	}
		#header div#address{
			text-align: right;
			color: #fff;
		}
			div#address p{
				font-size: 12px;
				padding: 2px 68px;
			}
	#content{
		background: #fff url(../images/left_sidebar_repeat_bg.gif) repeat-y top left;
		min-height: 320px;
		height: auto !important;
		height: 320px;
	}

		#content div#left-sidebar{
			background: url(../images/merchandise.gif) no-repeat top left;
			width: 156px;
			padding-top: 70px;
			padding-left: 24px;
			float: left;
		}
			div#left-sidebar ul{ margin: 0; padding: 0; }
			div#left-sidebar ul li{
				list-style-type: none;
				margin-bottom: 15px;
			}
				div#left-sidebar ul li a{
					display: block;
					text-indent: -9999px;
					width: 140px;
				}
				div#left-sidebar ul li a#ring{
					background: url(../images/rings.jpg) no-repeat left;
					height: 24px;
				}
				div#left-sidebar ul li a#necklace{
					background: url(../images/necklaces.jpg) no-repeat left;
					height: 19px;
				}
				div#left-sidebar ul li a#bracelet{
					background: url(../images/bracelets.jpg) no-repeat left;
					height: 18px;
				}
				div#left-sidebar ul li a#earing{
					background: url(../images/earings.jpg) no-repeat left;
					height: 28px;
				}
				div#left-sidebar ul li a#diamond{
					background: url(../images/diamonds.jpg) no-repeat left;
					height: 21px;
				}

		#content div#right-container{
			float: left;
		}
			div#right-container div#content-text{
				border: 1px solid #000;
				margin-top: 3px;
				width: 592px;
			}
				div#content-text div#text{
					padding: 0px 65px 25px 84px;
                    min-height: 100px;
                    height: auto !important;
                    height: 100px;
				}
                div#content-text div#text h3{
                    margin-bottom: 10px;
                    font-weight: bold;
                }
                div#content-text div#text ul.store{
                    margin-left: 0;
					width: 500px;
                }
                div#profile{
                    padding-left: 15px;
                }

		#content-footer{
			background: url(../images/content_bottom_bg.gif) no-repeat top left;
			height: 15px;
            *height: 10px;
		}
            div#box{
				background-color: #fff;
				border-left: 1px solid #797979;
            }
			div#box-common{
    			background-image: url(../images/box.gif);
    			background-repeat: repeat-y;
				width: 758px;
				margin-left: 10px;
				margin-right: 10px;
				margin-top: 0px;
			}
				div#box-common2{
					padding-top: 10px;
					padding-left: 10px;
					padding-right: 10px;
					background-image:url(../images/store_top_bg.gif);
					background-repeat: no-repeat;
					width: 738px;
                    height: 1%;
                    min-height: 195px;
				}
                    div.store{
                        margin: 10px 50px 10px 65px;
                        width: 110px;
                        padding: 0;
                        text-align: center;
                        float:left;
                    }
                        div.store a, div#list2 a{
                            color: #000;
                            font-size: 12px;
                            text-align: center;
                            display: block;
                        }
                        div.store a:hover, div#list2 a:hover{
                            text-decoration: none;
                        }
                        div.store img, div#list2 img{
                            border: 3px solid #000;
                            width: 100px;
                        }
                     
                     div.store-profile{
                        margin: 5px 0 0 0
                     }   
                        div#list2{
                            margin:  0 50px 10px 0;
                            width: 150px;
                            float: left;
                        }
                            div#list2 img{ width: 150px }
                        
					ul.store{
						margin: 5px 50px 0 50px;
                        padding: 0;
                        text-align: center;
					}
						ul.store li{
							list-style-type: none;
							float: left;
						}
							ul.store li#list1{
								margin: 0 50px 10px 50px;
								width: 110px;
							}
							ul.store li#list2{
								margin:  0 50px 10px 0;
							}
							ul.store li#list1 img{
								width: 100px;
								/*height: 97px;*/
							}
							ul.store li a{
								color: #000;
								font-size: 12px;
								text-align: center;
								display: block;
							}
							ul.store li a:hover{
                                text-decoration: none;
                            }
							ul.store li img{
								border: 3px solid #000;
							}
                            
					#list{
						width: 120px;
						margin-right: 29px;
						display: inline;
						float:left;
						padding: 5px;
					}
					#list img{
						width: 120px;
						/*height: 120px;*/
					}
		#box-footer{
			background: url(../images/box_footer.gif) no-repeat top left;
			height: 2px;
            *height: 2px;
		}

		#footer{
            background: url(../images/footer-nav.png) no-repeat top left;
			height: 158px;
		}
			#footer ul.menu{
				position: static;
				height: 27px;
				display: block;
			}
			#footer ul.menu li a{
				height: 26px;
			}

/* additionals */
.photo_list{
	width: 66px;
	display: inline;
	float:left;
	margin: 10px 10px 0 10px;
	font-size: 12px;
	text-align: center;
}
.photo_list a img{
	width: 66px;
	border: 3px solid #000000
}
.photo_list a{
	text-decoration: none;
	color: #000;
}

#cybernautic{
	width: 779px;
	margin: 0 auto;
	font-size: 10px;
	font-family: verdana;
	text-align: right;
}
#cybernautic a{
	color: #fff;
}
#cybernautic a:hover{
	text-decoration: none;
}
#cyber_tag{
	background-color: #000;
	width: 100%;
	padding: 5px;
	line-height: 12px;
}
