/* 

///////////////////////////////////////////////////////////////////////////////////////
//////                                                                           //////
//////  .__                                         __                           //////
//////  |  |__   ____   ____   ____ ___.__. _______/  |_  ___________   ____     //////
//////  |  |  \ /  _ \ /    \_/ __ <   |  |/  ___/\   __\/  _ \_  __ \_/ __ \    //////
//////  |   Y  (  <_> )   |  \  ___/\___  |\___ \  |  | (  <_> )  | \/\  ___/    //////
//////  |___|  /\____/|___|  /\___  > ____/____  > |__|  \____/|__|    \___  >   //////
//////       \/            \/     \/\/         \/                          \/    //////
//////                ___.         .___            .__                           //////
//////  __  _  __ ____\_ |__     __| _/____   _____|__| ____   ____              //////
//////  \ \/ \/ // __ \| __ \   / __ |/ __ \ /  ___/  |/ ___\ /    \             //////
//////   \     /\  ___/| \_\ \ / /_/ \  ___/ \___ \|  / /_/  >   |  \            //////
//////    \/\_/  \___  >___  / \____ |\___  >____  >__\___  /|___|  /            //////
//////               \/    \/       \/    \/     \/  /_____/      \/             //////
//////                                                                           //////
///////////////////////////////////////////////////////////////////////////////////////
///////////////                                                         ///////////////
///////////////            http://www.thehoneystore.co.uk               ///////////////
///////////////                                                         ///////////////
///////////////////////////////////////////////////////////////////////////////////////

*/ 


/* CSS Reset */
html, body, div, span,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
img, ins, kbd, q, s, samp,  
small, strike, strong,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    font-size: 100%;  
    vertical-align: baselinebaseline;  
    background: transparent;  
}  
body {  
    line-height: 1;  
}  
ol, ul {  
    list-style: none;  
}  
blockquote, q {  
    quotes: none;  
}  
blockquote:before, blockquote:after,  
q:before, q:after {  
    content: '';  
    content: none;  
}  
  
table {  
    border-collapse: collapse;  
    border-spacing: 0;  
} 

/* End of CSS Reset */

html {
	background-color: #444444;
}

body {
	background-image: url(../images/top-bar-2.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFDD;
}
#container {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
}
#container #top-bar {
	height: 80px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#container #top-bar #logo {
	float: left;
	height: 80px;
	width: 398px;
}
/*NAVIGATION*/
#container #top-bar #navbar {
	height: 75px;
	float: right;
	width: 560px;
}
#container #top-bar #navbar #menu {
	position:relative;
	z-index:500;

}
#container #top-bar #navbar #menu li {
	float:left;
	position:relative;
	border-top: solid 1px #444;
	border-left: solid 1px #666;
	border-right: solid 1px #444;
	border-bottom: solid 1px #666;
	background-image:url(../images/menu-bg.png);
}
#container #top-bar #navbar #menu a, #menu a:visited {
	display:block;
	text-decoration:none;
	-webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
	transition: All 0.5s ease;	
}
#container #top-bar #navbar #menu li:hover > a{
	background-color: #ACC601;
	
}
#container #top-bar #navbar #menu li ul {
	left:0; top:50px;
	display: none;
	}

#container #top-bar #navbar #menu li:hover > ul {
	display:block; 
	position:absolute; 
	top:0; left:160px;
	z-index:600;
	-webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
#container #top-bar #navbar #menu > li:hover > ul {
	left:0; top:72px;
}
#container #top-bar #navbar #menu li a {
	text-transform: uppercase;
	font-size:14px;
	line-height: 18px;
	width : 138px;
	padding-top: 20px;
	height: 52px;
	color: #fff;
	
	
}
#container #top-bar #navbar #menu ul li a {
	text-transform: none;
	height: 24px;
	width: 150px;
	font-size:12px;
	padding-top: 0;
	padding-left: 10px;
	line-height: 24px;
	display:block;
}
#container #top-bar #navbar #menu a.flyout {
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.top-level {
	text-align:center;
}

/*SLIDER*/



#container #window {
	height: 330px;
	overflow: hidden;
	background-image: url(../images/window-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container #window #slider {
	height: 300px;
	overflow: hidden;
}

#slider  .desc {
	position: relative;
	min-height: 50px;
	width: 400px;
	left: 0px;
	top: -100px;
	background-image: url(../images/overlay.png);
	padding-left: 20px;
	visibility: inherit;
}
 #slider h1 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 20px;
	line-height: 50px;
	color: #D35B0D;
	font-style: italic;
	font-weight: normal;
}
 #slider h2 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 18px;
	line-height: 30px;
	color: #aaa;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 30px;
}
 #slider p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 24px;
}


/*CONTENT*/

#container #content {
	clear: none;
	float: none;
	display: block;
	background-color: #FFFFF2;
	margin-top: 10px;
	border: 1px solid #FFFFD2;
}
#container #content .page {
	min-height: 400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #FFFFFF;
	border-left-color: #D8D8D8;
	
}
.col-1 {
	width: 420px;
	padding: 20px;
	float: left;
}

.col-2 {
	width: 600px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;

}
.col-3 {
	width: 280px;
	float: left;
	padding: 20px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 24px;
	font-style: normal;
	text-transform: uppercase;
	padding: 20px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 16px;
	color: #FFFFFF;
	text-shadow: 0 2px 2px #444;
	font-style: italic;
	line-height: 40px;
	margin-bottom: 20px;
	padding-left: 10px;
	background-image: url(../images/h2-bg.png);
	background-repeat: no-repeat;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-size: 16px;
	color: #D35B0D;
	font-style: italic;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content  h4 {
	color: #3E4600;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: italic;
}
#content h2  a {
	color: #FFFFFF;
	text-shadow: 0 2px 2px #444;
	text-decoration: none;
	display: block;
}

#content h5 {
	font-size: 14px;
	font-weight: bold;
}
#content  h6 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 5px;
}




#content p {
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content a {
	color: #663E00;
	font-weight: bold;
}

.date {
	font-family: Georgia, "Times New Roman", Times, serif, "Adobe Caslon Pro";
	font-weight: bold;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFE9D2;
	display: block;
	font-variant: small-caps;
	font-size: 14px;
}


#container #content #gallery {
	clear: both;
	float: none;
	display: block;
	height: 180px;
	background-image: url(../images/gallery-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFDD;
	padding-top: 10px;
}
#container #content table {
	margin-right: auto;
	margin-left: auto;
}
#container #content  td {
	padding: 5px;
	line-height: 20px;
}
#container #content .main-img {
	text-align: center;
}

#container #content .page  ul {
	font-style: italic;
	color: #025E80;
	font-size: 14px;
	margin-left: 40px;
}
#container #content .page  li {
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;	
}



.read {
	background-image: url(../images/read-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	text-align: center;
	height: 24px;
	width: 100px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.job {
	background-image: url(../images/inform-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	width: 150px;
	text-align: center;
	display: block;
}
.job:hover {
	background-position: bottom;
}


.read:hover {
	color: #990000;
	background-image: url(../images/read-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.informed {
	background-image: url(../images/inform-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	text-align: center;
	height: 24px;
	width: 150px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.informed:hover {
	color: #990000;
	background-image: url(../images/inform-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.img-border {
	border: 5px solid #999999;
}
.img-right {
	float: right;
}





.clearboth {
	clear: both;
	float: none;
	height: 10px;
}

/*FOOTER*/

#footer {
	background-color: #444444;
	color: #ffffff;
	clear: both;
	float: none;
	width: 100%;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footer #wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#footer #wrapper ul {
	list-style-type: none;
}
#footer #wrapper li {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #323232;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #2d2d2d;
}
#footer #wrapper  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ABC600;
	padding-bottom: 20px;
}
#footer #wrapper a {
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
}
#footer #wrapper a:hover {
	color: #ABC600;
}



.highlight-p {
	background-color: #FFD9B2;
	padding: 10px;
	border: 1px solid #101010;
}
#credit {
	font-size: 10px;
	line-height: 20px;
	background-color: #ABC600;
	text-align: center;
	height: 24px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
}
#credit a {
	color: #131313;
	text-decoration: none;
}
#credit a:hover {
	color: #FFFFFF;
}

.facebook {
	display: block;
	padding-top: 5px;
	padding-left: 45px;
	height: 30px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: left top;
}

