@charset "utf-8";
/**
* CSS reset file By R.Telford - Carrotmedia Ltd.
* Date: 22-Apr-2008
*/ 

/* This allows 'em' to be used for font-size: 1.2em = 12px and 12pt */

html,
body
{
	height: 100%;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
	background-color: #DC1837;
}

body
{
	font-size: 62.5%;
}

/**
* Following lines borrowed and modified from Eric Meyer: meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table 
{ 
	border-collapse: separate; 
	border-spacing: 0px; 
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}

strong
{
	font-weight: bold;
}

.clear
{
	display: block;
	clear: both;
	height: 1px;
}

.form-row
{
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: auto;
}

.form-label
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

.form-field
{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.form-field-label
{
	font-size: 0.9em;
}

.form-field-column
{
	display: block;
	float: left;
	width: 49%;
}

.form-errors
{
	color: red;
	list-style: none;
}

.show
{
	display: inline;
}

div.show
{
	display: block;
}

.hide
{
	display: none;
}

.centered
{
	text-align: center;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

img 
{
border: none;
}

/* END OF MINOR STYLING */


#wrapper 
{
	width: 960px;
	height: auto;
	margin: auto;
}

#header 
{
	width: 960px;
	height: 194px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom: 5px;
}

#navigation-container
{
margin-left: 16px;
margin-top: 20px;
width: 926px;
float: left;
height: 36px;
background-image: url(images/nav_bg.png);
background-repeat: no-repeat;
}

#navigation 
{
	width: 900px;
	margin: auto;
	margin-top: 2px;
	height: 30px;
}

#navigation ul
{
	margin: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding: 10px;
}

#navigation ul li 
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 4px;
}

#navigation ul li a 
{
	color: #fff;
	text-decoration: none;
	padding: 5px 4px;
	margin: 0px;
}	

#navigation ul li a:hover 
{
	color: #fff;
	text-decoration: none;
	background-color: #c6c7c8;
	padding: 10px 4px 7px 4px;
	margin: 0px;
}	

#navigation ul li a.selected 
{
	color: #fff;
	text-decoration: none;
	background-color: #c6c7c8;
	padding: 10px 4px 7px 4px;
	margin: 0px;
}

#home-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 629px;
	background-image: url(images/home_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#home-adverts
{
	width: auto;
	height: 164px;
	float: left;
	margin-top: 390px;
	margin-left: 40px;
}

#home-adverts img
{
	margin-right: 10px;
}


/** ABOUT US NAVIGATION - IT'S A DIFFERENT COLOUR **/

#aboutus-navigation-container
{
margin-left: 16px;
margin-top: 20px;
width: 926px;
float: left;
height: 36px;
background-image: url(images/aboutusnav_bg.png);
background-repeat: no-repeat;
}

/** END OF ABOUT US PAGE NAVIGATION STYLING **/

/** START OF ABOUT US PAGE STYLING **/

#aboutus-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 628px;
	background-image: url(images/aboutus_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#aboutus-bg h1 
{
	font-family: Helvetica, "Arial Bold", sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #d2232a;
	padding: 70px 40px 0px 40px;
}

#aboutus-bg p 
{
	font-family: Helvetica, "Arial Bold", sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 15px 40px;
}

#aboutus-bg p a
{
	font-family: Helvetica, "Arial Bold", sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	padding: 0px 0px;
}

#aboutus-adverts
{
	width: auto;
	height: 233px;
	float: left;
	margin-left: 30px;
}

#aboutus-adverts img
{
	margin-right: 10px;
}

/** CAMPING STYLE **/

#camping-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 628px;
	background-image: url(images/camping_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/** CLOTHING STYLE **/

#clothing-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 628px;
	background-image: url(images/clothing_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/** ELECTRICAL STYLE **/

#electrical-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 629px;
	background-image: url(images/electrical_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/** GIFTS STYLE **/

#gifts-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 629px;
	background-image: url(images/gifts_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/** HOUSEWARES STYLE **/

#housewares-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 629px;
	background-image: url(images/houseware_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/** FURNITURE STYLE **/

#furniture-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 629px;
	background-image: url(images/indoor_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/** FURNITURE STYLE **/

#nursery-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 629px;
	background-image: url(images/nursery_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/** OUTDOOR LIVING STYLE **/

#outdoor-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 629px;
	background-image: url(images/outdoor_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/** TEXTILES STYLE **/

#textiles-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 629px;
	background-image: url(images/textiles_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

/** TOYS STYLE **/

#toys-bg 
{
	margin: 0;
	padding: 0;
	width: 960px;
	height: 629px;
	background-image: url(images/toys_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#footer 
{
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 263px;
	position: relative;
}

#footer h1
{
	text-align: center;
	font-family: Helvetica, "Arial Bold", sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #cb1632;
	padding: 20px 40px;
}

#footer p
{
	text-align: center;
	font-family: Helvetica, "Arial Bold", sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	padding: 0px 40px;
}



.homelink a
{
width: 100px;
height: 20px;
float: right;
margin-right: 40px;
margin-top: 110px;
display:block;
}

#mapLarge {
	width: 500px;
	height: 500px;
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	z-index: 1500;
	float: left;
	position:absolute;
	left: auto;
	top: 104px;
	visibility: hidden;
	}
	
.smallText {
	font-size: 10px !important;
	}	
	
#byoi {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 10px;
	right: 30px;
	}
	
#byoi a {
	color: #ccc;
	text-decoration: none;
	}
	
#byoi a:hover {
	color: #99CC00;
	}			

