/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }


body {
	font-size: 72%;
	color: #000;	
}

a:link, a:visited {
	color:#000;
}
a:hover, a:active {
	color:#990000;	
}

p {	
	font-family: Verdana, Arial, Helvetica;
	margin-bottom: 1.2em;
}

h1 {
	
}

h2 {

}

.highlight {
	font-weight:bold;
}

.highlight2 {
	color:#990000;
}

.panel {
	margin: 0 0 25px 0;
}

/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#contentWrapper {
	float:left;
	background:url(sitegraphics/bgcontentwrapper.gif) 0 0 repeat-y;
}

#contentWrapperHome {
	float:left;
	width:770px;
}

/*--------------------BRANDING-------------------*/

#branding {
	height:136px;
	width: 770px;	
}

/*----------------------NAV-----------------------*/

#nav {
	background:url(sitegraphics/bgmainnav.gif) 0 0 no-repeat;	
	height:32px;
	width:770px;
}

#nav ul {
	list-style:none;
}

#nav li {	
	display:inline;
}

#nav a {	
	float:left;
	margin-top:4px;
	text-indent:-1984px;
	border-left: 2px solid #FFF;		
}

#nav-home a {
	height:20px;	
	background:url(sitegraphics/nav_home.gif) 0 0px no-repeat;		
	width:64px;
	border:none;
}

#nav-calendarofevents a {
	background:url(sitegraphics/nav_calendarofevents.gif) 0 0px no-repeat;	
	height:20px;
	width:86px;
}

#nav-latestnewsandevents a {
	background:url(sitegraphics/nav_latestnewsandevents.gif) 0 0px no-repeat;	
	height:20px;
	width:101px;
}

#nav-essentialdownloads a {
	background:url(sitegraphics/nav_essentialdownloads.gif) 0 0px no-repeat;	
	height:20px;
	width:155px;
}

#nav-aboutus a {
	background:url(sitegraphics/nav_aboutus.gif) 0 0px no-repeat;	
	height:20px;
	width:86px;
}

/*----------SEARCH FIELD----------*/

#nav-search a {
	background:url(sitegraphics/nav_search.gif) 0 0px no-repeat;	
	height:20px;
	width:69px;
}

.searchfield {
	margin-top: 4px;
	width: 78px;
	height: 16px;
}


/*--------SHOP CATEGORY NAV------*/

#navShop {
	float:right;
	margin: 15px 0 0 0;
	width:197px;
}

#navShop ul {
	margin: 10px 0 0 0;
}

#navShop li {
	margin: 0 0 5px 0;
}

#navShop li a {	
	display:block;
	text-indent:-1984px;
	height:38px;
	width:197px;
}

#navShop-theenglishseason { background:url(sitegraphics/navshop_theenglishseason.gif) 0 0 no-repeat; }

#navShop-tailormade { background:url(sitegraphics/navshop_tailormade.gif) 0 0 no-repeat; }

#navShop-ourroyalcollection { background:url(sitegraphics/navshop_ourroyalcollection.gif) 0 0 no-repeat; }

#navShop-sport { background:url(sitegraphics/navshop_sport.gif) 0 0 no-repeat; }

#navShop-tailormadeincentives { background:url(sitegraphics/navshop_tailormadeincentives.gif) 0 0 no-repeat; }

#navShop-dinners { background:url(sitegraphics/navshop_dinners.gif) 0 0 no-repeat; }

#navShop-theatre { background:url(sitegraphics/navshop_theatre.gif) 0 0 no-repeat; }

#navShop-weekends { background:url(sitegraphics/navshop_weekends.gif) 0 0 no-repeat; }

#navShop-concerts { background:url(sitegraphics/navshop_concerts.gif) 0 0 no-repeat; }

/*-------------------CONTENT----------------------*/

#contentMain {
	background:url(sitegraphics/bgcontent.gif) top left no-repeat;
	float:left;
	width:730px;
	padding: 20px 20px 20px 20px;
}

#contentMainHome {	
	float:left;
	width:730px;	
}

#homeText {
	float:right;
	margin:15px 0 0 0;
	width:210px;
}

#homeText p {
	line-height: 1.5em;
	font-size: 120%;
	font-family:Arial, Helvetica, sans-serif;
}

/*-------------------FOOTER-----------------------*/

#footer {
	clear:both;
}

