/* general */

html, body{	
	margin:0px;
	padding:0px;
	width:100%;
	height: 100%;
	color:#fff;
	background-color:#050608;
}

table, html, body, input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:9px;
}

div#container{
	margin:0px;
	padding:0px;
	position:relative;
	width:900px;
	margin-top:50px;
}

span.line{
	position:absolute;
	border-bottom-style:solid;
	border-bottom-width:1px;	
	margin:0px;
	z-index:-1;
}

.l1{
	top:32px;
}

.l2{
	top:5px;
}

.l3{
	top:12px;
}

.gold{
	color:#A07F4A;
}

.gray{
	color:#8F9194;
}

.gold_border{
	border-color:#A07F4A;
}

.gray_border{
	border-color:#8F9194;
}


input, textarea{
	width:110px;
	height:16px;
	color:#A07F4A;
	background-color:#000100;
	border-style:solid;
	border-width:1px;
}

a{
	color:#A07F4A;
	text-decoration: none;
}


a:hover{	
	text-decoration: underline;
}

/* header */


div#header{
	position:relative;
	width:100%;
	height:60px;
	
}

div#header div#about{
	position:absolute;
	left:5px;
	top:30px;
}

div#header div#email{
	position:absolute;
	left:225px;
	top:30px;
}

div#header div#search{
	position:absolute;
	right:5px;
	top:25px;
}


div#header div#checkout{
	position:absolute;
	right:295px;
	top:30px;
}

/* main */

div#main_top{
	position:relative;
	width:100%;
	padding:10px;
}

div#main_top ul{
	list-style-type:none;
	margin:0px;
}

div#main_top li{
	height:15px;
}

div#main_top li a{
	height:13px;
	text-decoration: none;
	border-style:solid;
	border-width:1px;
	border-color:#050608;
	width:150px;
}

div#main_top li a:hover{
	height:13px;
	text-decoration: none;
	border-style:solid;
	border-width:1px;
	border-color:#A07F4A;
}

div#main_top li a.over{
	height:13px;
	text-decoration: none;
	border-style:solid;
	border-width:1px;
	border-color:#A07F4A;
}

div#main_content{
	position:relative;
	width:640px;
	height:270px;	
}


div#left_img{
	position:absolute;
	left:0px;
}

div#right_img{
	position:absolute;
	right:0px;
	z-index:1px;
}

div#box1, div#box2, div#box3{
	position:absolute;
	width:127px;
	height:127px;
	border-style:solid;
	border-width:1px;
}

div#box1{
	left:127px;
}

div#box2{
	left:257px;
}

div#box3{
	right:126px;
}

div#preview{
	margin-top:135px;
}

div#preview2{	
	margin-bottom:10px;
}

div#img1, div#img2, div#img3{
	position:absolute;
	left:0px;
}

div#text1,div#text2,div#text3{
	position:absolute;
	width:127px;	
	top:130px;	
}

div#text4{
	position:absolute;
	width:127px;
	z-index:100px;
	right:0px;
	background-color:#A07F4A;
	text-align:left;
	padding:5px;
}
	
div#text1{
	left:127px;
}

div#text2{
	left:257px;
}

div#text3{
	right:126px;
}


div#dtop{
	height:80px;
}


.cap{
	font-size:8px;
}

div#gemstones{
	position:absolute;
	width:387px;
	height:127px;
	left:127px;
	top:0px;
	background-color:#A07F4A;
	padding:2px;
}

div#poll{
	position:relative;
	width:380px;
	height:110px;
	left:0px;
	top:12px;
	text-align:left;
	overflow: hidden;
}

div#poll div#ag_content{
	position:absolute;
	width:370px;
	height:110px;
	padding:5px;
}

div.speedbar1{
	top:0px;	
	left:0px;
	position:absolute;
	margin:0px;
	padding:0px;
	width:6px;
	background-color:#fff;	
	height:10px;
}

span.scollbar{
	top:0px;
	height:110px;
	width:7px;
	right:0px;
	position:absolute;
	border-style:solid;	
	border-color:#FFF;
	border-width:1px;
}

div#btn_close{
	position:absolute;
	top:5px;
	right:5px;
}

input.apply{
	width:75px;
	color:#000;
	background-color:#fff;
}


span.btn{
	padding:2 10;
	border-style:solid;
	border-color:#8F9194;
	border-width:1px;
	background-color:#fff;
	color:#8F9194;
}

/* footer */

div#footer{
	width:100%;
	height:120px;
	position:relative;
	font-size:8px;
}

div#bestview{
	font-size:8px;
	position:absolute;
	left:100px;
	bottom:10px;
}