body {
	width: 960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
}
.page_container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin:0px;
	padding:0px;
	background-color:#000000;
}
.header {
	width:960px;
	margin:0px;
	padding:0px;
}





/*-----------------------LEFT NAVIGATION-------------------------*/
#left_nav {
	width:145px;
	float:left;
		border-right:#666666 1px solid;

}
#left_nav_menu {
	width:150px;
	float:left;
}
.leftmenu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	font-weight:bold;
	height: 35px;
	width:120px;
	background-color:#000000;
}
.leftmenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;	
	min-height: 0;
	width:120px;
}
.leftmenu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}
.leftmenu a {
	text-decoration: none;
	color: #ffffff;
	padding: 0px 5px 0px 25px;
	display: block;
	position: relative;
	width:115px;
	text-align:left;
	line-height:35px;
	height:35px;
	outline:none;
	background-color: #000000;
	border-bottom:#666666 1px solid;
}
.leftmenu li:hover>ul {
	visibility: visible;	/* display submenu on hover */
	top: 100%;	/* 1st level go below their parent item */
	margin-left:146px;
	margin-top:-36px;
}
.leftmenu li li a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	position: relative;
	width:140px;
	text-align:left;
	line-height:26px;
	height:26px;
	margin-left:-1px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.leftmenu a:hover, .leftmenu li:hover>a {
	color: #ffffff;
	background-color:#666666;
	outline:none;
}
.leftmenu li:hover {
	z-index: 10000;
	white-space: normal;
}

.leftmenu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}
#current_page a {
	background-color: #6c79a8;
	color:#ffffff;
}
#left_nav #current_page {
	background-color: #6c79a8;
	color:#ffffff;
}


/*------------HOME PAGE-----------*/
.gallery_item {
	width: 250px;
	float:left;
	padding:10px;
	height:141px;
	overflow:hidden;
}
h2 {
	color:#ffffff;
	margin-top:-25px;
}


/*------------GALLERY-----------*/
#gallery {
	width:814px;
	float:left;
	background-color:#000000;
	float:left;
	text-align:center;
	padding-top:10px;
}
img{ 
	border:0; 
	outline:0; 
}
:focus { 
	outline:0; 
}
#products {
	text-align:center;
}
#products .slides_container {
	width:755px;
	height:500px;
	overflow:hidden;
	float:left;
	position:relative;
	text-align:center;
	margin-left:20px;
}
#products .pagination {
	width:755px;
	padding:5px 0px 5px 10px;
	float:left;
	margin:0px;
	margin:5px 0px 5px 10px;
}
#products .pagination li {
	float:left;
	list-style:none;
	margin-right:10px;
	margin-bottom: 10px;
}
#products .pagination li a {
	display:block;
	float:left;
	background:#000000;
}
#products .pagination li.current a {
	margin:0px;
	padding: 0px;
}
.image_thumbnails {
	padding:0px;
	margin:0px;
}



/*---------------FOOTER-------------------*/
.footer {
	border-top: 1px dashed #666666;
	width:960px;
	clear:both;
	font-size:.9em;
	color:#ffffff;
	padding:5px 0px 5px 5px;
}
