body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5d7885;
}

img, div,  { behavior: url(fx-iepngfix.htc) } 


img {
	border: 0;
}

:focus {
	outline:0;
}

.clr {
	clear: both;
}

.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #inner-container { 
	width: 900px;
	margin: 0 30px 0 30px;
	padding: 0;
}

.thrColFixHdr #header { 
	padding: 0;
	width: 900px;
	margin: 0 30px 0 30px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 0;
	margin: 0;
	background: url(images/footer-bg.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
	width: 900px;
	height: 108px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #a9ce00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a9ce00;
}
a:hover {
	text-decoration: underline;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #a9ce00;
}

h2 {
	font-size:22px;
	font-weight: bold;
}

h3, h5, h6 {
	font-size:20px;
	font-weight: bold;
	text-transform:uppercase;
	color: #01b2e4;
}

h4 {
	font-size:20px;
	font-weight: bold;
	text-transform:uppercase;
	color: #01b2e4;
}

#nav-slider {
	width: 960px;
	height: 317px;
	background:url(images/main-background.jpg) no-repeat;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#mbcontain {
	width: 583px;
	height: 249px;
	float: left;
	margin: 1px 0 0 31px;
	padding: 0;
	position:relative;
	
}

#left-column {
	width: 238px;
	float: left;
	margin: 0 45px 10px 33px;
	padding: 0;
}

#about-column {
	width: 551px;
	float: left;
	margin: 0 45px 10px 33px;
	padding: 0;
}

#contact-column {
	width: 834px;
	float: left;
	margin: 0 33px 10px 33px;
	padding: 0;
}

#about-column p {
	margin-top: 10px;
	line-height: 18px;
	text-align:left;
}

#mid-column {
	width: 268px;
	float: left;
	margin: 0 45px 10px 0;
	padding: 0;
}

#right-column {
	width: 238px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}

#slider li.mbSlider_Slide {
	width:583px;
	height:249px;
	overflow: hidden;
	float:left;
}

.slide-text {
	width: 300px;
	height: 220px;
	margin: 30px 0 0 271px;
	display: block;
}

.slide-text-slim {
	width: 230px;
	height: 220px;
	margin: 30px 0 0 335px;
	display: block;
}

.slide-text p {
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 14px;
	text-align:left;
}

.slide-text a:link {
	color: #FFFFFF;
	font-weight: bold;
}

.slide-texta:hover {
	color:#3333CC;
	text-decoration:underline;
}

.slide-text a:visited {
	color:#FFFFFF;
}

.slide-text-slim p {
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 12px;
	text-align:left;
}

.slide-text-slim a:link {
	color: #FFFFFF;
	font-weight: bold;
}

.slide-text-slim a:hover {
	color:#3333CC;
	text-decoration:underline;
}

.slide-text-slim a:visited {
	color:#FFFFFF;
}

#controls {
	width: 170px;
	height: 67px;
	margin: -33px 0 0 367px;
	padding: 0;
	z-index:99999999;
	position: absolute;
}

#prev {
	width: 49px;
	height: 67px;
	float: left;
}

#play {
	width: 72px;
	height: 67px;
	float: left;
}

#next {
	width: 49px;
	height: 67px;
	float: left;
}

.title {
	font-size:20px;
	font-weight: bold;
	text-transform:uppercase;
	color: #01b2e4;
	padding-bottom: 4px;
}

.title-lower {
	font-size:18px;
	font-weight: bold;
	color: #01b2e4;
	padding-bottom: 4px;
}

.people {
	font-size:16px;
	font-weight: bold;
	text-transform:uppercase;
	color: #01b2e4;
	padding-bottom: 4px;
}

.welcome {
	background: url(images/pencils.jpg) no-repeat;
	text-align:left;
	padding: 0 0 0 90px;
	margin: 20px 0 40px 0;
}

.readmore a:link, .readmore a:visited {
	background: url(images/welcome-link.jpg) no-repeat;
	padding: 0 0 0 20px;
	text-transform:uppercase;
	font-weight: bold;
}

.newsletter-input {
	width: 173px;
	height: 14px;
	background:url(images/newsletter-input.jpg) no-repeat;
	padding: 8px;
	border: none;
	margin: 0 3px 0 0;
	color:#666666;
	float: left;
}

.news-input-surr {
	margin-top: 10px;
}

.go {
	width: 40px;
	height: 30px;
	padding: 0;
	margin: 0;
	float: left;
}

#paper-ball {
	width: 268px;
	height: 131px;
	background: url(images/paper-ball.jpg) no-repeat;
	background-position: bottom right;
	margin-top: 13px;
}

.products li {
	padding: 5px 0 0 10px;
}

.products li a:link {
	color: #5d7885;
	text-decoration:underline;
}

.products li a:hover {
	color: #a9ce00;
}

.products li a:visited {
	color: #5d7885;
}

#special-offers-home {
	width: 208px;
	background:url(images/special-stars.jpg) no-repeat;
	background-position: top right;
	margin-top: 40px;
	padding: 0 60px 0 0;
}

.uppercase {
	text-transform:uppercase;
}

#footer-nav {
	margin: 28px 0 0 10px;
	padding: 0;
	text-transform:uppercase;
	font-size: 95%;
	float: left;
}

#main-nav {
	width: 110px;
	height: 249px;
	float: right;
	margin: 0 31px 0 0;
	padding: 0;
	text-align: right;
}

.main li {
	font-size: 120%;
	font-weight: bold;
	padding: 15px 20px 0 0;
}

.main li a:link {
	color: #FFFFFF;
}

.main li a:hover {
	color: #c7d7ea;
}

.main li a:visited {
	color: #FFFFFF;
}

#print, #office, #stationery {
	width: 178px;
	height: 249px;
	padding: 0;
	margin: 1px 0 0 15px;
	background:url(images/sub-menu-bg.jpg) no-repeat;
	color: #FFFFFF;
	display: none;
	float: left;
}

#digital-print, #repro, #stationery2 {
	display: none;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}

.stationery-list {
	font-size: 95%;
	font-weight: bold;
	margin: 90px 20px 0 0;
	text-align:right;
	line-height: 30px;	
}

.stationery-list a:link {
	color: #FFF;
}

.stationery-list a:visited {
	color: #FFF;
}

.stationery-list a:hover {
	color: #004e74;
}

#footer-nav a:link {
	color: #FFF;
}

#footer-nav a:visited {
	color: #FFF;
}

#footer-nav a:hover {
	color: #004e74;
}

.flink {
	padding-top: 15px;
	padding-left: 10px;
	color: #5D7885;
	float: left;
	clear: both;
	width: 800px;
}

#footer p a:link {
	color: #000000;
}

#footer p a:visited {
	color: #000000;
}

#footer p a:hover {
	color: #004e74;
}

.catalogue {
	float: right;
	width: 159px;
	height: 27px;
	margin: 20px 15px 0 0;
}

.paper-disc {
	height: 249px;
	background: url(images/paper-disc.jpg) no-repeat;
	background-position: top left;
}

.paint-pots {
	height: 249px;
	background:url(images/paint-pots.jpg) no-repeat;
	background-position: top left;
}

.brochure-slide {
	background:url(images/brochure-3d.jpg) no-repeat;
	height: 249px;
	background-position: top left;
}

.cardholder {
	background:url(images/hold-my-card.jpg) no-repeat;
	background-position: bottom left;
	height: 249px;
}

.spacer {
	height: 1px;
	display: block;
	margin-bottom: 30px;
}

#map {
	width: 300px;
	height: 300px;
	overflow: hidden;
	float: right;
	border: 1px solid #004e74;
}

#contact-form {
	width: 500px;
	float: left;
}

#myform {
	margin-top: 30px;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 278px;
padding: 6px;
}

.cssform textarea{
width: 278px;
height: 100px;
padding: 6px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}












#nav-slider {
	width: 960px;
	height: 317px;
	background:url(images/main-background.jpg) no-repeat;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#mbcontain {
	width: 583px;
	height: 249px;
	float: left;
	margin: 1px 0 0 31px;
	padding: 0;
	position:relative;
	
}

#left-column {
	width: 238px;
	float: left;
	margin: 0 45px 10px 33px;
	padding: 0;
}

#about-column {
	width: 551px;
	float: left;
	margin: 0 45px 10px 33px;
	padding: 0;
}

#contact-column {
	width: 834px;
	float: left;
	margin: 0 33px 10px 33px;
	padding: 0;
}

#about-column p {
	margin-top: 10px;
	line-height: 18px;
	text-align:left;
}

#mid-column {
	width: 268px;
	float: left;
	margin: 0 45px 10px 0;
	padding: 0;
}

#right-column {
	width: 238px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}

#slider li.mbSlider_Slide {
	width:583px;
	height:249px;
	overflow: hidden;
	float:left;
}

.slide-text {
	width: 300px;
	height: 220px;
	margin: 30px 0 0 271px;
	display: block;
}

.slide-text-slim {
	width: 240px;
	height: 220px;
	margin: 30px 0 0 325px;
	display: block;
}

.slide-text p {
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 14px;
	text-align:left;
}

.slide-text a:link {
	color: #FFFFFF;
	font-weight: bold;
}

.slide-texta:hover {
	color:#3333CC;
	text-decoration:underline;
}

.slide-text a:visited {
	color:#FFFFFF;
}

.slide-text-slim p {
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 12px;
	text-align:left;
}

.slide-text-slim a:link {
	color: #FFFFFF;
	font-weight: bold;
}

.slide-text-slim a:hover {
	color:#3333CC;
	text-decoration:underline;
}

.slide-text-slim a:visited {
	color:#FFFFFF;
}

#controls {
	width: 170px;
	height: 67px;
	margin: -33px 0 0 367px;
	padding: 0;
	z-index:99999999;
	position: absolute;
}

#prev {
	width: 49px;
	height: 67px;
	float: left;
}

#play {
	width: 72px;
	height: 67px;
	float: left;
}

#next {
	width: 49px;
	height: 67px;
	float: left;
}

.title {
	font-size:20px;
	font-weight: bold;
	text-transform:uppercase;
	color: #01b2e4;
	padding-bottom: 4px;
}

.title-lower {
	font-size:18px;
	font-weight: bold;
	color: #01b2e4;
	padding-bottom: 4px;
}

.people {
	font-size:16px;
	font-weight: bold;
	text-transform:uppercase;
	color: #01b2e4;
	padding-bottom: 4px;
}



.readmore a:link {
	background: url(images/welcome-link.jpg) no-repeat;
	padding: 0 0 0 20px;
	text-transform:uppercase;
	font-weight: bold;
}

.newsletter-input {
	width: 173px;
	height: 14px;
	background:url(images/newsletter-input.jpg) no-repeat;
	padding: 8px;
	border: none;
	margin: 0 3px 0 0;
	color:#666666;
	float: left;
}

.news-input-surr {
	margin-top: 10px;
}

.go {
	width: 40px;
	height: 30px;
	padding: 0;
	margin: 0;
	float: left;
}

#paper-ball {
	width: 268px;
	height: 131px;
	background: url(images/paper-ball.jpg) no-repeat;
	background-position: bottom right;
	margin-top: 13px;
}

.products li {
	padding: 5px 0 0 10px;
}

.products li a:link {
	color: #5d7885;
	text-decoration:underline;
}

.products li a:hover {
	color: #a9ce00;
}

.products li a:visited {
	color: #5d7885;
}

#special-offers-home {
	width: 208px;
	background:url(images/special-stars.jpg) no-repeat;
	background-position: top right;
	margin-top: 40px;
	padding: 0 60px 0 0;
}

.uppercase {
	text-transform:uppercase;
}

#footer-nav {
	margin: 28px 0 0 10px;
	padding: 0;
	text-transform:uppercase;
	font-size: 95%;
	float: left;
}

#main-nav {
	width: 110px;
	height: 249px;
	float: right;
	margin: 0 31px 0 0;
	padding: 0;
	text-align: right;
}

.main li {
	font-size: 120%;
	font-weight: bold;
	padding: 15px 20px 0 0;
}

.main li a:link {
	color: #FFFFFF;
}

.main li a:hover {
	color: #c7d7ea;
}

.main li a:visited {
	color: #FFFFFF;
}

#stationery {
	width: 178px;
	height: 249px;
	padding: 0;
	margin: 1px 0 0 15px;
	background:url(images/sub-menu-bg.jpg) no-repeat;
	color: #FFFFFF;
	display: none;
	float: left;
}

#digital-print, #repro, #stationery2 {
	display: none;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}

#stationery-list {
	font-size: 95%;
	font-weight: bold;
	margin: 90px 20px 0 0;
	text-align:right;
	line-height: 30px;	
}

#stationery-list a:link {
	color: #FFF;
}

#stationery-list a:visited {
	color: #FFF;
}

#stationery-list a:hover {
	color: #004e74;
}

#footer-nav a:link {
	color: #FFF;
}

#footer-nav a:visited {
	color: #FFF;
}

#footer-nav a:hover {
	color: #004e74;
}

.catalogue {
	float: right;
	width: 159px;
	height: 27px;
	margin: 20px 15px 0 0;
}

.paper-disc {
	height: 249px;
	background: url(images/paper-disc.jpg) no-repeat;
	background-position: top left;
}

.paint-pots {
	height: 249px;
	background:url(images/paint-pots.jpg) no-repeat;
	background-position: top left;
}

.brochure-slide {
	background:url(images/brochure-3d.jpg) no-repeat;
	height: 249px;
	background-position: top left;
}

.cardholder {
	background:url(images/hold-my-card.jpg) no-repeat;
	background-position: bottom left;
	height: 249px;
}

.spacer {
	height: 1px;
	display: block;
	margin-bottom: 30px;
}

#map {
	width: 300px;
	height: 300px;
	overflow: hidden;
	float: right;
	border: 1px solid #004e74;
}

#opening {
	width: 300px;
	float: right;
	margin: 30px 0 0 0;
}

#contact-form {
	width: 500px;
	float: left;
}

#myform {
	margin-top: 30px;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 278px;
padding: 6px;
}

.cssform textarea{
width: 278px;
height: 100px;
padding: 6px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.cards1 {
	margin-top: 170px;
}

.wedding-cards {
	margin-top: 40px;
}

.blue-buttlet li {
	height: 20px;
	background:url(images/bullet_blue.jpg) no-repeat;
	padding: 0 0 0 24px;
}

.blue-terms li {
	background:url(images/bullet_blue.jpg) no-repeat;
	background-position: left 8px;
	padding: 10px 0 10px 24px;
}

.bigger-green {
	font-size: 140%;
	color: #a9ce00;
	font-weight: bold;
	font-style:italic;
}

.error-message {
background-color:#ffd3de;
border:1px dotted #cc0035;
font-weight:bold;
margin-bottom:5px;
padding:5px;
text-align:center;
color: #993300;
}

#success-message {
background-color:#CAFFCB;
border:1px dotted #00CC00;
font-weight:bold;
margin-bottom:5px;
padding:5px;
text-align:center;
color: #006633;
}

