@charset "utf-8";
/* CSS Document */

/* ~~~~~~~~~~ reset styles ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
body, select, input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.2;
}
#container {
	font-size: 0.8em;
	width: 950px;
	margin: 0 auto;
	
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.8em;	
}
h1 {
	font-size: 2.5em;
	color:#3161ad;
	margin-top:-25px;
}
h2 {
	font-size: 1.8em;	
	margin-top:-25px;
}
h3 {
	font-size: 1.2em;	
	padding-top:10px;
}
h4 {
	font-size: 1.4em;	
}
h5 {
	font-size: 1.2em;	
}
h6 {
	font-size: 1em;	
}
p {
	padding-bottom: 1.2em;
	line-height:150%;
}
td {
	margin:10px;
	padding:5px;
	}
blockquote {
border : 1px dashed #000;
width: 600px;
margin: 0px;
padding: 10px;
line-height:175%;
background-color:#F2F2F2;
quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

/* ~~~~~~~~~~ reusable class ~~~~~~~~~~ */

.error {
	color: #C00;
	font-weight: bold;	
}
.confirmation {
	color:#FFFFFF;
	background-color:#588FE2;
	font-weight: bold;
	border:#000099 1px dotted;
	margin-bottom:25px;
	padding: 5px;
}
div.fieldset {
	border: solid 1px #999;
	padding: 1em;
	margin: 1em 0;
}
legend span {
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
}

label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
br {
	clear: left;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
div.hr {
	border: none;
	border-top: 1px dotted #333;
	margin-top: 5px;
	margin-bottom: 18px;
	clear:both;
	
}
div.hr hr { display: none; }

body {
	background-color: #d7c6a6;
	background-image: url(_lib/_build/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#header {
	height:103px;
	background-image: url(_lib/_build/header.jpg);
	background-repeat: no-repeat;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	padding-right:10px;
	position:relative;
	}
.crimbo {
	background-image:url("_lib/_build/crimbo.png");
	color:#FFFFFF;
	font-size:26pt;
	height:162px;
	left:588px;
	position:absolute;
	text-align:center;
	top:29px;
	width:171px;
	}
		
#navigation {
	background-image:url(_lib/_build/navbg.gif);
	background-repeat: repeat-x;
	height: 40px;	
	}
#navigation a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
#navigation a:hover {
	color:#CCCCCC;
	}	
	#navigation ul li {
		list-style-type:none;
		display:inline;
		}
		#navigation ul {
		padding-top:10px;
		margin-left:25px;
		}
	#navigation li {
		padding-right:20px;
		}
		
#leader {
	background-image:url(_lib/_build/sleader200.jpg);
	background-repeat: no-repeat;
	height:261px;
	}
	#leader p {
	display:none;
	}
	
#categories {
font-size:12px;
font-weight:700;
	float:left;
	width:250px;
	padding-top:33px;
	padding-left:10px;		
	}
	#categories ul li {
		list-style-type:none;
		margin-left: 10px;
		}
	#categories li {		
		margin-bottom:20px;
		padding-bottom:5px;
		border-bottom:#CCCCCC 1px dotted;
		padding:5px;
		}
	#categories a {
		text-decoration:none;
		color:#333333;
		}
	#categories a:hover {
		background-color:#0066FF;
		color:#FFFFFF;
		}
	
#content {
	width:630px;
	float:left;
	padding:30px;
	}
	#content h3 {
			margin-top:-25px;
			color:#999999;
			}
	#content img {
		margin-right:10px;
		margin-bottom: 10px;
		}	
#footer {
	margin:auto;
	clear:both;
	width:950px;
	background-image:url(_lib/_build/footer.gif);
	background-repeat:no-repeat;	
	}
#footerlinks {
padding-top:130px;
	font-size:0.9em;
	color:#666666;
	margin:20px;
	text-align:center;
	}
#footerlinks ul {
		margin-top:15px;
		}
#footerlinks li {
		border-right:#999999 dotted 1px;
		padding:3px;		
		line-height:160%;
		}
#footerlinks ul li {
		list-style-type:none;
		display:inline;
		}
#footerlinks a {
		text-decoration:none;
		color:#666666;
		}

.specials-box {
border:#CCCCCC solid 1px;
width:90%;
padding:10px;
margin-bottom:20px;
}
	.specials-box img {
		float:left;
		margin-right:10px;
		}
	.specials-box a {
		text-decoration:none;
		color:#3161AD;		
		}
	.specials-box a:hover {		
		text-decoration:underline;
		}

.price {
		border-bottom:1px solid #CCCCCC;
		font-size:24px;
		margin-bottom:17px;
		padding-bottom:10px;
		width:383px;
		}
.details {
		border:2px dotted #999999;
		float:right;
		margin-top:-54px;
		padding:5px;
		
		}	
		
.paper-title {
			background-color:#fff;
			padding:5px;
			border:1px solid #ccc;			
			margin:5px;
			}
			.paper-title input {
				margin:none;				
				float:none;
				}
			.pselect {
				float:none;
				}
			.ptitle {
				display: block;
				font-size: 20px;
				font-style: italic;
				margin-bottom: 5px;
				}
				.titleprice {
				 color: #3161AD;
				display: block;
				font-family: arial;
				font-weight: bold;
				margin-top: 13px;
				}
				.pnotes {
				display: block;
				font-family: arial;
				font-size: 11px;
				margin-bottom: 4px;
				}
.mainptitle {
		display: block;
    font-size: 34px;
    font-style: italic;
    margin: 3px 0 0;
    text-align: center;

}

.fb {
	position: absolute;
    right: 225px;
    top: 42px;
	}
.paperboy{
	position: absolute;
    left: 149px;
    top: 5px;
	}
	
.pdesc {
	 display: block;
    font-family: arial;
    font-size: 8pt;
    line-height: 147%;
    padding: 5px 21px 5px 0;
	}
.postage {
	position: absolute;
    right: 400px;
    top: 24px;
}

.top-tag-line {
	font-size: 11px;
	padding: 3px 0 0 0;
}

.old-h-one-heading {
	color: #3161AD;
    font-size: 2.5em;
    margin-top: -25px;
	padding-bottom: 0.8em;
	line-height: 100%;
	font-weight: bold;
}

.margin-adjust {
	margin-top: 15px !important;
}

.grey-text {
	margin-top:-25px;
	color:#999999;
	font-size: 1.2em;
	letter-spacing: 1px;
	padding-top:10px;
}

.product-display-name {
	font-size: 1.4em;
	margin-top: -10px !important;
}

.bold-red {
	font-weight: bold;
	color: #FF0000;
	font-size: 15px;
}

.left-one-fifty {
	margin-left: 79px;
}

.left-float {
	float: left;
}

.right-float {
	float: right;
}

.p-and-p {
	font-weight: bold;
	text-align: center;
}

.grey-bg {
	background-color: #CCCCCC;
}

.white-bg {
	background-color: #FFFFFF;
}

.nivoSlider {
    position:relative;
    width:950px; /* Change this to your images width */
    height:263px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
.right-product-box, .left-product-box { height: 175px; margin-bottom: 20px; }
.left-product-box .product-box-image { float: left; }
.right-product-box .product-box-image { float: right; }
.product-box-image img { border-radius: 10px; }
.product-box-text { float: left; width: 360px; }
.product-box-text h3 { margin: 0 !important; padding: 0 !important; }
.product-box-text a { color: #3161AD; text-decoration: none; }
.product-box-text p { margin-top: 20px; }
.product-box-head { 
	background: url("images/heading-grey-bg.jpg") repeat-x scroll 0 0 transparent;
    border: 2px solid #3161AD;
    border-radius: 10px 10px 10px 10px;
    padding: 8px 10px;
	position: relative;
    top: 15px;
	width: 370px;
}
.left-product-box .product-box-head { left: -30px; }
.product-box-click a:hover { text-decoration: underline; }

.grey-hr {
border-top: 1px solid #CCCCCC;
height: 1px;
margin: 15px 0;
clear: both;
}

.margin-delete { margin: 0 !important; }

.facebook-like-box { background: url("/images/fb-box-bg.gif") no-repeat scroll 0 0 transparent; padding: 6px 6px 2px 6px; height: 435px; width: 630px; }
.facebook-like-box .fb-head { margin: 0 0 0 5px !important; }
.facebook-like-box .fb-man { position: relative; width: 90px; left: 490px; top: -40px; height: 1px; }
.facebook-like-box .fb-main { width: 618px; overflow: hidden; height: 345px; background-color: #FFFFFF; border-radius: 8px 8px 8px 8px; }
.facebook-like-box .fb-footer { margin: 4px 0 0 400px; }
.facebook-like-box .fb-footer img { margin: 0px !important; }

.nav-bar-head { 
	background: url("/images/nav-bar-header.gif") no-repeat scroll 0 0 transparent;
	color: #3161AD;
    font-size: 2.5em;
    margin-top: -25px;
	font-weight: bold;
	height: 50px;
	padding: 3px 0 0 9px;
}
#nav-bar-list { background-color: #3160AB; width: 249px; }
#nav-bar-list li { border-bottom: 1px solid #204178; border-top: 1px solid #4888f2; margin: 0 6px !important; padding: 8px 4px; }
#nav-bar-list #nb-first { border-top: none; }
#nav-bar-list #nb-last { border-bottom: none; }
.nav-bar-foot { background: url("/images/nav-bar-footer.gif") no-repeat scroll 0 0 transparent; height: 10px; }
#nb-categories {
	font-size:12px;
	font-weight:700;
	float:left;
	width:250px;
	padding-top:27px;
	padding-left:10px;		
	}
	#nb-categories ul li {
		list-style-type:none;
		}
	#nb-categories a {
		text-decoration:none;
		color:#FFFFFF;
		}
	#nb-categories a:hover {
		color:#f5e26a;
		}

.static-row { height: 310px; }
.static-column { border: 1px solid #CCCCCC;
    border-radius: 8px 8px 0 0;
    float: left;
    height: 327px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px;
    width: 190px;}
.column-last { margin-right: 0px !important; }
.static-column-img {width: 190px; height: 142px; margin: 0 0 4px 0 !important; border-radius: 8px 8px 0 0;}
.static-column h3 { margin: 0 !important; padding: 0 !important; height: 40px; text-align: center; }
.static-column h3 a { text-decoration: none; color: #3161AD; }
.static-column h3 a:hover { text-decoration: none; color: #999999; }
.static-column p { padding: 0 !important; height: 106px; }
.static-price { color: #FFFFFF; background-color: #3160AB; font-size: 16px; padding: 5px 0; text-align: center; }
.static-price a { color: #FFFFFF; text-decoration: none; }
.static-price a:hover { color:#f5e26a; }

.gift-date-select { float: right; padding-left: 10px; margin: 0 !important; }

.navbar-advert { margin-top: 10px; }
