/*---------------------------------------*/
/* -----		HTML TAGS			-----*/
/*---------------------------------------*/
img
{
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p.smallerTopMargin
{
	margin-top:7px;
}

h1 
{
	font-size:16px;
	font-family:Verdana;
	padding:0px;
	margin:0px 0px 5px 0px;
	color:#9C3000;
	font-weight:bold;
}

h2 
{
	font-size:15px;
	font-family:Verdana;
	padding:0px;
	margin:0px 0px 5px 0px;
	color:#C6AA29;
	font-weight:bold;
}
h2.newRed
{
	font-size:15px;
	font-family:Verdana;
	padding:0px;
	margin:0px 0px 5px 0px;
	color:#C50606 !important;
	font-weight:bold;
}
h3 
{
	font-size: 1em; /* 12px */
	font-style: italic;
	margin:0;
	padding:0;
}

h3.yellow
{
	margin:0px;
	padding:0px;
}
h3.blue
{
	margin:0px;
	padding:0px;
}

h4, h5, h6 {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: .75em; /* 9px */
 /* line-height: 2em; /* 18px */
  margin:0;
  padding:0;
}
h4 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  text-transform: uppercase;
  color:#9C3000;
  font-weight:bold;
  font-size:22px;
  line-height:35px;
}

h5.left 
{
	color:#9C3000;
	font-weight:bold;
	font-size:13px;
	text-align:left;
}
h5.right
{
	color:#9C3000;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	line-height:15px;
}
h5.center
{
	color:#9C3000;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}

h6 {
  font-style: italic;
}

TextArea
{
	font-family: Arial, Helvetica, sans-serif;
}

/*---------------------------------------*/
/* -----	Global Classes			-----*/
/*---------------------------------------*/
.float_stop
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.pagebg
{
	
}

.alternativePageBg
{
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/backTileNoStripe.gif);
	background-repeat:repeat-x;
	background-color: #FFF;
}

.tel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.subhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #211265;
	font-style: italic;
}
.heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #211265;
}
.main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #211265;
}
.leftheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.sml
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.large
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #211265;
}

.button
{
	padding: 2px 5px 2px 5px;
	font-family: arial;
	background-color: #A0A1CF;
	border: 1px solid #8483BF;
	color: #ffffff;
	font-size: 11px;
}
.favButton
{
	padding: 2px 5px 2px 5px;
	font-family: arial;
	background-color: #A0A1CF;
	border: 1px solid #8483BF;
	color: #ffffff;
	font-size: 11px;
	width:140px;
}

.attentionText
{
	color:Red;
}

A.actionLink
{
	text-decoration:underline !important;
}

/* ----- Standard Qubic Table -----*/
Table.Qubic
{
	border: 0px solid #211265;
	border-collapse:collapse;
}
.QubicDescD
{
	float: right;
	clear: both;
}
.QTBorder TD
{
	border: 1px solid #211265 !important;
}
.Qubic TD
{
	border: 0px solid #211265;
	padding: 2px 4px 4px 4px;
	line-height: 14px;
}
.Qubic td.lBreak
{
	border-bottom: 1px solid #CCC;
}
.QubicDesc td
{
	vertical-align: top;
	padding: 0px 4px 10px 0px;
}
.QubicDesc td.Offer
{
	padding: 0px 4px 10px 0px;
	color: #bf0c07;
}
/* cell that required user input */
.Qubic TD.inputRequired
{
	/*
	border: 1px solid;
	border-color:red;
	*/
	background-color:#EFD1D1;
}
.emailConfirm
{
	font-size:smaller;
	text-align:left;
}

/* inactive "parked" row */
.Qubic .inactiveRow TD
{
	border: 1px solid;
	border-color:#211265 #BBBBBB #211265 #BBBBBB;
	padding: 4px 4px 4px 4px;
	color:#BBBBBB;
}
.Qubic .inactiveRow .sml
{
	color:#BBBBBB;
}
.Qubic .inactiveRow Input, .shoppingBasket .inactiveRow Select
{
	color:#BBBBBB;
}
.Qubic .inactiveRow TD.inputRequired
{
	border: 1px solid;
	border-color:#211265 #BBBBBB #211265 #BBBBBB;
	background-color:transparent;
}


.Qubic thead TD
{
	color: #000;
	font-weight:bold;
}
.QTBorder thead TD
{
	background-color: #211265;
	color: #FFF;
	font-weight:bold;
}
.Qubic TD.Plain
{
	border: 0px;
	background-color: transparent;								
}

.basketButton
{
	width:55px;
	font-size:.8em;
	padding: 2px 5px 2px 5px;
}

.darkText
{
	color: rgb(33, 18, 101);
}
.vDetailsBtns
{
	width: 345px;
	padding: 0px 2px 2px 2px;
}
.vDetailsBtns input
{
	margin: 16px 1px 0 0;
}
/*--------------------------*/
/* -----   Messages    -----*/
/*--------------------------*/
.messageContainer
{
	margin: 0 10% 0 10%;
}

/* ----- Instructions -----*/
.instructions
{
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	background-color:#DDDDDD;
}

.instructions .title
{
	text-align: center;
	background-color: #211265;
	color: #FFFFFF;
	font-weight:bold;
	
}

.instructions .body
{
	padding: 8px 2px 0px 2px;
	text-align:center;
}

/* ----- User Message -----*/
.userMessage
{
	margin: 10px 10px 10px 10px;
	padding: 3px 2px 2px 2px;
	background-color: #DDDDDD;
	font-size:.9em;
}

.userMessage .title
{
	text-align: center;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight:bold;
	
}

.userMessage .body
{
	padding: 4px 2px 0px 2px;
	text-align:center;
}

/*---------------------------------------*/
/* -----Navigation of left hand menu-----*/
/*---------------------------------------*/

.leftNavigation
{
	margin:0px;
	padding:0px;
	border-right: solid 1px #CECFCE;
	border-bottom: solid 1px #CECFCE;
}

.leftNavigation img
{
	margin-bottom:-3px;
}

.leftNavigation ul
{
	margin:0px;
	padding:0px;
	width: 144px;
}

.leftNavigation li
{
	list-style: none;
	margin:0px;
	padding:0px;
	color:#9C3000;
	border-bottom: solid 1px #CECFCE;
	border-top:0px;
	border-right:0px;
}

.leftNavigation .categoryLink
{
	height:19px;
	background-image: url(../img/leftNavMenuSlice.gif);
	padding:1px 0px 1px 8px;
}

.leftNavigation .categoryLink:hover
{
	height:19px;
	background-image: url(../img/leftNavMenuSlice2.gif);
	padding:1px 0px 1px 8px;
}

.leftNavigation .categoryLinkOn
{
	height:19px;
	background-image: url(../img/leftNavMenuSlice2.gif);
	padding:1px 0px 1px 8px;
}

.leftNavigation .infoLink
{
	height:19px;
	background-image: url(../img/leftNavMenuSlice2.gif);
	padding:1px 0px 1px 8px;
}

.leftNavigation .infoLinkOn
{
	height:19px;
	background-image: url(../img/leftNavMenuSlice.gif);
	padding:1px 0px 1px 8px;
}

.leftNavigation .infoLink:hover
{
	height:19px;
	background-image: url(../img/leftNavMenuSlice.gif);
	padding:1px 0px 1px 8px;
}

.leftNavigation a:link
{
	font-family:Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #9C3000;
	text-decoration: none;
	cursor:hand;
}

.leftNavigation a:visited
{
	font-family:Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #9C3000;
	text-decoration: none;
	cursor:hand;
}
#upperNav
{
	position: absolute;
	left: 145px;
	top: 0px;
	width: 643px;
	height: 24px;
	background: transparent url(../img/nav-upper-bg.gif) left top no-repeat;
}
#upperNav ul
{
	margin: 0;padding: 0;
	list-style-type: none;
}
#upperNav ul li
{
	float: left;
	margin: 0;padding: 0;
}
#upperNav ul li a
{
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	padding: 5px 0 0 0;
}
#upperNav ul li a:hover
{
	text-decoration: underline;
}
#upperNav ul li a#btn-about
{
	width: 139px;
}
#upperNav ul li a#btn-card
{
	width: 187px;
}
#upperNav ul li a#btn-order
{
	width: 158px;
}
#upperNav ul li a#btn-contact
{
	width: 159px;
}
/*
.leftNavigation li a:hover
{
	font-family:Verdana;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	color: #DADADA !important;
}

.leftNavigation li a:visited:hover
{
	font-family:Verdana;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	color: #DADADA !important;
}*/


/*----------------------------------*/
/*----		Top navigation----*/
/*----------------------------------*/


#topnavigation
{
	float:left;
    line-height:26px;
	height: 26px;
	padding-left:150px;
}

#topmenu
{
	margin:0;
    list-style:none;
    padding:0px 0px 0;
}

#topmenu li
{
	float:left;
    background:url("../img/tab_off.gif") no-repeat right top;
    margin:2px;
    padding:0;
    width:98px;
    cursor:hand;
}

#topmenu li:hover
{
	float:left;
    background:url("../img/tab_on.gif") no-repeat right top;
    margin:2px;
    padding:0;
    width:98px;
    cursor:hand;
}

#topmenu a 
{
    display:block;
    padding:0px;
    margin:0px;
    text-align:center;
    text-decoration:none;
    color:White;
    font-size:10px;
    font-weight:bold;
    font-family:Arial;
}

#topmenu a:hover
{
    display:block;
    padding:0px;
    margin:0px;
    text-align:center;
    text-decoration:none;
    color:White;
    font-size:10px;
    font-weight:bold;
    font-family:Arial;
}



/*----------------------*/
/*---- Styling for basket summary ----*/
/*----------------------*/


.basket
{
	color:White;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
}

#cartTopBox
{
	background-color:#BD0D0D;
	height:18px;
	width:113px;
	border: solid 1px #FFF;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
}

#cartBox
{
	background-color:#7A0808;
	height:18px;
	width:113px;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-top: 0px;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
}
.hdrLogin
{
	color: #FFF;
	width:113px;
	font-size: 10px;
	text-align: center;
	padding: 7px 0 0 0;
}
.hdrLogin a
{
	color: #FFF;
	text-decoration: none;
}
.hdrLogin a:hover
{
	text-decoration: underline;
}
/*.basket Table
{
	border-collapse:collapse;	
	border-top: solid 2px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;	
	background-color: #FFFFFF;
	width:215px;
}

.basket TD
{
	padding:2px 2px 5px 2px;
	border-collapse:collapse;	
	border-style:solid;
	border-color:#ffffff;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: #999CC;
	background-color: #62549F;
} */

.basket .bold
{
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
}

.basket .number
{
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: #ffffff;
	width:35px;
}

.basket .viewButton
{
	font-family: arial;
	background-color: #A0A1CF;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 11px;
	width:70px;
}

.basket .saveButton
{
	font-family: arial;
	background-color: #A0A1CF;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 11px;
}

/*-------------------------------*/
/*--- Styling for search bar ----*/
/*-------------------------------*/

#search_bar
{
	width:144px;
	height:46px;
	background-color: #D5B93C;
	color:Red;
	padding-bottom:5px;
}

#searchText
{
	padding-left:13px;
	width:115px;
	padding-top:6px;
}

.searchBox
{
	float: left;
	width:81px;
	font-size: 11px;
	margin: 1px 0 0 0;
}

#search
{
	padding-left:10px;
	width:130px;
}

.searchButton
{
	float: left;
	height: 23px;
}

/*.search_bar Div
{
	font-weight: bold;
	color: #ffffff;
	padding: 3px 3px 0px 3px;
	height:46px;
	line-height:22px;
}

.search_bar .button
{
	font-family: arial;
	background-color: #A0A1CF;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.labelCell1
{
	width:130px;
	font-size:15px;
}

.categoryCell1
{
	width:100px;
	text-align:right;
}

.categoryCell2
{
	width:170px;
}

Select.cardCategorySelect
{
	width:170px;
}

.refCell1
{
	width:146px;
}



.refCell3
{
	width:146px;
}
*/


/*-------------------------------*/
/*--- Styling for search results ----*/
/*-------------------------------*/

.CardRow
{
}

.CardContainer
{
	border: 1px solid #691616;
	width:192px;
	height: 248px;
	text-align:center;
	float:left;
	margin: 2px 2px 2px 2px;
	
	background-image: url(../img/smallImageBack.gif);
	background-repeat:repeat-x;
}

.CardRef
{
	background-color: #211265;
	color:#ffffff;
}

.CardSmallImage
{
	height:192px;
	width:188px;
	overflow:auto;
}

.CardSmallImage .image
{
	/*border: 1px solid #C4C3E0;*/
}

.CardContainer .buttonContainer
{
	padding: 2px 2px 2px 2px;
	color:#FF0000;
}

.shortSearchButton
{
	font-family: arial;
	background-color: #62549F;
	border: 1px solid #190C49;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: bold;
	margin: 1px 1px 1px 1px;
	width: 92px;
	cursor:hand;
}

.longSearchButton
{
	font-family: arial;
	background-color: #62549f;
	border: 1px solid #190c49;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	margin: 1px 1px 1px 1px;
	width: 186px;
	cursor:hand;
}




/*-------------------------------*/
/*--- Styling for shopping basket ----*/
/*-------------------------------*/
#CardBasket
{
	margin: 10px 10px 30px 10px;
}

#cardOnlyBasket
{
	margin: 0px 0px 0px 0px;
}

#CostSummary
{
	margin: 25px 10px 10px 30px;
	padding: 10px 10px 10px 10px;
	float:left;
	width:80%;
	background-color:#DDDDDD;
}

#CostSummary HR
{
	color: #211265;
	background-color: #211265;
	height: 1px;
}

#SampleCostContainer
{
	/* background-color: #CCCCCC; */
}

#SampleBasket
{
	float:left;
	margin: 10px 10px 30px 10px;
	width:380px;
}

#BasketCost
{
	background-color:#DDDDDD;
	width:310px;
	padding:5px;
	float:left;
}

#BasketCost HR
{
	color: #211265;
	background-color: #211265;
	height: 1px;
}
	
.shoppingBasket
{
	width:750px;
}

.shoppingBasket Table
{
	border: 0px solid #211265;
	border-collapse:collapse;
}

.shoppingBasket TD
{
	border: 1px solid #211265;
	padding: 4px 4px 4px 4px;
}

.thumbImageCell
{
	background-image: url(../img/thumbImageBack.gif);
	background-repeat:repeat-x;
}
.thumbImageCell .image
{
	/*border: 1px solid #C4C3E0;*/
}

/* cell that required user input */
.shoppingBasket TD.inputRequired
{
	background-color:#EFD1D1;
}

/* inactive "parked" row */
.shoppingBasket .inactiveRow TD
{
	border: 1px solid;
	border-color:#211265 #BBBBBB #211265 #BBBBBB;
	padding: 4px 4px 4px 4px;
	color:#BBBBBB;
}
.shoppingBasket .inactiveRow .sml
{
	color:#BBBBBB;
}
.shoppingBasket .inactiveRow Input, .shoppingBasket .inactiveRow Select
{
	color:#BBBBBB;
}
.shoppingBasket .inactiveRow TD.inputRequired
{
	border: 1px solid;
	border-color:#211265 #BBBBBB #211265 #BBBBBB;
	background-color:transparent;
}


.shoppingBasket thead TD
{
	background-color: #211265;
	color: #FFFFFF;
	font-weight:bold;
}

.shoppingBasket TD.Plain
{
	border: 0px;
	background-color: transparent;								
}

.standardOptionsTable, .standardOptionsTable TD
{
	border: solid 0px #ffffff !important;
	padding:0px !important;
	margin:0px !important;
}

.basketButton
{
	width:100px;
	font-size:11px;
	padding: 2px 5px 2px 5px;
	margin: 2px 2px 2px 2px;
	font-family: arial;
	background-color: #A0A1CF;
	border: 1px solid #8483BF;
	color: #ffffff !important;
}


/*-------------------------------*/
/*--- Styling for card details ----*/
/*-------------------------------*/

#uxCardDetails
{
	height:215px;
}


#CardDetailsMain
{
	width:620px;
	min-height:280px;
	overflow:visible;
	/*border: solid 1px black;*/
}

TD.parameterTitle
{
	font-weight:bold;
}

.DetailsCardContainer
{
	border: 1px solid #211063;
	width:260px;
	
	text-align:center;
	float:left;
	margin: 2px 2px 2px 2px;
	
	background-image: url(../img/medImageBack.gif);
	background-repeat:repeat-x;
}

.CardMedImage
{
	height:260px;
	width:260px;
	overflow:auto;
}
.CardMedImage .image
{
	/*border: 1px solid #C4C3E0;*/
}
.CardLargeImage .image
{
	/*border: 1px solid #C4C3E0;*/
}

.CardDetails .button
{
	width:80px;
	padding: 2px 5px 2px 5px;
	font-family: arial;
	background-color: #A0A1CF;
	border: 1px solid #8483BF;
	color: #ffffff;
	font-size: 11px;
}
.CardDetails .buttonAdd
{
	width:85px;
	padding: 2px 5px 2px 5px;
	font-family: arial;
	background-color: #BF0C07;
	border: 1px solid #A80B06;
	color: #ffffff;
	font-size: 11px;
}

/*-------------------------------*/
/*--- Styling checkout ----*/
/*-------------------------------*/

#shippingContainer
{
	/* width:730px;*/
	margin: 0 0 0 10px;
}

#invoiceTo
{
	float:left;
	width:350px;
	margin: 0 0 0 10px;
}

#invoiceFrom
{
	float:left;
	width:350px;
	margin: 0 0 0 10px;
}

#checkoutQuestion
{
	width:710px;
	margin: 0 0 0 30px;
}

#ccardDetails
{
	width:710px;
	margin: 0 0 0 30px;
}

/*-------------------------------*/
/*--- Styling OrderConformation ----*/
/*-------------------------------*/

#orderConfirmationContainer
{
	height:270px;
	overflow:visible;
}

/*-------------------------------*/
/*--- Styling Quick Quote ----*/
/*-------------------------------*/
#colour_selection_container
{
	margin-left:10px;
	margin-right:auto;
	width:560px;
}

#QuickQuoteTopContainer
{
	padding: 2px 2px 2px 2px;
}

.QQCardContainer
{
	border: 1px solid #211063;
	width:195px;
	height: 222px;
	text-align:center;
	float:left;
	margin: 0px 3px 8px 3px;
	
	background-image: url(../img/smallImageBack.gif);
	background-repeat:repeat-x;
}

#qqpintTopContainer
{
	margin-left:auto;
	margin-right:auto;
	width:500px;
}

#popup_content_container .selection
{
	
}

#popup_content_container .colourOptionName
{
	
}

#popup_content_container .custom
{
}

/*-------------------------------*/
/*--- Login Pages ----*/
/*-------------------------------*/

#loginDivContainer
{
	width:550px;
	margin-left:auto;
	margin-right:auto;
}

#registerContainer
{
	float:left;
	width:250px;
}

#orContainer
{
	float:left;
	width:50px;
	
	text-align:center;
	font-weight:bold;
}

#loginContainer
{
	float:left;
	width:250px;
}



/*-------------------------------*/
/*--- Styling Custom Options ----*/
/*-------------------------------*/
#customOptionsContainer
{
	margin: 0 0 0 0px;
	text-align:center;
}

#customOptionsContainer A
{
	color:#211265;
	text-decoration:none;
}

#cardImprintColours
{
	width:620px;
	margin:10px 5px 10px 5px;
	text-align:left;
}

#cardVersesContainer
{
	width:620px;
	margin:10px 5px 10px 5px;
	text-align:left;
}

#TypeStylesContainer
{
	width:620px;
	margin:10px 5px 10px 5px;
	text-align:left;
}

#LayoutContainer
{
	width:620px;
	margin:10px 5px 10px 5px;
	text-align:left;
}

#CharityContainer
{
	width:620px;
	margin:10px 5px 10px 5px;
	text-align:left;
}

#charityLogoContainer
{
	background-color:#FFFFFF;
}

#charityLogoContainer .button
{
	padding:2px;
	margin:4px;
}

#logoOptions
{
	width:620px;
	margin:10px 5px 10px 5px;
	text-align:left;
}

#signatureOptions
{
	width:620px;
	margin:10px 5px 10px 5px;
	text-align:left;
}

#personalDetails
{
	width:620px;
	margin:10px 5px 10px 5px;
	text-align:left;
}

#personalDetails .textbox
{
	width:370px;
}

#specialInstructions
{
	margin:10px 5px 10px 5px;
	width:620px;
}

#specialInstructions .textbox
{
	width:575px;
}


/*-------------------------------*/
/*---	Order Summary		 ----*/
/*-------------------------------*/

#orderSummary
{
	width:740px;
	margin-left:12px;
	text-align:center;
}

Table.uxCardDetailsTable
{
	margin:4px;
}

Table.uxCardDetailsTable, 
Table.uxCardDetailsTable TD
{
	border-collapse:collapse;
	border: solid 0px
}

.pCat
{
	font-weight:bold;
}

.pData
{
}

Table.personalisatonDetailsTable
{
	
}

Table..personalisatonDetailsTable TD, 
.personalisatonDetailsTable TD
{
	border-collapse:collapse;
	border: solid 0px;
	padding:4px;
	background-color:#DDDDDD;
	margin:0;
}

#orderSummaryCost
{
	background-color:#DDDDDD;
	width:400px;
	padding:5px;
}

#orderSummaryCost HR
{
	color: #211265;
	background-color: #211265;
	height: 1px;
}

/*-------------------------------*/
/*---	Catalogue Request    ----*/
/*-------------------------------*/

#freeCatalogueForm
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#freeCatalogueForm .textbox
{
	width:400px;
}

/*-------------------------------*/
/*---		Various			----*/
/*-------------------------------*/
TD.title
{
	font-weight:bold;
}

#homeImage
{
	padding-top:0px;
	padding-right:0px;
	padding-left:5px;
	float:left;
	width: 435px;
	height: 200px;
}

#largeBox
{
	width:251px;
	height:333px;
	border: 1px solid #D5D5D5;
	background-image: url(../img/homeBoxBgLarge_r2.gif);
	background-repeat:no-repeat;
}

.mediumBox
{
	border: 1px solid #D5D5D5;
	width:196px;
	height:155px;
}

.type1
{
	background-image: url(../img/homeBoxBgMedium1_r2.gif);
	background-repeat:no-repeat;
}

.type2
{
	background-image: url(../img/homeBoxBgMedium2_r2.gif);
	background-repeat:no-repeat;
}

.leftPadding
{
	padding-left:10px;
}

.smallBox
{
	width:134px;
	height:68px;
	border: 1px solid #D5D5D5;
	background-repeat:no-repeat;
}

#smallBoxType1
{
	background-image: url(../img/homeBoxBgSmall1_r2.gif);
	height:78px;
}

#smallBoxType2
{
	background-image: url(../img/homeBoxBgSmall2_r2.gif);
}

#smallBoxType3
{
	background-image: url(../img/homeBoxBgSmall3_r2.gif);
	
}

#smallBoxType4
{
	background-image: url(../img/homeBoxBgSmall4_r2.gif);
}

#main_content ul
{
	margin:20px;
	padding-bottom:5px;
}

#main_content ul li
{
	list-style-image:url(../img/bullet2.gif);
	padding-left:5px;
}

p span.highlighted
{
	color:#B54142;
	font-weight:bold;
}

p.smallBodyText
{
	color:#666666;
	font-weight:normal;
	font-size:9px;
	font-family:Arial;
}

.left
{
	float:left;
}

.rightPadding
{
	padding-right:15px;
}

p.smallText
{
	font-size:0.85em;
	font-style:italic;
}
p.lrgText
{
	font-size: 1.2em;
	line-height: 1.4em;
}
.smallBox2Bespoke
{
	margin-top:0px;
}
.note
{
    font-style:italic;
    font-size:smaller;
}
a.cleanLnk
{
	color: #C50606;
	text-decoration: none;
}
a.cleanLnk:hover
{
	text-decoration: underline;
}
.falsePad
{
	width: 608px;
	height: 1px;
	line-height: 1px;
	margin: 0 0 18px 0;
}
#homeCopy
{
	float: left;
	clear: left;
	width: 435px;
}
#homeCopy p
{
	margin: 0;
	padding: 8px 0;
}
#midSubLinksBnr
{
	width: 148px;
	float: right;
	margin: 22px 16px 0 0;
}
#midSubLinksBnr a
{
	position: relative;
	float: right;
	margin: 0 0 13px 0;
}
#midSubLinks
{
	height: 45px;
	width: 446px;
	clear: both;
	float: left;
	margin: 10px 0;
}

#midSubLinks a.a,
#midSubLinks a.b,
#midSubLinks a.c,
#midSubLinks a.d
{
	position: relative;
	float: left;
	width: 220px;
	height: 45px;
	text-indent: -1000em;
	margin: 0 3px 0 0;
	background: transparent url(../img/free-samples.gif) left top no-repeat;
}
#midSubLinks a.b
{
	background: transparent url(../img/free-catalogues.gif) left top no-repeat;
}
#midSubLinks a.c
{
	background: transparent url(../img/personalisation.gif) left top no-repeat;
}
#midSubLinks a.d
{
	margin: 0 0 0 0;
	background: transparent url(../img/calendars-diaries.gif) left top no-repeat;
}

#lowerLinksCopy a
{
	color: #C50606;
	text-decoration: none;
}
#lowerLinksCopy a:hover
{
	text-decoration: underline;
}
#lowerLinks
{
	background-color: #FEE3E2;
	border: 1px solid #CCC;
	width: 580px;
	padding: 5px;
}
#lowerLinks a
{
	text-decoration: none;
	color: #333;
}
#lowerLinks a:hover
{
	text-decoration: underline;
}
#lowerLinks ul,
#lowerLinks ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;
}
#lowerLinks ul li
{
	margin: 2px 0 6px 0;
	padding: 0 0 0 7px;
	background: transparent url(../img/lLinkBullet.gif) left top no-repeat;
	background-position: left 4px;
}
#lowerLinks ul.a
{
	float: left;
	width: 160px;
}
#lowerLinks ul.b
{
	float: left;
	width: 225px;
	margin: 0 0 0 5px;
}
#lowerLinks ul.c
{
	float: left;
	width: 175px;
	margin: 0 0 0 5px;
}
#quickQuoteOptionsPrint
{
	width: 400px;
	margin: 0 0 0 70px;
}
#quickQuoteOptionsPrint .Offer
{
	color: #bf0c07;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.genClear
{
	clear: both;
}
.imgMarg
{
	margin: 10px;
}
.imgMargExtra
{
	margin: 10px 10px 20px 10px;
}