/* CSS Document */
/*******************************************************************************/
/* Presentation CSS File                                                       */
/*   Text and colour formatting for all media types                            */
/*                                                                             */
/*******************************************************************************/

/* code tag for linking to a site */
/*******************************************************************************/
code.linkcode
{
	margin: 1em 2em;
	padding: 0.5em;
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	overflow: auto;
}

h1
{
	font-size:1.67em;
	color:#ff4c00;
	font-weight:normal;
	padding:5px 0 0 35px;
	background:url(/site/img/h1bg.jpg) left no-repeat;
	margin-bottom:10px;
}

h2
{
	font-size: 1em;
	font-weight: normal;
	color:#5d6061;
	line-height:1.5em;
	margin-bottom: 1em;
}

h3, h4, h5, h6
{
	color:#ff4c00;
	font-weight:normal;
}


div#copy p, div#copy ul, div#copy ol
{
	color:#5d6061;
	line-height:1.5em;
}

div#copy a:link,
div#copy a:visited
{
	color:#ff4c00;
	font-weight:normal;
}

div#copy a:hover,
div#copy a:active
{
	color:#071C49;
	font-weight:normal;
}





div.cart span
{
	margin:5px 0;
	font-size:1.17em;
	color:#5d5f60;
}

.creditCardsImage
{
    margin-top: 1em;
}

