/* CSS for wildlifeartcompany.com */

/*GENERAL*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #75a195;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
}
img {
	text-decoration: none;
	border: 0px;
}
#container {
	width: 800px;
	height: 715px;
}
#container_long {
	width: 800px;
}
#top {
	float: left;
	height: 154px;
	width: 800px;
	text-align: right;
	margin-top: 17px;
}
#container_about {
	width: 800px;
	height: 600px;
	background-image: url(images/bumble_bee.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#box {
	height: 435px;
	width: 800px;
}

#back {
	float: right;
	height: 10px;
	width: 630px;
	text-align: left;
}

#searchBox {
	float: left;
	height: 20px;
	width: 800px;
	text-align: left;
	margin: -35px 0 5px 0;
}


.clear
{
clear: both;

}

/* NAVIGATION */


#nav {
	float: left;
	width: 800px;
	height: 20px;
	text-align: center;
	margin-top: 10px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 4px;
}
#nav li {
	display:inline;
	padding:0px 4px 0px 4px;
	margin:0;
}
#nav li a {
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #d5d5d5;
}
#nav li a:hover {
	background-color: #FFFFFF;
	color: #e8af3d;
}
#nav #currentpage a {
	color: #e8af3d;
}


a:link {
	color: #75a195;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-weight: bold;
	color: #e8af3d;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #e8af3d;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #75a195;
	text-decoration: none;
}
#image_container {
	width: 295px;
	height: 300px;
	float: right;
	margin-top: 50px;
	margin-right: 10px;
}

#image_container #homepage_image
{
margin-left: 25px;
}

#artist_image_container {
	width: 295px;
	height: 300px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#artistintro_image_container {
	width: 295px;
	height: 300px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
}


#index_container {
	width: 800px;
	height: 310px;
	float: left;
	margin-top: 80px;
}

#text {
	width: 300px;
	float: left;
	color: #333333;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
}
#text_index {
	width: 360px;
	float: left;
	color: #333333;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px 20px 0px 20px;
}

#quotes
{
	color: #75a195;
	padding: 10px;
	font-style: italic;
	margin: 5px 0 0 0;
	font-weight: bold;
}

#quotes p
{
	margin: 0;
	padding: 0;
}

#quotes p span
{
	font-weight: normal;
	}


#nav02 {
	text-align: right;
	float: left;
	height: 20px;
	width: 800px;
	margin-top: 10px;
}
#nav02 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 4px;
}
#nav02 li {
	display:inline;
	padding:0px 4px 0px 4px;
	margin:0;
}
#nav02 li a {
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #d5d5d5;
}
#nav02 li a:hover {
	background-color: #FFFFFF;
	color: #e8af3d;

}
#nav02 #currentpage a {
	color: #e8af3d;
}

#text_main {
	float: left;
	min-height: 505px;
	width: 800px;
	margin-top: 10px;
	border: 1px solid #e8af3d;
	padding-bottom: 10px;
}
#text_main_alt {
	float: left;
	height: 400px;
	width: 800px;
	margin-top: 40px;
	background-image: url(../images/box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#text_main_long {
	float: left;
	width: 800px;
	margin-top: 10px;
	border: 1px solid #e8af3d;
	min-height: 505px;
}

#menu {
	float: left;
	height: 310px;
	width: 140px;
	margin-top: 50px;
	margin-bottom: 40px;
	background-image: url(../images/menu_divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	margin-left: 10px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 60px;
}
#menu li {
	display:block;
	padding:0px 4px 0px 4px;
	margin:20px 0px 0px 0px;
}
#menu li a {
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #d5d5d5;
}
#menu li a:hover {
	background-color: #FFFFFF;
	color: #e8af3d;

}
#menu #currentpage a {
	color: #e8af3d;
}

a:link .otherlink {
    text-decoration: underline;
}

#menu_gallery {
	float: left;
	height: 380px;
	width: 140px;
	margin-top: 20px;
	margin-bottom: 40px;
	background-image: url(../images/menu_divider_long.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	margin-left: 10px;
}
#menu_gallery ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 30px;
}
#menu_gallery li {
	display:block;
	padding:0px 4px 0px 4px;
	margin:20px 0px 0px 0px;
}
#menu_gallery li a {
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #d5d5d5;
}
#menu_gallery li a:hover {
	background-color: #FFFFFF;
	color: #e8af3d;

}
#menu_gallery #currentpage a {
	color: #e8af3d;
}




#text_container { /* static pages  - and quick search page  - need to change this template */ 
	float: right;
	width: 630px;
	margin-top: 40px;
	text-align: left;
	color: #333333;

}
#text_detail { /* detail page */
	float: left;
	width: 315px;
	text-align: left;
	margin-left: 20px;
	margin-top: 40px;
}

#text_container_index { /* home page */
	float: right;
	/*height: 325px;*/
	width: 790px;
	margin-top: 30px;
	text-align: left;

}
#text_container_search { /* lightbox/results page */
	float: left;
	margin-top: 20px;
	text-align: left;
	color: #333333;
	padding-left: 25px;
	
}
.heading01 {
	font-size: 12px;
	font-weight: bold;
	color: #75a195;
}
#contact {
	text-align: left;
	float: left;
	height: 30px;
	width: 800px;
	margin-top: 5px;
}
#text_container_detail {
	width: 800px;
	min-height: 400px;
}
#image_container_detail {
	float: right;
	width: 450px;
	height: 450px;
	margin-right: 5px;
	margin-top: 10px;
}

#image_container_detail table {
	height: 450px;
}

#outer {
	height: 450px;
	overflow: hidden;
	position: relative;
}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {
	position: relative;
	top: -50%
} /* for explorer only */
/* optional: #inner[id] {position: static;} */
.red {
	color: #FF0000;
}

.resultBox
{
width: 160px;
margin-right: 20px;
}

#newSearchResults
{
width: 650px;
float: left; 
}

#newQuickSearch
{
float: left; 
width: 330px;
text-align: right;
}

#quickPictureSearch

{
	display: inline;
/*
float: left; 
margin: 0 0 10px 0;*/
}

#artistsMenu
{
	margin: 0 20px 15px 20px;
}

#artistsMenu li
{
padding: 0 0 0 2px;
margin: 0;
border-right: 1px solid #e8af3d;
line-height: 1.5em;
}

#artistsMenu li a
{
padding: 0 5px 0 0;
}

#artistsMenu li.last
{
	border-right: none;
}

.guideBox {
    margin: 0 20px 10px 5px;
}

.guideTitle {
    width: 150px;
    font-weight: bold;
}

.smaller_link {
	/*font-size: 11px;*/
	font-weight: normal !important;
	text-decoration: underline !important;
	color: #000 !important;
}

#bottom {
    text-align: right;
    margin: -30px 0 0 0;
}


/* .results paging */
.a {
    width: 20px;
}

.b {
    width: 120px;
}

.c {
    width: 20px;

}

.d {
    padding-left: 200px;

}

