/* Author : Patrick Sy */

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;
}

:focus {	outline:0;}
body { line-height:1;}
/* ol, ul { list-style:none;} */

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:"" "";}

/*** font styles ***/
a,h1,h2,h3,h4,h5,h6,p,pre,table,th,td,label,li,input,textarea,select,blockquote,code,dt,dd {}
a { text-decoration:none; cursor:pointer; color:#999;}
a:hover, a:focus { text-decoration:none; color:#ffb039;}
:focus { outline:0;}

h1,h2,h3 {}
p,strong,li,label,pre,table,th,tr,td,tbody,tfoot,thead,blockquote,code  {}
em { font-style:italic;}
strong { font-weight:bold;}
img { vertical-align:top;}
/* ol li { list-style:decimal inside;} */

span.break { display:block; margin-bottom:22px;}
.orange { color:#ff9900;}
.rel { position:relative;}
.alignLeft { float:left;}
.alignRight { float:right;}
.caps { text-transform:uppercase;}
.abs div { position:absolute;}
.clr { height:0; clear:both; line-height:0px;}

/*** general ***/
body { background:url(../images/bg.jpg) repeat-x #171717; text-align:center; font-family:Arial; color:#383232; font-size:12px; position:relative; min-width:1025px}
.wrapper { width:1043px; text-align:left; margin:0 auto; z-index:2; position:relative;}

#shade { background:url(../images/shadow.png) 50% 0 no-repeat; position:absolute; width:100%; height:100%; z-index:1; top:0; left:0;}
#header { z-index:2; position:relative;}
	#header .wrapper { background:url(../images/header.jpg) 50% 0 no-repeat; height:258px;}
		#logo { top:20px; left:20px;}
		#social { top:20px; right:15px;}
			#social .faceb { background:url(../images/ico_faceb.png) no-repeat;}
			#social .tweet { background:url(../images/ico_tweet.png) no-repeat;}
			#social .btn { width:26px; height:26px; text-indent:-2000px; margin:0 4px 0 0; display:block; float:left;}
			#social .like { background:url(../images/btn_like.png) no-repeat; width:47px; height:24px; margin:1px 6px 0 0;}
			#social .btn:hover, #social .btn:focus { background-position:0 -60px;}

#mBody { background:url(../images/mConten.png) 50% 0 repeat-y; z-index:3; position:relative;}
	#mBody .wrapper { background:url(../images/mTop.png) 50% 0 no-repeat #fff; min-height:445px; width:923px; padding:45px 50px 0 50px;}
	#nav { background:url(../images/nav.png) no-repeat; font-size:14px; width:100%; z-index:9; height:45px; position:absolute; top:-51px; left:0;}
		#nav li a, .qmparent { background:url(../images/nvDv.png) 100% 0 no-repeat; display:block; float:left; height:26px; text-align:center;padding:15px 22px 0 20px; color:#fff; text-decoration:none;}
		#nav li a:hover, #nav li a:focus, .qmparent:focus, .qmparent:hover { color:#fff;}
		#nav li ul, .qmmc div { display:block; padding:0; margin:3px 0 0 0; background:#000;}
		#nav li li a, .qmmc div a { color:#fff; padding:10px 15px 10px 30px; display:block; min-width:154px; border-bottom:1px solid #0f0f0f; text-decoration:none}
		#nav li li a:hover, #nav li li a:focus, .qmmc div a:hover, .qmmc div a:focus { color:#fff; background:#c89300;}
	/*** main content area ***/
	.mContent { line-height:18px;}

	.btn { background:url(../images/btn.png) 0 0 no-repeat; color:#66a4d3; line-height:14px; width:177px; height:21px; font-size:12px; display:block; text-align:center; padding-top:7px; margin:2px auto 0 auto;}
	.btn:hover, .btn:focus { background-position:0 -60px; color:#fff; text-decoration:none}
	input.btn { border:0; margin:0; padding:0; background:0;}
	input.btn:hover, input.btn:focus { cursor:pointer;}

/*** footer ***/
#footer { color:#666; font-size:12px; margin-top:-113px; z-index:2; position:relative;}
	#footer .wrapper { background:url(../images/footer.png) 50% 0 no-repeat; width:963px; padding:185px 40px 40px 40px;}
	#footer a { color:#666; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}
	
	.mContent h1, .mContent h2 { font-size:24px; line-height:24px; color:#000; margin-bottom:24px;}
	.mContent h2 { font-size:18px;}
	.mContent h3, .mContent h4 { font-size:14px; line-height:18px; color:#666; margin-bottom:12px;}
	.mContent h4 { font-size:12px;}
	.mContent h5, .mContent h6, .mContent p { font-size:12px; margin:0;}
	.mContent ul { padding-left:30px;}
	.mContent li { font-size:12px;}
	.mContent blockquote { display:block; color:#333; text-align:center; font-size:14px; font-family:Tahoma}
	.mContent a {}
	.mContent a:hover, .mContent a:focus {}
