@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	color: #516879;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #FFFFFF;
	height: 100%;
	text-align: center;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 850px;
	background-color: #FFFFFF;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
} 
#containerbio {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 850px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
} 

#indexlogo {/*main logo on first page*/
	margin-top: 40px;
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
#header {
	height: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#header   img {
	padding-left: 5px;
	padding-top: 0px;
}

#mainContent {
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 0px;
	height: 402px;
}
#mainContentTopNav {
	margin-top: 10px;
	width: 834px;
	margin-left: 10px;
	position: relative;
	margin-bottom: 0px;
	height: 402px;
}

#mainContentgallery {
	margin-top: 6px;
	width: 834px;
	margin-left: 10px;
	position: relative;
	margin-bottom: 20px;
	height: 400px;
}
#mainiframe {
	width:834px;
	padding:0;
	height:420px;
	border: 0px none #FFFFFF;
}

#mainContentflexy {
	margin-top: 6px;
	width: 834px;
	margin-left: 10px;
	position: relative;
	margin-bottom: 20px;
}
#mainContentbio {
	width: 720px;
	text-align: left;
	height: 300px;
}

h2 {
	font: normal 25px Arial;
	color: #597C9F;
	padding-top: 0px;
}

h3  {
	font-size: 20px;
}
h5 {
	font-size: 14px;
}
.picscontacttitle {
	margin-bottom: 10px;
}
.picscontactp {
	margin-left: 10px;
}

.picscontact {
	margin-top: 10px;
	margin-bottom: -10px;
}
#googleiframe {
	float: right;
	margin-left: 10px;
}


#sidebartop {
	margin-top: 10px;
	font-size: 12px;
	float: right;
	margin-right: 10px;
}
#sidebartop a:link {
	font-size: 12px;
	color: #516879;
	text-decoration: none;
}


#sidebartop a:visited {
	color: #516879;
	text-decoration: none;
}


#sidebartop a:hover {
	text-decoration: none;
	color: #a0cdee;
}

#sidebartop a:current {
	color: #a0cdee;
}


#footer {
	font-size: 9px;
	text-align: right;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #516879;
	margin-right: 10px;
	margin-left: 10px;
	padding: 4px;
	position: relative;
} 

#flash_intro {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	height: 300px;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
}

/* begin underline menu */
/* begin underline menu */
/* begin underline menu */

.underlinemenu {
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #516879;
	margin-right: 10px;
}


.underlinemenu ul {
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;

}

.underlinemenu ul li {
display: inline;
}

.underlinemenu ul li a {
	color: #516879; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 15px; /*spacing between each menu link*/
	text-decoration: none;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #516879;
	font-weight: bold;
}

.underlinemenu ul li a:hover {
	border-left-color: #a0cdee;
}

.underlinemenu ul li a:current {
	border-left-color: #a0cdee;
	background-color: #a0cdee;
}

body#furhome a#furhomenav,
body#clothhome a#clothhomenav,
body#customhome a#customhomenav,
body#wallhome a#wallhomenav,
body#lighthome a#lighthomenav,
body#smallitemshome a#smallitemshomenav {
	border-left-color: #a0cdee;
}

/* end underline menu */
/* end underline menu */
/* end underline menu */

/* begin underline menu detail */
/* begin underline menu detail */
/* begin underline menu detail */

.underlinemenudetail{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.underlinemenudetail ul{
	padding: 0px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left;

}

.underlinemenudetail ul li{
display: inline;
}

.underlinemenudetail ul li a {
	color: #516879; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 15px; /*spacing between each menu link*/
	text-decoration: none;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #516879;
}

.underlinemenudetail ul li a:hover {
	border-bottom-color: #a0cdee;
}

body#anthome a#anttablesnav,
body#antchairs a#antchairsnav,
body#antdesks a#antdesksnav,
body#antlamps a#antlampsnav,
body#antstorage a#antstoragenav,
body#antmisc a#antmisknac {
	border-bottom-color: #a0cdee;
}

/* end underline menu detail */
/* end underline menu detail */
/* end underline menu detail */



/*beginning slideshow (genereting the galleries) styles*/
/*beginning slideshow (genereting the galleries) styles*/
/*beginning slideshow (genereting the galleries) styles*/

.slideshow{ /*CSS for DIV containing each image*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 7px;
	height: 150px;
	margin-top: 10px;
}

.slideshow img { /*CSS for each image tag*/
	padding: 7px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.slideshow img:hover { /*CSS for each image tag*/
	background-color: #C9E2F5;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
	margin-top: 10px;
	margin-left: 16px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-family: Arial, Helvetica, sans-serif;
color: #516879;
font-size: 12px;
}

#navlinks a:hover {
	text-decoration: none;
	color: #a0cdee;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
	background-color: #a0cdee;
}
/*end slideshow (genereting the galleries) styles*/
/*end slideshow (genereting the galleries) styles*/
/*end slideshow (genereting the galleries) styles*/
.front {
	margin: 0px;
	padding: 0px;
	width: 830px;
	height: 402px;
}

