@charset "utf-8";
/* CSS Document */

<!--
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #f6f6f6;
  color: #2e2d2c;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
 background-image:url(new/images/background.jpg);
  background-repeat:no-repeat;
  background-position:-20px 130px;
}

table{
	color:#ad9280;
	font-weight:normal;
font-size:11px;
border-collapse:collapse;

}

th{color:#C42032;
padding-top:20px;
}

td {margin:0px; padding:6px;}
p{
padding:0;
margin:0;
color:#ad9280;
font-weight:normal;
font-size:11px;
margin-top:10px;
text-align:justify;
}

.left{text-align:left;}
h1{
padding:0;
margin:0;
color:#C42032;
font-weight:normal;
font-size:14px;
font-weight:bold;
}
h2{
padding:0;
margin:0;
color:#0684aa;
font-weight:normal;
font-size:12px;
padding-top:10px;
}

.redwhite{
	font-size:16px;
	color:#ffffff;
	padding:5px 20px 10px 20px;
}
	
h3{
padding:0;
margin:0;
color:#C42032;
font-weight:normal;
font-size:12px;
margin-bottom:0px;
margin-top:15px;
}
h4{
padding:0;
margin:0;
color:#0684aa;
font-weight:normal;
font-size:12px;
}
h5{
padding:0;
margin:0;
color:#333333;
font-weight:bold;
font-size:12px;
padding-top:10px;
}

/******* link styles *******/
a:link {
color:#0684aa;
text-decoration: none;
padding:0px;
margin:0px;
}
a:visited{
color:#0684aa;
text-decoration: none;
padding:0px;
margin:0px;
}

a:hover{
color: #C42032;
text-decoration: none;
padding:0px;
margin:0px;
}	

.red1{
padding:0px;
margin:0px;
color:#c72032;
font-size:9pt;
padding-top:15px;
font-weight:bold;
text-align:center;
}

.blue{
padding:0px;
margin:0px;
color:#0684aa;
font-size:8pt;
padding-bottom:30px;
text-align:center;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #ffffff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 900px;
}
#outerWrapper #header {
	margin: 0px;
	padding: 0px;
  background-color: #ffffff;
  width:900px;
  height:170px;

  background-image:url(../images/rightshadow.jpg);
background-repeat:repeat-y;
background-position:right;
}


#outerWrapper #topNavigation {
	margin: 0px;
	padding: 0px;
	width:900px;
	height:20px;
	background-color: #f6f6f6;

  padding: 10px 0px 5px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/******* topnav styles *******/


#topNavigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#topNavigation li{
	display: inline;
	font-size:11px;
	padding-left:5px;
	padding-right:10px;
}

#topNavigation a:link {
color:#A09F9D;
text-decoration: none;
font-weight:normal;
}
#topNavigation a:visited{
color:#A09F9D;
text-decoration: none;
font-weight:normal;
}

#topNavigation ul {
color:#A09F9D;
}

#topNavigation a:hover{
color: #BE2F37;
text-decoration: none;
font-weight:normal;
}	


#outerWrapper #contentWrapper {
	background-color:#ffffff;
	background-image:url(../images/rightshadow.jpg);
  background-repeat:repeat-y;
  background-position:right;
    overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #ffffff;
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 200px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 20px 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #ffffff;
  position:relative;
  
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #contentfull {
  margin: 0 50px 0 30px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #ffffff;
  position:relative;
  
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #contentwide {
  margin: 0 0px 0 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #ffffff;
  position:relative;
  
}



#outerWrapper #footer {
  background-color: #f6f6f6;
 width:900px;
height:50px;
padding:0px;
margin:0px;
}

/* footer styles */


#footer p {
	margin: 0; 
	padding: 0px 0; 
}
#footer ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#footer li{
	display: inline;
	color:#AD9E86;
	font-size:10px;
	}
/* footer links */
#footer a:link {
color:#AD9E86;
text-decoration: underline;
}
#footer a:visited{
color:#AD9E86;
text-decoration: none;
}

#footer a:hover{
color: #009999;
text-decoration: none;
}	
/*updated, copyright and design footer*/
	
#copyright{
	font-size:10px;
	text-align:center;
	}	

/******* float classes *******/	
.fl{
margin:0;
padding:0;
float:left;}

.fr{
margin:0;
padding:0;
float:right;}

.frdiv{
margin:0;
padding:0;
text-align:center;

}

/******* This is the map div boxes *******/
.mapbox{
	padding:0px;
	float:left;
	background-color:#ffffff;
	height:300px;
	width:302px;
	margin:20px 5px 20px 5px;
	}
	
.mapbox p{
padding:0px;
margin:0px;}

#map{
width:270px;
height:240px;
background-color:#ffffff;

}


#rcol{
width:250px;
float:right;
background-color:#ffffff;
}

#flash{
margin:0;
padding:0;
width:281px;
height:351px;
background-color:#ffffff;
}

#noflash{
margin:0;
padding:0;
background:url(new/images/noflashhome.jpg) no-repeat;
width:281px;
height:351px;

}

#red{
float:right;
padding:0px;
margin:0px -10px 0px 0px;
background-color:#c72032;
width:368px;
height:351px;
}

.grey{
position:absolute;
top:20px;
right:0px;
padding:20px;
margin:0px;
background-color:#F4F4F4;
width:270px;
}

.contacts{
position:relative;
top:20px;
left:0px;
height:700px;
width:300px;
}

.white{
padding:0px;
margin:0px;
color:#ffffff;
font-size:9pt;
padding:2px 10px 5px 10px;
}

.white a:link{
color:#00FFFF;
}

.white a:visited{
color:#00FFFF;
}

.white a:hover{
color:#CCFFFF;
}

/******* list styles *******/
ul.redlist{
	margin:0;
	padding:0;
	padding-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
	color:#ffffff;
	margin-bottom:10px;
	}
ul.redlist li{
	font-size:9pt;
	padding-bottom:6px;
	}
.catalogue{
padding:0px;
margin:0px;
background-color:#ffffff;
width:170px;
float:left;
margin: 50px 30px 20px 0px;
text-align:center;
}



.catalogue p{
	text-align:center;
}



/******* basenav styles *******/
#basenav{
	margin: 50px 50px 0px 0px;
	padding: 0px;
	width:350px;
	float:right;
	text-align:right;
	
	}	

#basenav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}

#basenav li{
	display: inline;
	color:#ad9280;
	font-size:10px;
	padding-left:10px;
}


#basenav a:link {
color:#ad9280;
text-decoration: none;
}
#basenav a:visited{
color:#ad9280;
text-decoration: none;
}

#basenav a:hover{
color: #C42032;
text-decoration: none;
}
/******* div to hold the print and email options at base of page *******/	
#tools{
	margin: 0px;
	padding: 20px 0px 20px 0px;
	background-color:#ffffff;
	}	
			
#tools ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align:right;
	
}

#tools li{
	display: inline;
	color:#ad9280;
	font-size:10px;
	}

.line{
display:inline;
}

/******* list styles *******/
ul.list{
	margin:0;
	padding:0;
	padding-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	list-style-position:outside;
	list-style-type:disc;
	color:#ad9280;
	margin-bottom:10px;
	margin-top:10px;
	}
ul.list li{
	font-size:12px;

}

/******* list styles *******/
ul.redlist{
	margin:0;
	padding:0;
	padding-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
	color:#ffffff;
	margin-bottom:10px;
	}
ul.redlist li{
	font-size:9pt;
	padding-bottom:2px;
	}


.leftpop{
	
	padding:0px;
	margin:0px;
	text-align:left;
	width:150px;
}

#breadcrumbs{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}


.catalogue{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #EEEEE6;
float:left;
height:250px;
margin:0 7px 6px 0;
overflow:hidden;
width:150px;
}

#category {
    width: 795px;
    height: 260px;
    padding-top: 10px;
    padding-left: 5px;
    margin-left: 30px;
    margin-top: 30px;
}


.catbox{
background:none repeat scroll 0 0 #FFFFFF;
float:left;
margin:0px 0px 0px 20px;
width:160px;

}

.tvbox{
background:none repeat scroll 0 0 #FFFFFF;
float:left;

margin:0px 10px 6px 0;

width:250px;
}

.tvboxhome{

float:left;
margin:0px 10px 6px 55px;
width:250px;
}

/* gallery CSS */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#gallery {padding:0; margin:0; width:800px;  height:300px; position:relative; left:8px; background-color:#ffffff;}

#gallery ul {list-style:none; padding:0; margin:0; width:330px; float:right; height:300px;}
#gallery ul li {cursor:pointer; display:inline; width:100px; height:69px; float:left; margin:0 10px 6px 0; }
#gallery ul li img {display:none;}
#gallery ul li img.thumb {display:block; width:100px; height:69px; border:0; cursor:pointer;}

#gallery ul li span {cursor:default; padding:0; margin:0; display:none; position:absolute; left:0px; top:290px; width:450px;}

#gallery ul li.default {cursor:default; width:0; height:0; border:0;}
#gallery ul li.default img {padding:0; margin:0; position:absolute; left:0px; top:0px; width:350px; height:243px;}

#gallery ul li.off {display:none;}

#gallery ul li.click img {cursor:default; padding:0; margin:0; display:block; position:absolute; left:0px; top:0px; width:auto; height:autopx; }

#gallery ul li.click img.thumb {display:none;}


#gallery ul li.default span,
#gallery ul li.click span {display:block;}

/* end gallery CSS */


.imbed{
	
	width:800px;
	margin:0px auto 0px auto;
}
-->
</style>
<!--[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 220px;
}
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper, #outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]-->


