/* 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:#cba554;}
a:hover, a:focus { text-decoration:none; color:#bcff1c;}
: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;}
.brown { color:#d57d00;}
.alignLeft { float:left;}
.alignRight { float:right;}
.caps { text-transform:uppercase;}
.abs div { position:absolute;}
.clr { height:0; clear:both;}

/*** general ***/
body { background:url(images/bg.gif) repeat-x #ddc48d; text-align:center; font-family:Arial; font-size:12px; color:#666; position:relative; min-width:984px;}
.wrapper { text-align:left; width:984px; margin:0 auto; position:relative;}

#wrap { background:url(images/bg.png) repeat-x;}
#header .wrapper { background:url(images/header.gif) no-repeat; height:278px; position:relative;}
	#header .abs { display:block; background:url(images/nav.png) 0 44px repeat-x;}
	#logo { top:80px; left:57px; z-index:3; color:#d57d00;}
		#logo a { color:#d57d00;}
	#nav { background:url(images/nav.png) no-repeat; width:970px; height:46px; font-family:Georgia; font-size:12px; top:232px; left:0; z-index:2; padding-left:16px;}
	#nav li { display:block; float:left; padding-top:8px; background:url(images/nvDv.gif) 100px -42px no-repeat;}
	#nav li a { background:url(images/nvOver.gif) 0 0 no-repeat; display:block; height:21px; margin-left:-14px; padding-top:13px; width:174px; text-align:center; color:#fff;}
	#nav li a:hover, #nav li a:focus { background-position:0 -50px;}
	#imgHeader { right:12px; top:36px; z-index:1;}

	.btn { background:url(images/btn.png) no-repeat; display:block; padding-top:7px; width:108px; height:22px; text-align:center; color:#fff; font-size:10px; font-weight:bold;}
	.btn:hover, .btn:focus { background-position:0 -50px; color:#fff}

#mBody .wrapper { background:url(images/mcTop.gif) no-repeat; width:924px; min-height:450px; line-height:16px; padding:20px 30px 30px 30px; z-index:2;}
#mBody { background:url(images/mContent.gif) 50% 0 repeat-y;}
	@media screen and (-webkit-min-device-pixel-ratio:0) { #mBody { background:url(images/mContent.gif) 49.9% 0 repeat-y;}}
	#sidebar { float:left;}
	#mContent { float:left; padding-bottom:10px;}
	.index #sidebar { width:442px; margin-left:22px;}
	.index #mContent { width:460px;}
	.imgWrap { padding:3px; width:154px; height:114px; background:url(images/imgWrap.jpg) no-repeat; float:left; margin:18px 0 0 48px; position:relative;}
		.imgWrap .icoBtn { top:-18px; right:-18px; position:absolute;}
		.imgWrap .title { font-size:16px; font-weight:bold; color:#cba554; display:block; text-align:center; margin-top:16px;}
	.imgWrapper { background:url(images/imgWrapper.jpg) no-repeat; padding:6px; height:444px;}
	#copyright, #copyright a { color:#fff;}
	#copyright a:hover, #copyright a:focus { text-decoration:underline;}

#footer { background:url(images/footBg.gif) 0 100% repeat-x; margin-top:-286px; z-index:1; position:relative;}
#footer .wrapper { background:url(images/mcBot.gif) no-repeat; min-height:286px;}
	#copyright { padding:18px 24px 0 24px; font-size:11px}
	#footer a { color:#fff; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}

	img.alignRight { margin-left:16px;}
	img.alignLeft { margin-right:16px;}
	.title, .subtitle { color:#cba554; margin-bottom:22px; font-size:30px;}
