html{
	margin: 0px;
	font-size: 100%;
	}
body {
	background-image:url(../img/body_bg.jpg);
	background-position:center top;
	background-repeat:repeat;
	margin: 0px;
}
#wrap {
	font-family: Arial, Helvetica, sans-serif;

}
#layout_head_wrap {
	background-image:url(../img/logo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#layout_head {
	height:330px;
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top_body_wrap {
	background-image: url(../img/top_wrap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
}


#body_wrap {
	background-position:center top;
	background-repeat:repeat-y;
	margin:0 auto;
	background-image: url(../img/body_wrap_bg.gif);
}
#body {
	background-image:url(../img/footer_wrap.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0 auto;
	min-height:500px;
	position:relative;
	width:960px;
}
#body_content {
	font-size: .9em;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 30px;
	padding-left: 16px;
}

.clear {clear: both; margin: 0px}
/* ---------------------------------------------------- */
/* HEADING H1,H2,H3,H3,H4,H5,H6
/* ---------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D2E32;
}

h1 {
	font-size:1.25em
}  

h2 {
	font-size:1em;
	margin-right: 20px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../img/h2.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding-left: 5px;
}  
h3 {
	font-size:.75em;
	margin-top: 0px;
	padding-top: 0px;
} 
 
h4 {font-size:.5em}

/* ---------------------------------------------------- */
/* GENERAL SETTINGS
/* ---------------------------------------------------- */

a img {border: none;
}

div.clear {
	clear: both;
	height: 10px;
}

p {
	margin-top: 0px;
	line-height: 1.4em;
	font-size: 1em;
	margin-right: 5px;
	margin-left: 5px;
}

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

a:hover {
	text-decoration: underline;
	color: #5B4F40;
}

ol {list-style: decimal; line-height: 15px;
}

strong, em {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

strong {font-weight: bold;
}

em {font-style: italic;
}
/* ---------------------------------------------------- */
/* WEBSITE CONTENT STARTS HERE
/* ---------------------------------------------------- */
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-image: url(../img/content_bg.jpg);
	background-repeat: repeat-y;
}
#top {
	background-image: url(../img/newfcastle_top.jpg);
	height: 39px;
}

/* ---------------------------------------------------- */
/* HEADER
/* ---------------------------------------------------- */

#header {
	height: 210px;
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 194px;
	width: 291px;
	padding-left: 30px;
	padding-top: 15px;
}


#page {
	font-size: 80%;
	color: #EDEBE4;
	clear: both;
	background-image: url(../img/innisman_3.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#pagebase {
	background-image: url(../img/taerlin_cont_base.jpg);
	background-repeat: no-repeat;
	height: 15px;
}


#content {
	font-size: 1.2em;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
   }

/* ---------------------------------------------------- */
/* BREADCRUMB
/* ---------------------------------------------------- */
#breadcrumb {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
	font-size: 10px;
	color: #3E3F4F;
}

.breadcrumb a {
	color: #3E3F4F;
}

/* ---------------------------------------------------- */
/* MAIN COL
/* ---------------------------------------------------- */

#content h2 {
}
#maincol {
	line-height: normal;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}

/* ---------------------------------------------------- */
/* LEFT COL
/* ---------------------------------------------------- */
   
#leftcol {
	float: left;
	width: 220px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 2px;
   }
#leftcol1 {
	float: left;
	width: 250px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
	clear: both;
}

  #leftcol h3 {
	text-align: left;
   } 

/* ---------------------------------------------------- */
/* RIGHT COL
/* ---------------------------------------------------- */

#rightcol {
	float: right;
	line-height: normal;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #124258;
	margin-top: 0px;
	margin-bottom: 2px;
	width: 640px;
	clear: left;
   }
#rightcol  p {
	padding-right: 10px;
	padding-left: 10px;
}

/* ---------------------------------------------------- */
/* RETURN TO TOP LINK
/* ---------------------------------------------------- */

#up {
	color: #000000;
	margin-left: 20px;
	text-align: right;
	margin-right: 20px;
	clear: both;
}

#up a {
	color: #BA8D4C;
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
}
#up a:hover {
	color: #342923;
	text-decoration: underline;
}


/* ---------------------------------------------------- */
/* FOOTER
/* ---------------------------------------------------- */
#footer_wrap {
	background-image:url(/img/footer_back.jpg);
	font-size:12px;
	height:206px;
	margin:10px auto 25px;
	position:relative;
	width:960px;
	right: 1px;
} 

#footer {
	color: #FFFFFF;
	height: 60px;
	background-image: url(../img/footer_bg.jpg);
	margin-top: 10px;
	background-position: 0px bottom;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
}

/* ---------------------------------------------------- */
/* MAIN MENU NAVIGATION
/* ---------------------------------------------------- */

#top-nav{
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
.navleft  {
	background-image: url(../img/top_nav_left.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 9px;
	float: left;
	background-position: -1px 0px;
}
.navright  {
	background-image: url(../img/top_nav_right.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 52px;
	width: 9px;
	background-position: .5px 0px;
}
.table  {
display:table; 
margin:0 auto;
}
#nav_wrap {
	background-image: url(../img/nav_wrap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#top-nav-inner{
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 40px;
}

#nav, #nav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: 1;
	z-index: 99;
}

#nav a {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #29282D;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 10px;
	padding-right: 1em;
	padding-bottom: 15px;
	padding-left: 0.7em;
}

#nav a:hover{
	text-decoration: underline;
	color: #B3AC9A;
}

#nav li {
	float: left;
	margin: 0 0.5em;
	text-align: left;
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a{
	width: 14em;
	text-align: left;
	line-height: .7em;
	font-weight: normal;
	font-size: 12px;
	background-color: #9F9383;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	padding-right: 1em;
	padding-bottom: 8px;
	padding-left: 1em;
}

#nav li ul li a:hover{
	color: #272B2E;
	background-color: #B5B29F;
}

/* ---------------------------------------------------- */
/* SECOND LEVEL NAVIGATION
/* ---------------------------------------------------- */

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}


/* ---------------------------------------------------- */
/* FOOTER MENU
/* ---------------------------------------------------- */
#footer_wrap {
	font-size:12px;
	height:100px;
	position:relative;
	width:960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: right;
}
.footermenu {
	display: inline;
	list-style-type: none;
	position: relative;
	top: 22px;
	font-size: 12px;
	float: right;
	margin-right: 10px;
}
.footermenu  li {
	list-style-type: none;
	display: inline;
	padding-left: 0px;
	text-align: left;
	margin-left: 0px;
	margin-right: 3px;
}

.footermenu ul {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 0px;
	text-align: left;
	margin-left: 0px;
}
#footer ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	position: relative;
	width: 600px;
	padding-top: 30px;
	margin-right: 0px;
	padding-right: 0px;

}
.counter {
	display: inline;
	list-style-type: none;
	position: relative;
	top: 22px;
	float: left;
	color: #000000;
	padding-left: 10px;
}

/* ---------------------------------------------------- */
/* NEWS ITEMS
/* ---------------------------------------------------- */

.newsitem {
	color:#C3E167;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
	padding-bottom:10px;
	width:220px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #124258;
	font-size: 10px;
}


.newsitem a {
	padding-left: 10px;
	font-size: 11px;
	color: #C3E167;
}

/* ---------------------------------------------------- */
/* RSS FEEDS
/* ---------------------------------------------------- */
.rssfeeds {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

/* ---------------------------------------------------- */
/* CALENDAR DATE
/* ---------------------------------------------------- */
.entrydate .dateMonth
{
	font-size:10px;
	text-align:center;
	color:#EAE9E4;
	margin:0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.entrydate .dateDay
{
  font-family:Times New Roman,Helvetica,Sans-Serif;
  font-size:21px;
  font-weight:700;
  text-align:center;
  color:#888;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateYear
{
  font-size:9px;
  padding:0 0 0 1pt;
}

.entrydate
{
	background:transparent url(../img/date.gif) repeat scroll 0 0;
	float:right;
	height:53px;
	margin-left:5px;
	margin-top:8px;
	width:49px;
}
.newsdate {
	background-image: url(../img/date-time-settings-32x32.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 0px;
	height: 24px;
}
/* ---------------------------------------------------- */
/* CONTACT SUCCESS & ERROR
/* ---------------------------------------------------- */

p.success {
	border:1px dotted #B6B098;
	color:#474432;
	font-weight:bold;
	padding:0.5em;
	background-color: #C8C4B0;
}

p.info {
	background:#E5E5FF;
	border:1px dotted #36F;
	color:#36F;
	font-weight:bold;
	padding:0.5em;
}

p.error {
	background:#FFE5E5;
	border:1px dotted #F33;
	color:#F33;
	font-weight:bold;
	padding:0.5em;
}

/* ---------------------------------------------------- */
/* IMAGE GALLERY IMAGES
/* ---------------------------------------------------- */

#thumbnails img {
	margin-right: 5px;
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #DDDACD;
	margin-bottom: 20px;
}
#mainimg {
	padding: 5px;
	border: thin double #DDDACD;
	margin-bottom: 20px;
}
#thumbnails {
	margin-top: 20px;
}
.dogsheading {
	text-align: center;
}
.dogsheading h1 {
	text-align: center;
}
div.galleryImg {
	float:left;
	height:100px;
	margin:5px;
	text-align:center;
	width:100px;
	padding: 3px;
	border: 1px solid #DDDACD;
}

/* ---------------------------------------------------- */
/* CONTACT FORM
/* ---------------------------------------------------- */

label
{
	width: 5em;
	float: left;
	text-align: left;
	margin-right: .8em;
	display: block
}
#message {
	height: 100px;
}



input,textarea
{
	color: #001725;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 250px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contactSubmit {
	width: 70px;
	color: #FFFFFF;
	background-color: #B1AA9A;
	border: 1px solid #FFFFFF;
	margin-left: 85px;
	line-height: 14px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

fieldset
{
	width: 22em;
	padding: 14px;
}


legend
{
	color: #000000;
	border: 1px solid #781351;
	background-color: #CCCCCC;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
} 
/**************************************
 Table pedigree
***************************************/
.tblped {
	font-size: 12px;
	background-color: #ffffff;
	color:#41343B;
}
.tblped a {
	color: #413839;
}
.pedigree  h3 {
	color: #310A03;
	margin-bottom: 10px;
}

.thped {
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #232323;
	font-weight: bold;
	font-size: 12px;
	background-color:#B0AB98;
	font-family: Verdana, Arial, sans-serif;
}
