@charset "utf-8";
body {
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	background-repeat: repeat-x;
	background-image: url(../images/layout/background.png);
	margin: 0;
	padding: 0;
	color: #6D6E71;
}
a {
	font-weight: bold;
	color: #5c2a46;
}
a:hover {
	color: #5c2a46;
	font-weight: bold;
}
a.sidebar {
	font-weight: normal;
	color: #5c2a46;
	text-decoration: none;
}
a.sidebar:hover {
	color: #5c2a46;
	font-weight: normal;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.elipse {
	background-image: url(../images/layout/elipse.png);
	background-repeat: no-repeat;
}
p{
	margin: 0;
	padding: 0;
}
.texttd{
	padding-right: 40px;
}
.texttd30{
	padding-right: 25px;
}
h1{
	font-family: Arial;
	font-size: 14px;
	color: #5c2a46;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
.small{
	font-size: 10px;
}
.big{
	font-size: 14px;
	line-height: normal;
}
h3{
	font-family: Arial;
	font-size: 9px;
	color: #5c2a46;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h2{
	font-family: Arial;
	font-size: 11px;
	color: #5c2a46;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h4{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.formfield{
	font-size: 11px;
	font: Arial;
	color:#6D6E71;
	width: 240px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #AE939A;
}
form{
	display: inline;
}
#homediv{
	background-image: url(../images/layout/home-background.png);
	background-repeat: no-repeat;
	background-position: center;
}
#bespokediv{
	background-image: url(../images/layout/bespoke-background.png);
	background-repeat: no-repeat;
	background-position: center;
}