/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;	
	margin-bottom: 1px;
}

h2 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1px;
}

h2.h2withMargin {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}

h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;	
	margin-bottom: 1px; 
}

a, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
img {
	border: 0px;
}



/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/

img.ImgFloatRight {
	border: 1px solid #333366;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeft {
	border: 1px solid #333366;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNone {
	border: 1px solid #333366;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatRightNoBorder {
	border: 0px;
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.ImgFloatLeftNoBorder {
	border: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
img.ImgFloatNoneNoBorder {
	border: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
}
 
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

.strikethrough {
	text-decoration:line-through;
}
.redtext {
	color: #FF0000;
}


input.buttonBasket {
	border: 0px;
	background-color: #999999;
	color: #000000;
	float: none;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
}
input.buttonCheckout {
	border: 0px;
	background-color: #00CC00;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
}

.welcome-heading {
	color: #606053;
}

/** ------------------------------------------------------ **/
/** ------------------- Links -------------------------- **/

/*
.prices
{
  
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(/developments/rhos-on-sea/rhos_button1.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 118px;
height: 117px;
margin: 0;
padding: 0;
}

.prices a
{
  
  display: block;
  width: 118px;
  height: 117px;
  font-size: 10px;
  text-decoration: none;
  background-image: url(/developments/rhos-on-sea/rhos_button1.jpg);
  background-repeat:no-repeat;
}

.prices a:hover
{
    background-image: url(/developments/rhos-on-sea/rhos_button1_hover.jpg);
  
  }


#brochure
{
  display: block;
 width: 118;
  height: 117;
  background: url("/developments/rhos-on-sea/rhos_button2.jpg") no-repeat 0 0;
}

#brochure:hover
{
  /*width: 118;
  height: 117;
  background-image: url("/developments/rhos-on-sea/rhos_button2_hover.jpg") no-repeat 0 0;
}

#brochure span
{
  position: absolute;
  top: -999em;
}

#enquiry
{
  display: block;
  width: 118;
  height: 117;
  background: url("/developments/rhos-on-sea/rhos_button3.jpg") no-repeat 0 0;
}

#enquiry:hover
{
  /*width: 118;
  height: 117;
  background-image: url("/developments/rhos-on-sea/rhos_button3_hover.jpg") no-repeat 0 0;
}

#enquiry span
{
  position: absolute;
  top: -999em;
}

*/
