@charset "utf-8";
/* CSS Document */

/* REMEMBER TO LOOK AT IE STYLE SHEET AND HTML CODE FOR IE 6 EDITS */

body {
	font : 80%/160% Tahoma, Verdana, Arial, sans-serif; 
	background: #f1fee1;
	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;
}

.clear { /* 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;
}


/* Miscellaneous classes for reuse */
.floatright { /* 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;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* right coloumn */
#rightsidebar {
	float: right; 
	width: 365px; /* since this element is floated, a width must be given */
	padding: 2em;
	text-align:right;
}
#rightsidebar h3, .home #rightsidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


/* navigation - menu */
#navcontainer{
	margin-top: -1em;
}
#navcontainer ul{
	padding-left: 0;
	margin-left: 0;
	background-color: #0e8e2a;
	color: White;
	float: left;
	width: 100%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:80%; 
}

#navcontainer ul {width:99.9%}

#licontainer{width:940px;}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
	padding: 0.2em 1em;
	background-color: #0e8e2a;
	color: #fdf186;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fdf186;
}

#navcontainer ul li a:hover{
	background-color: #fdf186;
	color: #0e8e2a;
	text-decoration:underline;
}


/* navigation - product menu */
#navcontainer2{
	text-align: left;
	padding-top:2px;
}
#navcontainer2 ul{
	margin-top: -0.9em;
	padding-left: 0;
	margin-left: 0;
	background-color: #fdf186;
	color: White;
	float: left;
	width: 100%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:85%; 
}

#navcontainer2 ul {width:99.9%}

#licontainer2{width:850px;}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a{
	padding: 0.2em 1em;
	background-color: #fdf186;
	color: #0e8e2a;
	text-decoration: underline;
	float: left;
	border-right: 1px solid #0e8e2a;
}

#navcontainer2 ul li a:hover{
	background-color: #0e8e2a;
	color: #fdf186;
	text-decoration:underline;
}

/* header - branding */
#header { 
	background: #e1febe; 
	padding: 0 10px 0 20px;  /* 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. */
	height:100px;
} 
#header a{ 
	width:297px;
	height:91px;
	display:block;
	cursor:pointer;
} 
#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; 
	padding-top: 29px;
	width:297px;
	height:91px;
	background:url(img/branding_logo.gif) no-repeat;
	text-indent:-9999px;
}
#header p {
	font-size:160%;
	text-align:right;
	position:relative;
	margin-top:-4em;
	margin-bottom:-1.5em;
}
.products #header p {
	font-size:160%;
	text-align:right;
	position:relative;
	margin-top:-4em;
	margin-bottom:-1.5em;
}
.extras #header p {
	font-size:160%;
	text-align:right;
	position:relative;
	margin-top:-4em;
	margin-bottom:-1.5em;
}

/* main content */
#mainContent {
  	margin: 0 0 0 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
	margin-left:2em;
}

.products #mainContent {
 	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */

} 

/* news box - home page */	
#latestNewsContainer{
	width: 270px;
	font-size:90%;
	border: 1px solid #007741;
	margin: 0 0 1em 0;
}
#latestNewsContainer a, #latestNewsContainer a:link, #latestNewsContainer a:visited{
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}
#latestNewsContainer a:hover, #latestNewsContainer a:active{
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
#latestNewsContainer p{
	margin:0;
	padding: 0 0.5em 0 0.5em;
}
#latestNewsContainer h2{
	color:#ffffff;
	font-size:120%;
	background-color:#007741;
	margin:0;
	padding:2px 5px;
}

#latestNewsContainer .newsArticle{
	border-bottom: 1px dashed #666666;	
	margin:0 auto;
	padding: 5px 0;
	width:98%;} 

#latestNewsContainer .newsTitle{
	font-weight:bold;
	color:#007741;}


/* products layout - 3 coloumns */
.products #leftsidebar {
	float: left; 
	width: 13em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.products #rightsidebar {
	float: right; 
	width: 510px; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.products #leftsidebar p, .products #rightsidebar p, .products #rightsidebar h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#beds #rightsidebar {
	float: right; 
	width: 160px; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

#accessories #leftsidebar {
	float: left; 
	width: 13em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-top:0em;
}
#accessories #rightsidebar {
	float: right; 
	width: 510px; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-top:0em;
}
#accessories #rightsidebar {
	float: right; 
	width: 160px; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}


.extras #leftsidebar {
	float: left; 
	width: 13em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.extras #rightsidebar {
	float: right; 
	width: 510px; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.extras #leftsidebar p, .extras #rightsidebar p, .extras #rightsidebar h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.extras #mainContent{float:left;width:350px}

.product_extras{
	background:url(img/extras_box_bg.jpg) no-repeat;
	width:138px;
	height:85px;
	text-align:center;
	font-size:120%;
	font-family: Times, "Times New Roman", serif;
}

.product_extras a{
	display:block;
	cursor:pointer;
	width:138px;
	height:85px;
}

.scroll_width{width:350px;padding-left:6em;}


/* news */
.news h2{
	margin:0;
	padding:0;
	font-size: 16px;
	color:#0e8e2a;}
	
.news #latestNews{
	padding:1em;
	background-color:#fdf6b7;
}

.news .newsArticle{border-bottom:1px dashed #ccc;}

/* shows */
.shows .eventdate{
	color: #000;
	padding:1em;
	border:1px dashed #000;
	border-right:none;
	}
.shows .eventdesc{
	color: #000;
	padding:1em;
	border:1px dashed #000;
	border-left:none;
	}
	
.blk_txt_large2{
	font-family: Times, "Times New Roman", serif;
	font-size: 20px;
	color: #000;
	padding:0;
	margin:0;
	}	

/* footer - bottom navigation / menu */
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e1febe;
	text-align:center;
	color:#008348;
} 
#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 */
}

#footer a {
	padding-left: 10px;
	padding-right: 10px;
}


/* link styles */
a{outline:none;}

a, a:link, a:active, a:visited{
	color: #008348;
	text-decoration:underline;
} 
a:hover{
	color: #a6620c;
	text-decoration:underline;
}

a.link2, a.link2:link, a.link2:active, a.link2:visited{
	color: #008348;
	text-decoration:none;
	font-weight:bold;
} 
a.link2:hover{
	color: #a6620c;
	text-decoration:underline;
}

a.link3, a.link3:link, a.link3:active, a.link3:visited{
	color: #a6620c;
	text-decoration:none;
	font-weight:bold;
} 
a.link3:hover{
	color: #008348;
	text-decoration:underline;
}

/* font styles */
h1, h2{	color: #a6620c; 
	font-family: Times, "Times New Roman", serif;
	font-weight:bolder;
	font-size:140%;
}
	
h3{	color: #a6620c; 
	font-family: Times, "Times New Roman", serif;
	font-weight:bolder;
	font-size:125%;
}

.coloured_txt{
	color: #a6620c; 
	font-family: Times, "Times New Roman", serif;
	font-weight:bolder;
	font-size:110%;

	}
.coloured_txt2{
	color: #a6620c; 
	font-family: Times, "Times New Roman", serif;

	}
.coloured_txt3{
	color: #0e8e2a; 
	font-family: Times, "Times New Roman", serif;
	font-weight:bolder;
	font-size:120%;

	}
.coloured_txt4{
	color: #fca302; 
	font-family: Times, "Times New Roman", serif;
	font-weight:bolder;
	font-size:180%;
	line-height:0.8em;
}
.coloured_txt5{
	color: #a6620c; 
	font-family: Times, "Times New Roman", serif;
	font-weight:bolder;
	font-size:150%;

	}
.coloured_txt6{
	color: #fca302; 
	font-family: Times, "Times New Roman", serif;
	font-weight:bolder;
	font-size:120%;
}
.lrg_txt{
	font-size:150%;
	font-weight:bold;
	color:#006600;
	padding:0;
margin:0;
}	
.sml_txt{font-size:86%;}