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

/*** general ***/
body { background:#3a4d58; text-align:center; font-family:Tahoma; font-size:11px; color:#515256; position:relative; min-width:941px;}
#wrap { background:url(images/mContent.gif) repeat-y; text-align:left; width:798px; margin:0 auto; position:relative;}

#header { background:#171a1f; position:relative;}
	#header .abs { height:145px;}
	#logo { top:0; left:0; z-index:3; color:#fff; font-size:40px; font-family:Verdana;}
		#logo a { color:#fff;}

	.btn { background:url(images/btn.gif) no-repeat; display:block; margin-top:10px; width:87px; height:15px; text-align:center; color:#fff; font-size:10px; font-weight:bold; float:right}
	.btn:hover, .btn:focus { background-position:0 -50px; color:#fff}

#mBody { line-height:16px; padding:10px 0 56px 0;}
	@media screen and (-webkit-min-device-pixel-ratio:0) {}
	.sidebar { float:left; width:212px;}
		.box { background:url(images/sb_bg.png) repeat-y; margin-bottom:10px;}
		.box .top { background:url(images/sb_top.png) no-repeat; padding:12px 20px 0 20px;}
		.box .bot { background:url(images/sb_bot.png) 0 100% no-repeat; height:14px;}
			#nav { font-family:Verdana; font-size:11px; padding:12px 2px 0 2px}
			#nav li { display:block; border-top:1px solid #f3f0e7;}
			#nav li a { background:url(images/tab.gif) 95% 500% no-repeat; display:block; color:#455067; height:19px; padding:8px 15px 0 30px;}
			#nav li a:hover, #nav li a:focus, #nav li.current a { background-position:95% 65%; font-weight:bold}
		.box .text img { border:2px solid #7a776c;}
		
	#mContent { float:left; width:304px; padding:0 10px; margin:0 25px;}
		
#footer { background:#1c2127; height:14px; padding-top:3px; color:#4b4e53; font-family:Verdana; font-size:11px; text-align:center; line-height:10px;}
	#footer a { color:#4b4e53; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}

	img.alignRight { margin-left:16px;}
	img.alignLeft { margin-right:16px;}
	.title, .subtitle { margin-bottom:8px; font-size:14px; font-family:Verdana;}
	#mContent .title { color:#fff}
