/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Common' */
a{
	color: #d3484b;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}
h1 {
   color: #000; 
   font-size: 1.4em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 0px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
/* and some air under the border */
   margin: 0 0 0px 0;
display:inline;
}

h2 {
   color: #000; 
   font-size: 1.4em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 0px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 2.5em;
/* and some air under the border */
   margin: 0 0 0px 0;
display:inline;
}

h3 {
   color: #000; 
   font-size: 1.4em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0em;
   padding-bottom: 0px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 2.1em;
/* and some air under the border */
   margin: 0 0 0px 0;
display:inline;
}

h4 {
   color: #000; 
   font-size: 1.1em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0em;
   padding-bottom: 0px;
/* set borders around header */
   border-bottom: 0px solid #e7ab0b; 
   border-left: 0em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0em 0 0px 0;
display:inline;
}

h5 {
   font-size: 1em;
   line-height: 1.5em;
   margin: 0 0 0 0;
color:#000;
}

h6 {
   font-size: 1em;
   line-height: 1.5em;
   margin: 0 0 0 0;
color:#000;
}

body{background:#000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:1.7em; margin:0px 0 0 0; padding:0;}

#pagewrapper{width:732px; margin:0px auto 0 auto;}

#banner{width:732px; height:174px;  background:url(images/banner.jpg);}
#headcopy{margin:0px 0 0 0px;width:550px;color:#000;font-size:13px;height:174px;float:right;}
#clientlogin {margin:146px 0 0 18px;width:120px;float:left;}
#clientlogin img {border:0;}

#container{width:732px; background: url(./images/container-bg.gif) repeat-y #fff; float:left;}

#sidebar{float:left; width:165px; background: url(./images/side-bar.gif) no-repeat;}
#sidebar ul, #sidebar ul li{margin:0; padding:0;}

#main{float:left; padding:0 0 0 13px; width:554px;  overflow:visible;}
#header{float:left; height:30px; width:539px;margin:10px 0 0 0; }
#express{margin:10px 0 0 0; padding:0; height:31px; background: url(images/about-express.gif);}
#pro{margin:10px 0 0 0; padding:0; height:31px; background: url(images/about-pro.jpg);}
#display{margin:10px 0 0 0; padding:0; height:31px; background: url(images/about-display.jpg);}
#trade{margin:10px 0 0 0; padding:0px 0 0 0; height:31px; background: url(images/about-trade.jpg);}
#home{margin:0; padding:0; height:31px; background: url(images/welcome.jpg);}
#container #main #header h1 span{display:none;}


#sub-nav ul li {float:left; list-style:none;} 
#sub-nav ul, #sub-nav ul li{margin:0; padding:0;}
#sub-nav ul li{float:left;}
#sub-nav ul li a{height:47px; display:block; float:left;}
#sub-nav ul li a span{display:none;}
#sub-nav ul li.express a{width:144px; background: url(./images/sub-nav.gif) 0 0;}
#sub-nav ul li.pro a{width:116px; background: url(./images/sub-nav.gif) 395px 0;}
#sub-nav ul li.display a{width:149px; background: url(./images/sub-nav.gif) 279px 0;}
#sub-nav ul li.trade a{width:130px; background: url(./images/sub-nav.gif) 130px 0;}

#sub-nav ul li.express a:hover{width:144px; background: url(./images/sub-nav.gif) 0 -47px;}
#sub-nav ul li.pro a:hover{width:116px; background: url(./images/sub-nav.gif) 395px -47px;}
#sub-nav ul li.display a:hover{width:149px; background: url(./images/sub-nav.gif) 279px -47px;}
#sub-nav ul li.trade a:hover{width:130px; background: url(./images/sub-nav.gif) 130px -47px;}

#content{float:left; width:519px; padding:10px; margin:0;}
#content img{padding:1px; margin:9px; border:1px solid #ccc;}
#main h1{margin:0; font-weight:600; font-size:14px; background:#fff; color:#000; padding:7px 0 7px 11px; margin:0 0 7px 0; float:left; width:524px;}
#services-left{float:left; width:263px;}
#business-cards{float:left; width:253px; height:214px; margin:0 0 12px 0;background:url(images/business-cards.jpg); }
#business-cards p{width:170px; }
#compliment-slips{float:left; width:253px; height:214px; background:url(images/compliment-slips.jpg); margin:0 0 12px 0;}
#compliment-slips p{height:95px; }

#docket-books{float:left; width:253px; height:214px; background:url(images/docket-books.jpg); margin:0 0 12px 0;}
#docket-books p{width:150px; }

#services-right{float:right; width:253px;}
#letterheads{float:left; width:253px; height:214px; background:url(images/letterheads.jpg); margin:0 0 12px 0;}
#letterheads p{width:140px; }
#envelopes{float:right; width:253px; height:214px; background:url(images/envelopes.jpg); margin:0 0 12px 0;}
#envelopes p{height:100px; }
#gift-vouchers{float:right; width:253px; height:214px; background:url(images/gift-vouchers.jpg); margin:0 0 12px 0;}
#gift-vouchers p{height:100px; }

#business-cards h2, #compliment-slips h2, #docket-books h2, #letterheads h2, #envelopes h2, #gift-vouchers h2{margin:0; padding:0 0 0 15px; font-size:12px; color:#fff;}

#footer1{padding:5px 0 5px 0; float:left;}
#footer1 ul{margin:0; padding:0; list-style:none;}
#footer1 ul li{margin:0; padding:0 20px 0 30px; color:#fff; float:left; font-family:Arial, Helvetica, sans-serif; font-size:13px;}

#footer2{height:63px; width:732px; background:url(images/footer.jpg); float:left; margin:0 0 150px 0;}

#footer2 .left-footer{color:#fff; font-size:9px; line-height:1.3em; padding:13px 0 0 60px; float:left;}
#footer2 .right-footer{float:left; padding:13px 0 0 50px;}
#footer2 .right-footer a{color:#fff; font-size:9px; line-height:1.4em; }
/* End of 'Common' */

/* Start of CMSMS style sheet 'Menu' */
/********************
MENU
*********************/
#menu_vert {
   margin:0 ;
   padding:19px 0 0 0;
   float:left;
width:100%;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #6a6a6a;
   display: block;
}

#menu_vert ul ul li {
   border-bottom: 1px solid #6a6a6a;
}

#menu_vert ul ul ul li {
   border-bottom: 1px solid #6a6a6a;
width:200px;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 1em 0.8em 1em; /* some air for it */
   color: #fff; /* this will be link color for all levels */
   background: url(images/arrow.gif) no-repeat 13.2em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 100%;
   padding: 0.8em 0 0.8em 2.4em;
   background: #2e2e2e url(images/arrow.gif) .8em center  no-repeat;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.8em 0 0.8em 2.4em;
   background: #555555 url(images/arrow_double.gif) no-repeat 1em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #000;
}
div#menu_vert a.activeparent:hover {
   background-color: #000;
   color: #fff;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   color: #fff; /* this will be link color for all levels */
   background: #2e2e2e url(images/arrow.gif) no-repeat 13.2em center; 
   border-bottom: 1px solid #6a6a6a;
}

div#menu_vert ul ul li a.activeparent {
   background-position: .8em center; 
   background-color:#2e2e2e ;
   color: #fff;
   border-bottom: 1px solid #6a6a6a;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/arrow.gif) no-repeat 13.2em center; 
   background-color: #000;
   display: block; 
   padding: 0.8em 1em 0.8em 1em; /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   border-bottom: 1px solid #6a6a6a;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 100%;
   padding: 0.8em 0 0.8em 2.4em;
   background-position: .8em center;
   background-color: #000;
   color: #fff;     
   border-bottom: 1px solid #6a6a6a;
}


div#menu_vert ul ul ul h3 {
   font-size: 100%;
   padding: 0.8em 0 0.8em 2.4em;
   background-position: .8em center;
   background: #000 url(images/arrow_double.gif) no-repeat 1em center; 
   color: #fff;     
}

/* section header */
div#menu_vert li.sectionheader {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   color: #fff; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-size: 100%;
   padding: 0.8em 0 0.8em 2.4em;
   background: #2e2e2e url(images/arrow.gif) .8em center  no-repeat;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Menu' */

/* Start of CMSMS style sheet 'home_only' */
#content img{padding:1px; margin:0 9px 9px 9px; border:0px;}
/* End of 'home_only' */

