@charset "utf-8";

/* Original design work, including graphics and all related scripts, Copyright (c) OCDesignsOnline.com, All Rights Reserved. Used with permission by JRA-Sign-Supplies. */

/* General page formatting
-------------------------------------------------- */
/* --- wall background --- */
.x-bg															{ background:#111 url(images/x-bg.png) center top scroll repeat; padding:0; border:1px solid #989898; border-width:2px 0; }
.x-bg-02														{ background:transparent url(images/x-bg-02.png) center top scroll no-repeat; padding:0; } /* optional second inset bg */
.x-bg, .x-bg-02, .x-content							{ margin:0 auto; text-align:center; vertical-align:top; }

/* --- content area bg and width --- */
.x-content, #x-head, #x-foot, .x-vaca    		{ width:960px; }
.x-content													{ background:transparent url(images/x-content.png) center top repeat-y; padding:0 0 10px !important; overflow:hidden; }

/* --- left column width --- */
#LeftPanel, #LeftPanel .x-tbar, 
#LeftPanel .x-main-ttop, #LeftPanel .x-tmid, 
#LeftPanel .x-tbtm, #LeftPanel .x-prom      { width:220px !important; }

/* --- main column width --- */
#CentralArea, #x-main, #x-main-fcat, 
#x-main-feat, #x-main .x-tbar, 
#x-main .x-ttop, #x-main .x-tmid, 
#x-main .x-tbtm, #x-main-tabs			        { width:709px; }

/*--- side gutters padding --- */
#LeftPanel													{ padding:0 0 0 9px !important; } /* optional left column padding left */
#CentralArea, #x-main                       			{ padding:0 9px 0 0 !important; } /* optional right column padding right */
#CentralArea #x-main									{ padding:0 !important; }

/* --- custom content settings general --- */
.x-bg *                                     					{ font-family:"Open Sans", Arial, Tahoma, Sans-serif; text-decoration:none; }
.x-bg, .x-bg p, .x-bg a, .x-bg li, .x-bg table	{ font-size:13px; color:#989898; }
.x-bg a:link, .x-bg a:visited, .x-bg a:active	{ color:#989898; }
.x-bg a:hover, .fpcc .countClass            		{ color:#C27954; }
#CentralArea li, #x-main li				    		{ background:transparent url(images/x-tbul.png) 0 0 no-repeat; }

/* --- category page font overrides do not change --- */
.x-bg #CentralArea .r3, 
.x-bg #CentralArea .r3 p,
.x-bg #CentralArea .r3 li,
.x-bg #CentralArea .r3 table,
.x-bg #CentralArea .r3 a,
.x-bg #CentralArea .r3 a:link, 
.x-bg #CentralArea .r3 a:visited,
.x-bg #CentralArea .r3 a:active 					{ color:#989898; }
.x-bg #CentralArea .r3 a:hover, 
.x-bg #CentralArea .r3 .fpcc .countClass		{ color:#C27954; }
/* top right view options */
.x-bg #CentralArea .v4stabl,
.x-bg #CentralArea .v4stabl a						{ color:#989898; font-size:11px; }
.x-bg #CentralArea .v4stabl a:hover			{ color:#C27954; }
/* additional search results suggestions */
.x-bg #CentralArea .v4snexp div					{ color:#C27954; font-size:14px; font-weight:bold; padding:15px 0 5px; } /* title line */
.x-bg #CentralArea .v4snexp ul li				{ background-image:url(images/x-tbul.png); padding-bottom:10px; } /* bullet icon */
.x-bg #CentralArea .v4snexp ul li,
.x-bg #CentralArea .v4snexp ul li a				{ color:#989898; } /* options text, links */
.x-bg #CentralArea .v4snexp ul li a				{ text-decoration:underline; }
.x-bg #CentralArea .v4snexp ul li a:hover	{ color:#C27954; } /* options links hover */




/* Header formatting
-------------------------------------------------- */
/* --- head main --- */
#x-head-wrap												{ height:266px; background:transparent url(images/x-head-wrap.png) center top repeat-x; }
#x-head														{ height:266px; background:transparent url(images/x-head.png) 0 0 no-repeat; }
#x-head-logo												{ position:absolute; left:352px; top:84px; width:256px; height:90px; display:block; } /* position logo homepage link */

/* --- search box --- */
#x-head-srch												{ position:absolute; left:738px; top:166px; width:198px; }
#x-head-srch, 
#x-head-srch-sbox,
#x-head-srch-bttn										{ height:25px; line-height:25px; border:0 none !important; background:transparent none;}
#x-head-srch-sbox										{ width:150px; color:#888; font-size:12px; font-style:italic; padding:0 10px; float:left; } /* input box */
#x-head-srch-bttn										{ width:25px; float:right;  } /* float submit button link */

/* --- menu bar image links --- */
#x-head-menu a                              			{ top:201px; height:45px; position:absolute; display:block; background:transparent url(images/x-head-menu-01.png) 0 0 no-repeat; }
#x-head-menu a#x-head-menu-01				{ left:144px; width:86px; background-image:url(images/x-head-menu-01.png); }
#x-head-menu a#x-head-menu-02				{ left:262px; width:98px; background-image:url(images/x-head-menu-02.png); }
#x-head-menu a#x-head-menu-03				{ left:394px; width:112px; background-image:url(images/x-head-menu-03.png); }
#x-head-menu a#x-head-menu-04				{ left:542px; width:122px; background-image:url(images/x-head-menu-04.png); }
#x-head-menu a#x-head-menu-05				{ left:700px; width:116px; background-image:url(images/x-head-menu-05.png); }
#x-head-menu a#x-head-menu-01:hover   { background-image:url(images/x-head-menu-01h.png); }
#x-head-menu a#x-head-menu-02:hover   { background-image:url(images/x-head-menu-02h.png); }
#x-head-menu a#x-head-menu-03:hover   { background-image:url(images/x-head-menu-03h.png); }
#x-head-menu a#x-head-menu-04:hover   { background-image:url(images/x-head-menu-04h.png); }
#x-head-menu a#x-head-menu-05:hover   { background-image:url(images/x-head-menu-05h.png); }



/* Left panel formatting
-------------------------------------------------- */
/* --- side text boxes --- */
#LeftPanel .x-tmid						    			{ background:transparent url(images/x-side-tmid.png) center bottom repeat-y; } /* text box middle repeating */
#LeftPanel .x-tbtm						    			{ background:transparent url(images/x-side-tbtm.png) center bottom no-repeat; height:10px; } /* text box bottom */

/* --- adjust spacing below promo and text boxes --- */
#LeftPanel .x-prom, #x-main .x-prom,
#LeftPanel .x-tbtm, #x-main .x-tbtm 			{ display:block; margin:0 0 3px; }

/* --- toggle left column elements for storefront or template display only --- */
#LeftPanel .x-temp,
#x-template #LeftPanel .x-home              	{ display:none !important; } /* use this class for promo boxes on store only to hide on template */
#x-template #LeftPanel .x-temp              	{ display:block !important; } /* use this class for promo boxes on template only to hide on store */

/* --- side categories menu --- */
#x-side-cats												{ background:transparent url(images/x-side-tbar-cats.png) 0 0 no-repeat; padding-top:56px; } /* section title bar */
#x-side-cats .x-tmid									{ padding-bottom:5px; }
#LeftPanel .lev1 li						    			{ margin:0 21px; }
#LeftPanel .lev1 li a, 
#LeftPanel .lev1 li span			        			{ background:transparent url(images/x-side-lev1.png) 0 0 no-repeat; line-height:30px; height:30px; padding:0 10px 0 24px; overflow:hidden; text-shadow:1px 1px #000; }
#LeftPanel .lev1 li.last a								{ height:31px; }
#LeftPanel .lev1 li span,
#LeftPanel .lev1 li a:hover		            		{ color:#FFF; background-image:url(images/x-side-levh1.png); text-shadow:1px 1px #8C370D; }
#LeftPanel .lev2, #LeftPanel .lev3	    		{ margin:0 21px; padding:0; }
#LeftPanel .lev2 li a,
#LeftPanel .lev2 li span                    			{ background:transparent url(images/x-side-lev1.png) 0 0 no-repeat; font-size:12px; line-height:30px; height:30px; padding:0 10px 0 36px; }
#LeftPanel .lev3 li a,
#LeftPanel .lev3 li span 			       				{ background:transparent url(images/x-side-lev1.png) 0 0 no-repeat; font-size:12px; line-height:30px; height:30px; padding:0 10px 0 48px; }
#LeftPanel .lev2 li span, 
#LeftPanel .lev3 li span,
#LeftPanel .lev2 li a:hover,
#LeftPanel .lev3 li a:hover		           			{ color:#FFF; background-image:url(images/x-side-levh1.png); }

/* --- side newsletter text box --- */
#x-side-news												{ background:transparent url(images/x-side-tbar-news.png) 0 0 no-repeat; padding-top:60px; } /* section title bar */
#x-side-news .x-tins						    		{ padding:10px 25px 5px; } /* text box inset padding */
#x-side-news .x-tmid p								{ font-size:12px; text-shadow:1px 1px #000; line-height:16px; margin:0 0 10px; }
#x-side-news #x-side-news-bttn				{ width:90px; height:30px; background:transparent url(images/x-side-news-bttn.png) 0 0 no-repeat; margin:0 0 5px; display:block; float:left; }
#x-side-news .x-tmid p.x-ckbx					{ line-height:16px; }
#x-side-news .x-tmid #general					{ margin:1px 5px 0 0; }



/* Homepage formatting
-------------------------------------------------- */



/* Support pages formatting
-------------------------------------------------- */



/* Template formatting
-------------------------------------------------- */
/* --- main text boxes --- */
#x-main .x-ttop											{ background:transparent url(images/x-main-ttop.png) 0 0 no-repeat; height:15px; } /* text box top */
#x-main .x-tmid											{ background:transparent url(images/x-main-tmid.png) 0 0 repeat-y; padding:0 0 5px; } /* text box middle repeating */
#x-main .x-tbtm											{ background:transparent url(images/x-main-tbtm.png) 0 0 no-repeat; height:11px; } /* text box bottom */
#x-main .x-tins											{ padding:10px 25px 0; } /* text box inset padding */

/* --- template titles and description --- */
#CentralArea h1, #x-main h1						{ color:#A8A8A8; text-align:center; font:normal 22px/25px "Open Sans", Arial, Tahoma, Sans-serif; margin:0; padding:0 0 15px; } /* listing main title */
#CentralArea h5, #x-main h5		            	{ color:#C27954; text-align:left; font:normal 15px/18px "Open Sans", Arial, Tahoma, Sans-serif; margin:0; padding:5px 0 10px; } /* listing section subtitles */
#x-main #x-main-desc								{ background:transparent url(images/x-main-tbar-desc.png) 0 0 no-repeat; padding-top:56px; } /* section title bar */

/* --- template image gallery -- thumbs side --- */
#x-temp-gall, #x-gall-main, #x-gall-thmb	{ text-align:center; margin:0 auto; overflow:hidden; line-height:1px; }
#x-temp-gall												{ width:100%; }
#x-temp-gall img											{ margin:0 auto; display:block; border:0 none; width:auto; height:auto; }
#x-temp-gall .x-cntr										{ display:table-cell; vertical-align:middle; text-align:center; }
#x-temp-gall #x-gall-main							{ border:1px solid #363636; background:#111 none; padding:5px; margin-bottom:8px; float:left; } /* set spacing and border of main img holder */
#x-temp-gall #x-gall-main,
#x-temp-gall #x-gall-main .x-cntr				{ width:500px; height:500px; } /* set main img holder size */
#x-temp-gall #x-gall-main img					{ max-width:500px; max-height:480px; } /* set main img size */
#x-temp-gall #x-gall-thmb							{ width:120px; background:transparent url(images/x-main-tbar-thmb.png) center top no-repeat; padding-top:58px; float:right; } /* thumbs gallery container */
#x-temp-gall #x-gall-thmb .x-hold				{ border:1px solid #363636; background:#111 none; padding:5px; margin:0 0 8px 8px; display:block; float:left; } /* set spacing and border of thumb holders */
#x-temp-gall #x-gall-thmb .x-hold,
#x-temp-gall #x-gall-thmb .x-cntr				{ width:90px; height:90px; } /* set thumb holders size */
#x-temp-gall #x-gall-thmb img					{ max-width:90px; max-height:90px; width:auto; height:auto; } /* set thumbs size */
#x-temp-gall .x-hide 									{ display:none !important; } /* hide unused gallery image slots */

/* --- template specs table --- */
#x-spec table												{ width:100%; border:0 none; border-collapse:collapse; margin:0 auto 5px; padding:0; cellpadding:0; cellspacing:0; }
#x-spec table th, #x-spec table td				{ color:#989898; text-align:left; font-size:13px; line-height:16px; border:1px solid #363636; padding:5px 10px; }
#x-spec table th											{ color:#989898; font-weight:normal; width:40%; border-right:0 none; }
#x-spec table td											{ border-left:0 none; }

/* --- template terms tabs --- */
#x-main-tabs												{ height:56px; background:transparent url(images/x-main-tbar-h2bg.png) 0 0 no-repeat; }
#x-main-tabs a img										{ height:38px; display:block; float:left; margin:9px 0 0 2px; }
#x-main-tabs a img#x-main-ttab-01			{ width:116px; margin-left:48px; }
#x-main-tabs a img#x-main-ttab-02			{ width:114px; }
#x-main-tabs a img#x-main-ttab-03			{ width:110px; }
#x-main-tabs a img#x-main-ttab-04			{ width:122px; }
#x-main-tabs a img#x-main-ttab-05			{ width:144px; }

/* --- main featured categories --- */
#x-main-fcat img											{ width:234px; height:214px; margin:0 0 5px 1px; float:left; }
#x-main-fcat img.x-first								{ margin-left:0; }



/* Footer
-------------------------------------------------- */
#x-foot-wrap												{ height:204px; background:transparent url(images/x-foot-wrap.png) center bottom repeat-x; }
#x-foot														{ height:204px; background:transparent url(images/x-foot.png) 0 0 no-repeat; text-align:left; }
#x-foot *					        							{ color:#989898; font-size:12px; line-height:16px; }
#x-foot a:hover							    			{ color:#C27954; }
#x-foot-subm							    				{ padding:80px 0 0 25px; }
#x-foot-copy							    				{ padding:5px 0 0 25px; }
#x-foot-subm a											{ text-transform:uppercase; }


