html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1em}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

html {
	overflow-y: scroll;
}
body {
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background-color: #e8b52f;
}

/* 
-----------------------------------------------------------------------------
Spacing
-----------------------------------------------------------------------------*/

ol {list-style: decimal;}

ul {list-style: disc;}

li {margin-left: 30px;}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}
h1 {
	font-size: 22px;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #d9a10d;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #d9a10d;
	text-decoration: underline;
}

/* 
-----------------------------------------------------------------------------
Layout
-----------------------------------------------------------------------------*/
#container {
	width: 918px;
	text-align: left;
	margin: 0px auto 30px auto;
	padding: 0px;
	position: relative;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	background-color: #FFFFFF;
}
#header {
	background: url(../images/bg_header.jpg) no-repeat top left;
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
}
#sub_header {
	border: #785907 6px solid;
	padding: 1px;
	height: 312px;
	line-height: 1.7em;
	clear: both;
}
#main {
	clear: both;
	width: 916px;
	/*overflow: auto;*/
	margin: 0px 1px;
	background: url(../images/bg_main.jpg) repeat-y top left;
	line-height: 1.7em;
}
#main_top {
	background: #FFFFFF url(../images/bg_main_top.jpg) no-repeat top left;
	height: 13px;
	overflow: hidden;
}
#left {
	float: left;
	display: inline;
	width: 635px;
	padding-left: 20px;
	padding-top: 5px;
}
#left_sidebar {
	width: 195px;
	float: left;
	background: #FFFFFF;
	padding-right: 30px;
}
#right {
	float: right;
	width: 195px;
	display: inline;
	margin-right: 3px;
	padding: 5px 20px 0px;
	color: #FFFFFF;
	background: url(../images/bg_right.jpg) no-repeat top left;
	/* min-height and ie6 fix */
	min-height: 371px;
	height: auto !important;
	height: 371px;
}
.content {
	padding: 10px;
	width: 706px;
	background-color: #FFFFFF;
	border-right: #7c6d3b 1px solid;
	border-left: #7c6d3b 1px solid;
}
#logo {
	margin-left: 25px;
}

/* 
-----------------------------------------------------------------------------
Navigation - main
-----------------------------------------------------------------------------*/
#navigation {
	height: 32px;
	padding: 112px 16px 0px 19px;
}
/*#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#navigation li a {
	display: block;
	background: url(../images/bg_nav.jpg) repeat-x 0px -32px;
	padding: 7px 18px;
	font-size: 16px;
	white-space: nowrap;
	_width: 1%; /*Fix for ie6*-/
}
#navigation li a:hover {
	background-position: 0px -0px;
	color: #FFFFFF;
	text-decoration: none;
}*/

/* 
-----------------------------------------------------------------------------
Sub_header
-----------------------------------------------------------------------------*/
#sub_left {
	float: left;
	width: 205px;
	height: 260px;
	display: inline;
	border: #e8b52f 1px solid;
	margin: 5px 0px 0px 5px;
	padding: 20px 5px 20px 15px;
	font-size: 12px;
	line-height: 1.6em;
	overflow: hidden;
}
#sub_left ul {
	margin: 0px;
	padding: 0px;
}
#sub_left li {
	margin-left: 10px;
}
#sub_right {
	float: right;
	display: inline;
	width: 666px;
	height: 312px;
	overflow: hidden;
}
#sub_header #slideshow {
	width: 666px;
	height: 312px;
}

/* 
-----------------------------------------------------------------------------
Main
-----------------------------------------------------------------------------*/
#main h1 {
	border-bottom: #e8b52f 1px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/* 
-----------------------------------------------------------------------------
Left Sidebar
-----------------------------------------------------------------------------*/

#left_sidebar ul, #left_sidebar li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#left_sidebar li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: #e8b52f 1px solid;
	overflow: auto;
}
#left_sidebar h2 {
	font-size: 14px;
}
#left_sidebar .date {
	float: right;
	font-size: 12px;
	font-weight: bold;	
}
a.btn_rss {
	display: block;
	width: 100px;
	height: 60px;
	overflow: hidden;
	text-indent: -999em;
	background:url(../images/btn_rss.gif) no-repeat top left;
	clear: both;
}
a.btn_rss:hover {
	background-position: 0px -60px;
}

/* 
-----------------------------------------------------------------------------
Right Sidebar
-----------------------------------------------------------------------------*/

#right h1 {
	color: #e8b52f;
}
#right .links {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#right .links li {
	margin: 0px;
	padding: 0px;
}
#right .links li a {
	display: block;
	padding: 4px 0px 4px 5px;
	margin: 0px;
	border-bottom: #e8b52f 1px solid;
	text-decoration: none;
	_height: 1%; /*Fix for ie6*/
}
#right .links li a:hover {
	background-color: #543F06;
	color:#FFFFFF;
}



/* 
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #000000;
	height: 37px;
	font-size: 12px;
	text-align: right;
	clear: both;
	background:url(../images/bg_footer.jpg) no-repeat top left;
	line-height: 1.2em;
}
#footer .spacer{
	color: #FFFFFF;
}
#footer #iselect{
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color: #8a7b43;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #8a7b43;
	text-decoration: underline;
}
#copyright {
	float: left;
	width: 670px;
	padding-top: 10px;
	text-align: center;
}
#design_by {
	float: right;
	margin: 2px 15px 0px 0px;
	text-align: center;
	width: 200px;

}

/* 
-----------------------------------------------------------------------------
Misc
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
}
#spunny { /* hunny pot to repel spam */
	display: none;
}
.small_text {
	font-size: 10px;	
}
.red_text, .error {
	color: #FF0000;
}
.float_right {
	float: right;
}
.photo_right {
	margin: 0px 0px 10px 10px;
	float: right;
}
.date {
	font-size: 10px;
	margin-bottom: 0px;
}
.file_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.file_list li {
	margin: 0px;
	padding: 0px;
}
.entry {
	clear: both;
	overflow: hidden;
	margin-bottom: 2em;
}

/* 
-----------------------------------------------------------------------------
Photo Gallery Lightboxes
-----------------------------------------------------------------------------*/
.gallery {
	overflow: auto;
	width: 100%;
	padding-bottom: 15px;
}
.gallery a {
	float: left;
	margin: 0px 9px 10px 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.gallery a:hover {
	margin: 2px 7px 8px 2px;
	padding: 0px;
	border: 1px solid #00429D;
}

/* 
-----------------------------------------------------------------------------
Pagination
-----------------------------------------------------------------------------*/
.pagination {
	clear: both;
	padding: 10px 0px;
	text-align: right;
}
.pagination a {
	padding: 2px;
	margin: 0px 1px;
	text-decoration: none;
}
.pagination a:hover {
	padding: 2px;
	margin: 0px;
	border: 1px solid #000000;
	background: #463404;
	color: #E8B52F;
}
.pagination .current {
	padding: 2px 4px;
	border: 1px solid #463404;
	background: #E8B52F;
	color: #463404;
}

/* 
-----------------------------------------------------------------------------
iSelect Promo
-----------------------------------------------------------------------------*/
#iselect_design {
	position: relative;
}
#iselect_design a, #iselect_design a:hover  {
	text-decoration: none;
}
#iselect_promo {
	display: none;
	position: absolute;
	width: 336px;
	height: 50px;
	top: -1.5em;
	left: -160px;
	z-index: 100;
	letter-spacing: -1000em;
	text-indent: -999em;
	overflow: hidden;
	background: url(http://www.iselect.net/images/iselect_footer.gif) 0 0 no-repeat;
	opacity: 0.9;
	filter: alpha(opacity=90); /* for IE */
	cursor: pointer;
}

