
body {
	color: #eee;
}

hr {
	background: #404543;
	color: #404543;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

div#sub h1, div#sub h2, div#sub h3, div#sub h4, div#sub h5, div#sub h6 {
	color: #fff;
}

div#placeholder-logo {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	width:200px;
}

a#logo {
	text-decoration: none;
}

div#placeholder-nav {
	width:600px;
	}

div#placeholder-search {
	background: #262B29;
}

div#footer hr {
	background: #666;
	color: #666;
}

div#placeholder-footer {
	color: #aaa;
	background:#406051 url(/images/cssimg/bg-footer.jpg) repeat-x left top;
	width:100%;
	clear:both;
	height:300px;
	border-top:6px #406051 solid;
	padding-top:10px;
}

div#placeholder-footer p {
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

div#placeholder-footer ul#footer-nav {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	text-align:right;
	list-style-type:none;
	margin-top:-30px;
}

td.menu-item {
	color: #fff;
	width:100px;
	font-size:0.8em;
}

td.menu-item-hover {
	color: #ffe766;
	background-color:#406051;
	font-size:0.8em;
	width:100px;
}

td.menu-item-selected {
	color: #ffc000;
	font-size:0.8em;
	width:100px;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #ffc000;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}




/* @group Forms */

.secure-login, .newsletter-form, div#placeholder-box1 {
	background: #262B29;
	border: none;
	margin-bottom: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
}

div#placeholder-box1 {
	padding: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	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: #ffe766;
	text-decoration: none;	
}

a:hover, a:active {
	color: #ffe766;
	text-decoration: underline;
}

div#nav a:link, div#nav a:visited {
	color: #ffe766;
	text-decoration: none;	
}

div#nav a:hover, div#nav a:active {
	color: #ffe766;
	text-decoration: underline;
}


/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background: #313634 url(/images/cssimg/bg-13-1.png) repeat-x 0 0;
	margin: 0;
}

div#header {
	margin-bottom: 18px;
}

.header h2 {
	float:right;
	text-align:center;
	padding-top:15px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	color:#FFF;
	width:250px;
	font-weight:bold;
}

div#header, div#header-left {
	height: 108px;
}

div#header-right {
	height: 108px;
}

div#placeholder-logo {
	padding-top: 24px;
}

div#placeholder-nav {
	height: 36px;
}

div#placeholder-nav table {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:1.6em;
}

div#placeholder-nav td {
	vertical-align: middle;
	text-align:center;
	width:60px;
}

div#placeholder-hero {
	/*height: 216px;*/
	margin: 0 0 18px;
	width: 950px;
}

#orderPortrait {
	float:right;
	margin-right:10px;
	width:250px;
}

#orderPortrait-form {
	float:left;
	height:250px;
	width:250px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#orderPortrait h2, #orderPortrait-form h2 {
	text-align:center;
	padding-top:8px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	color:#FFF;
	width:250px;
	font-weight:bold;
}

div#placeholder-rss {
	height: 16px;
	line-height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#placeholder-search {
	margin-bottom: 18px;
	padding: 18px;
}

div#placeholder-search input.cat_textbox_small {
	width: 150px;
}

div.whoslogged {
	height: 36px;
	line-height: 36px;
	text-align: right;
}

.clearthefloats {
	clear:both;
	}
	
#blogNews {
	width:300px;
	float:left;
	padding-left:40px;
}

#blogNews h2 {
	text-align:center;
	padding-top:8px;
	margin-right:10px;
	font-family:"Courier New", Courier, monospace;
	font-size:2em;
	color:#FFF;
	width:250px;
	font-weight:bold;
}

#blogNews h2 a:link, #blogNews h2 a:visited  {
	color:#FFF;
	text-decoration:none;
}

#blogNews h2 a:hover {
	color:#ffe766;
	text-decoration:underline;
}
	

#homeText {
	width:600px;
	float:left;
}

#homeText h2 {
	padding-bottom:10px;
	width:600px;
	border-bottom:1px dotted #666;
	margin-top:10px;
}
