* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	line-height: 1.4;
	color: #000000;
}

a:link, a:visited, a:active {
	color:#891B96;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
border-bottom: 1px solid;
}

a.home:link, a.home:visited, a.home:active {
	background-image: url(../images/blue_open.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	padding-left: 6em;
	color: #0000FF;
	padding-top: 1em;
	padding-bottom: 1em;
}

a.home:hover {
	background-image: url(../images/blue_closed.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #0000FF;
}

a.about:link, a.about:visited, a.about:active {
	background-image: url(../images/mint_open.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 6em;
	color: #58FE61;
	text-decoration: none;
}
a.about:hover {

	background-image: url(../images/mint_closed.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #54FF5C;
}
a.links:link, a.links:visited, a.links:active {
	background-image: url(../images/pink_open.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1em;
	text-decoration: none;
	padding-left: 6em;
	color: #FF00CC;
	padding-bottom: 1em;
}
a.links:hover {
	background-image: url(../images/pink_closed.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FF00CC;
}
a.shop:link, a.shop:visited, a.shop:active {
	background-image: url(../images/aqua_open.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1em;
	text-decoration: none;
	padding-left: 6em;
	color: #04ADFE;
	padding-bottom: 1em;
}
a.shop:hover {

	background-image: url(../images/aqua_closed.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #01ADFF;
}
a.basket:link, a.basket:visited, a.basket:active {
	background-image: url(../images/orange_open.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1em;
	text-decoration: none;
	padding-left: 6em;
	color: #FE8207;
	padding-bottom: 1em;
}
a.basket:hover {

	background-image: url(../images/orange_closed.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FC7D06;
}

a.search:link, a.search:visited, a.search:active {
	background-image: url(../images/purple_open.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1em;
	text-decoration: none;
	padding-left: 6em;
	color: #9900FF;
	padding-bottom: 1em;
	font-weight: bold;
}
a.search:hover {

	background-image: url(../images/purple_closed.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	height: 150px;
	width: 960px;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
	background: url(../images/top_collage.gif) no-repeat left bottom;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#horizontalNav {
	line-height: 3em;
	clear: both;
	height: 3em;
	text-align: right;
	padding-right: 4em;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#ulSidebar {
	list-style: none;
}
#ulSidebar a {
	display: block;
	border-style: none;
	padding-top: 6px;
	padding-bottom: 6px;
}


#horizontalNav a:link, #horizontalNav a:visited, #horizontalNav a:active {
	text-decoration: none;
	border-style: none;
	font-size: 13px;
}




#divShopWrapper {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 1em;
}

#divShopWrapper p {
	font-size: 1.2em;
	margin-bottom: .5em;
}

#divShopWrapper h1, #divShopWrapper h2 {
	padding-left: 0;
	margin-left: 0px;
	margin-top: .4em;
	margin-bottom: .4em;
}

a img {
	border-style: none;
	text-decoration: none;
}

#content {
	float: right;
	width: 74%;
	padding-top: 25px;
	padding-bottom: 25px;
	background: url(../images/background.jpg) no-repeat right top;
}
#footer p {
	color: #891B96;
	padding-top: 40px;
}
#footer a {
	text-decoration: none;
}

#thumbs a:link {
	text-decoration: none;
	border-style: none;
}

#content p {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-right: 15px;
}
#sidebar {
	float: left;
	width: 26%;
	padding-top: 25px;
	padding-bottom: 25px;
}
#sidebar p {
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
#sidebar ul {
	margin-top: 1em;
}

#sidebar #thumbs li {
	list-style-type: none;
	margin-bottom: 1.5em;
}

h1, h2, h3, h4 {
	padding-right: 15px;
}

h1 {
	font-size: 1.5em;
	color: #3F7DB1;
}
#newsUpdates {
	margin-bottom: 0.5em;
	padding: 1em;
	float: right;
	width: 350px;
	margin-left: 1em;
	border: 1px dashed #CD5BD8;
}


h2 {
	font-size: 1.5em;
	color: #57195C;
	margin-bottom: 6px;
	clear: both;
}
h3 {
	font-size: 1.3em;
}



/*  H6 H5 Used for shop headings only */
h6 {
	font-size: 1.3em;
	color: #006600;
}
h5 {
	font-size: 1.2em;
	color: #6DA0CB;
}

/*  Above H6 H5 Used for shop headings only */

#footer {
	clear: both;
	height: 150px;
	width: 960px;
	background: url(../images/left_corner.gif) no-repeat left bottom;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/*Product display and details page*/

#content .related {
	float: right;
	margin-bottom: 1em;
	margin-left: 1.5em;
	width: 200px;
	border: 1px solid #1FA0E1;
	margin-top: 1.5em;
	padding: 1em;
}

#content .related img {
border:solid 5px #996699;	
}

.divProduct-Display {
	clear: both;
	margin-top: 1.5em;
}
a.prodName:link, a.prodName:visited, a.prodName:active {
	font-size: 1.3em;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
	border-bottom-style: none;
	display: block;
}
a.shortDesc:link, a.shortDesc:visited {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	border-style: none;
	font-weight: normal;
}

.divProduct-Display .right {
	float: right;
	width: 50%;
	clear: right;
}
.prodOptions {
	margin-top: 1em;
	margin-bottom: 1em;
}

.divProduct-Display .left img, .divProduct-Display .right img {
	float: right;
	margin-bottom: .5em;
	margin-left: 1em;
	border: 1px solid #000000;
	padding: 1px;
}
.divProduct-Display .left {
	float: left;
	width: 50%;
	clear: left;
}
#sidebar #search {
	padding: 0.2em;
	margin-left: 1em;
	width: 12em;
	margin-bottom: 0.5em;
	margin-top: .5em;
}


#divDynamicMenu {
	text-align: left;
	padding-right: 0.5em;
	padding-bottom: 1em;
	overflow: auto;
	margin-top: 1.5em;
}


a.primary:link, a.primary:visited, a.primary:active {
	color: #996699;
	font-weight: bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: 0.2em;
	font-size: 1em;
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 17em;
	display: block;
	line-height: normal;
	background: #DBCADB;
	margin-top: .8em;
}


a.primary:hover {
	text-decoration: none;
	background: #D6C0D6;
}

a.secondary:link, a.secondary:visited, a.secondary:active {
	text-decoration: none;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	font-weight: bold;
	color: #528A8B;
	display: block;
	font-size: .9em;
	padding-right: 0.2em;
	padding-left: 0.5em;
	line-height: 1.3;
	margin: 0px 0px 0px 1em;
}

a.secondary:hover {
	text-decoration: none;
	color: #5DAEA8;
	font-weight: bold;
}

#thumbs img {
	border: 1px solid #000000;
	padding: 1px;
}
#thumbs a:link {
	text-decoration: none;
	border-style: none;
}





.blue {
	color:#479AA9;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

#divpageMarker {
	background: #FFFFFF;
	clear: both;
	width: 30em;
}
#divpageMarker a {
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	border-style: none;
}
#divcatDescription {
	margin-top: 1em;
	padding-top: .5em;
	border-top: 1px solid #000000;
}

#divpageMarker h2 {
	color: #000000;
	font-weight: bold;
}

/*Shop forms etc*/

.button {
	background-color:#1FA0E1;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	clear: both;
	float: left;
}
.button:hover {
	color: #999999;
	background-color: #75C6EC;
	border: 1px solid #9D4241;
}

table td {
	padding: .3em;
}
.divCentre {
	text-align: center;
	width: 100%;
}


#divShopWrapper legend {
	color: #38719E;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
#divShopWrapper fieldset div {
	margin-top: 0.6em;
}


#divShopWrapper fieldset {
	padding: 1.5em;
	width: 40em;
	margin-top: .7em;
	margin-bottom: .7em;
	clear: both;
	float: left;
}

#divShopWrapper fieldset label {
	font-size: 1.2em;
	display: block;
}

/*Link page - Links container div*/


.linkspage-container {
	color: #CC6600;
}


a.link-title:link, a.link-title:visited {
	font-size: 1.3em;
	font-weight: bold;
	color: #FF9999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

a.link-title:hover {
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#footer div {
	height: 150px;
	background: url(../images/right_corner.gif) no-repeat right bottom;
	text-align: center;
	vertical-align: middle;
}
.imageRight {
	float: right;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 1.5em;
}

a.linktitle:link, a.linktitle:visited, a.linktitle:active, a.linktitle:hover {
	font-weight: bold;
	color: #E9831F;
}
#header #divWelsh {

	float: right;
	height: 112px;
	width: 266px;
	background: url(../images/mosaic_title_cymraeg.gif) no-repeat right top;
	margin-top: 19px;
	margin-right: 4em;
}
#LinksContainer {
	margin-top: 1.5em;
}
.hr {
	font-size: 0px;
	line-height: 0em;
	color: #229EDC;
	background: #229EDC;
	height: 1px;
	margin-top: .5em;
	margin-bottom: .5em;
}
.spacer {
	clear: both;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #1FA0E1;
}
#sidebar #ulHelpMenu {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1.5em;
	width: 80%;
}
#sidebar #ulHelpMenu li {
	margin-bottom: .5em;
}
#sidebar #ulHelpMenu a:link, #sidebar #ulHelpMenu a:visited, #sidebar #ulHelpMenu a:active {
	color: #1FA0E1;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	display: block;
	background: #DCF0FA;
}
#sidebar #ulHelpMenu a:hover {
	color: #FFFFFF;
	background: #1FA0E1;
}
.em {
	font-weight: bold;
}
#paypal_Logo {
	margin-top: 1.5em;
	margin-bottom: 1em;
	text-decoration: none;
	border-style: none;
	height: 67px;
	width: 175px;
}
#paypal_Logo a:link, #paypal_Logo a:visited {
	text-decoration: none;
	border-style: none;
}
#divSubmit {
	clear: both;
	margin-bottom: 1em;
}
.qtyListBox {
	margin-top: .3em;
	margin-bottom: .5em;
}

.clearer {
	clear: both;
}
.imageLeft {
	float: left;
	margin-top: 1em;
	margin-right: 1.3em;
	margin-bottom: .5em;
}
.titleNews {
	font-weight: bold;
	color: #E49419;
}
#learnWelsh {
	color: #E19213;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	clear: both;
	margin-top: 15px;
}
#header h1 {
	background-image: url(../images/mosaic_title.gif);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: right 10px;
	text-indent: -9000px;
	height: 150px;
	width: 430px;
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header h1 a {
	background-image: url(../images/mosaic_title.gif);
	height: 112px;
	width: 256px;
	background-repeat: no-repeat;
	background-position: right 10px;
	display: block;
	padding: 0px;
	float: right;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#welsh #header h1 {
	background-image: url(../images/mosaic_title_cymraeg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: right 10px;
	text-indent: -9000px;
	height: 150px;
	width: 430px;
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#welsh #header h1 a {
	background-image: url(../images/mosaic_title_cymraeg.gif);
	height: 112px;
	width: 256px;
	background-repeat: no-repeat;
	background-position: right 10px;
	display: block;
	padding: 0px;
	float: right;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
label {
	font-weight: bold;
}

.prodHome {
	width: 129px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#wrapper #content .prodHome p a {
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.prodHome p a img {
	border: 2px solid #FFF;
}
.prodHome p a img:hover {
	border: 2px solid #DC80E4;
}


#wrapper #content .prodHome p a:hover {
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#wrapper #content .prodHome .priceHome {
	font-size: 17px;
	text-align: center;
	margin: -6px 0px 0px;
	color: #E9831F;
	font-weight: bold;
}
#sidebar #ulSidebar li a {
	font-size: 14px;
	display: block;
}
#horizontalNav a img {
	text-decoration: none;
	border-style: none;
	margin-right: 15px;
}
#sidebar #subMenu {
	margin: -6px 0px 0px 80px;
	padding: 0px;
}
#sidebar #subMenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar #subMenu li a {
	text-decoration: underline;
	display: block;
	margin: 4px 0px;
	padding: 0px;
	font-weight: normal;
	color: #FC7D06;
}
#sidebar #subMenu li a:hover {
	color: #AC5302;
	margin: 4px 0px;
	padding: 0px;
	border-style: none;
}
