/*--URBANcottage main styles Nichola Musgrove Copyright 2006 */


html {
   overflow: -moz-scrollbars-vertical;
}

body
{
	padding: 0px;
	text-align: left;
	font-size: 80%;
	font-family: trebuchet MS, arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #454545;	
	background-color: #F7F3E8;
}
p{
	padding-left: 35px;
	padding-right: 10px;
	
}

p a {
	color: #ff3300;
	text-decoration: none;
}
p a:hover {
	color: #666666;
	text-decoration: none;
}
a {
	color: #ff3300;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #ff3300;
	text-decoration: none;
}


img{
	border: none;
	margin: 0px;
	padding: 0px;
}

h2{
	color: #545454;
	font-size: 165%;
	padding-left: 35px;
	padding-top: 4px;
	font-weight: normal;
	line-height: 10px;
}
h4{
	color: #ff3300;
	font-size: 100%;
	padding-left: 35px;
	padding-top: 6px;
	//padding-top: 0px;
	font-weight: bold;
	line-height: 10px;
}
h4 a{
	color: #ff3300;
}
h4 a:hover{
	color: #545454;
}
hr{
	height:1px;
	width: 410px;
	color: #999999;
	margin-left:34px;
	margin-top:20px;
	//margin-top:0px;

}

/* layout */

#holder{
	background: url(../images/background.jpg) repeat-y top;	
	background-color: #ffffff;
	width:742px;	
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#top_blank {
	width:742px;
	height:35px;
	background: url(../images/blank_header.jpg) no-repeat top;	
}

#top {
	width:742px;
	height:158px;
	background: url(../images/header.jpg) no-repeat top;	
}
#top h1{
	color: #ffffff;
	font-size: 260%;
	line-height: 40px;
	padding-top: 22px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-weight: normal;
	letter-spacing: 1px;
}
.h1_special{
	color: #ffffff;
	font-size: 140%;
	padding-left: 35px;
	font-weight: normal;
	letter-spacing: 1px;
	}

#content_left{
	width: 467px;
	background: url(../images/content_background.jpg) no-repeat top;
	float: left;
	padding-top: 4px;
	//padding-top: 20px;
}
#content_left_footer{
	background: url(../images/content_footer.jpg) no-repeat bottom;
	height: 27px;
	width: 467px;
}
#content_left_alt{
	width: 467px;
	float: left;
	padding-top: 4px;
	//padding-top: 20px;
}
#content_left_footer_alt{
	height: 27px;
	width: 467px;
}
#content_bottom{
	background: #ffffff;
	width: 456px;
	margin-left:11px;
}

#content_right{
	margin-left: 467px;
	//margin-right: 11px;
	height: 320px;
	width: 260px;
	//width: 257px;
	border: 0px;
}
.content_extra  {
	margin-left:0px; 
	margin-right:35px; 
	margin-top:10px;
	font-size: 90%;

}

#bottom{
	
	background: url(../images/footer.jpg) no-repeat bottom;
	margin: 0px;
	width:742px;
	height: 25px;
	clear: both;
}

#footer{
	background-color: #F7F3E8;
	color: #666666;
	text-align: center;
	font-size: 85%;
	width:742px;	
}
#footer a {
	color: #ff3300;
}

#footer a:hover {
	color: #666666;
}

#small_text{
	color: #454545;
	width: 600px;
}

#back{
	padding-right: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
	//margin-top: 0px;
	font-size: 100%;
	text-align: right;
	float: right;
	line-height: 16px;
}
#back_centre{
	padding-top: 10px;
	font-size: 100%;
}

#image{
	width:740px;
	position: relative;
	float: right;
}
.main_img{
	margin-right: 0px;
	//margin-right: -3px;
}
#largeImg{
	width:670px;
	margin-left:36px;
	text-align:left;
}
.smallText{
font-size:85%;
}
#to_top a{
	padding-right: 16px;
	margin-top:-18px;
	font-size: 100%;
	text-align: right;
	float: right;
	color: #ff3300;
}
#to_top a:hover{
	color: #666666;
}

#small_txt {
	font-size: 85%;
	color: #454545;
	text-align: center;
	line-height: 24px;
	padding-bottom: 10px;
}

#small_txt a{
	color: #ff3300;
}

#small_txt a:hover {
	color: #666666;
}

#back{
	width:60px;
	margin-right: 325px;
	margin-bottom:0px;
}
a.linkOther:link  {
color:#0066CC;
}
a.linkOther:visited  {
color:#0066CC;
}
a.linkOther:hover  {
color:#666666;
}



/* form */

form{
	margin: 0px;
	background: url(../images/content_background_1.jpg) repeat top;
}
	
.form{ 
	vertical-align:top;
	margin:0px;
	padding-bottom:6px;;
	width:467px;
	clear:both;
	position: relative;
}

.form .form_input{
	text-align:left;
}

.form .form_label{
	width:126px; 
	float:left;
	text-align:right;
	padding-top:4px;
}

input,textarea{
	font-size: 100%;
	font-family: trebuchet MS, arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 4px;
}

.form_button{
  width: 100px;
  padding-left: 200px;
}






