/* 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:#663;}
a:hover, a:focus { text-decoration:none; color:#ff6600;}
:focus { outline:0;}

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

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

/*** general ***/
body { text-align:center; font-family:Trebuchet MS, Arial; color:#666; position:relative;}
#wrapper, .wrapper { background:url(images/bodyBg.png) repeat-y; text-align:left; margin:0 auto; width:980px; position:relative;}

#header { background:url(../images/header.png) 0 37px repeat-x; height:190px; position:relative; min-width:1000px;}
	#logo { background:url(../images/logoBg.png) repeat-x; width:320px; height:120px; text-align:center; top:37px; left:8%; z-index:9;}
	#tagline { top:18px; right:8%; z-index:7; color:#939598; font-size:18px;}
		.faceb { background:url(../images/ico_faceb.png) no-repeat; width:21px; height:22px; display:block; float:right; margin:0 20px 0 12px; text-indent:-1000px}
		.faceb:hover, .faceb:focus { background-position:0 -60px}
	#pageTitle { font-size:29px; color:#fff; bottom:55px; right:10%; letter-spacing:2px; font-weight:bold;}
	#nav { font-size:17px; width:360px; height:34px; bottom:10px; right:8%; z-index:8;}
		#nav li li, #nav li { margin:0; padding:0; /** qm omits **/}
		#nav li a, .qmparent { display:block; float:left; color:#00203f; height:22px; padding:12px 20px 0 20px; text-decoration:none;}
		#nav li a:hover, #nav li a:focus, .qmparent:focus, .qmparent:hover { color:#939598;}
		#nav li ul, .qmmc div { display:block; float:left; padding:0; margin:-1px 0 0 0; font-size:13px; text-align:left;}
		#nav li li a, .qmmc div a { color:#939598; padding:3px 10px; display:block; min-width:110px; text-decoration:none}
		#nav li li a:hover, #nav li li a:focus, .qmmc div a:hover, .qmmc div a:focus { color:#00203f}

#mBody { line-height:auto; padding:20px 0 40px 0; line-height:18px; font-style:italic;}

	.sidebar { width:250px; margin-right:50px; color:#00203f;}
	.mContent { width:680px;}
	
	/*** contact ***/
	.contact { background:url(../images/formBg.jpg) no-repeat; padding:20px 0 0 20px; width:660px; height:500px; color:#fff; font-size:12px; font-family:Arial;}
		.contact td { padding:6px;}
		.contact input { width:260px;}
		.contact input.btn { background:none; border:0; width:100px; color:#fff; cursor:pointer;}
	
	/*** brand ***/
	#content-scroll { width:980px; height:74px; overflow:hidden;}
		#content-holder { float:left;}
			.content-item { display:inline; padding:0 10px; float:left;}
	#content-slider { width:960px; height:14px; margin:0 5px; position:relative; background:url(../images/slide.png) 0 50% repeat-x; margin-bottom:20px;}
		.ui-slider-handle { width:30px; height:14px; background:#231f20; position:absolute; top:0; left:0; cursor:pointer; outline:0;}
	
	.brand { margin:0 auto;}
		.column { float:left;}
		.img { width:358px; text-align:center; border:1px solid #bfc7cf; padding:12px;}
		.thumb { width:280px; margin-top:70px;}
			.thumb .imgHolder { float:left; border:1px solid #bfc7cf; width:116px; height:116px; padding:2px; overflow:hidden; margin:0 0 15px 15px; text-align:center; vertical-align:middle;}
		.desc { width:270px; padding-left:10px; font-size:11px; color:#40586f; margin-top:70px;}
	
	
	#mBody h1, #mBody h2 { font-size:17px; font-weight:bold;}
	#mBody p { font-size:15px;}