/* defaults, globals, and miscellaneous
==============================================================================*/
* 

{ 
  	/* removes defaults from all elements */
	margin: 0;
	padding: 0;
}


body {
	font-size: 70%; /* sets the stage for using ems */
	text-align: center;
	background: #fff url(Images/bg-body3.jpg) repeat-x;
	}


a {
	text-decoration: none;
}



/*
/* layout setup
==============================================================================*/
#container,
#tccnet,
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 768px;
	}
#container,
#wrapper {
	text-align: left;
	}
#obligatorySidebar {
	position: relative;
	float: right;
	margin: 0;
	width: 256px;
	background: url(/images/bg-news.jpg) no-repeat;
	}


/* site id and utility links
==============================================================================*/
h1 {
	position: relative;
	height: 100px;

}

h1 .facebook{

    position:absolute;
    top:1.2em;
    right:15em;
    font: 11px 'lucida grande',tahoma,sans-serif;

    color:white;
    font-weight:bold;
}

h1 .facebook a{
   display:inline;
   position:relative;
   top:0;
   width:16px;
   height:16px;
   text-indent:0;
   background:none;
   overflow: visible;
   border:0;


}

h1 .facebook a img{
    border:0;
}

h1 a {
	display: block;
	position: absolute;
	top: 10px;
	width: 630px;
	height: 86px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(Images/logo2.jpg);
}
/* top-level navigation
==============================================================================*/
#nav {
	height: 28px;

	list-style: none;
	}

#nav li {
	float: left;
	margin-right: 1px;
	height: 28px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}

#nav li a {
	display: block;
	line-height: 28px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}

#navHome {
	width: 76px;
	background:url(Images/nav-home.gif);
	
	}
#navAbout {
	width: 97px;
	background: url(Images/nav-about.gif);
}
#navProducts {
	width: 90px;
	background: url(Images/nav-products.gif);
}
#navStockists {
	width: 90px;
	background: url(Images/nav-stockists.gif);
}
#navLocation {
	width: 90px;
	background: url(Images/nav-location.gif);
}
#navContact {
	width: 90px;
	background: url(Images/nav-contact.gif);
}
#navLinks {
	width: 90px;
	background: url(Images/nav-links.gif);
}

#nav li a:hover {
	background-position: 50% -28px;
}
#nav li a.currentSection,
#nav li a.currentSection:hover {
	background-position: 50% -56px;
	}
/* greeting (welcome/perspective)
==============================================================================*/
#welcome
{
	width:630px;
	height:220px;

}

#welcomePic1
{
    background: url(Images/openingbanner.jpg);
    width:630px;
	height:220px;
	float:left;

}
#welcomePic3
{
	width:330px;
	height:220px;
	float:left;
	background: url(Images/counter.jpg);
}

#welcomePic2
{
   background: url(Images/kellys_butchers_DSC3023.JPG);
    width:630px;
	height:220px;
	float:left;

}
/*Home Content 
===============================================================*/
#content
{
	width:630px;
	padding-top:5px;
}

#contentCol1
{
	width:330px;
	height:176px;
	float:left;
}


#content h1
{
		
	height:24px;
	color:#ff9300;
	font-size:1.6em;
	border-bottom:1px solid lightgray;
    padding-top:0.6em;


}



#content p
{
	font: 1.2em 'lucida grande',tahoma,sans-serif;
	margin-bottom:10px;
	margin-top:6px;
	color:#555;
}

#contentCol2
{
	margin-left:360px;
	width:265px;
	height:176px;
}
#contentCol2 h2
{
	margin-top:12px;
	font: 1.4em 'lucida grande', tahoma, sans-serif;
	font-weight:bold;
	color: #2388ff;
}
#contentCol2 img
{
	padding:2px;
	float:right;
	border:1px solid #ccc;
	margin-left:7px;
	background:#fff;
    margin-top:5px;

}

#contentCol2 p
{
	color:#555;
	font-size:1.2em;
	margin: .5em 0 .5em 0;

}

#contentCol2 a
{
	color:#2388ff;
	font-weight:bold;
}

#contentCol1 ul {
		clear: left;
		margin: 10px 18px 10px 15px;
		padding: 15px;
		list-style: none;
		font: normal 1.2em 'lucida grande',tahoma,sans-serif;
		color: #555;
		background: #ffc;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		}
	#contentCol1 ul li {
		margin: 5px 0;
		}

#contentCol1  a {
		color: #2388ff;
		font-weight: bold;
		}
#contentCol1  a:hover {
		text-decoration: underline;
		color: #333;
		background: #ffc;
		}

/*
Footer
=============================================================================================*/
#footer
{
	background-color:#b83838;
	height:20px;
	border-bottom:3px solid black;

}
