body {
	margin: 0;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	background: #f9f9fa url(../images/bg-main.gif) repeat;
	border-top: 5px solid #c1905c;
}

img {border: none;}

.clear-both {clear: both;}

.float-right {
	float: right;
	margin: 0 0 30px 50px;
}

.photo {
	border: 16px solid #fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .45);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .45);		
}

#header {
	width: 1083px;
	margin: 28px auto 0 auto;	
}

#logo {
	display: block;
	width: 291px;
	height: 104px;
	margin: 0 auto;	
}

#nav {
	width: 1049px;
	height: 40px;
	margin: 20px auto 7px auto;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;	
}
#nav ul {
	list-style-type: none;
	margin: 0;
	/*padding: 0 0 0 727px;*/
	font-size: 15px;
	letter-spacing: 1px;
	width: 421px;
	float: right;
}
#nav ul li {
	display: block;
	position: relative;
	float: left;
}
#nav li ul {display: none;}
#nav ul li a {
	display: block;
	height: 40px;
	padding: 0 12px;
	color: #795028;
	font-weight: 700;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

#nav ul li ul li a {
	display: block;
	height: 25px;
	color: #795028;
	line-height: 25px;
	text-decoration: none;
	padding: 3px 0px 5px 0px;
}

#nav ul li a:hover {color: #d1973f;}
#nav ul ul {padding: 0;}
#nav li:hover ul {
	display: block;
	position: absolute;
	top: 35px;
	left: 0;
	width: 201px;
	padding: 10px 10px 5px 10px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .25);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .25);
	z-index: 1000;
}
#nav li:hover li {
	float: none;
	font-size: 11px;
}
#nav li:hover a {}
#nav li li a {
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: normal;
	text-transform: none;
}
#nav li:hover li a:hover {}


#content {
	width: 1083px;
	margin: 0 auto;
	padding: 15px 0;
	background: #f1efea;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .20);
	box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .20); 	
}

#inner-content {
	width: 988px;
	margin: 0 auto;
	padding: 0 30px 30px 30px;
	background: #fff url(../images/bg-inner-content.gif) repeat;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .20);
	box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .20);
	border: 1px solid #fff;
}
#inner-content h1 {
	display: block;
	height: 65px;
	margin: 0 -30px 30px -30px;
	padding: 0 0 0 30px;
	color: #fff;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 65px;
	text-shadow: 0 1px 0 #ad651a;
	text-transform: uppercase;
	background: url(../images/bg-h1.gif) no-repeat;
}
#inner-content h3 {
	margin: 0 0 15px 0;
	color: #d2983f;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;	
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
}
#inner-content p {
	color: #53381d;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-align: justify;
}

#gallery {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#gallery .clear-both {
	display: block;
	height: 20px;
}
#gallery li {
	float: left;
	position: relative;
	width: 25%;
	min-height: 211px;
}
#gallery li h5 {
	display: block;
	width: 185px;
	height: 26px;
	margin: 0 auto;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	/* [disabled]letter-spacing: -1px; */
}
#gallery li img {
	position: absolute;
	bottom: 27px;
	left: 8px;
	border: 16px solid #fff;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .45);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .45);	
}
.order {
	position: absolute;
	bottom: 0;
	right: 0px;
	display: block;
	width: 72px;
	height: 27px;
	background: url(../images/btn-order.gif) no-repeat;
	border-style: none;
}
#paypal {
	position: absolute;
	bottom: 0;
	right: 9px;
	/* [disabled]width: 72px; */
	height: 30px;
}
.pulldown  {
	font-size: 11px;
	width: 121px;
	position: absolute;
	/* [disabled]left: 0px; */
	right: 92px;
	top: 5px;
	padding: 2px;
}

.button {
	border: none;
	width: 72px;
	height: 28px;
	background: url(../images/btn-order-new.gif) no-repeat top left;
	position: absolute;
	top: 4px;
	right: 15px;
}

.button:hover {
	background-position: 0px -28px;
	cursor: pointer;
}



.order:hover {background: url(../images/btn-order-over.gif) no-repeat;}

#my-work {margin: 20px 0 0 0;}

#footer {
	width: 1049px;
	margin: 8px auto 28px auto;
	padding: 32px 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;	
}

#footer h3 {
	margin: 0 0 15px 0;
	color: #b67e49;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;	
}
#footer p {
	margin: 0;
	color: #8c8480;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.6em;
}

#about, #navigate, #connect {float: left;}
#about {
	width: 386px;
	padding: 0 50px 0 44px;
	background: url(../images/sep-footer.png) top right no-repeat;
}
#about a {
	color: #000;
	text-decoration: underline;
}
#navigate {
	width: 165px;
	padding: 0 0 0 42px;
	background: url(../images/sep-footer.png) top right no-repeat;
}
#navigate ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
#content p a {
	color: #000;
	text-decoration: underline;
}

#navigate ul li {margin: 0 0 6px 0;}
#navigate ul li a {
	color: #000;
	font-size: 13px;
	text-decoration: underline;
}
#connect {
	width: 285px;
	padding: 0 0 0 77px;
}
#connect ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
#connect ul li {
	float: left;
	margin: 0 3px 0 0;
}
#connect ul li a {
	display: block;
	width: 28px;
	height: 27px;	
}
#facebook {background: url(../images/icon-facebook.png) no-repeat;}
#twitter {background: url(../images/icon-twitter.png) no-repeat;}
#pintrest {background: url(../images/icon-pintrest.png) no-repeat;}
#youtube {background: url(../images/icon-youtube.png) no-repeat;}
#facebook:hover, #twitter:hover, #pintrest:hover, #youtube:hover {background-position: 0 -27px;}

#copyright {
	display: block;
	width: 1005px;
	margin: 0 auto 50px auto;
	padding: 0 0 0 44px;
	color: #b4aeac;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
}
