
/*
Theme Name: Katherine Gould, DS
Theme URI: http://www.pagepoint.com
Description: Theme for Katherine Gould, DS
Version: 1
Author: Pagepoint Web Solutions
Author URI: http://www.pagepoint.com
Tags: pagepoint

	Katherine Gould, DS
	 http://www.pagepoint.com

	This theme was designed and built by Pagepoint Web Solutions.
        Visit us at pagepoint.com

*/
* {
	margin: 0;
}
body {
	background: #A1947F url(images/bg.gif) top left repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
a {
	color: #47ABBF;
	font-weight: bold;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 5px 0 10px 0;
}
p {
	margin: 0;
	padding: 5px 0 10px 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
strong {
	font-size: 17px;
	line-height: 20px;
	color: #137F07;
	font-weight: normal;
}
#content-container {
	width: 840px;
	margin: 0 auto;
	background: url(images/bg-expand.gif) top left repeat-y;
}
#header {
	background: url(images/head.gif) top left no-repeat;
	height: 131px /*176 - 45(padding) = 131*/;
	padding: 45px 20px 0 20px;
}
#header #contact-info {
	float: right;
	text-align: right;
	color: #03337a;
	font-size: 12px;
	font-weight: bold;
}
#header #contact-info a {
	color: #03337a;
	text-decoration: none;
}

#nav {
	height: 30px;
	padding: 47px 0 0 35px;
}
#nav li {
	float: left;
	padding: 0 5px;
}
#nav li a, #sub-nav li a {
	display: block;
	line-height: 30px;
	background: top left no-repeat;
	text-decoration: none;
}
#nav li a span, #sub-nav li a span {
	display: none;
}
/*navigation images*/
#nav li#home a {
	background-image: url(images/home.gif);
	width: 133px;
}
#nav li#home a:hover, #nav li#home a.current {
	background-image: url(images/home-hover.gif);
}
#nav li#caribbean a {
	background-image: url(images/caribbean.gif);
	width: 226px;
}
#nav li#caribbean a:hover, #nav li#caribbean a.current {
	background-image: url(images/caribbean-hover.gif);
}
#nav li#family a {
	background-image: url(images/family.gif);
	margin-left:61px;
	width:149px;
}
#nav li#family a:hover, #nav li#family a.current  {
	background-image: url(images/family-hover.gif);
}
#nav li#honeymoon a {
	background-image: url(images/honeymoon.gif);
	width: 121px;
}
#nav li#honeymoon a:hover, #nav li#honeymoon a.current {
	background-image: url(images/honeymoon-hover.gif);
}
/*
#rotating-image {
	background: url(images/rotating-img-bg.gif) top center no-repeat;
	height: 234px ;
	width: 774px;
	margin: 0 auto;
	padding: 7px 0 5px 0;
}
#rotating-image img {
	padding-left: 8px;
}*/

#sub-nav {
	height: 30px;
}
#sub-nav li {
	float: right;
	padding: 0 15px;
}
/*sub-navigation images*/
#sub-nav li#testimonials a {
	background-image: url(images/testimonials.gif);
	width:214px;
}
#sub-nav li#testimonials a:hover, #sub-nav li#testimonials a.current {
	background-image: url(images/testimonials-hover.gif);
}
#sub-nav li#about a {
	background-image: url(images/about.gif);
	width:148px;
}
#sub-nav li#about a:hover, #sub-nav li#about a.current {
	background-image: url(images/about-hover.gif);
}
#sub-nav li#blog a {
	background-image: url(images/blog.gif);
	width: 67px;
}
#sub-nav li#blog a:hover, #sub-nav li#blog a.current {
	background-image: url(images/blog-hover.gif);
}


/*content*/
#content {
	background: url(images/content-bg.gif) top left no-repeat;
	padding: 0 30px;
	min-height: 570px;
}
#content div.left {
	width: 370px;
	float: left;
}
#content div.right {
	margin-left: 390px;
}

#footer {
	background: url(images/foot-bg.gif) top center no-repeat;
	height: 157px;
	margin: 0 auto;
	width: 840px;
	padding: 10px 20px 0 20px;
	text-align: center;
	clear: left;
}
div.disclaimer {
	padding-bottom: 5px;
	color: #2a901e;
	font-size: 14px;
}
div.logos {
	padding-bottom: 5px;
}
div.copy {
	font-size: 9px;
	color: #666;
}
div.copy a {
	color: #666;
}
#login {
	font-size: 9px;
	text-align: right;
	color: #666;
	width: 840px;
	margin: 0 auto;
}
#login a {
	color: #666;
	font-weight: normal;
}
