/* CSS Document */
html { 				
	
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	color:#b1b1b1;
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#000000;
	scrollbar-shadow-color:#333333;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color::#333333;
	scrollbar-dark-shadow-color:#000000;
	scrollbar-3d-light-color:#333333; 
}
	
html>body {
	font-size: 12px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	font-size: 75%; 	
} 

p {
	line-height: 1.286em;;
	font-size:1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
}
	
h1 {
	font-size:1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em; 
}
h2 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom: 0.643em; 
}

a {	
	color:#ffffff;
	text-decoration:none;
	cursor:pointer; 
}
a:hover {		
	color:#BD6201;
	text-decoration:none; 
}

.overflow {
	height:328px; 
	padding-right:5px;
	overflow-x: hidden;
	overflow-y:scroll; 
	overflow:-moz-scrollbars-vertical; 
}

/* MENU */
.menu .seperator {
	border-right:solid 1px #1d1d1d;	
	width:385px;
}
	
.menu a {
	color:#4e4e4e;
	font-size:1.167em;
	text-decoration:none;
	font-weight:normal;
	padding-left:13px;
	padding-right:13px; 
	display:block;
}
	
.menu a:hover {
	color:#898888;
}

.breadcrumbs a {
	color:#575757;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}

.breadcrumbs a:hover {
	color:#898888;
}

.active:link, .active:visited, .active:hover {
	color:#898888;
}

.page_no {
	background-image:url(../images/btn_page.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:18px;
}

.page_no a {
	color:#575757;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
}

.page_no a:hover {
	color:#898888;
}

.previous a {
	display:block;
	background-image:url(../images/btn_prev.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:18px;
	background-position:left;
}
.previous a:hover {
	background-position:right;
}

.next a {
	display:block;
	background-image:url(../images/btn_next.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:18px;
	background-position:left;
}
.next a:hover {
	background-position:right;
}
.first a {
	display:block;
	background-image:url(../images/btn_begin.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:18px;
	background-position:left;
}
.first a:hover {
	background-position:right;
}

.last a {
	display:block;
	background-image:url(../images/btn_end.jpg);
	background-repeat:no-repeat;
	width:20px;
	height:18px;
	background-position:left;
}
.last a:hover {
	background-position:right;
}

.portfolio .box {
	border:solid 1px #252525;
}

#container {
	position:relative;
	height:182px;
	width:182px;
	vertical-align:middle;
}

.add_to_cart:link, .add_to_cart:visited {
	background-image:url(../images/btn_add.gif);
	background-repeat:no-repeat;
	background-position:right;
	z-index:1;
	position:absolute;
	bottom:2px;
	right:2px;
	width:8px;
	height:8px;
	display:block;
}	

.add_to_cart:hover {
	background-position:left;
}

.foot, .foot a {
	color:#201f1f;
	font-size:9px; 
	text-decoration:none;
}
				
.foot a:hover {
	color:#898888;
}
