@charset "utf-8";
/* CSS Document */

/* Erik Meyer Global Reset @ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, form {
margin: 0;
padding: 0;
}

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #f0f5f6;
	margin: 0 auto; 
	padding: 0;
	text-align: center;
	color: #666666;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}


#container { 
	width: 759px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
	position: relative;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

} 


#header { 
  margin-top: 0px;
  height: 151px;
  min-height: 178px;
  width: 760px;
  padding: 0;
  background:url(../images/header.jpg) top no-repeat;
} 


#main  {
	float: left;
	width: 510px;
	padding: 0 5px 0 20px;
	margin: 0 0 30px 0;
	min-height: 600px;
}

#right  {
	float: left;
	width: 180px;
	margin: 0 0 0 25px
}

#mainWide {
	float: left;
	width: 375px;
	padding: 0 20px 20px 20px;
	min-height: 600px;

}

#mainWide2 {
	float: left;
	width: 740px;
	padding: 0 0 0 20px;
	min-height: 600px;

}

#rightWide  {
	float: left;
	width: 290px;
	padding: 8px 0 0 30px;
	border-left: 1px dotted #ccc
}

#rightNarrow  {
	float: left;
	width: 200px;
}


#footer {
	clear: both;
	border-top: 4px solid #9cc;
	width: 760px;
	font-size: 95%;
}

#footer p {
	text-align: center;
	font-size: 90%;
	margin: 10px 0 20px 0;

}

#center {
	width: 280px;
	float: left;
	margin: 0 0 0 25px;
}


/* Navigation system based on Suckerfish dropdown http://www.alistapart.com/articles/dropdowns/ */
ul#nav {
	list-style: none;
	padding: 0;
	margin: 30px 13px 5px 5px; 
	width: 753px;
	height: 35px;
	font-size: 110%;
}


#nav li {
	float: left;
	position: relative;
	height: 20px;
	text-align: center;
	cursor: default;
	padding: 8px 0 0 0;	
}



#nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 7px 0 7px;
	border-right: 1px dotted #fff;
	display: block;
}

#nav a:hover {
	text-decoration: none;
	color:#c36;
	display: block;
}

#nav a.end {
	border-right: none
	}
	
#nav a:hover.end {
	text-decoration: none;
}



#home #linkHome a, #about #linkAbout a, #shop #linkShop a, #commissions #linkCommissions a, #testimonials #linkTestimonials a, #openhouse #linkOpenhouse a, #contact #linkContact a, #order #linkOrder a, #news #linkNews a {
	color: #c36;
}

#logo {
	padding: 30px 0 0 15px;
}

a {
	text-decoration: none;
	color: #099;
}

a:hover {
	color: #c36
}

a.big {
	font-size: 110%;
}


.box {
	margin: 0 0 25px 0;
	background-color: #f0f5f6;
	width: 180px;
	font-size: 95%;
}

.box2 {
	margin: 0 0 25px 0;
	width: 180px;
	font-size: 95%;
}

.boxLeft {
	clear: left;
	float: left;
	width: 200px;
	margin: 20px 0 0 0;
	background-color: #f0f5f6;
	font-size: 95%;
}

.box p, .boxLeft p {
	padding: 7px 0 7px 7px;
}

.box p a, .boxLeft p a {
	color: #099;
}

img {
	border: none;
}

h1 {
	color: #fff;
	margin: 0 0 20px 0;
}

h2 {
	color: #6cc;
	font-size: 130%;

}

h3 {
	color: #6cc;
	font-size: 100%;

}

.subMenu {
	width: 180px; 
	float: right;
	margin: 0 0 0 300px;
}


#gallery td table {
		text-align: center;
}

.WebYepGalleryContainer {
	text-align: center;
}

.title {
	display:none;
}

#extraLinks {
	float: left;
	margin: 55px 0 0 0;
	width: 200px
	
}

#mainWide ul {
	margin: 0 0 0 15px;
}

.nextPage {
	float: right;
	width: 115px;
	padding: 5px;
	border: 1px solid #099;
	margin: 0 20px 0 0;
}

