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

h1,h2,h3,h4,h5,h6 { font-weight:bold;}
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;}
.violet { color:#660066;}
.alignLeft { float:left;}
.alignRight { float:right;}
.caps { text-transform:uppercase;}
.abs div { position:absolute;}
.clr { height:0; clear:both;}
.wrap { position:relative;}

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

#logo { top:0; left:432px; width:131px; height:171px; position:absolute;}
#header { background:url(images/headerBg.jpg) center top no-repeat;}
#nav { height:171px;}
#nav ul { position:absolute; width:100%; height:54px; top:40px; left:106px;}
#nav li { float:left; display:block; padding:0 1px; margin:0 22px;}
#nav .rightCol { margin-left:170px;}
#nav li a {}
#flash { padding-left:2px; height:495px;}
#flash .text { position:absolute; color:#fff; top:520px; left:0; margin:0 auto; padding:0 80px; font-size:13px;}
#header .wrap { text-align:center; margin-top:-40px;}
#mainBody .wrapper { background:url(images/mBodyBg.jpg) center top repeat-y;}
.thumbsPane { background:url(images/thumbsBg.jpg) no-repeat; width:777px; height:394px; padding:10px 0 0 10px; margin:0 97px 0 111px; position:relative; padding-bottom:12px;}
.thumbsPane .bot { background:url(images/thumbs-botBg.jpg) no-repeat; position:absolute; width:787px; height:166px; bottom:-10px; left:0;}
.row, .column { float:left; margin-right:16px; position:relative;}
.column { width:243px;}
.row .last { margin:0;}
.button { font:13px Arial; font-weight:bold; text-align:center; margin:5px 0 16px 0; clear:both;}
.button a { background:url(images/tabBg.png) repeat-x; color:#fff; padding:3px 0 7px 0;}
.button a:hover, .button a:focus { color:#9d9d9d;}
.button span { background:url(images/rightTab.png) no-repeat; width:14px; padding:3px 0 7px 0;}
.button .start { background:url(images/leftTab.png) no-repeat;}
.button span img { width:14px; height:23px;}
.last .column .button a { background:url(images/tabBg2.png) repeat-x;}
.last .column .button span { background:url(images/rightTab2.png) no-repeat;}
.last .column .button .start { background:url(images/leftTab2.png) no-repeat;}
#footer { background:url(images/footerBg.jpg) center top repeat-x; color:#fff; font:12px Arial; clear:both; padding:70px 0 16px 0;}
#footer .wrapper { text-align:center;}
#footer a { color:#fff;}
#footer a:hover, #footer a:focus { text-decoration:underline;} 