@charset "utf-8";

/* for root > ms */


body { background-color:#3e3100; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff; margin:0;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,blockquote,img	{margin:0; padding:0; border:0;}
ul {list-style-type:none;}


/* layout */
  #container { width:803px; margin:0 auto;}

/* switch */
  #switch { background:url(/ms/images/bg_btnArea.png); height:32px; text-align:right; padding:0 22px 0 0;}

/* subwindow */
  .subwindow_data  { height:600px; background:url(/ms/images/bg_main.png); float:left;}


/* hyperlink style */
body a:link    {color:#fff; text-decoration:none;}
body a:visited {color:#fff; text-decoration:none;}
body a:active  {color:#fff; text-decoration:none;}
body a:hover   {color:#fdc502; text-decoration:none;}

.top { margin:35px 0 0 0;}
.top h1 {float:left; width:183px; margin:0 0 5px 0;}
.top ul {margin:0; padding:0; float:right; margin:15px 10px 0 0;}
.top li {display:inline; margin:0 0 0 10px;}

/*footer*/
.foot { float:left; text-align:center; width:803px; margin:20px 0 0 0; padding:0 0 30px 0}
.foot a:link, .foot a:visited, .foot a:active    {color:#cea517; font-size:11px;}
.foot a:hover   {color:#fde266; font-size:11px;}

.foot li img { vertical-align:middle;}
.foot li { display:inline; color:#cea517; font-size:11px;}
.foot p { margin:10px 0 0 0;}


#ddimagetabs{ width:728px; float:left; text-align:center; padding:0 0 0 75px;}

#ddimagetabs a{
display: block;
text-decoration: none;
font:12px Arial; /*tab font */
color: #706025; /*font color */
width: 129px; /*width of tab image */
height: 16px; /*height of tab image */
float: left;
display: inline;
padding: 4px 0 0 0;
margin: 0 1px 0 0;
background-image:url(/ms/images/tab_off.png); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(/ms/images/tab_on.png); /*URL to tab image onmouseover */
color: #706025;
font-weight:bold;
}

#tabcontentcontainer {width:803px; float:left; color:#706025;}
.tabcontent{display:none; margin:30px 0 0 48px;}
	.tabcontent ul { float:left; margin:0 0 15px 0;}
	.tabcontent li { display:inline; border:solid 1px #3f3100; float:left; margin:0 15px 0 0; width:223px; height:112px;}
	.tabcontent li img { width:223px; height:112px;}
	
	
	.vertical { float:left; margin:0 0 15px 0;}
	.vertical li { display:inline; border:solid 1px #3f3100; float:left; margin:0 5px 0 0; width:112px; height:223px;}
	.vertical li img { width:112px; height:223px;}
	
	
	.tabcontent .subTab {float:left; width:100%; padding:0 30px 0 0;}
	.tabcontent .subTab li {display:inline; border:none; height:10px; width:auto; color:#e704b9; font-weight:bold;}
	.tabcontent .subTab li a {font-weight:bold; color:#867b4e;}
	.tabcontent .subTab li a:hover {font-weight:bold; color:#e704b9;}
	
	
	
	
	
	
