body {
	margin:0;
	padding: 0;
	background:#efefef;
	color: #525252;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h1 {
	letter-spacing: 0.1em;
	color: #db4b80;
	font-size: 24px;
	font-style:italic;
}
h2 {
	letter-spacing: 0.1em;
	color: #db4b80;
	font-size: 18px;
	font-style:italic;
}
h3 {
	letter-spacing: 0.1em;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}

a{
	color:#025e99;
	text-decoration:none;

}

a:hover{
	color:#025e99;
	text-decoration: underline;

}

p {
	margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	line-height: 1.5;
}

form{
	margin: 0;
	padding: 10px 0;
}

label{
	margin-right: 30px;
	padding:2px 0 0 0;
	font-weight: bold;
	vertical-align: top;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 1px;
}

fieldset{
	position:relative;
	border:1px solid #d3c1cf;
	padding: 7px;
	margin:0 0 10px 0;

}

legend{
	font-family:Arial, Helvetica, sans-serif;
	color:#a18e7d;
	font-size:12px;
	margin-bottom: 10px;
}

/*
	------------------------------------------------------
	structure things
	------------------------------------------------------
*/
#outer-wrapper{
	position: relative;
	width:810px;
	margin: 10px auto 0 auto;
	padding: 0 0 11px 0;
	background: url("images/shadow-main.jpg") repeat-y;
}
#bottom-shadow {
	position: relative;
	width:810px;
	margin: -11px auto 15px auto;
	padding: 0;
	z-index: 0;
}
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header {
	padding: 10px 0 10px 0;
	border-bottom: #dcdcdc 1px solid;
}

#main {
	position: relative;
	width: 800px;
	margin: 0;
	padding: 0;
}
#content {
	position: relative;
	padding: 0 10px;
	margin-bottom: 10px;
}

#footer {
	position:absolute;
	bottom: -40px;
	left: 0;
	width: 790px;
	height: 30px;
	padding: 0 5px 0 5px;
	z-index: 1;
}

/*
	------------------------------------------------------
	main
	------------------------------------------------------
*/
#content img {
	position: relative;
	margin: 10px 20px 5px 0;
	left: 10px;
}
#content p {
	letter-spacing: 0.05em;
}

.picture-blk {
	text-align: center;
	margin-top: 20px;
}
.picture-blk img {
	position: relative;
	border: 1px solid #db4b80;
}
.picture-blk p {
	font-size: smaller;
	color: #db4b80;
}
/*
	------------------------------------------------------
	house (index page)
	------------------------------------------------------
*/
#house {
	position: relative;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 10px;
}
.house-tagline {
	position: relative;
	bottom: 35px;
	text-align:center;
}
.pink {
	color: #db4b80;
}

/*
	------------------------------------------------------
	index menu
	------------------------------------------------------
*/

#index-menu {
	position: relative;
	margin-top: 1px;
	background: url(images/menu-top.jpg) repeat-x;
	height: 160px;
	font-size:18px;
	color: #383838;
	padding: 0;
}

#index-menu a {
	color: #4999d8;
	font-style:italic;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#index-menu a:hover {
	color: #db4b80;
	text-decoration: none;
}
#index-menu img {
	margin-top:5px;
}
#menu-blk {
	float:left;
	width: 125px;
	text-align: center;
	padding: 15px 0 0 0;
	margin-left: 17px;
	margin-right: 17px;
}

#menu-blk:hover {
	color: #db4b80;
	background: url(images/triangle.gif) no-repeat top center;
}
#menu-blk img:hover{
	background-color: #db4b80;
	border: 1px solid #db4b80;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	}

/*
	------------------------------------------------------
	top menu
	------------------------------------------------------
*/

#top-menu {
	position: relative;
	margin-top: 1px;
	background: url(images/menu-top.jpg) repeat-x;
	height: 46px;
	text-align: center;
	color: #383838;
	padding-top: 15px;
}

#top-menu ul {
	list-style: none;
	display: inline;
}

#top-menu li {
	display: inline;
	font-size:18px;
	margin-left: 17px;
	margin-right: 17px;
}
#top-menu a {
	color: #4999d8;
	font-style:italic;
	text-decoration: none;
	padding-top: 15px;
}
#top-menu a:hover {
	color: #db4b80;
	text-decoration: none;
	background: url(images/triangle.gif) no-repeat top center;
}



/*
	------------------------------------------------------
	bottom menu
	------------------------------------------------------
*/
#bottom-menu {
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px 5px 0 5px;
	text-align: center;
	border-top: 1px solid #dcdcdc;
}

#bottom-menu ul {
	padding-bottom: 10px;
}

#bottom-menu li {
	position: relative;
	display: inline;
	font-size:14px;
	margin-left: 12px;
	margin-right: 12px;
}

#bottom-menu a {
	font-style:italic;
	color: #4999d8;
}
#bottom-menu a:hover {
	color: #db4b80;
}

/*
	------------------------------------------------------
	bottom logos
	------------------------------------------------------
*/
#bottom-logos {
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px 5px;
	text-align: center;
	border-top: 1px solid #dcdcdc;
}

#bottom-logos img {
	margin-left: 25px;
	margin-right: 25px;
}


/*
	------------------------------------------------------
	footer bits
	------------------------------------------------------
*/
p.foot {
	margin-top: 10px;
	padding: 0;
	color: #818181;
	font-size: 9px;
}
a.footlinks {
	color: #818181;
}



/*
	------------------------------------------------------
	buttons
	------------------------------------------------------
*/
.link-btn {
	position: relative;
	display:block;
	color:#fff;
	background: #515151;
	height:20px;
	padding: 3px 10px 0 10px;
	margin:0;
	text-decoration:none;
	text-align:center;
}
.link-btn:hover {
	display:block;
	color:#ffff00;
	background: #515151;
	height:20px;
	padding: 3px 10px 0 10px;
	margin:0;
	text-decoration:none;
	text-align:center;
}

.btn {
	position: relative;
	margin: 0;
	padding: 3px 7px 3px 7px;
	border: none;
	color: #ffffff;
	background: #515151;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.1em;
}
.btn:hover {
	margin: 0;
	padding: 3px 7px 3px 7px;
	border: none;
	color: #ffff00;
	background: #515151;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.1em;
}

/*
	------------------------------------------------------
	misc classes
	------------------------------------------------------
*/
.composite-doors:hover {
	text-decoration: none;
	background-color: #efefef;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/*
	------------------------------------------------------
	generic classes
	------------------------------------------------------
*/
.split5050 {
	position: relative;
	width: 48%;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.no-margin-padding {
	margin: 0;
	padding: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clearblock {
	clear: both;
}
.clearright {
	clear: right;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.width-vsmall {
	width: 75px;
}

.width-small {
	width: 120px;
}
.width-medium {
	width: 150px;
}
.width-large {
	width: 200px;
}
.large-select {
	width: 155px;
}
.extra-pad-30 {
	padding-left: 30px;
}
.medium-btn {
	padding: 4px 10px 4px 10px;
}
