@charset "UTF-8";
/* CSS Document */
:link,:visited{text-decoration:none}ul,ol{list-style:disc; margin-left:-20px; margin-top:0px; line-height:1.4em;}h1,h2,h3,h4,h5,h6,pre,code{font-size:1em}ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0;border:none}a img,:link img,:visited img{border:none}address{font-style:normal}


body{
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#231F20; /*black*/
	/*background:#4d4d4d;*/
	background:url(/images/paper.jpg) no-repeat top center #3c3c3c;
	}	
/* Layout */

#container{
	width:935px;
	margin:25px auto;
	padding:0 20px;
	}
	
#header{
	height:50px;
	margin-bottom:20px;
	}
	
.quote{
	padding-top:35px;
	background:url(../images/quote1.png) no-repeat;
	}
.closingquote {
	padding-right:35px;
	background:url(../images/quote2.png) right no-repeat;
}	
#logo{
	width:210px;
	margin-bottom:40px;
	height:60px;
	background:url(../images/poster-printing-logo.png) no-repeat;
	}
#logo a{
	width:210px;
	height:60px;
	display:block;
	}
#logo a {
	border:none!important;
}	
#search{
	padding-top:15px;
	}
	
#menu{
	width:210px;
	float:left;
	padding:40px 0px;
	margin-right:40px;
	line-height:1.6em;
	/*background:transparent url(../images/presentation-background.png) repeat scroll 0 0;*/
	}
	
#content{
	width:685px;
	float:left;
	background:#FFFFFF;
	min-height:600px;
	padding-bottom:20px;
	}
	
#title{
	width:685px;
	margin-bottom:15px;
	height:80px;
	}
	
h1.hello {
	background:url(/images/hello.png) no-repeat top left;
	min-height:90px;
	padding-left:145px;
	margin-top:35px;
	margin-bottom:15px;
	margin-left:20px;
	padding-top:5px;
}
h1 a {
	color:#231F20;
	border-bottom:1px dotted;
}
h1 a:hover {
	color:#DF0055;
}

/* client logos */
.clientsector {
	clear:both;
	border-top:1px solid #ccc;
	margin-left:25px;
	width:605px;
	padding:10px 0px;
}
.clientsector h2 {
	color:#999;
}

.column{
	width:185px;
	padding-left:25px;
	float:left;
	margin-bottom:20px;
	}
.two.column {
	width:395px;
}
.three.column {
	width:605px;
}
.textarea {
	padding-left:25px;
}	
#footer{
	font-size:0.8em;
	padding:30px 50px;
	clear:both;
	}
	
.clear{
	clear:both;
	}

.columnbox{
	margin-left:15px;
	}
.highlight {
	padding:15px;
	background:#eee;
	margin-top:15px;
}	
	
	
/* Text Formatting */

p{
	line-height:1.5em;
	margin-bottom:1.4em;
	}

h1{
	font-size:1.3em;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:1em;
	}
h1.title {
	padding-left:40px;
	margin-top:40px;
	font-size:1.7em;
}	

.subtitle {
	font-size:0.7em;
	font-style:italic;
	margin-left:8px;
	}

h2{
	/*color:#DF0055; */
	font-weight:normal;
	font-size:1.3em;
	padding-bottom:0.3em;
	}
h2.casestudytitle {
	margin-bottom:0!important;
}
h3 {
	margin-top:1em;
	color:#DF0055;
}
.clientname {
	text-align:center;
}

/* Links */

a{
	color:#DF0055;
	text-decoration:none;
	}
	
a:hover{
	border-bottom: 1px dotted;
	}
	
#menu a{
 color:#fff; /*black*/
 text-decoration:none;
 }
 
#menu a:hover{
	color:#BED36A; /* green */
	text-decoration:none;
	}
	

/*menu */
dt{
	color:#999;
	font-weight:normal;
	margin-top:1.5em;
	font-size:1em;
	font-style:italic;
	}
	
dd{
	color:#fff;
	}

dt.current{
	color:#BED63A;
	font-weight:normal;
	font-style:normal;
	margin-top:0em;
	font-size:1em;
	border-bottom:1px solid #BED63A;
	padding-bottom:2px;
	margin-bottom:2px;
	}
dt.current a, dd.current a {
	color:#BED63A!important;
}
dl dl dd {
	padding-left:25px;
	font-style:italic;
}
dl ul {
	border-bottom:1px solid #BED36A;
	padding-bottom:5px;
	margin-bottom:5px;
}
.copyright {
	padding:30px 0px;
	font-size:0.7em;
	color:#fff;
	
}

	
	


/* Colour */

.green{
	color:#BED36A!important; /* green */
	}
	
.black{
	color:#231F20!important; /*black*/
	}
	
.grey{
	color:#999999!important;
	}
	
/* forms */

#search input {
	padding:0.3em 5px;
	width:170px;
	height:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#aaa;
	font-size:1.1em!important;
	border:1px solid #aaa;
}


/* Presentation */

.presentation {
  position:relative;
  overflow:hidden;
  float:left;
  padding:0!important;
  width:685px;
	height:410px;
	margin-bottom:30px;
}

.presentation-slide {
  position:absolute;
  height:410px;
}
.presentation-slide-text {
  /* TODO: override in ie6 stylesheet */
  background:transparent url(../images/presentation-background.png) repeat scroll 0 0;
  position:absolute;
  left:0;
  bottom:0;
  padding:20px 10px;
  width:665px;
}
.presentation-slide-text a:hover {
	
}

.presentation-slide-text h1 {
  color:#fff;
  font-weight:normal;
}
.presentation-slide-text h3 {
	color:#fff;
}
.presentation-slide-text h2 small {
  font-weight:lighter;
}
.presentation-slide-text p, .presentation-slide-text a {
  color:#fff;
  font-size:1.2em;
  line-height:1.2em;
}
.presentation-tabs {
  position:absolute;
  left:0;
  bottom:0;
  padding:5px 10px 10px 10px;
  z-index:138;
  display:none;
}
/*.presentation-tab {
  background:url(../images/presentation-background.png);
  padding:5px 10px 10px 10px;
  line-height:.95em;
  margin-right:1px;
  font-weight:bold;
  color:#9AC1DF;
}
.presentation-tab:hover, .presentation-tab-on {
  background:#fff none;
  color:#3783C0;
}
.presentation-tab:active {
  background:#fff none;
}*/

.website {
	height:410px;
	}

.stats {
	font-size:2em;
	color:#666;
	text-align:right;
	display:block
}
.stats big {
	font-size:2em;
}


/* Google Checkout */

.override #googlecart-widget {
	width:210px!important;
	margin-top:20px;
	}

 .override #googlecart-widget-head {
    background:#BED36A;
	border:none;
	margin-top:20px;
	 width:212px!important;
  }
  
/* .override #googlecart-arrow {
  }*/
  
 .override #googlecart-title {
    color:#000;
	
  }
  
 .override #googlecart-summary {
 color:#000;
 }
 
  .override #googlecart-widget-body {
   border:#fff solid 1px;
   width:210px!important;
  }
/* .override #googlecart-widget-list {
  }*/
  
  .override .googlecart-widget-item {
    color:#BED36A!important;
  }
 .override .googlecart-widget-quantity-column {
    border-bottom:#BED36A solid 1px!important;
  }
  .override .googlecart-widget-quantity-box {
    border:#3c3c3c solid 1px;
  }
 .override .googlecart-widget-details-column {
    border-bottom:#BED36A solid 1px!important;
	width:100px!important;
	}
 .override .googlecart-widget-title {
    color:#DF0055;
	
  }
/*  .override .googlecart-widget-short-details {
    color:#fff
  }*/
/*  .override .googlecart-widget-long-details {
    color:#fff
  }*/
  .override .googlecart-widget-removed-message {
    color:#231F20;
  }
 .override .googlecart-widget-image-column {
    border-bottom:#BED36A solid 1px!important;
  }
/*  .override .googlecart-widget-img {
    color:#fff
  }*/
 .override .googlecart-widget-price-column {
    border-bottom:#BED36A solid 1px!important;
  }
  .override .googlecart-widget-price {
    color:#231F20;
  }
  .override .googlecart-widget-remove {
    color:#231F20;
  }
  .override .googlecart-widget-restore {
    color:#BED36A;
  }
  .override #googlecart-widget-emptymessage {
    color:#3c3c3c;
  }
 .override .googlecart-widget-footertext {
    float:none!important;
	text-align:right;
  }
/*  .override .googlecart-widget-totalmessage {
    color:#fff
  }*/
  .override .googlecart-widget-totalprice {
    color:#DF0055;
  }
/*  .override .googlecart-widget-disclaimer {
    color:#fff
  }*/
 .override .googlecart-widget-checkout {
 float:none!important;
  }
  
 #googlecart-checkout-button{
 	margin-top:10px;
	margin-left:35px!important;
	}
  
 #googlecart-widget a{
 color:#DF0055!important;
 }
 
#googlecart-widget-foot td, #googlecart-widget-foot th{
display:block!important;
}

.a2{
	background:url(../images/a2-button.gif)!important;
	width:171px!important;
	height:242px!important;
	}
	
.a3{
	background:url(../images/a3-button.gif)!important;
	width:121px!important;
	height:170px!important;
	}
	
.product-attr-filename{
	height:20px;
	width:100%;
	}
	

#demo {	
	margin:20px 0px;
}

#demo-list {
	padding: 0;
	list-style: none;
	margin: 0;
	margin-bottom:20px;
}

#demo-list .file-invalid {
	cursor: pointer;
	color: #514721;
	padding-left: 48px;
	line-height: 24px;
	background: url(/assets/error.png) no-repeat 24px 5px;
	margin-bottom: 1px;
}
#demo-list .file-invalid span {
	background-color: #fff6bf;
	padding: 1px;
}

#demo-list .file {
	line-height: 2em;
	padding:10px;
	border:1px solid #333;
	margin-top:10px;
}

#demo-list .file span,
#demo-list .file a {
	padding: 0 4px;
}

#demo-list .file .file-size {
	color: #666;
}

#demo-list .file .file-error {
	color: #8a1f11;
}

#demo-list .file .file-progress {
	width: 125px;
	height: 12px;
	vertical-align: middle;
	background-image: url(/assets/progress-bar/progress.gif);
}

ol li{
	list-style:decimal
}

.notice {
	background:#eee;
	margin:10px 25px;
	padding:10px;
}

.data-table th {
	margin:0;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-width: thin;
	border-bottom-color: black;
	
	
}

.data-table td {
	width:145px;
	height:auto;
	text-align:left;
	
	
		
}


.data-table {
	
	padding-top:20px;
	padding-bottom:20px;
}


.bulk-table th {
	margin:0;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-width: thin;
	border-bottom-color: black;
	
	
}

.bulk-table td {
	width:80px;
	height:auto;
	text-align:left;
	
	
		
}	

.bulk-table {
	
	padding-top:20px;
	padding-bottom:40px;
}


.mounting-table th {
	margin:0;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-width: thin;
	border-bottom-color: black;
	
	
}

.mounting-table td {
	min-width:80px;
	height:auto;
	text-align:left;
	padding:5px 20px 5px 0px;
	
	
	
		
}	

.mounting-table {
	
	padding-top:20px;
	padding-bottom:40px;
	
}


.footer { /*footer text of prints for seo*/

	width: 685px;
	font-size:12px;
	height:auto;
	list-style:none;
	float:right;
	margin: 10px 0px;
	padding-left:/*4*/0px;
	/*background-color:/*#BED36A*/ /*#FFFFFF;*/
	
}


.footer dd {

	float:left;
	/*background-color:/*#BED36A*/ /*#FFFFFF;*/
	padding:/*1*/0px 30px 10px 0px;
}

.footer a{
 color:#FFFFFF; /*white*/
 text-decoration:none;
 }
 
.footer a:hover{
	color:#BED36A; /* green */
	text-decoration:none;
	}


.marathon {
	background:url(../images/nspcc-logo-background.gif) no-repeat top left #00ab39;
	color:#fff;
	padding:10px;
	padding-top:50px;

}		
.marathon a {
	color:#fff;
	font-weight: bold;
}


.button {
	border: 1px solid #231F20;
	background: #DF0055;
	color:#fff;
	font-weight: bold;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button:hover {
	border: 1px solid #231F20!important;
	background: #BED36A;
}
