body  {
	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: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	background-color: #FFF;
}
img {border:none}

a {
	color: #333;
	text-decoration: none;
}

a img {
	border: none;
}

a:link {
	color: #5E8FCB;
	text-decoration: none;
}

a:visited {
	color: #5E8FCB;
	text-decoration: none;
}

a:hover {
	color: #0C4187;
	text-decoration: none;
}
a:active {
	color: #5E8FCB;
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
	
}

li {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	list-style-type: none;
	
	
}
ul.post-meta {
	list-style: none;
	
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}
.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
.feedback {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	margin-top: 0px;
	color: #000;
}
h2 {
	font-size: 16px;
	margin-top: 0px;
}
h3 {
	border-bottom: 1px dotted #eee;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 18px;
	color: #000;
}
h5 {
	margin-top: 0px;
	font-size: 14px;
	color: #073C82;
	margin-bottom: 5px;
	line-height: 1.1;
}
h6 {
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.1;
}
.grey {
	color: #666;
}
.smallprint {
	font-size: 9px;
	color: #999;
}
li.body {
	font-size: 14px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 30px;
	margin-bottom: 5px;
}
p.news {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin-top: 0px;
	line-height: 0.5em;
}
.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
	color: #000;
}
.dark-blue {
	color: #003479;
}
.light-blue {
	color: #5E8FCB;
}
.header-tagline-text {
	color: #003479;
	font-weight: bold;
	padding-top: 68px;
	font-size: 14px;
	float: right;
}
.twoColFixLtHdr #container {
	width: 936px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding-top: 10px;
	width: 936px;
	text-align: left;
}
#headercontainer {
	width: 936px;
	margin: 0 auto;
}
.topheader {
	height: 100px;
	background-repeat: no-repeat;
	background-position: 750px;
	background-color: #FFF;
}
.flash-header {
	height: 300px;
}
.topnavbar {
	height: 40px;
	background-image: url(/blog/shared-images/nav-button-gradient.gif);
	padding-left: 20px;
}
.subnavbar {
	height: 30px;
	background-image: url(/blog/shared-images/button-30px-grey-gradient-background.gif);
	padding-left: 20px;
}
.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;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 20px 0px 0px 0px;
}
.sidebar-panel{
	width: 180px;
	margin-bottom: 10px;
}
.sidebar-panel-centre-content{
	width: 180px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 716px;
}
#blogContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 706px;
}
.gallery-box {
	float: right;
	margin: 0px 0px 20px 30px;
	background-color: #FFF;
	clear: right;
	text-align: right;
}
.gallery-box-map {
	float: right;
	margin: 0px 0px 20px 30px;
	background-color: #FFF;
	clear: right;
	text-align: right;
	width: 400px;
}
.gallery-box-300 {
	float: right;
	margin: 0px 0px 20px 30px;
	background-color: #FFF;
	clear: right;
	text-align: right;
	width: 300px;
}
#gallery-300-sub-container {
	width: 300px;
}
#gallery-140-thumb-container-20-padding-left {
	width: 140px;
	float: right;
	text-align: right;
	padding-left: 20px;

}
#gallery-140-thumb-container {
	width: 140px;
	float: right;
	text-align: right;

}
.20px-spacer {
	width: 20px;
	float: left;

}
.brands-logo {
	margin-bottom: 20px;
	margin-top: 10px;
}

.galley-image-caption {
	text-align: center;
	font-size: 12px;
	color: #5E8FCB;
	padding-top: 10px;
	line-height: 1.3;
}
.galley-mini-caption {
	text-align: center;
	font-size: 10px;
	color: #5E8FCB;
}
.twoColFixLtHdr #footer {

}
.footer-container {
	width: 936px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	text-align: center;
	font-size: 10px;
	color: #999;
}
.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;
}
.clearfloat-rt {
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
 
/*Nav Bar Buttons*/ 


#bu-home
{
	display: block;
	height: 40px;
	background: url(/blog/shared-images/nav-button-gradient.gif) no-repeat 0 0;
	text-decoration: none;
	float: left;
	color: #FFF;
	background-repeat: repeat-x;
}

#bu-home:hover
{
	background-position: 0 -40px;
	color: #FFF;
	background-repeat: repeat-x;
}

#bu-home span
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;

}


#bu-sub
{
	display: block;
	height: 30px;
	background: url(/blog/shared-images/button-30px-grey-gradient-background.gif) no-repeat 0 0;
	text-decoration: none;
	float: left;
	color: #04387E;
	background-repeat: repeat-x;
}

#bu-sub:hover
{
	background-position: 0 -30px;
	color: #4C7EBC;
	background-repeat: repeat-x;
}

#bu-sub span
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;

}




#navbutton-text-box {
	padding: 10px 10px 0px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	float: left;
}
#subnavbutton-text-box {
	padding: 5px 10px 0px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	float: left;
}
#navbutton-divider {
	height: 40px;
	width: 2px;
	float: left;
	background-image: url(/blog/shared-images/nav-button-divider.gif);
}

a.navtext:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

a.navtext:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a.navtext:hover {
	text-decoration: none;
	color: #FFF;
}
a.navtext:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

a.subnavtext:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a.subnavtext:hover {
	text-decoration: none;
	color: #FFF;
}
a.subnavtext:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}



a.smallwhite:link {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
}

a.smallwhite:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
}
a.smallwhite:hover {
	text-decoration: none;
	color: #CEE0F2;
	font-weight: normal;
	font-size: 12px;
}
a.smallwhite:active {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
}



#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}
.feedback {
	color: #ccc;
	text-align: right;
	clear: right;
}
.panel-container{
	width: 180px;
	text-align: left;
	margin-bottom: 5px;
}
.panel-title{
	background-color: #0064A3;
	padding: 5px 10px 5px 20px;
	color: #FFF;
	font-weight: bold;
	background-image: url(/blog/shared-images/panel-title-gradient.gif);
	background-repeat: repeat-x;
}
.panel-title-red{
	background-color: #960006;
	padding: 5px 10px 5px 20px;
	color: #FFF;
	font-weight: bold;
	background-image: url(/blog/shared-images/panel-title-gradient-red.gif);
	background-repeat: repeat-x;
}
.horizontal-rule {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-bottom: 5px;
}
.newsfeed-container {
	background-color: #FFF;
	padding: 10px 20px 5px 20px;
	background-image: url(/blog/shared-images/lightgrey-panel-gradient.gif);
	background-repeat: repeat-x;
}
.foxclub-container {
	background-color: #FFF;
	padding: 10px 20px 5px 20px;
	background-image: url(/blog/shared-images/lightblue-panel-gradient.gif);
	background-repeat: repeat-x;
}
.specials-container {
	background-color: #FFF;
	padding: 5px 20px 5px 20px;
	background-image: url(/blog/shared-images/lightgrey-panel-gradient.gif);
	background-repeat: repeat-x;
}
.formtitle{

}
.formbox{
}
.shop-online-box{
	width: 300px;
	height: 200px;
}
.extra-content-box{
	background-image: url(/blog/shared-images/lightgrey-panel-gradient.gif);
	margin-top: 30px;
	background-repeat: repeat-x;
	clear: right;
}
.extra-content-header {
	background-image: url(/blog/shared-images/button-30px-grey-gradient-background.gif);
	height: 26px;
	background-color: #C7C7C7;
	padding: 5px 10px 0px 20px;
	color: #04387E;
	font-weight: bold;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	text-align: left;
}
.extra-content-sub-box {
	padding: 20px 0px 10px 20px;
}
.extra-content-image-box {
	padding-right: 21px;
	float: left;
	height: 130px;
}
.extra-content-image-box-portrait {
	padding-right: 21px;
	float: left;
	height: 255px;
}
.extra-content-image-box-no-ht {
	padding-right: 21px;
	float: left;
}
.extra-content-enquiry-box {
	width: 260px;
	text-align: left;

}
.form-title {
}
.form-field {
}
