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

/*** general ***/
body { text-align:center; font-family:Arial; font-size:14px; color:#343031; position:relative; min-width:941px; background:#bfbfbf}
#wrap { text-align:left; width:1000px; margin:0 auto; position:relative; background:#fff}

	#logo { top:125px; left:300px; z-index:3; width:700px; color:#d57d00; text-align:center;}
		#logo a { color:#d57d00;}
	#nav { background:#532824; width:680px; padding-left:320px; font-family:Tahoma; font-size:17px; font-weight:bold; top:40px; left:0; height:50px; z-index:2;}
	#nav li { display:block; float:left;}
	#nav li a { background:url(../images/arrowTab.gif) 0 -50px no-repeat; display:block; float:left; color:#fff; padding:1px 35px 11px 30px; margin:16px 0 0 0;}
	#nav li a:hover, #nav li a:focus { background-position:0 0; color:#d85291;}
	
#mBody { line-height:16px;}
	@media screen and (-webkit-min-device-pixel-ratio:0) {}
	#sidebar { float:left; width:300px; position:relative; z-index:3;}
	#mContent { background:url(../images/imgBg.gif) 100% 100% no-repeat; float:left; width:660px; margin-top:290px; padding:0 20px; min-height:400px;}

	.index #logo { top:155px;}
	.index #mContent { background:0; margin-top:300px; text-align:center;}
	.noLogo #logo { display:none;}
	.noLogo #mContent { background:0; margin-top:140px;}

#footer { padding-top:15px;}
	#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, h1 { font-size:24px; color:#d85593; margin-bottom:12px;}
