/* 
Global Stylesheet
June 2010
Woodturners pp.  Natalie Leigh  nataliejleigh.com
*/


/* Main styles */
body {
	background: #e0dec5 url(../images/bg_toitoi.jpg) bottom right fixed no-repeat;
	font-family: Garamond, serif;	
	color: #000000;
	line-height: 1.3em;
	font-size: 16px;
	font-weight:normal;
	margin: 0;
	padding: 0;
} 

p{
	padding: 10px 10px 10px 20px;
	font-size: 16px;
}

a{text-decoration: none; color: #532815;}
a:hover{ text-decoration: underline;}

form, input, textarea, table tr td{
  font-size: 16px;
}
  
h1{
 	color: #532815;
	font-size: 24px;
	font-weight:normal;
	line-height: 1.5em;
	padding: 10px 10px 10px 20px;
} 
 
h2{
 	color: #532815;
	font-size: 22px;
	font-weight:normal;
	line-height: 1.5em;
	padding: 10px 10px;
} 
 
h3{
 	color: #532815;
	font-size: 18px;
	font-weight:normal;
	line-height: 1.5em;
	padding: 10px 10px 10px 20px;
} 
 
h4{
	color: #000000;
	font-size: 18px;
	font-weight:normal;
	line-height: 1.5em;
	padding: 10px 10px 10px 20px;
} 
 
/* Header / Navigation */
#header{
	text-align:left;
}

#headerleft{
	float:left; 
	width: 600px;
}

#headerright{
	float:left; 
	width: 230px;
}

#logo{
	margin:50px 0px 30px 0px;
} 

#bookingBtn{
	margin:55px 4px 10px 0px;
	width: 120px;
	float:right;
} 
 
#nav{
	list-style:none;
	width: 590px;
}

#nav li{
	float:left;
	padding: 10px;
	list-style:none;
	font-size:16px;	
}

#nav li a:hover, #navon{
	text-decoration: none;
	color: #333333;
}

.navLeft{
	background: url(../images/bg_navleft.jpg) no-repeat right;
}

.navOther{
	background: url(../images/bg_nav.jpg) repeat-x;
	margin-right: 1px;
}

.navRight{
	background: url(../images/bg_navright.jpg) no-repeat;
}

/* Containers */
 
#container{
	margin: 0 auto;
	width: 830px;
	text-align: left;
}
 
#homeContainer{
	background: url(../images/bg_weave.jpg) repeat-x;
	text-align:center;
} 
 
#insideContainer{
	background: url(../images/bg_weaveInside.jpg) repeat-x;
	text-align:center;
} 

#contentHolder{
	padding-top: 20px;
	text-align:left;
}

#contentHome{
	background: #cfccb5 url(../images/bg_btmCurve.gif) no-repeat bottom;
	margin-right:4px;
	text-align:left;
}

* html #contentHome{
	margin-top: -6px; 
}
* html #content{
	margin-top: -3px; 
} 
* html .boxContent{
	background-color: #cfccb5;
	margin-top: -3px;}
	
#content{
	margin-right:4px;	
	text-align:left;
}

#content table{
	margin: 10px 10px 10px 20px;
}

.innerContent{
	padding-left: 30px;
	margin: 10px;
	list-style-type:circle;
	font-size: 16px;
}

.innerContent li{
	font-size: 16px;
}
 
/* Home stylings */ 
 
#topCurve{
	height: 18px;
	background: #e0dec5 url(../images/bg_topCurve.gif) no-repeat;
}

#bottomCurve{
	height: 18px;
	background: #e0dec5 url(../images/bg_btmCurve.gif) no-repeat;
}

.box{
	background-color: #cfccb5;
	width: 259px;
	float:left;
	margin-top: 20px;
	margin-right: 25px;
	text-align:center;
}

.box p{
	padding: 0px 20px;
}

.box img{
	border: none;
}

.topCurveSml{
	height: 17px;
	background: #e0dec5 url(../images/bg_topCurveSml.gif) no-repeat;
}

.bottomCurveSml{
	height: 17px;
	background: #e0dec5 url(../images/bg_btmCurveSml.gif) no-repeat;
}

.topCurveWide{
	height: 17px;
	background: #e0dec5 url(../images/bg_topCurveWide.gif) no-repeat;
}

.bottomCurveWide{
	height: 17px;
	background: #e0dec5 url(../images/bg_btmCurveWide.gif) no-repeat;
}
 
 
.border{
	border: none;
}

.last{
	margin-right: 0;
}

.center{
	text-align:center;
}
.marginBtm{
	margin-bottom: 10px;
 }
/* Booking Form */

table{
font-size: 14px;
}

input, select, textarea, button {
	background:#cfccb5 none repeat scroll 0 0;
	border:medium none;
	font-family: Garamond,serif;
	font-size:14px;
	line-height:1.2em;
	padding:5px;
	margin: 2px;
}

#search_submit{
background:#575757 none repeat scroll 0 0;
color:#ffffff;
float:left;
font-size:12px;
font-weight:bold;
height:25px;
text-align:center;
text-transform:uppercase;
width:65px;
}

#search_submit:hover{
background:#575757 none repeat scroll 0 0;
}

 
/* Footer  */ 
 #footer{
	height: 100px;
	text-align:center;
 }










