/* Presentation Stylesheet for modern binders.co.uk website

  (c) Colin Sewell, 2007
------------------------- */

html { font-size: 100%; /* IE hack */ }

body {
	margin: 5px;
	padding: 0px;
	color: #333;
	background-color: white;
/*
	background-image: url(../images/bg-shadow.gif);
	background-position: center;
	background-repeat: repeat-y;
*/
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font: "Comic Sans MS";
	font-family: "Comic Sans MS";
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 75%;		/* scale down default font */
}

.feint-bg {
	background: url(../images/misc/bg-offices-feint.jpg);
}

.feint-bg-full {
	background: url(../images/misc/bg-offices-feint-full.jpg);
}

.bg-pattern {
	background: url(../images/misc/bg-lines-grey-light.gif);
}

h1, h2, h3 {
	font-size: 140%;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font: "Comic Sans MS";
	font-family: "Comic Sans MS";
	color: #cc0000;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 0px;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

#ProductCloserView h1 {
	text-align: center;
}


div#footer h1 {
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 80%;
	font-weight: normal;
	color: #cc4400;
	margin-top: 0px;
	padding-top: 0px;
}


p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font: "Comic Sans MS";
	font-family: "Comic Sans MS";
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 100%;		/* scale down default font */
	margin: 10px;
	margin-right: 0px;
}

p.NoMargin {
	margin: 0;
	padding: 0;
}

strong {
	color: #222;
}


#colright p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 80%;		/* scale down default font */
	margin: 8px;
}


.ImgBorder {
	border: 1px solid #777;
}


.BoldText {
	font-weight: bold;
}

.BoldMediumText {
	color: #5e5e5e;
	font-weight: bold;
}

.BoldHeading {
	font-weight: bold;
	font-size: 150%;
	color: #555;
}


hr {
	margin: 5px;
	margin-right: 0;
	border: none;
    border-bottom: 1px solid #8e5653;
	height: 1px;
}

.HR-Dashed {
	border: none;
    border-bottom: 1px dashed #8e5653;
	height: 1px;
}


.HR-Dotted {
	border: none;
	height: 1px;
    border-bottom: 1px dotted #8e5653;
}

.HR-Footer {
	width: 500px;
	margin: 2px;
	padding: 1px;
	margin-left: 270px;
	margin-right: 0;
	border: none;
	height: 1px;
    border-bottom: 1px dotted #8e5653;
}

#footer p {
	font-size: 90%;
	color: #564b47;
	margin: 1px;
	padding: 1px;
}


.BulletList {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 110%;
	font-weight: bold;
	color: #555;
	list-style-image: url(../images/misc/bullet-list.gif);
	margin: 8px;
	padding-left: 30px;
}

.BulletList li {
	margin-bottom: 8px;
}

.FAQanswer {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
}

.BulletList a {
	font-size: 90%;
}

.BulletList p {
	background-color:#fcfcfc;
	font-size: 100%;
	margin: 4px;
}

.BulletListBlank{
	list-style: square;
}


table {
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 90%;
	border-collapse: separate;
	border: 1px solid #cfcfcf;
	margin: 10px;
	padding: 10px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}

table caption {
	visibility: hidden;
	display: none;
}
