@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-right: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatleft { float: left; 
}
.vcenter {
   min-height: 10em;
   display: table-cell;
   vertical-align: middle;
 }
 .normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
 }
  .blueHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #09C;
 }
 .normalLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	text-align:left;
}
.normalLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;

}
.normalBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
}
.normalWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;


}
.vSmallBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: normal;
	color: #000000;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #990000;
	background-color: #FFFF99;

}
.cross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
	text-decoration: line-through;
}
.normalBoldLarge {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}
.crossLight {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	text-decoration: line-through;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.style3 {
	color: #3399CC;
	font-weight: bold;
	text-align: left;
}
img.floatLeft { 
    float: left; 
margin: 0 10px 10px 0;
border: 1px solid #666;
padding: 2px
}
img.floatLeftNoBorder { 
    float: left; 
margin: 0 10px 10px 0;
padding: 2px
}
img.floatLeftNoBorderBottom { 
    float: left;
	margin-top:20px;
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}
.floatrightCart
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.ul {
	list-style: none;
	margin-left: 0em;
	padding-left: 1em;
	text-indent: -1em;
	}
.menuProb {
	margin-top: 6px;
}
.alignCentre {
	text-align: center;
}
.column1 {
	float: left;
	width: 180px;
	padding: 10px;
}
.column1New {
	float: left;
	width: 270px;
	padding: 3px;
	height:120px;
}
.column2 {
	float: left;
	width: 250px;
	padding: 3px;
	height:120px;
}
.column2byM {
	float: left;
	width: 250px;
	padding: 3px;
	height:120px;
	margin-top:10px;
}
.column2detail {
	float: right;
	width: 220px;
	padding: 10px;
}
.columnBedShop {
	float: left;
	width: 280px;
	padding: 5px;
}
.product {position: static; width: 250px; padding: 10px; }
.column3 {
	float: left;
	width: 166px;
	padding: 5px;
}
.columnThird {
	float: left;
	width: 190px;
	padding: 5px;
}
.column4 {
	float: left;
	width: 400px;
	padding: 5px;
	}
.column320 {
	float: left;
	width: 320px;
	padding: 10px;
}
.pushDown {
	width: 600px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	.column1Right {float: left; width: 220px; padding: 10px; 
}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  	float: left;
  	width: 100px;
  	text-align: right;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
  }

div.row span.formw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	float: right;
	width: 70px;
	text-align: left;
  } 
div.row span.formwCol2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	float: right;
	width: 200px;
	text-align: left;
  } 
 
 div.row span.formwCol1Right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000033;
	float: right;
	width: 120px;
	text-align: left;
  } 
 div.row span.labelThird {
  	float: left;
  	width: 100px;
  	text-align: right;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000033;
  }

div.row span.formThird {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000033;
	float: right;
	width: 90px;
	text-align: left;
  } 
.columnHeader
{
	float: left;
	padding: 1px;
	color: #fff;
	border-right: 1px solid #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #06C;
	text-align: center;
	height: 15px;
	width: 190px;
}
.ulBull
{
list-style-type: none;
padding: 0;
margin-left: 0.5em;
}

.liBull
{
	background-image: url(images/Bullets/41.gif);
	background-repeat: no-repeat;
	background-position: 1 .4em;
	padding-left: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.liBullRight
{
	background-image: url(images/Bullets/41.gif);
	background-repeat: no-repeat;
	background-position: 310px;
	padding-left: 325px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.homeContent{
	width:550px;
	padding-left: 20px;
}
A:link {text-decoration: none; color: #000080; font-weight:bold}
A:visited {text-decoration: none; color: #000080; font-weight:bold}
A:active {text-decoration: none; color: #000080; font-weight:bold}
A:hover {text-decoration: underline; color: #000080; font-weight:bold}

