@charset "utf-8";
/* CSS Document */

body{
	background-color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#cnt{
	width:900px;
	height:100%;
	min-height: 650px;
	margin:0px auto 0px auto;
	padding:0px;
	position: relative;
}
#header{
	background-image:url(images/image2.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
	height:300px;
	width:272px;
	float:left;
}
h1 {
	padding: 40px 0px 0px 10px;
	font-size: 18px;
	color: #bdc36c;
}
h3 {
	font-size: 14px;
	color:#FFF;
	padding: 30px 0px 0px 0px;
	float:right;
}
h4{
	float:left;
	color:#f7941e;
padding:10px 10px 10px 10px;
text-align:left;
	height:100%;
	margin:0px 0px 0px 280px;

}

h5 {
	float:left;
width:100%;
	color:#CCC;
	font-size:18px;
	margin:5px 0px 0px 130px;

}	
h6 {
	float:left;
	color:#000;
}
p {
	color:#ffffff;
	font-size:16px;
	float:inherit;
	text-align:left;
	width:600px;
	min-height:20px;
	height:100%;
	margin:0px 0px 0px 280px;
		
}
.link {
	color: #;
	text-decoration: underline;
}


.image {
	width:280px;
	height:300px;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:100;
}
#dots{
	background-image:url(images/dot.png);
	background-repeat:repeat-x;
	width:900px;
	height:28px;
	position:absolute;
	z-index:200;
	top:290px;
	
}
#profile{
	background:url(images/benay.jpg);
	width:210px;
	height:210px;
	z-index: 30;
	overflow: visible;
	float:left;
	
}
#nav {
	height:300px;
	width:300px;
	list-style: none;
	overflow: hidden;
	float:left;
	position:relative;
}
#nav li {
	margin: 15px;
	padding: 0px;
	list-style-type:none;
}

#nav a {
	text-decoration:none;
	font-size:20px;
	color:#fff;
	display:list-item;
	
}
#nav a:hover {
	color:#09F;
	text-decoration:underline;	
}
.selected {
	font-size: 18px;
	color: #09F;
	text-decoration: underline;
	font-weight: bold;
}

menu {
	height:200px;
	width:150px;
	list-style: none;
	overflow: hidden;
	float:left;
	position:relative;
	
}

menu li {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	list-style-type:none;
}
.product {
	width:270px;
	height:100%;
	float:left;
	margin:50px 0px 0px 0px;
	
}
.productinfo{
	width:200px;
	height:5px;
	position:relative;
	float:left;
}
.btname{
	width:100px;
	height:30px;
	
}
menu a {
	text-decoration:none;
	font-size:18px;
	color:#fff;
	display:list-item;
	
}
menu a:hover {
	color:#09F;
	text-decoration:underline;	
}
#pix {
	width:700px;
	min-height:250px;
	float:right;
	position:relative;
		
}

#footer{
	width:900px;
	height:20px;
	margin:50px auto 0px auto;
	padding:0px;
	float:left;
	border-top:thin solid #077fff;
}
#comments {
	height:100%;
	width:900px;
	min-height:600px;
	margin-top:20px;
	float:left;
}
