body, html {
	margin:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ECEBE6;
}

input {
outline:none;
}
form {
margin:0px;
}
.floater {
float:left;
position:relative;
}

p {
padding:0px;
margin:0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #CCCC99;
	background-color: #333333;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../pics/title2.jpg);
	margin: 0px;
}

h2 {
	font-size: 20px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 7px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #F7F7F7;
	background-image: url(../pics/title.jpg);
	font-weight: bold;
	margin: 0px;
	text-indent: 10px;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width: 985px;
}

#details {
	float:left;
	position:relative;
	height: 25px;
	width: 967px;
	line-height: 25px;
	font-size: 12px;
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: double;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-bottom-style: solid;
	background-color: #111111;
	font-weight: bold;
}


#header {
	float:left;
	position:relative;
	height: 125px;
	width: 987px;
	text-align: left;
	background-color: #000000;
	background-color: #000000;
	background-image: url(../pics/header.jpg);
	background-repeat: repeat-x;
}

#nav {
	float:left;
	position:relative;
	width: 987px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 4px;
	border-left-width: 5px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #cccc99;
	border-left-color: #666666;
	background-color: #333333;
	border-bottom-style: solid;
	border-top-style: solid;
	z-index: 1;
}

#content {
	float:left;
	position:relative;
	width: 985px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	background-color: #FFFFFF;
}

#text {
	width:918px;
	float:left;
	position:relative;
	left:10px;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
	top: 0px;
	color: #333333;
	padding: 25px;
	background-color: #FFFFFF;
	line-height: 20px;
}

.button {
	background-color:#EEEEEE;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	outline:none;
	background-image: url(../pics/title.jpg);
	background-position: 0px -5px;
	outline:none;
	width: 100px;
	padding: 5px;
}

.button:hover {
	color:#999966;
	cursor:pointer;
	background-color: #F5F5F5;
}

#nav a {
	float:left;
	position:relative;
	height:35px;
	background-color:#333333;
	color:#CCCCCC;
	line-height: 35px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 11px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	margin: 0px;
	left: 0px;
	top: 0px;
	border-top-style: none;
	border-bottom-style: none;
	outline:none;
}

#nav a:hover {
	color:#CCCC99;
	background-color: #000000;
}

#footer {
	float:left;
	position:relative;
	height: 50px;
	width: 987px;
	color: #AAAAAA;
	background-color: #050505;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCCC99;
	border-left-color: #999999;
	font-size: 10px;
	line-height: 50px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.pagination {
	font-size:14px;
	font-weight:bold;
	float: right;
	position: absolute;
	top: 29px;
	right: 30px;
}

.pagination a {
color:#999999;
}

.pagination a:hover {
color:#CCCC99;
}

#search {
	float: right;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	right: 10px;

}

#search input {
	font-size: 11px;
	color: #999999;
	background-color: #222222;
	width: 150px;
	border: 1px solid #666666;
	float: left;
	position: relative;
	top: 6px;
	height: 16px;
	line-height: 16px;
	text-indent: 2px;
	text-align: left;

}

#basket {
	color: #FFFFFF;
	float: right;
	position: relative;
	top: 20px;
	font-size: 12px;
	right: 25px;
	line-height: 20px;
	text-align: right;

}

#description {
	float: left;
	position: relative;
	text-align: center;
	line-height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-color: #CCCC99;
	border-right-color: #EEEEEE;
	border-bottom-color: #CCCC99;
	border-left-color: #EEEEEE;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	margin-top: 25px;
	width: 400px;

}

.item_thumb {
	width: 202px;
	text-align: center;
	line-height: 20px;
	margin-top: 25px;
	margin-left: 24px;
	color: #999966;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;
	left: -15px;
	background-image: url(../pics/corner.jpg);
	height: 350px;

}


.thumb {
	width:200px;
	height:250px;
	text-align:center;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;
	float: left;
	position: relative;
}

.thumb img {


}


.item {
	width:300px;
	text-align:center;
	line-height: 15px;
	color: #999966;
	margin-top: 25px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	border-top-style: solid;
	border-left-style: solid;
	float: left;
	position: relative;
	background-color: #FDFDFD;
	height: 375px;

}


.item img {

}

.remove {
	color: #CC0000;
	float: left;
	position: relative;
	bottom: 0px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 75px;

}

#contact {
	float: left;
	position: relative;
	margin-left: 40px;
}

#contact input, textarea, button {
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	outline:none;
	padding: 1px;
	
	
}

#contact td {
	padding:2px;
	font-size:12px;
}



img {
border:none;
}

.stone {
	color:#CCCC99;
	font-size: 12px;
	font-weight: bold;
}

a {
	text-decoration:none;
	color:#666666;
	font-size: 12px;
	outline:none;
}

a:hover {
	color:#999966;
}



#header a, #details a, #footer a {
	text-decoration:none;
	color:#AAAAAA;
	font-size: 11px;
	outline:none;
}

#header a:hover, #details a:hover, #footer a:hover {
color:#CCCC99;
}

.category {
	float: left;
	height: 300px;
	width: 244px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #E2E2C7;
	border-right-color: #E2E2C7;
	border-bottom-color: #E2E2C7;
	border-left-color: #E2E2C7;
	color: #666666;
	text-align: center;
	border-right-style: solid;
	font-size: 14px;
	outline:none;
	display: block;
	left: 3px;
	padding: 0px;
}

.category:hover {
	color:#999966;
}

