/* main table shadow */

#shadow {
	-moz-box-shadow: 0 0 4px 4px #a6a6a6;
	-webkit-box-shadow: 0 0 4px 4px#a6a6a6;
	box-shadow: 0 0 4px 4px #a6a6a6;
	}

/* SNS button */

div.social {
        text-align: center;
        padding: 0px 0px 0px 0px;
	}
div.social span a:hover {
        position: relative;
        top: 2px;
        left: 2px;        
	}
	
/* purchase button */

.css_btn_class {
	font-size:15px;
	font-family:Times New Roman;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d02718;
	padding:2px 16px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(61%, #f24537), color-stop(44%, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 61%, #c62d1f 44% );
	background:-ms-linear-gradient( top, #f24537 61%, #c62d1f 44% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	color:#e6e6e6;
	display:inline-block;
	text-shadow:1px 2px 2px #7d0800;
 	-webkit-box-shadow:inset 0px 1px 1px 0px #f5847a;
 	-moz-box-shadow:inset 0px 1px 1px 0px #f5847a;
 	box-shadow:inset 0px 1px 1px 0px #f5847a;
	}
.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(61%, #c62d1f), color-stop(44%, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 61%, #f24537 44% );
	background:-ms-linear-gradient( top, #c62d1f 61%, #f24537 44% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
	color:#e6e6e6;
	}
.css_btn_class:active {
	position:relative;
	top:1px;
	}

/* cover page slide */

#slideheader { /* HEADER - slide image*/
	height:550px;
	
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:570px;
	height:550px;
	position: absolute;
	
}

/* HEADER TEXT */
#headertxt {
	width:570px;
	clear:both;
	position:relative;
	top:74px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#firstline { 
	background-image:url("../home_images/slide_images/textbg.png"); 
	color:#333; font-size:50px; 
	padding:4px 13px 7px; 
	float:left; 
	display:block;
	line-height: 100%;
	}
#secondline { 
	background-image:url("../home_images/slide_images/textbg.png"); 
	color:#CD2B3A; 
	text-decoration:none; 
	font-size:40px; 
	padding:0 13px 10px; 
	float:left; 
	display:block; 
	clear:both;
	line-height: 100%;
	}
	
#secondline:hover { 
	text-decoration:underline; 
	color:#7F000C; }
	

.pictured { 
	background-image:url("../home_images/blackback.png");
	color:#BFBFBF;
	font-size:12px; 
	padding:9px 16px; 
	text-transform:uppercase; 
	float:left; 
	display:block; 
	clear:both; 
	margin-top:10px; 
	}
.pictured a:link {
	font-size:16px;
	color: #E9E8D6;
	font-style:italic;
	letter-spacing:0;
	text-transform:none;
	text-decoration:none;
	}
.pictured a:hover { 
	color: #c30;
	text-decoration: underline 
	}
.pictured a:visited { 
	font-size:16px;
	color: #E9E8D6;
	font-style:italic;
	letter-spacing:0;
	text-transform:none;
	text-decoration:none;
	}
	

/* CONTROLS */
.btn { 
	height:32px; 
	width:32px; 
	float:left; 
	cursor:pointer; 
	}
#back { 
	background-image:url("../home_images/slide_images/btn_back.png"); 
	}
#next { 
	background-image:url("../home_images/slide_images/btn_next.png"); 
	}
#control { 
	background-image:url("../home_images/slide_images/btn_pause.png"); 
	}

/* HEADER HAVIGATION */
#headernav-outer {
	position:relative;
	top:510px;
	width:570px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#headernav { 
	padding-left:464px; 
	}
