/* Styles defined in the body remove any default margin or padding on the page.
 * Some browsers add margin, others add padding, so setting them both to zero means the page offset looks the same in all browsers.
 * The background rule sets the page background to white with the image of Mount Fuji in the top left.
 * The background image also contains the main page heading in both Japanese and English.
 * The text is set to a very dark gray, which is easier on the eyes than black.
 * The font-family applies to all text on the page, except where specifically overridden by other rules. */

/* The navigation menu is contained in an absolutely positioned div 140px from the top of the page and 60px from the left margin. */

#nav {
	position: relative;
	top: 60px;
	left: 70px;
	width: 100;
}

/* Styles for the navigation menu. */

ul#nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav a {
	display: block;
	width: 105px;
	padding-left: 10px;
	margin: 3px 0;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
}

#nav a:link, #nav a:visited {
    border-left: #00425E solid 10px;
    color: #00425E;
}

#nav a:hover, #nav a:active {
    border-left-color: #fff;
    background-color: #00425E;
    color: #fff;
}

/* The here ID identifies the current page and applies a white stripe to the left as a visual indicator. */

a#here {
	border-left-color: #fff !important;
	background-color: transparent !important;
	color: #630 !important;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00000;
	background-image: url(../storephoto/KingContainerBkg02.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #036;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	font-size: medium;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	height: 125px;
	width: 780px;
	background-image: url(../Images/Banner01.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #036;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CCFF99;
}
.twoColFixLtHdr #header  #titleText {
	height: 100px;
	width: 400px;
	float: left;
	background-color: #3366CC;
	position: relative;
	clear: none;
	color: #9FC;
	font-size: 12px;
	top: 10px;
	left: 100px;
	padding: 2px;
}
.twoColFixLtHdr #header  #headerImage {
	height: auto;
	width: auto;
	float: left;
	background-color: #3366CC;
	position: relative;
	left: 50px;
	top: 0px;
	padding: 12px;
}
.twoColFixLtHdr #container #header #titleText h3 {
	font-size: 12px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FFF;
	background-image: url(../Images/Left-Panel-Bkg-alt.jpg);
	height: 280px;
}
.twoColFixLtHdr #sidebar1 #availability {
	float: left;
	width: 200;

}
.twoColFixLtHdr #mainContent {
	height: auto;
	width: 500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
	color: #036;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #6b9184;
	font-size: 12px;
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header #titleText p {
	color: #FF9933;
}
.twoColFixLtHdr #container #header #titleText p {
	font-size: 14px;
}
.dropcap {
	float:left;
	color:#039;
	font-size:60px;
	line-height:40px;
	padding-top:2px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-right: 3px;
}
.twoColFixLtHdr #container #header h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	font-weight: bold;
}
.twoColFixLtHdr #container #header #dogwoods {
	background-image: url(../storephoto/KingDogwoodsHeader.jpg);
	float: right;
	height: auto;
	width: auto;
}
#Quote {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
#Information {
	float: left;
	width: 450;
	border: 1px solid #363;
	position: relative;
	left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 75px;
	padding-left: 75px;
}
#availability {
	float: left;
	width: 200;
	position: relative;
	left: -195px;
	top: 320px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #036;
}
h1 {
	font-size: 18px;
	color: #036;
}
