@charset "UTF-8";
/* CSS Document */

body {
	font:12px "Lucida Grande", Arial, sans-serif;
	line-height:14px;
	margin:0;
	height:100%;
	width:100%;
}
h1 {
	font-size:25px;
	line-height:25px;
	margin-bottom:5px;
}
h2 {
	text-align:right;
	font-size:18px;
	line-height:24px;
	/*border-bottom:1px dashed #666666;*/
	border-bottom:1px solid #f2f2f2;
	margin-bottom:15px;
	padding-right:20px;
}
p {
	margin-bottom:5px;
}
a {
	text-decoration:none;
}
/*################################ GERNERAL LAYOUT #################################################*/
#header_wrapper {
	width:100%;
	background:url(../_images/bg_header.gif) repeat-x;
	margin-top:20px;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
}
#header {
	width:800px;
	margin:auto;
	text-align:center;
	height:85px;
}
#sig {
	float:left;
}
#nav {
	text-align:right;
}
#header img {
	margin:18px 0 0 0;
	vertical-align:top;
}
#about, #store, #contact {
	margin:36px 0 0 1px;
	width:69px;
	height:25px;
	float:right;
	text-align:center;
	padding:6px 6px 0 6px;
	cursor:pointer;
}
#content_wrapper {
	width:800px;
	margin:auto;
}
#content {
	margin:20px 0 50px 0;
	min-height:250px;
	/*background:url(../_images/bg_large.gif) bottom left no-repeat;*/
}
#footer {
	clear:both;
	font-variant:small-caps;
	text-align:center;
	font-size:12px;
	padding-right:35px;
	margin-bottom:20px;
}
/*################################ ALL PAGES #################################################*/
#header a, #header a:link, #header a:visited, #header a:hover, #header a:active {
	text-align:none;
	color:#000000;
}
.header_1 a, .header_1 a:link, .header_1 a:visited, .header_1 a:hover, .header_1 a:active {
	text-align:none;
	color:#000000;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-align:none;
	color:#000000;
}
#footer a:hover {
	color:#e2e2e2;
}
.on_nav {
	background:#d1d1d1;
	color:#ffffff;
}
.header_1 {
	line-height:12px;
	height:25px;
	border-top:1px solid #e2e2e2;
	background:#f2f2f2;
	margin-bottom:20px;
}
.cat{
	float:left;
	height:20px;
	text-align:center;
	padding:5px 15px 0 15px;
	cursor:pointer;
}
.cat_on {
	background:#e2e2e2;
}
/*################################ INDEX #################################################*/
#large_imageContainer {
	height:245px;
	width:245px;
	overflow:hidden;
	position:relative;
	float:left;
}
#small_imageContainer_1, #small_imageContainer_2 {
	width:245px;
	height:120px;
	overflow:hidden;
	position:relative;
}
#small_imageContainer_2 {
	margin-top:5px;
}
#small_image {
	width:245px;
	margin-left:5px;
	margin-right:55px;
	float:left;
}
#small_imageContainer_1 img, #small_imageContainer_2 img, #large_imageContainer img {
	position:absolute;
}
#small_imageContainer_1 img {
	left:-20px;
	top:-100px;
}
#small_imageContainer_2 img {
	left:-20px;
	top:-50px;
}
/*################################ STORE #################################################*/
.item_container a {
	text-decoration:none;
	color:#666666;
}
.item_container {
	float:left;
	width:156px;
	border:1px solid #d1d1d1;
	padding:3px 0 5px 0;
	text-align:center;
	margin-right:20px;
	margin-bottom:15px;
}
.item_img_container {
	width:150px;
	overflow:hidden;
}
.item_container img {
	text-align:center;
}
.item_text_container {
	text-align:left;
	margin:5px 3px 0 3px;
}
.item_text_left {
	line-height:16px;
}
.item_text_right {
	text-align:right;
	float:right;
	font-variant:small-caps;
	line-height:15px;
	font-size:12px;
}
#image_wrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#image_backing {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:1500px;
	opacity: 0;
	background:#666666;
	filter: alpha(opacity=00);
}
#image_container {
	width:500px;
	height:500px;
	position:relative;
	margin:auto;
	text-align:center;
	top:80px;
	cursor:pointer;
}
#image_container img {
	border:15px solid #ffffff;
}

/*####################### MISC ##################################################*/
#request_form form {
	margin-left:15px;
}
#request_form label {
	width:65px;
	font-variant:small-caps;
	float:left;
}
#request_form input {
	margin-left:10px;
}
.clearing {
	width:100%;
	clear:both;
	height:1px;
	line-height:1px;
}

/*####################### ADMIN ##################################################*/
.admin_item_container {
	height:100px;
	border:1px solid #d1d1d1;
	padding:3px 3px;
	text-align:left;
	margin-right:5px;
	vertical-align:top;
	margin-bottom:5px;
}
.admin_item_container img {
	float:left;
	margin-right:10px;
	vertical-align:top;
	cursor:move;
}
.admin_item_text {
	padding:5px 0 5px 0px;
	margin-left:145px;
	vertical-align:top;
	width:75%;
}	
.admin_label {
	float:left;
	width:60px;
}
.admin_check {
	width:150px;
	height:20px;
	cursor:pointer;
}
