@charset "UTF-8";
/* CSS Document */

* { margin:0; padding:0;}
body {
	background:url(../images/pageBg.gif) top center repeat-x #FFF fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:1.2em;
	color:#121111;
}


a {
	color:#C31230; 
	outline:none;
}

a:hover{
	text-decoration:none;
}

h1 { 
	font-family:"Trebuchet MS", Helvetica, sans-serif; 
	font-size:2.14em; 
	line-height:1.1em; 
	font-weight:normal; 
	color:#C31230; 
	letter-spacing:-1px; margin-bottom:18px;
	border-color:#FFFFFF
}


h2 { 
	font-family:"Trebuchet MS", Helvetica, sans-serif; 
	font-size:2.14em; 
	line-height:1.1em; 
	font-weight:normal; color:#545454; 
	letter-spacing:-1px; margin-bottom:18px;
}

h2 span { 
	color:#C31230;
}

h3 {
	font-size:1.2em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#C31230;
}
h4 {
	font-size:1.8em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	line-height: 22px;
}
h5 {
	font-size:1.4em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	line-height: 18px;
}

h6 { 
	font-family:"Trebuchet MS", Helvetica, sans-serif; 
	font-size:2.14em; 
	line-height:1.1em; 
	font-weight:normal; 
	color:#C31230; 
	letter-spacing:-1px; margin-bottom:10px;
	border-color:#FFFFFF
}

h7 { 
	font-family:"Trebuchet MS", Helvetica, sans-serif; 
	font-size:1.5em; 
	line-height:1.1em; 
	font-weight:normal; color:#545454; 
	letter-spacing:-1px;
}

h7 span { 
	color:#C31230;
}

/* BEGIN HOMEPAGE SLIDER */

#slider1 {
	width: 850px; /* important to be same as image width */
	height: 200px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	font-size: 22px;
}

#slider1Content {
	width: 850px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin:0;
	padding:0;
}
.slider1Image {
    float: left;
	display: none;
	margin:0;
	padding:0;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    /* padding: 10px 13px; */
    width: 750px;
    background-color: #6a081e;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.left {
	top: 0;
    left: 0;
	width: 130px !important;
	height: 320px;
	padding:10px;
}
.right {
	right: 0;
	bottom: 0;
	width: 250px !important;
	height: 290px;
	margin-right: 10px;
}
ul { list-style-type: none;}

/* END HOMEPAGE SLIDER */


/* STICK EVERYTHING IN MAIN */

#main {
	width:850px; 
	margin:0 auto;
	}


/* HEADER - INTOPRINT LOGO AND NAV */
#header {height:430px;}
#header, #content { font-size:0.875em;}
	
#content { 
	width:850px;
	font-size:0.875em;
	margin:0 auto; 
	}

#contact-box {
	float:right;
	width:500px;
	padding-top:10px;
	font-size:0.9em;
	text-align:right;
	}

input {
	border:1px solid #000000;
	padding:2px;
	margin:0px;
}	
	
#header .row-1 { height:107px;}
#header .row-1 .logo { padding:5px 0 0 5px; float:left}
#header .row-2 { height:53px;}


/* NAV INHERITS HEADERS */

#header .nav { width:850px; overflow:hidden; background:url(../images/nav-bg-long.gif)} 
#header .nav li { display:inline;}
#header .nav li a { display:block; width:140px; /*border:1px solid #F00;*/ float:left; background:url(../images/nav-bg-long.gif) left top repeat-x; font-size:.86em; text-transform:uppercase; text-decoration:none; height:43px; line-height:43px; color:#545454; position:relative; text-align:center}
#header .nav li a em { font-style:normal; display:block; float:left;}
#header .nav li a b { display:block; width:140px; float:left; background:url(../images/divider.gif) no-repeat right top; font-weight:normal; /* padding:0 38px 0 38px; cursor:pointer;*/ }
#header .nav li a:hover {
	color:#fff;
	background-image: url(../images/nav-bg2-grey.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header .nav li a:hover b { background:none;}
#header .nav li a.current { background:url(../images/nav-bg2.gif) left top repeat-x; color:#fff;}
#header .nav li a.current b { background:none;}
#header .nav li a.first b { background:url(../images/nav-left.gif) no-repeat left top; /* padding-left:35px;  */}
#header .nav li a.first em { background:url(../images/divider.gif) no-repeat right top;}
#header .nav li a.first:hover em { background:none;}
#header .nav li a.first:hover b {
	/* padding-left:35px; */
	background-image: url(/images/nav-left1-grey.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .nav li a.first-current {background:url(../images/nav-bg2.gif) left top repeat-x; color:#fff;}
#header .nav li a.first-current em { background:none;}
#header .nav li a.first-current b { background:url(../images/nav-left1.gif) no-repeat left top !important; /*padding-left:38px; */}
#header .nav li a.last b {display:block; width:147px; background:url(../images/nav-right.gif) no-repeat right top; /* padding-left:38px; padding-right:38px; */}
#header .nav li a.last:hover b {
	background-image: url(../images/nav-right1-grey.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header .nav li a.last-current {background:url(../images/nav-bg2.gif) left top repeat-x; color:#fff;}
#header .nav li a.last-current b {display:block; width:147px; background:url(../images/nav-right1.gif) no-repeat right top !important ; /*padding-left:38px; padding-right:38px; */}
#lastone {display:block; width:149px; /*border:1px solid #F00;*/ float:right; /*background:url(/intoprint/images/nav-right.gif) no-repeat right top !important; */}



/* END MAIN NAV LINKS==========================================*/


/* 2 intro boxes on Hompepage */

#left-content-box {
	float:left;
	width:390px;
	border-right: 1px solid #999999;
	margin-top:20px;
	margin-right:9px;
	padding:10px;
	height: 280px;
}
	
#right-content-box {
	float:left;
	width:390px;
	margin-top:20px;
	padding:10px;
	height: 280px;
}


/* MAIN BODY COPY */

#body-content-box {
	float:left;
	width:603px;
	margin-top:20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#body-text {
	float:left;
	width:560px;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/* Left Links box */

div#leftlinks-container{
    width:180px;
    padding:20px 20px 0px 13px;
    float:left;
}

div.leftlinks{
    background:url(../images/leftlinks-top.jpg) 0 0 no-repeat;
    padding:15px 0 0 0;
}

div.leftlinks-bg{
	background:url(../images/leftlinks-bg.jpg) 0 100% no-repeat;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 13px;
}
div.aboutlinks-bg{
	background:url(../images/leftlinks-bg.jpg) 0 100% no-repeat;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 13px;
}

div.leftlinks ul{
    list-style:none;
}

div.leftlinks ul li a {
    color:#000000;
	display:block;
	text-decoration:none;
	padding:6px 0px 6px 6px;
	border-bottom:1px solid #cccccc;
	margin:0px;
}

div.leftlinks ul li a:hover{
	color:#990000;
	text-decoration:underline;
}

div.leftlinks h3{
	padding-left:6px;
}



/* homepage callout boxes */

div#right{
	width:250px;
	float:left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-right: 2px;
}

div#right-last{
	width:250px;
	float:left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

div.benefits{
    background:url(../images/benefits-top.jpg) 0 0 no-repeat;
    padding:15px 0 0 0;
}

div.benefits-bg{
	background:url(../images/benefits-bg.jpg) 0 100% no-repeat;
	height:165px;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 13px;
}

div.benefits h3{
    text-transform:uppercase;
    font-weight:normal;
    margin:0 0 20px 0;
}

div.benefits ul{
    list-style:none;
    margin:5px 10px;
}

div.benefits ul li{
    padding:10px 0 8px 13px;
    border-bottom:#d4d3d3 1px solid;
}

div.benefits ul li span{
       color:#C31230;

}

div.benefits ul li a{
    font-size:17px;
    color:#282828;
}


#newsfeed{
	
	height:18px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

/*div.left_advert{
    background:url(../images/benefits-top.jpg) 0 0 no-repeat;
    padding:15px 0 0 0;
}*/

div.left_advert-bg{
	background:url(../images/point_of_sale.jpg) 0 100% no-repeat;
	height:165px;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 0px;
}


div.middle_advert-bg{
	background:url(../images/leaflet_printing.png) 0 100% no-repeat;
	height:165px;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 0px;
}


div.right_advert-bg{
	background:url(../images/offer.jpg) 0 100% no-repeat;
	height:165px;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 0px;
}


 #linksbutton1
{
  display: block;
  width: 250px;
  height: 179px;
  text-align:left;
  margin-bottom:0px;  

}
#linksbutton1:visited {
	text-decoration:none;
	}

#linksbutton1 span
{
  display: none;
}

 #linksbutton2
{
  display: block;
  width: 250px;
  height: 179px;
  text-align:left;
  margin-bottom:0px;  

}
#linksbutton2:visited {
	text-decoration:none;
	}

#linksbutton3 span
{
  display: none;
}

 #linksbutton3
{
  display: block;
  width: 250px;
  height: 179px;
  text-align:left;
  margin-bottom:0px;  

}
#linksbutton3:visited {
	text-decoration:none;
	}

#linksbutton3 span
{
  display: none;
}

/* signup-more info */
a.signup{
    background:url(../images/signup-bg.png) 0 0 no-repeat;
    color:#FFF;
    width:55px;
    display:block;
    padding:0px 10px;
    line-height:16px;
    height:18px;
    margin:10px 0 0 0;
    float:right;
}



/* The main bottom links banner */
div#bottom-banner{
	width:815px;
	height:89px;
	background:url(../images/bottom-box.gif) 0 0 no-repeat;
	float:left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
}

div.bottom-banner ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#bottom-banner ul li { 
	display: inline; 
	padding:0px 10px 0px 10px;
    border-right:1px solid #d4d3d3;
}

#bottom-banner ul li.last { 
	display: inline; 
	padding:0px 10px 0px 10px;
    border-right:0px;
}

#bottom-banner h2
{
margin: 0px 0px 10px 0px;
padding: 0;
}

div#footer{
	width:828px;
	float:left;
	font-size: 11px;
	color: #666666;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.footer-link {
	text-align: center;
	width: 118px;
	float: left;
}

div.footer ul{
margin:auto;
color: #666666;
padding: 0;
list-style-type: none;
}

#footer ul li{
	display: inline;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 0px;
	font-size: 10px;
}

#footer ul li a{ 
	color: #666666;
}
.line {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.newsletter {
	color: #C31230;
	font-weight:bold;
	line-height:1em;
}
.news-title {
	font-size: 18px;
	font-weight: bold;
	color: #f4a03b;
}
.news-date {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #f4a03b;
}
.orange-text {
	color: #f4a03b;
}
.red-text {
	color: #C31230;
}
.red-italic {
	color: #C31230;
	font-style:italic;
	line-height:1.3em;
}
.black-italic {
	color:#000000;
	font-style:italic;
	line-height:1.3em;
}
.bold-text {
	color:#000000;
	font-weight:bold;
}
.img-left {
	float: left;
	border: 0px solid #CCCCCC;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 100px;
}
.img-right {
	float: right;
	border: 0px solid #CCCCCC;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 10px;
}
.product-column {
	float: left;
	width: 150px;
	font-size: 90%;
}
.product-column-last {
	float: left;
	width: 153px;
	font-size: 90%;
}
.blue-product {
	float: left;
	height: 25px;
	width: 124px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFF;
	padding-left: 6px;
	background-image: url(../images/button-blue.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	margin-bottom: 6px;
}
.red-product {
	float: left;
	height: 25px;
	width: 124px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFF;
	padding-left: 6px;
	background-image: url(../images/button-red.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	margin-bottom: 6px;
}
.yellow-product {
	float: left;
	height: 25px;
	width: 124px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFF;
	padding-left: 6px;
	background-image: url(../images/button-yellow.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	margin-bottom: 6px;
}
.green-product {
	float: left;
	height: 25px;
	width: 124px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFF;
	padding-left: 6px;
	background-image: url(../images/button-green.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	margin-bottom: 6px;
}
.dark-blue-product {
	float: left;
	height: 25px;
	width: 124px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFF;
	padding-left: 6px;
	background-image: url(../images/button-dark-blue.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	margin-bottom: 6px;
}.pink-product {
	float: left;
	height: 25px;
	width: 124px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFF;
	padding-left: 6px;
	background-image: url(../images/button-pink.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	margin-bottom: 6px;
}

