body {
	color: #444;
	background: #d0272c repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #555;
}

a#logo {
	color: #B9121B;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div.container {
	background-color: white;
	border: 2px solid #00387a;
	min-height: 600px;
}

div#nav div#placeholder-nav {
	text-align: left;
	font-size: 14px;
	font-family: tahoma;
	background-color: #11397a;
}

div#hero div#placeholder-hero {
	background-image: 
	background-color: #00387a;
}

div#hero-sub div.inner {
	background-color: #f0eedc;
	color: #444;
	font-size: 11px;
}

div#footer {
	color: white;
	border-top: 1px solid #eee;

}

td.menu-item {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;	
}

td.menu-item-hover {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d0272c;
}

td.menu-item-selected {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d0272c;
}

td.submenu-item {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: white;
	color: #d0272c;
	font-size: 12px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: white;
	color: black;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: white;
	color: black;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

.product-form h3 {
	font-size: 14px;
	padding-left: 9px;
}

.product-form {
	margin-bottom: 18px;
}

.secure-login, .newsletter-form {
	color: #d0272c;
	background: #f0eedc;
	border: 1px solid #f2f2f2;
	margin-bottom: 5px;
}

.secure-login h3, .newsletter-form h3 {
	color: #d0272c;
	background: #f0eedc;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #d0272c;
	text-decoration: none;	
}

a:hover, a:active {
	color: #d0272c;
	text-decoration: underline;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */



/* @group Template Settings */

div#header-left img {
	margin: 5px 0 0;
}

div#header-left, div.whoslogged, div#header-right {
	height: 126px;
	line-height: 126px;
}

div.whoslogged {
	text-align: right;
}

div#placeholder-search {
	padding: 46px 40px 0 0;
	text-align: right;
}

div#placeholder-search input.cat_textbox_small {
	width: 130px;
}

div#nav div#placeholder-nav {
	height: 36px;
}

div#placeholder-nav {
	padding-left: 18px;
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div#hero {
	margin-right: 0;
	width: 600px;
}

div#hero div#placeholder-hero {
	background-image: url(/images/cssimg/picture%20background.png);
	background-color: #efeedf;
	overflow: hidden;
}

div#hero div#placeholder-hero, div#hero-sub div.inner {
	height: 216px;
}

div#hero-sub div.inner {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

div#hero-sub div.pad {
	padding: 18px;
}

div#main div.inner, div#sub div.inner {
	padding: 18px 0 36px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#footer {
	background-image: url(/images/cssimg/Texas%20Star%20Footer%20B.jpg);
	padding-top: 10px;
	height: 120px ;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */