/* Global
------------------------------------------*/
* { margin: 0; padding: 0; }
html { height: 100%; overflow-y: scroll; }
ul,li,dl,dt,dd { list-style:none; }
img { vertical-align: top; }
a img { border: none; }
body { 
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	background: url('../img/bg.gif') #000 repeat top left;
	}
a:link,a:visited { color: #999; text-decoration: none; }
a:hover { color: #fff; text-decoration: none;}
hr {
	height: 1px;
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #f90;
	margin: 5px 0;
	}
.clear { clear:both; }  
p {	margin: 12px 0;	}


/* margins
------------------------------------------*/
.mt5 { margin-top:5px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}

.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}



/* dropdown
------------------------------------------*/
#dropdown-wrap { background: url(../images/page-shadow.jpg) #f60 top center no-repeat; }

#dropdown {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	/*display: none;*/
	}	
	
#dropdown-tab {
	position: absolute;
	right: 0px;
	bottom: -30px;
	}

#dropdown-tab a {
	width: 140px; height: 30px;
	background: url(../img/dropdown-tab.gif) no-repeat top left;
	text-indent: -9999px;
	display: block;
	border: 0;
	overflow:hidden;
	}
#dropdown-tab a.open { background-position: 0 -35px; }
#dropdown-tab a:hover { border: 0; }


/* main
------------------------------------------*/
#dropdown .content {
	height: 550px;
	padding:0;
	margin:0;
	display: none;
	}
h2 { font-size:16px; color:#fff; }
h2 span {
	font-size:14px;
	color:#ff9;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left:10px;
	}

#dropdown dl dt { width:650px; float: left;}
#dropdown dl dd { width:250px; margin-left:700px;}
#dropdown dl a:link,
#dropdown dl a:visited { color: #fff; text-decoration: none; border-bottom:1px dotted #fff; }
#dropdown dl a:hover { color: #000; text-decoration: none; border-bottom:1px solid #000; }
#dropdown dl a.noborder { border:none; }


/* footer
------------------------------------------*/
h1 { margin-top:40px;}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	}
#footer {
	width: 950px;
	border-top: 1px solid #ccc;
	font-size: 10px;
	color:#555;
	text-align: center;
	margin-top:20px;
	}


/* contents navigation
------------------------------------------*/
div.tabs div { padding: 0px; }

/* Reflection Nav
------------------------------------------*/
#nav-reflection {
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	width: 950px;
	min-height: 110px;
	list-style: none;
	}
#nav-reflection li {
	margin-right: 15px;
	width: 59px;
	float: left;
	}
#nav-reflection a,
#nav-reflection a:visited,
#nav-reflection a:hover {
	width: 59px;
	height: 59px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/icons.gif) no-repeat;
	display: block;
	}
#nav-reflection span {
	margin-top: 1px;
	width: 59px;
	height: 34px;
	text-align: center;
	background: url(../images/icons-reflections.jpg) no-repeat;
	display: block;
	}

	/* Button Colors */
		#nav-reflection li.button-color-1 a { background-position: -3px -3px; }
		#nav-reflection li.button-color-2 a { background-position: -92px -3px; }
		#nav-reflection li.button-color-3 a { background-position: -181px -3px; }
		#nav-reflection li.button-color-4 a { background-position: -270px -3px; }
		#nav-reflection li.button-color-5 a { background-position: -359px -3px; }

	/* Button Reflection Color */
		#nav-reflection li.button-color-1 span { background-position: 0 0; }
		#nav-reflection li.button-color-2 span { background-position: -89px 0; }
		#nav-reflection li.button-color-3 span { background-position: -178px 0; }
		#nav-reflection li.button-color-4 span { background-position: -267px 0; }
		#nav-reflection li.button-color-5 span { background-position: -356px 0; }
		
		
		
		
		