*, html {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}

body {
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('/images/headerBackground.jpg') 0 0 repeat-x #333;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

#splashImg {
	position: absolute;
	left: 50%;
	margin-left: -421px;
	margin-top: 40px;
	border: none;
}

#all {
	margin: 0 auto auto 40px;
	width: 750px;
}

#header {
	position: relative;
	top: 0;
	padding: 0;
	height: 184px;
	width: 750px;
	background: url('/images/header.jpg') 0 0;
}

#charlie {
	position: absolute;
	top: 0;
}

ul#headerMenu {
	position: absolute;
	/*width: 510px;*/
	top: 149px;
	text-align: right;
	right: 10px;
	list-style-type: none;
	padding: 0;
	font-size: 110%;
}

ul#headerMenu li {
	float: left;
	padding: 0; 
	margin: 0 0 0 16px;
}

ul#headerMenu li a {
	height: 30px;
	display: block; 
	padding: 0px;
	text-decoration: none; 
	color: black;
	font-weight: bold;
	position: relative;
	float: left;
} 

ul#headerMenu li a:hover {
	cursor: hand; 
}

.currentMenuItem {
	color: #7f0d0d;
	font-weight: bold;
	padding: 0 7px;
	float: left;
	display: block;
	height: 36px;
	background: url('/images/menu-up-arrow.png') 50% bottom no-repeat;
}

.menu-item-bg-left {
	background: url('/images/menu-item-bg-left.png') no-repeat;
	height: 24px;
	width: 6px;
	display: block;
	float:left;
}
.menu-item-bg-center {
	background-color: #e6e6e6;
	height: 22px;
	line-height: 20px;
	display: block;
	float:left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.menu-item-bg-right {
	background: url('/images/menu-item-bg-right.png') no-repeat;
	height:24px;
	width: 6px;
	display: block;
	float:left;
}

.menu-item-no-bg-left {
	height: 24px;
	width: 6px;
	display: block;
	float:left;
}

.menu-item-no-bg-center {
	height: 22px;
	display: block;
	float:left;
}

.menu-item-no-bg-right {
	height: 24px;
	width: 6px;
	display: block;
	float:left;
}

#roundedCornerTop {
	height: 35px;
	background: url('/images/rounded-corner_top.png') bottom no-repeat;
}

#roundedCornerBottom {
	height: 16px;
	background: url('/images/rounded-corner_bottom.png') bottom no-repeat;
}

#body {
	margin-top: -1px;
	z-index: 1;
	background: url('/images/bodyBg.png') left top repeat-y;
	position:relative;
	width: 758px;
}

#bodyLeft {
	float: left;
	width: 250px;
	height: auto;
	position: relative;
}

#bodyLeftContent {
	font-size: 90%;
	margin: 0px 0px 0px 10px;
	text-align: left;
	top: 0;
	padding: 0 8px 0 8px;
}

#bodyLeftContent div {
}

#bodyRight {
	width: 500px;
	float: right;
}

#bodyRightContent {
	width: 470px;
	margin: 0;
}

.categoryDescription {
	margin: 0 auto 20px 10px;
}

.blogItem {
	padding: 0 0 30px 0;
}

.blogTitle {

}

.blogCategory {
	font-size: 90%;
	padding-top: 13px;
}

.blogCategory a {
	border-top: solid black 1px;
}

.blogItemHeader {

}

.blogItemHeader span a {
	color: black;
}

.blogItemDate {
}

.blogItemFooter {
	position: relative;
}

.blogMoreLink {
	width: 100%;
	text-align: right;
	margin: 10px auto 10px auto;
	
}

.blogTags {
	clear: both;
	margin: 10px auto auto auto;
	font-size: 80%;
}

.blogContent {
	text-align: justify;
	font-size: 90%;
	padding: 0 0 30px 30px;
}

.blogTags span {
	color: #000;
	font-weight: bold;
}

#footer {
	margin-bottom: 20px;
}

#footerLeft {
	position: relative;
	float: left;
}

#footerLeft a {
	position: relative;
	display: inline;
	margin: 10px;
	float: left;
}

#footerMenu {
	position: relative;
	float: left;
	font-size: 90%;
	margin-top: 14px;
	color: #fff;
}

#footerMenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#footerMenu li a {
	color: #fff;
	margin-left: 30px;
}

#footerMenu li a:hover {
	text-decoration: underline;
}

#tooltip {
	position: absolute;
	display: none;
}

#tooltip-left,
#tooltip-right {
	float:left;
}

#tooltip-content {
	float:left;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #fff;
	display:block;
	height: 31px;
	line-height: 31px;
}

#tooltip-bottom {
	position: absolute;
	left: 20px;
	top: 32px;
}

/*---------- styling ----- \/ -----*/
.towel {
	font-size: 140%;
	color: #595757;
}

.cape {
	font-size: 140%;
	color: #7f0d0d;
}

.designs {
	font-size: 140%;
	color: #333333;
}

.padded_bottom {
	padding: 0 0 30px 0;
}

.left {
	float: left;
	margin: 10px;
}

p {
	margin: 8px auto 20px auto;
}

label {
	width: 5em;
	float:left;
	text-align: right;
	clear: both;
	font-weight: bold;
	margin: 0 1em 10px 0;
}

input {
	font-size: 100%;
	border: solid 1px black;
	float: left;
	margin-bottom: 10px;
}

textarea {
	border: solid 1px black;
	font-size: 100%;
	width: 300px;
	float: left;
	font-family: franklin gothic book, century gothic, avante garde, verdana, tahoma, arial;
}

.submitButton {
	margin: 8px 0 8px 6em;
}

.submitButton:hover {
	text-decoration: underline;
}

.info {
	font-weight:bold;
	font-style: italic;
	color: #3366ff;
	font-size: 90%;
}

h1.h1-banner {
	background: url('./images/h1-bg.png') no-repeat;
	text-align: right;
	width: 478px;
	padding-right: 20px;
	font-size: 150%;
	height: 38px;
	line-height: 38px;
	margin-bottom: 16px;
}

h1.h1-banner span{
	font-size: 80%;
}

h2.h2-bullet {
	background: url('./images/h2-bullet.png') no-repeat;
	width: 200px;
	text-align: left;
	padding-left: 24px;
	margin-left: -22px;
	font-size: 130%;
	line-height: 130%;
}

h2.h2-banner {
	background: url('./images/h2-banner.png') right no-repeat;
	text-align: right;
	width: 478px;
	padding-right: 20px;
	font-size: 130%;
	height: 26px;
	line-height: 26px;
	margin-bottom: 16px;
	color: #e6e6e6;
}

h2.h2-banner a {
	color: #e6e6e6;
}

h1.tagline {
	color: #7f0d0d;
	font-weight: normal;
	line-height: 124%;
	margin-top: -8px;
	font-style: italic;
	text-align: justify;
}

.info-box {
	background: #9c4444 url('./images/i-icon.png') 8px 50% no-repeat;
	border: dashed 1px #7f0d0d;
	padding-left: 44px;
	clear:both;
	height: 36px;
	line-height: 36px;
	margin: 20px;
	color: #fff;
	display: none;
}

a {
	color: #0D337F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus { -moz-outline-style: none; }

.contact-button {
	width: 190px;
	height: 60px;
	display: block;
	background: url('./images/contact-us.png') top left no-repeat;
}

.contact-button:hover {
	background: url('./images/contact-us.png') left no-repeat;
	text-decoration: none;
}

.contact-button:active {
	background: url('./images/contact-us.png') left bottom no-repeat;
	text-decoration: none;
}

a img {
	border: none;
}

.clearfix {
	clear:both;
}
