/* 
STYLE SHEET FOR THOMAS OF FOXROCK WEB SITE
Created by Ciara Kavanagh
www.theattic.ie
ToC
1. defaults
2. structure
3. links and navigation
4. fonts
5. box toggler
6. hacks
Notes
*/


/*------- 1.defaults --------*/
body {
margin: 20px; color:#FFFFFF; background-color: #B8D9BC;
 font: verdana, arial, sans-serif;
 font-size: 11px;
 }
 
* {
	margin: 0px;
	padding: 0px;
}

/*------- 2.structure --------*/
TD, TH { 
	font: 11px verdana, sans-serif; font-weight: normal;
}

 #contain {
 width: 720px;
 margin: 0 auto; /*Center container on page*/
 background-color: #00673E;
 border-top: 27px solid #00673E;
  border-bottom: 27px solid #00673E;
 }
 #contain td {
 font: verdana, arial, sans-serif;
 font-size: 11px;
 padding-left: 37px;
  vertical-align: top;
 }
  #contain1 {
 width: 720px;
 background-color: #C1131E;
 border-top: 27px solid #C1131E;
  border-bottom: 27px solid #C1131E;
 }
 #contain1 td {
 font: verdana, arial, sans-serif;
 font-size: 11px;
 padding-left: 37px;
  vertical-align: top;
 }
 
/*------- 3.links and navigation --------*/
#navContainer {
	text-align: center;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 0px;
	background: #59B224;
}

a:hover,#navigation a:hover {
	text-decoration: underline;
}

#navigation {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	display: inline;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00673E;
}

#navigation li.endLink {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#navigation a {
	text-transform: uppercase;
	text-decoration: none;
}

a, a:link, a:visited {
	color:#ffffff;
}
 
a:hover {
 	text-decoration: none; background: #ffffff; color: #00673E;
}
 
/*------- 4.fonts --------*/ 

h1 {
 	font-size: 12px;
 	border-bottom: 1px solid white;
 	margin-top: 34px;
   	width: 90%;
}
 
h2 {
 	font-size: 10px;
 	border-bottom: 1px solid white;
	padding-top: 34px;
  	width: 90%;
 }
 
h3 {
	font-size: 14px;
	padding-top: 28px;
	font-weight: lighter;
  	width: 90%;
  	line-height: 150%;
   border-bottom: 1px solid white;
 }
 
p {
 width: 90%;}
 
 .green {
 background: #59B224;
 height: 76px;
 padding-bottom: 10px;
 
 }
.green2 {
	background: #59B224;
}

 .left{
 width: 342px;
 }
.centre {
	width: 700px;
}

 .right {
 width: 378px;
 }
 .image {
 margin-top: 34px;
 }
.floatLeft {
	float: left;
	margin-right: 10px;
}
.boxout {
	background-color: #FFFFFF;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #CC3300;
	margin-right: 10px;
}


.price
{
font-weight: lighter;
}

/*------- 5.box toggler --------*/ 
.boxhead {
	width:61px;
	padding: 2px 10px;
	background-color:#59b224;
	border: 1px solid #59b224;
	margin-bottom: 0;
	cursor: pointer;
	font-weight:bold;
}

.box_visible {
width: 180px;
padding: 5px 10px;
border: 1px solid #999;
margin-top: 0;
}

.box_hidden {display:none;}
