/* general body styles */
body {
		font-size: 13px;
		color: #19304a;
		margin: 0px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		background: #000 url('bg-pattern.jpg') fixed;
}
	
h1, h2, h3, h4 {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-top: 0px;
		color: #0059a2;
}
	
p {
		font-size: 13px;
		line-height: 2;
}
	
/* general link styles */
a:link {
		color: #19304a;
		text-decoration: none;
}
a:visited {
		color: #19304a;
		text-decoration: none;
}
a:hover {
		color: #fe9512;
		text-decoration: underline;
}
	
/* message styles */
#tmpl_message_table {
		width: 900px;
		color: #ec861a;
		font-size: 11px;
		height: 34px;
		z-index: 1;
		position: relative;
		background: url('msg-top-bg.gif') repeat-x;
}
#tmpl_message_table td {}
#tmpl_message_table td.left {
		padding-left: 10px;
}
#tmpl_message_table td.right {
		text-align: right;
		padding-right: 10px;
}
#tmpl_message_table td a {
		color: #ec861a;
		text-decoration: none;
		font-weight: bold;
}
#tmpl_message_table td a:visited {
		color: #ec861a;
}
#tmpl_message_table td a:hover {
		color: #fff;
		text-decoration: underline;
}
/* tab styles */
#tmpl_tab_table {
		width: 900px;
}
#tmpl_tab_table.popup {
		margin-top: 15px;
}
#tmpl_tab_table td.left {
		width: 19px;
}
#tmpl_tab_table td.middle {
		background: url('nav-bg.gif') repeat-x top;
		vertical-align: bottom;
}
#tmpl_tab_table td.right {
		width: 19px;
}
	
#tmpl_tab_table ul {
		margin: 0px;
		padding: 0 0 0 26px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tmpl_tab_table ul li {
		list-style: none;
		line-height: 48px;
		float: left;
		margin: 0px;
		padding-left: 20px;
		padding-right: 20px;
		color: #ec861a;
		font-size: 12px;
		font-weight: none;
		text-decoration: none;
		text-align: center;
}
#tmpl_tab_table ul li.selected {
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		background: url('nav-bg-selected.gif') repeat-x top;
}
#tmpl_tab_table ul li a {
		color: #ec861a;
		text-decoration: none;
}
#tmpl_tab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
}
#tmpl_tab_table ul li.selected a {
		color: #fff;
		text-decoration: none;
}
#tmpl_tab_table ul a:hover {
		text-decoration: underline;
}
#tmpl_tab_table ul li div.right {}
#tmpl_tab_table ul li.selected div.right {}
#tmpl_tab_table ul li div.bg {}
#tmpl_tab_table ul li.selected div.bg {}
	

/* top nav styles */
#tmpl_top_nav {
		color: #000;
		font-size: 12px;
		font-weight: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
		padding: 10px;
}
#tmpl_top_nav a {
		color: #000;
		font-weight: bold;
		text-decoration: none;
}
#tmpl_top_nav a:visited{
		color: #000;
		font-weight: bold;
		text-decoration: none;
}	
#tmpl_top_nav a:hover{
		color: #0059a2;
		font-weight: bold;
		text-decoration: underline;
}
/* body styles */
#tmpl_body {
		width: 900px;
		background: url('body-bg.jpg') repeat-y;
}
#tmpl_body td.tmpl_body_container {
		vertical-align: top;
		padding: 5px 35px 0px 35px;
}

/* footer styles */
#tmpl_footer_table {
		width: 900px;
		height: 66px;
		color: #838891;
		font-size: 11px;
}
#tmpl_footer_table td.middle {
	text-align: center;
	margin: 0px auto;
	padding: 15px 0 0 0;
		background: url('footer-bg.jpg') repeat-x top;
}
#tmpl_footer_table td.bottom {
		text-align: right;
}
#tmpl_footer_table td.bottom a {
		color: #838891;
}
#tmpl_footer_links {
		width: 900px;
		padding: 10px;
		color: #838891;
		font-size: 11px;
}
#tmpl_footer_links td a {
		color: #838891;
		text-decoration: none;
}
#tmpl_footer_links td a:hover {
		color: #ec861a;
		text-decoration: underline;
}
#tmpl_footer_links td img {
		border: none;

}
#tmpl_footer_links td.right {
		text-align: right;
}
/* CUSTOM CODE */
#page-wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}
input, textarea, select {
	border: 1px solid #555;
	background: #fff;
	padding: 3px;
	margin: 0 2px 0 0;
}
fieldset {
	border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #d1d1d1;
	padding: 6px;
}
/*ol, ul, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	list-style: none;
	color: #221005;
}*/

/* =================================================================*/
/* -------------------->>> UNIQUE PAGE TAGS <<<---------------------*/
/* -------|  These are the unique customizable site tags  |---------*/
/* =================================================================*/

.body {
	width: 760px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: table;
	clear: both;
}

.image {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.body-main {
	width: 580px;
	margin: 5px 10px 0px 0px;
	padding: 0px 0px 25px 0px;
	text-align: left;
	float: left;
}

.body-post {
	width: 580px;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 40px 5px;
	display: table;
	border-bottom: 2px dotted #a7a9ad;
	text-align: left;
	float: left;
	font-size: 12px;
}

#adsense {
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	display: table;
	text-align: left;
	float: left;
}

.body-sidebar {
	width: 211px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 25px 5px;
	background: url('search-bg.jpg');
	border: 1px solid #4f1000;
	text-align: left;
	float: right;
}

.body-sidebar li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	list-style: none;
}

.sidebar-title {
	width: 211px;
	height: 27px;
	background-image: url('sidebar-title_bg.gif');
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
}

.sidebar-title_txt {
	height: 1px;
	float: left;
	margin: 5px 0px 0px 60px;
	padding: 0px 0px 0px 0px;
}

.sidebar-txt {
	width: 190px;
	margin: 0px 0px 0px 22px;
	padding: 0px 0px 0px 0px;
	line-height: 22px;
	float: left;
	clear: both;
}

.sidebar-txt ul {
	margin-left: 0px;
	padding-left: 0px;
}


.atomword-button {
	width: 88px;
	height: 31px;
	margin: 30px 0px 10px 25px;
	float: left;
	clear: both;
}

/*------------*/

.body-comments {
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 5px 0px;
	clear: both;
}

.body-comments .body-bar {
	width: 500px;
}

.body-comments-post {
	width: 470px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	clear: both;
}

#comment-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 10px 0px 10px 15px;
	padding: 3px 0px 0px 0px;
	line-height: 22px;
	list-style: none;
}

#comment-list li {
	padding: 10px 0px 0px 0px;
}

#comment-list li div#content {
	padding: 5px 0px 10px 15px;
}

#comment-list li span#author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px -7px 0px;
	padding: 5px 0px 0px 5px;
}

#comment-list li span#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 10px 0px 10px 5px;
	padding: 3px 0px 0px 0px;
	line-height: 22px;
	list-style: none;
}

.comment_tbl tr td {
}

.comment_tbl tr td.title {
	background: #a4a6a9;
}

.comment_tbl tr td.label {
	background: #a4a6a9;
}

/*------------*/



/* ===============================================================*/
/* -------------------->>> MISC FONT TAGS <<<---------------------*/
/* ------|  These are the miscellaneous custom font tags  |-------*/
/* ===============================================================*/

#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 17px;
	color: #221005;
}

#main a {
	color: #221005;
	text-decoration: none;
}

#main a:hover {
	color: #000;
	text-decoration: underline;
}

#main a:active {
	color: #000;
	text-decoration: underline;
}

#main a:visited {
	color: #221005;
	text-decoration: none;
}

#main a:visited:hover {
	color: #000;
	text-decoration: underline;
}

/*------------*/

#main-bc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 17px;
	color: #221005;
}

#main-bc a {
	color: #221005;
	text-decoration: none;
}

#main-bc a:hover {
	color: #000;
	text-decoration: underline;
}

#main-bc a:active {
	color: #000;
	text-decoration: underline;
}

#main-bc a:visited {
	color: #221005;
	text-decoration: none;
}

#main-bc a:visited:hover {
	color: #000;
	text-decoration: underline;
}

/*------------*/

#post-date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	vertical-align: text-top;
	letter-spacing: 1px;
	color: #6d360f;
}

/*------------*/

#post-footer {
	font-size: 9px;
}

/*------------*/

#sidebar-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: text-top;
	color: #FFF;
}

#sidebar-title a {
	color: #FFF;
	text-decoration: none;
}

#sidebar-title a:hover {
	color: #FFF;
	text-decoration: none;
}

#sidebar-title a:active {
	color: #FFF;
	text-decoration: none;
}

#sidebar-title a:visited {
	color: #FFF;
	text-decoration: none;
}

/*------------*/

#sidebar-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar-txt a {
	color: #FFF;
	text-decoration: none;
}

#sidebar-txt a:hover {
	color: #bec1c7;
	text-decoration: underline;
}

#sidebar-txt a:active {
	color: #FFF;
	text-decoration: underline;
}

#sidebar-txt a:visited {
	color: #FFF;
	text-decoration: none;
}

#sidebar-txt a:visited:hover {
	color: #000;
	text-decoration: underline;
}


/* ###################################
########### CUSTOM CSS ###########
####################################*/

/* Content wrapper */
#wrapper {
	width: 820px;
	margin: 0px auto;
	padding: 0px 0 0 0;
}
#header {
	height: 283px;
	text-align: center;
	margin: 0px auto;
	background: url('header-bg.jpg') no-repeat top;
}

/* ======================= NAVMENU CONTENT */
.navmenu-wrap {
	width: 779px;
}
.navmenu {
	width: 566px;
	height: 48px;
	float: left;
	margin: 235px 0px 0px 100px;
	text-align: center;
}
/* ======================= NORMAL BUTTONS */
a.srollover-btn1 {
	display: block;
	float: left;
	margin: 0px auto;
	width: 83px;
	height: 48px;
	background: url('home_btn.gif') no-repeat;
	text-decoration: none;
}
a.srollover-btn2 {
	display: block;
	float: left;
	margin: 0px auto;
	width: 115px;
	height: 48px;
	background: url('aboutme_btn.gif') no-repeat;
	text-decoration: none;
}
a.srollover-btn3 {
	display: block;
	float: left;
	margin: 0px auto;
	width: 146px;
	height: 48px;
	background: url('goshopping_btn.gif') no-repeat;
	text-decoration: none;
}
/* ======================= ROLLOVER BUTTONS */
a:hover.srollover-btn1 {
	background: url('home_btn-hover.gif') no-repeat;
}
a:hover.srollover-btn2 {
	background: url('aboutme_btn-hover.gif') no-repeat;
}
a:hover.srollover-btn3 {
	background: url('goshopping_btn-hover.gif') no-repeat;
}
/* ======================= BREADCRUMS NAVIGATION */
/* ======================= Aka: "You are here: Home" etc. */
.breadcrums-box {
	margin: 0px 0 0 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0 5px 0px;
	color: #0059a2;
}
.desc {
	margin: 0px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0 10px 0px;
}
	
/* Repeats BG img for content */
.body-bg {
	background: url('body-bg.jpg') repeat-y;
	padding: 0 0px 0 0px;
	margin: 0px auto;
}
#footer {
	color: #a4a6a9;
	background: url('footer-bg.jpg') no-repeat;
	text-align: center;
	font-size: 10px;
	height: 36px;
	padding: 35px 0 20px 0;
}

/* Clears out 'float' elements */
.clear {
	background: none;
	border: none;
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}