/*Reset*/
* { padding: 0; margin: 0; }
li,ul { list-style: none; }
img { -ms-interpolation-mode: bicubic; }
a img { border: none; }
.clear { clear: both; }


/*Framework*/
body { background: #fff; }
#pageHold { width: 922px; overflow: hidden; height: auto; padding: 40px; margin: 0 auto; background: #fff; }


/*Header*/
#pageHeader { width: 922px; height: 48px; overflow: hidden;  }
#logoBox { width: 78px; height: 48px; background: #fff url('../images/images/index_03.png') no-repeat; float: left; }

	/*Menu*/
	#mainMenu { width: 801px; height: 48px; float: right; text-transform: uppercase; }
	#mainMenu ul { margin: 0; padding: 0; list-style-type: none; }
	#mainMenu li { margin: 0; padding: 0; float: left; width: auto; line-height: 48px; height: 48px; }
	#mainMenu ul { margin: 0; padding: 0; list-style-type: none; }
	#mainMenu a { outline:none; display: block; line-height: 48px; padding: 0 10px; text-decoration: none; color: #999; font-size: 10px; }
	#mainMenu a.current, #mainMenu a.section { outline:none; color: #000; }
	#mainMenu li.current, #mainMenu li.section { background: #000; }
	#mainMenu a:hover { color: #000; }
	
	/*Sub Menu*/
	#sideBar { text-transform: uppercase; width: 78px; height: auto; float: left; overflow: hidden; }
	#sideBarItem { text-align: right; overflow: hidden; width: 78px; height: 16px; line-height: 16px; }
	#subMenu a { color: #999; font-size: 11px; text-decoration: none; }
	#subMenu a:hover, #subMenu a.current { color: #000; }
	
	
/*Content*/
#pageContent { width: 922px; height: auto; }
#leftContent { width: 801px; height: 527px; float: right; }
#fullContent { width: 922px; height: auto; }

/*Scroll*/
#scrollHolder { height: auto; padding: 12px 0;overflow: hidden; width: 801px; position: relative; background: #dddddd; }
#pictureWrapper { width: auto; height: auto; white-space: nowrap; overflow: auto; background: #fff; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
#picLoadWrap { white-space: nowrap; display: inline; margin: 0 -2px; padding: 0; border: none; }
img.picRoll { height: 490px; }



/*Footer*/
#pageFooter { margin: 0 0 20px 0; width: 920px; height: auto; overflow: hidden; }
