@charset "utf-8";
/* CSS Document */
/* CSS Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline; }
/* remember to define focus styles! */
:focus {	 }
body { line-height: 1;	color: black;	background: white; }
ol, ul {	list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {	quotes: "" "";}
/* block style definitions */

h1{
  font-size: 1.4em;
  font-family: 'Old Standard TT';
  text-transform:uppercase;
  color: #333;
  text-shadow: 1px 1px 0 #DBDBDB;
  background: url(image/logo-bg.png) no-repeat center top;
  width:174px;
  height:174px;
  text-align:center;
  padding:60px 0 0;

}
h1 span { display:block; margin-top:.5em; font-size:.75em; color:#666;letter-spacing:0.1em; }
h2 { font-size:1.2em; font-family:'Old Standard TT'; text-transform:uppercase;color:#666; line-height:24px; border-bottom:1px solid #DBDBDB; padding:60px 0 6px; margin-bottom:10px; letter-spacing:0.1em; }
h2 span {  display:block; text-transform:lowercase;}
#header { border-top: 4px solid #000; padding-top:80px; }

#header	p, #header ul { font-family:Arial, Helvetica, sans-serif; color:#333; font-size: 12px; line-height:22px; } 
#header ul li { list-style-type:none; list-style-position:outside; margin-bottom:20px; border-bottom:1px solid #DBDBDB; padding-bottom:6px;	}
#header ul li strong, #header ul li b { color:#666;  font-size:1.5833em; font-family:'Old Standard TT'; }


a.emphasis {text-decoration:none; color:#333; background-color:#cdc8c8; padding: 3px 5px; border-bottom:none 0px; text-shadow: 1px 1px 0 #DBDBDB;}
a.emphasis:hover {background-color:#e1cfcf; border-bottom:none;}
a.emphasis:active { background-color:#F90; }


