/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;

}

.clearfix:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
/* End hide from IE-mac */ 	

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#mydiv {
	position:absolute;
	top: 28%;
	left: 50%;
	width:779px;
	height:33em;
	margin-top: -8em; /*set to a negative number 1/2 of your height*/
	margin-left: -32.5em;
	background-repeat: no-repeat;
}
#mydivhome {
	position:absolute;
	top: 28%;
	left: 50%;
	width:779px;
	height:33em;
	margin-top: -8em; /*set to a negative number 1/2 of your height*/
	margin-left: -32.5em;
	background-color: #B2B2B2;
	background-repeat: no-repeat;
}
/* -------------------------- Top Nav ------------------------------------*/
#topNav {
	background-color: #FFFFFF;
	height: 30px;
}
#topNav li{
	list-style: none;
	float:left;
}
#topNav li a{
	display: block;
	text-indent: -5000px;
	height: 30px;
}

/* -------------------------- Home Button ------------------------------------*/
#topNav li a#homenav{
	width: 57px;
	background-image: url(images/home_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav a#homenav:hover, a#homenav:focus {
	background-image: url(images/home_butt.gif);
	background-position: left -29px;
}


body#home a#homenav{
	background-image: url(images/home_butt.gif);
	background-position: left -29px;
}

/* -------------------------- Ethos Button ------------------------------------*/
#topNav li a#ethosnav{
	width: 60px;
	background-image: url(images/ethos_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav a#ethosnav:hover, a#ethosnav:focus {
	background-image: url(images/ethos_butt.gif);
	background-position: left -29px;
}


body#ethos a#ethosnav{
	background-image: url(images/ethos_butt.gif);
	background-position: left -29px;
}
/* -------------------------- Exhibitions Button ------------------------------------*/
#topNav li a#exhibitionsnav{
	width: 97px;
	background-image: url(images/exhibitions_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav a#exhibitionsnav:hover, a#exhibitionsnav:focus {
	background-image: url(images/exhibitions_butt.gif);
	background-position: left -29px;
}


body#exhibitions a#exhibitionsnav{
	background-image: url(images/exhibitions_butt.gif);
	background-position: left -29px;
}
/* -------------------------- Awards Button ------------------------------------*/
#topNav li a#awardsnav{
	width: 73px;
	background-image: url(images/awards_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav a#awardsnav:hover, a#awardsnav:focus {
	background-image: url(images/awards_butt.gif);
	background-position: left -29px;
}


body#awards a#awardsnav{
	background-image: url(images/awards_butt.gif);
	background-position: left -29px;
}

/* -------------------------- Contact Button ------------------------------------*/
#topNav li a#contactnav{
	width: 83px;
	background-image: url(images/contact_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav a#contactnav:hover, a#contactnav:focus {
	background-image: url(images/contact_butt.gif);
	background-position: left -29px;
}


body#contact a#contactnav{
	background-image: url(images/contact_butt.gif);
	background-position: left -29px;
}

/* -------------------------- Portfolio Button ------------------------------------*/
#topNav li a#portfolionav{
	width: 83px;
	background-image: url(images/portfolio_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav a#portfolionav:hover, a#portfolionav:focus {
	background-image: url(images/portfolio_butt.gif);
	background-position: left -29px;
}


body#portfolio a#portfolionav{
	background-image: url(images/portfolio_butt.gif);
	background-position: left -29px;
}
body#porty a#portfolionav{
	background-image: url(images/portfolio_butt.gif);
	background-position: left -29px;
}
/* -------------------------- Products Button ------------------------------------*/
#topNav li a#productsnav{
	width: 87px;
	background-image: url(images/products_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav a#productsnav:hover, a#productsnav:focus {
	background-image: url(images/products_butt.gif);
	background-position: left -29px;
}


body#products a#productsnav{
	background-image: url(images/products_butt.gif);
	background-position: left -29px;
}
/* -------------------------- Links Button ------------------------------------*/
#topNav li a#linksnav{
	width: 54px;
	background-image: url(images/links_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav a#linksnav:hover, a#linksnav:focus {
	background-image: url(images/links_butt.gif);
	background-position: left -29px;
}


body#links a#linksnav{
	background-image: url(images/links_butt.gif);
	background-position: left -29px;
}
/* -------------------------- News Button ------------------------------------*/
#topNav li a#newsnav{
	width: 41px;
	background-image: url(images/news_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#topNav a#newsnav:hover, a#newsnav:focus {
	background-image: url(images/news_butt.gif);
	background-position: left -29px;
}


body#news a#newsnav{
	background-image: url(images/news_butt.gif);
	background-position: left -29px;
}

/* -------------------------- Content ------------------------------------*/
#mydiv .whitenums {
	color: #FFFFFF;
}
#content {
	margin-top: 18px;
	clear: both;
}
#left {
	float: left;
	background-color: #B2B2B2;
	width: 292px;
	height: 327px;
	margin-right: 6px;
		_margin-right: 3px;
}

#leftInner {
	width: 255px;
	margin-left: 32px;
	margin-top: 53px;
}
/* -------------------------- Main Sub Nav ------------------------------------*/
#subnav {
	display: block;
	height: 100px;


}
#subnav li{
	list-style: none;
	float:left;
	margin-bottom: 10px;
}
#subnav li a{
	display: block;
	text-indent: -5000px;
	height: 9px;
	width: 136px;
	font-size: 2px;
}

/* -------------------------- Lanscape Button ------------------------------------*/
#subnav li a#landscapenavover{
	background-image: url(images/landscapeart_butt.gif);
	background-position: left -23px;
	height: 9px;
}
#subnav li a#landscapenav{
	background-image: url(images/landscapeart_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
}
#subnav a#landscapenav:hover, a#landscapenav:focus {
	background-image: url(images/landscapeart_butt.gif);
	background-position: left -23px;
}









/* -------------------------- Lanscape Button ------------------------------------*/
#subnav li a#fabricationsnav{
	background-image: url(images/fabrications_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
}
#subnav a#fabricationsnav:hover, a#fabricationsnav:focus {
	background-image: url(images/fabrications_butt.gif);
	background-position: left -23px;
}
#subnav li a#fabricationsnavover{
	background-image: url(images/fabrications_butt.gif);
	background-position: left -23px;
	height: 9px;
}

/* -------------------------- Lanscape Button ------------------------------------*/
#subnav li a#photographicnav{
	background-image: url(images/photographichome_butt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
}
#subnav a#photographicnav:hover, a#photographicnav:focus {
	background-image: url(images/photographichome_butt.gif);
	background-position: left -23px;
}
#subnav li a#photographicnavover{
	background-image: url(images/photographichome_butt.gif);
	background-position: left -23px;
	height: 9px;
}




#textarea {
	clear: both;
	margin-top: 40px;
}
#textarea h1 {
	font-size: 14px;
	font-weight: normal;
	color: #890c08;
	padding-bottom: 6px;
}
#textarea h3 {
	font-size: 11px;
	color: #5A3D1B;
	font-weight: normal;
	padding-bottom: 7px;
	font-family: Tahoma, Verdana;
}
#textarea a:link, #textarea a:visited, #textarea a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#textarea a:hover, #textarea a:focus {
}
#contactarea {
	clear: both;
	background-image: url(images/mailmelogo.gif);
	background-position: right bottom;
	height: 177px;
	background-repeat: no-repeat;
	padding-top: 80px;
}
#contactarea a:link, #contactarea a:active, #contactarea a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#contactarea a:hover, #contactarea a:focus {
	text-decoration: underline;
}

#contactarea p {
	padding-bottom: 10px;
}


#left p {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Verdana;
	padding-right: 25px;
	text-align: justify;
}
#ethosbox p {
	font-size: 10px;
	color: #4D4D4D;
	padding-left: 70px;
}
#ethosbox {
	float: left;
	width: 481px;
	height: 327px;
	background-color: #FFFFFF;
}
#prodbox {
	float: left;
	width: 338px;
	height: 327px;
	background-color: #FFFFFF;
	margin-right: 6px;
}
#rightgrey {
	width: 137px;
	float: left;
	background-color: #B2B2B2;
	height: 327px;
	background-image: url(images/rightGreyLogo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#prodnav {
	text-align: right;
	margin-right: 24px;
	margin-top: 50px;
	font-family: Tahoma, Verdana;
}

#prodnav ul{
	background-image: url(images/tabfooter.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: right;
}
#prodnav ul li{
	display: inline;
	padding: 0;
	margin: 0;
	background-image: url(images/buttonback.jpg);
	text-align: right;
}
.red {
	color: #890C08;
}

#prodnav ul li a{
	text-decoration: none;
	text-align: right;
	font-size: 12px;
	display: block;
	background-image: url(images/buttonback.jpg);
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #FFFFFF;
	line-height: 13px;

} 


.now {
}


#prodnav ul li a:hover, #prodnav ul li a:focus{
	color: #890C08;

}






.eth {
	background-image: url(images/ethos_back.gif);
}
.land {
	background-image: url(images/landscapeBack.gif);
}
.house {
	background-image: url(images/contactHouse.jpg);
}
.lin {
	background-image: url(images/linksBack.gif);
	text-align: right;
}
#ethosbox h2 {
	font-size: 12px;
	font-weight: normal;
	color: #890C08;
	padding-top: 20px;
	text-align: right;
}
#ethosbox h3 {
	font-size: 11px;
	font-weight: normal;
	color: #8A644A;
	padding-left: 70px;
	padding-top: 10px;
}

.comments {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}


.frontlogo {
	padding-top: 80px;
}
#ethosbox .nw {
	padding-right: 40px;
}
#textarea .right {
	padding-left: 125px;
}
.white {
	color: #FFFFFF;
}




#portfolio {
	clear: both;
	margin-top: 40px;
}

#portfolio h1 {
	font-size: 14px;
	font-weight: normal;
	color: #890c08;
	padding-bottom: 6px;
}
#portfolio h3 {
	font-size: 11px;
	color: #5A3D1B;
	font-weight: normal;
	padding-bottom: 7px;
	font-family: Tahoma, Verdana;
	clear: both;
}
#portfolio a:link, #portfolio a:visited, #portfolio a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#portfolio a:hover, #portfolio a:focus {
	color: #890C08;
}
.brown {
	color: #5A3D1B;
}
#photo_left {
	clear: both;
	margin-top: 0px;
	background-image: url(images/lefty_logo.gif);
	background-position: left 80px;
	background-repeat: no-repeat;
	height: 175px;
}
#photo {
	height: 326px;
}

#photo_desc {
	height: 30px;
}

/* Left Nav CSS*/


#photo_left ul{
	background-image: url(images/tabfooter.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 15px;
	margin-left: 0;
}
#photo_left ul li{
	display: inline;
	padding: 0;
	margin: 0;
	background-image: url(images/buttonback.jpg);
}
#photo_left ul li a{
	color: #5A3D1B;
	text-decoration: none;
	text-align: right;
	font-size: 11px;
	display: block;
	background-image: url(images/buttonback.jpg);
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 8px;

} 
#photo_left ul li a:hover, #photo_left ul li a:focus{
	color: #890C08;

}
#photo_desc {
	width: 475px;
	margin-left: 300px;

	clear: both;
	margin-top: 10px;
}
#photo_desc p {
	font-size: 10px;
}
#bottomnav {
	float: right;
	width: 55px;
	text-align: right;
}
.brownbig {
	font-size: 11px;
	color: #8A644A;
}
.nw {
	text-align: justify;
}
#ethosbox a:link {
	font-size: 11px;
	color: #8A644A;
	text-decoration: none;
}
#ethosbox a:hover  {
	color: #B2B2B2;

}
#subnav_sub {
	margin-top: -20px;
	height: 70px;
}
#subnav_sub li{
	list-style: none;
	float:left;
}
#subnav_sub li a{
	display: block;
	text-indent: -5000px;
	height: 15px;
	width: 140px;
	font-size: 2px;
}
/* -------------------------- Design Button ------------------------------------*/
#subnav_sub li a#sub_design_nav_over{
	background-image: url(images/sub_design_red.gif);
	background-repeat: no-repeat;
}
#subnav_sub li a#sub_design_nav{
	background-image: url(images/sub_design_white.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#subnav_sub a#sub_design_nav:hover, a#sub_design_nav:focus {
	background-image: url(images/sub_design_red.gif);
}
/* -------------------------- Lanscape Button ------------------------------------*/
#subnav_sub li a#sub_landscape_nav_over{
	background-image: url(images/sub_landscape_red.gif);
	background-repeat: no-repeat;
}
#subnav_sub li a#sub_landscape_nav{
	background-image: url(images/sub_landscape_white.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#subnav_sub a#sub_landscape_nav:hover, a#sub_landscape_nav:focus {
	background-image: url(images/sub_landscape_red.gif);
	background-repeat: no-repeat;
}
/* -------------------------- Sculpture Button ------------------------------------*/
#subnav_sub li a#sub_sculpture_nav_over{
	background-image: url(images/sub_sculpture_red.gif);
	background-repeat: no-repeat;
}
#subnav_sub li a#sub_sculpture_nav{
	background-image: url(images/sub_sculpture_white.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#subnav_sub a#sub_sculpture_nav:hover, a#sub_sculpture_nav:focus {
	background-image: url(images/sub_sculpture_red.gif);
}
p.brown {
	color: #5A3D1B;
}
.al_right {
	text-align: right;
	float: right;
	font-size: 9px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 25px;
	_margin-right: 12px;
	display: block;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
