body {
	font-size: 12px;
	color: #444444;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: .8em;
}

h1 {
	font-size: 26px;
	font-weight: lighter;
	padding-bottom: .5em;
	line-height: 1em;
	color: #c8496f;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: .2em 0 .3em 0;
	color: #c8496f;
}

a {
	color: #c8496f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol {
	list-style: circle;
	padding: 0 0 .5em 20px;
}

hr {
	color: #dddddd;
	background-color: #dddddd;
	width: 100%;
	height: 1px;
	border: 0;
	clear: both;
	margin: .5em 0 .8em 0;
}

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

table {
	margin-top: .5em;
}

.align-center {
	text-align: center;
}

.facebook {
	color: #3a5896;
}

.pink {
	color: #c8496f;
}

.like {
	padding-left: 45px;
}

.small {
	font-size: 10px;
}

.times {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: #c8496f;
}

div.testimonials {
	width: 540px;
	padding: 10px 10px 5px 50px;
	background-image: url(_graphics/p-quote-left.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	margin-bottom: 10px;
}

div.testimonials p {
	font-size: 11px;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: .5em;
}

div.testimonials-small{
	width: 338px;
	padding: 10px 10px 5px 50px;
	background-image: url(_graphics/p-quote-left.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	margin-bottom: 10px;
	border: #dddddd dotted 1px;
}

div.testimonials-small p {
	font-size: 10px;
	font-style: italic;
	line-height: 1.2em;
	margin-bottom: .5em;
}

div.prevnext {
	color: #cccccc;
	text-align: right;
	font-size: 10px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      gallery buttons
*/

div.gallery-button {
	width: 360px;
	height: 120px;
}

#sprite1 {
	background: url(_graphics/b-gallery-01.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 120px;
}

#sprite1 span {
	display: none;
}

#sprite1 li {
	list-style-type: none;
	float: left;
}

#sprite1 a {
	height: 120px;
	display: block;
}

#gallery1 { width: 180px; }
#gallery1 a:hover { background: url(_graphics/b-gallery-01.jpg) 0px -120px no-repeat; }

#gallery2 { width: 180px; }
#gallery2 a:hover { background: url(_graphics/b-gallery-01.jpg) -180px -120px no-repeat; }

#sprite2 {
	background: url(_graphics/b-gallery-02.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 120px;
}

#sprite2 span {
	display: none;
}

#sprite2 li {
	list-style-type: none;
	float: left;
}

#sprite2 a {
	height: 120px;
	display: block;
}

#gallery3 { width: 180px; }
#gallery3 a:hover { background: url(_graphics/b-gallery-02.jpg) 0px -120px no-repeat; }

#gallery4 { width: 180px; }
#gallery4 a:hover { background: url(_graphics/b-gallery-02.jpg) -180px -120px no-repeat; }

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      rates buttons
*/

div.rates-button {
	width: 360px;
	height: 120px;
}

#sprite3 {
	background: url(_graphics/b-rates-01.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 120px;
}

#sprite3 span {
	display: none;
}

#sprite3 li {
	list-style-type: none;
	float: left;
}

#sprite3 a {
	height: 120px;
	display: block;
}

#rates1 { width: 180px; }
#rates1 a:hover { background: url(_graphics/b-rates-01.jpg) 0px -120px no-repeat; }

#rates2 { width: 180px; }
#rates2 a:hover { background: url(_graphics/b-rates-01.jpg) -180px -120px no-repeat; }

#sprite4 {
	background: url(_graphics/b-rates-02.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 120px;
}

#sprite4 span {
	display: none;
}

#sprite4 li {
	list-style-type: none;
	float: left;
}

#sprite4 a {
	height: 120px;
	display: block;
}

#rates3 { width: 180px; }
#rates3 a:hover { background: url(_graphics/b-rates-02.jpg) 0px -120px no-repeat; }

#rates4 { width: 180px; }
#rates4 a:hover { background: url(_graphics/b-rates-02.jpg) -180px -120px no-repeat; }

#sprite5 {
	background: url(_graphics/b-rates-03.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 120px;
}

#sprite5 span {
	display: none;
}

#sprite5 li {
	list-style-type: none;
	float: left;
}

#sprite5 a {
	height: 120px;
	display: block;
}

#rates5 { width: 180px; }
#rates5 a:hover { background: url(_graphics/b-rates-03.jpg) 0px -120px no-repeat; }

#rates6 { width: 180px; }
#rates6 a:hover { background: url(_graphics/b-rates-03.jpg) -180px -120px no-repeat; }

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      frame/nav
*/

div#frame {
	width: 900px;
	height: 760px;
	margin: 100px auto 50px auto;
}

div#nav {
	width: 900px;
	height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
}

div#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

div#nav a:hover {
	color: #c8496f;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      content
*/

div#content {
	width: 400px;
	height: 680px;
	float: left;
	padding: 30px 0 5px 40px;
}

div#content-rates {
	width: 600px;
	height: 690px;
	float: left;
	padding: 30px 0 5px 40px;
}

div#content-gallery {
	width: 260px;
	height: 680px;
	float: left;
	padding: 30px 0 5px 40px;
}

div#content-gallery img {
	padding: 5px 5px 0 0;
}

div#picture {
	width: 570px;
	height: 700px;
	float: left;
	padding: 7px 10px 0 20px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      copyright
*/

div.rates-nav {
	width: 390;
	font-size: 10px;
}

div.rates-nav p {
	margin: 0;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -      copyright
*/

div#copyright {
	width: 900px;
	height: 25px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: right;
	clear: both;
}

