/* @override http://www.atouchofpink.biz/src/new.css */

/* CSS Document */

* {
/* Clear the browser defaults */
	margin: 0;
	padding: 0;
}

html, body {
	background: #6e563b;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

p {
margin-bottom:5px;
}

#container{
width:800px;
margin:0 auto;
}

a:link, a:visited, a:active  {
	color: #f8b9cc;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
}

div#logo{
	width: 192px;
	height: 80px;
	margin: 20px 0px;
}

div#navigation{
	background:url(../images/navbar.gif) no-repeat;
	height:43px;
	padding-left: 20px;
}

div#navigation ul{
margin:0;
padding:0;
list-style:none;
}

div#navigation li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 16px;
	}

div#navigation li a{
	float:left;
	margin:0;
	padding: 15px 5px;
	font-weight: bold;
	color: #985b59;
	height: 13px;
	display: block;
	font-size: 12px;
}


div#navigation li a:link, div#navigation li a:visited, div#navigation li a:active  {
	color: #a66967;
	text-decoration: none;
}

div#navigation li a:hover {
	background: url(../images/bottomarrow.gif) center bottom no-repeat;
	text-decoration: none;
	color: #87514f;
}

div#maincontent{
	padding:20px 10px;
	float: left;
	width: 780px;
}

div#maincontent p{
	font-size:100%;
}

div#maincontent h3{
	color:#FBB9CC;
	font-weight: normal;
	font-size: 200%;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #FBB9CC;
	margin-bottom: 10px;
}

div.titleball{
	background:url(../images/title_ball.gif) no-repeat;
	width: 145px;
	height: 145px;
	float: left;
	margin: 20px 0;
}

div.titleball h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 125%;
	font-style:italic;
	padding: 45px 10px 10px 30px;
	color: #4C4141;
}

div#footer{
	clear:both;
	border-top: 1px solid #533d25;
	padding: 20px 10px;
	color: #eccbca;
	font-weight: bold;
}


div#footer a:link, div#footer a:visited, div#footer a:active  {
	color: #eccbca;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: none;
	color: #ffffff;
}

.photoframe{
padding:5px;
border: 1px solid #eccbca;
}

form#enquiryform{
padding:5px;}

form#enquiryform input, textarea{
	padding:3px;
	background:#eccbca;
	border: 2px solid #fff;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

form#enquiryform td{
	border-bottom:1px solid #866f54;
	padding:5px;
}

.checkbox{
padding:5px;
}

blockquote {
	background: #906F4E;
	border: 1px solid #4C3B28;
	padding: 8px 24px;
	color: #E6CFA7;
	text-align: center;
	margin:10px 0px;
	font: 100% Arial, Helvetica, sans-serif;
}

div.frontpagebox{
	width: 233px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
}

div.frontpagebox img{
	border-bottom: 2px solid white;
}

div.frontpagebox a, a:hover{
color:#ba8d8c;
}

div.frontpageheader{
	width: 218px;
	background:url(../images/boxesfront.gif) top no-repeat;
	height: 20px;
	padding: 6px 5px 5px 10px;
	font-size: 125%;
	font-weight: bold;
	color: #ba8d8c;
	}
	
	
	.error {
	font-weight:bold;
	color:red;
}


#gallery{
background: #fff;
}

#tablejk{
	border:0;
	padding: 0;
	margin: 0;
	width: 720px;
	color: #333333;
	background: #edc9cb;
	border-collapse:collapse;
}

#tablejk th, #tablejk td{
	padding:10px;
	border-bottom: 1px solid #e1a3a4;
	
}

#tablejk .header{
	background: #9c6e6e;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#tablejk caption{
font-size: 15px;
font-weight:bold;
padding:20px 0px;
color:#FFFFFF;
}

#tablejk .altback{
background:#efdbda;
}

#tablejk .sections{
	background:#e0a4a4;
	color: #333333;
	font-weight: bold;
	
}

