/**
***
***
***		Reset Code
***
***
***/

/*--The following section of css is used to reset various html tags.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/--*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

html {
	background: url(../images/bg.jpg) top #91471a;
}

body {
	line-height: 1;
	color: #ffffff;
	font: 13px Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


h1 {
	margin-bottom: 20px;
	font-size: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: both;
}

h2 {
	margin-bottom: 20px;
	color: #491a00;
	font-size: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
}

p {
	line-height: 20px;
}

strong {
	font-weight: bold;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffedbd;
	text-decoration: none;
}

/**
***
***
***		Header
***
***
**/

#hdr {
	background: url(../images/hdrbg.jpg) repeat-x;
	overflow: hidden;
	clear: both;
}

#hdr .content {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 0 15px;
	background: url(../images/swirls.gif) no-repeat top right;
	overflow: hidden;
	clear: both;
}

.dunewaker { /*--Logo--*/
	position: absolute;
	top: 18px;
	left: 0;
}

#hdr .info {
	width: 670px;
	margin: 115px 0 28px 1px;
	font-size: 13px;
	clear: both;
}

/**
***
***
***		Portfolio
***
***
**/

#portfolio {
	position: relative;
	width: 920px;
	height: 590px;
	margin-bottom: 20px;
	background-color: #3e1207;
	border-radius: 2px; /* Rounding: Safari/Chrome */
	clear: both;
}

#slidenav {
	position: absolute;
	top: 0;
    right: 365px;
	line-height: 0;
	z-index: 2;
}

#slidenav li {
	float: left;
}

#slidenav a {
	color: #ffedbd;
	height: 0;
	padding: 14px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	float: left;
}

#slidenav a:hover {
	background: url(../images/navbg.gif) bottom no-repeat;
}

#slidenav a.activeSlide {
	padding-bottom: 18px;
	background: url(../images/navhov.gif) bottom no-repeat;
}

#next { /*--Background / specific height to cover 1 pixel jitter in IE for jquery cycle--*/
	position: absolute;
	bottom: 1px;
    right: 0;
	height: 562px;
	width: 27px;
	background: url(../images/pf-arrowr.gif) no-repeat 12px 280px;
	z-index: 2;
}

#next:hover {
	background: url(../images/pf-arrowrh.gif) no-repeat 0 270px;
}

#prev { /*--Background / specific height to cover 1 pixel jitter in IE for jquery cycle--*/
	position: absolute;
	bottom: 0;
    left: 0;
	height: 562px;
	width: 27px;
	background: url(../images/pf-arrowl.gif) no-repeat 11px 280px ;
}

#prev:hover {
	background: url(../images/pf-arrowlh.gif) no-repeat 11px 270px;
}

#slidecon {
	position: absolute;
	bottom: 0;
	left: 27px;
	width: 866px;
	height: 562px;
	background-color: #622608;
	overflow: hidden;
	z-index: 1;
}

#slidecon div { /*--Specific height to cover 1 pixel jitter in IE for jquery cycle--*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 864px;
	height: 562px;
}

#slidecon ul {
	margin: 15px 24px;
	float: left;
}

#slidecon li {
	position: relative;
	width: 228px;
	height: 225px;
	margin: 24px 18px 18px 26px;
	background-color: #562006;
	float: left;
}

#slidecon li a {
	position: absolute;
	bottom: 3px;
	right: 3px;
	border: 4px solid #ffffff;
}


#slidecon li a span { /*--Used to crop image--*/
	width: 220px;
	height: 217px;
	overflow: hidden;
	display: block;
}

/**
***
***
***		Shadowbox Window
***
***
**/

#pfwin .caption {
	margin: 12px 20px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#pfwin .caption strong {
	color: #ffedbd;
}

#pfwin .link {
	margin: 12px 20px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}	

/**
***
***
***		Packages
***
***
**/

#pkg {
	background-color: #f1dbc5;
	overflow: hidden;
	clear: both;
}

#pkg .content {
	width: 920px;
	margin: 0 auto;
	padding: 20px 15px;
	overflow: hidden;
	clear: both;
}

.single {
	width: 250px;
	margin-right: 22px;
	padding: 15px 20px;
	color: #40140b;
	background-color: #faecdd;
	border: 1px solid #ddc7b0;
	float: left;
}

.single h2 {
	height: 32px;
	margin-bottom: 10px;
	padding: 8px 0 0 56px;
	background: url(../images/single.gif) no-repeat top left;
}

.single p {
	padding: 0 3px 45px 3px;
	background: url(../images/quote.gif) no-repeat bottom right;
}

.multi {
	width: 250px;
	margin-right: 22px;
	padding: 15px 20px;
	color: #40140b;
	background-color: #faecdd;
	border: 1px solid #ddc7b0;
	float: left;
}

.multi h2 {
	height: 32px;
	margin-bottom: 10px;
	padding: 8px 0 0 60px;
	background: url(../images/multi.gif) no-repeat top left;
}

.multi p {
	padding: 0 3px 45px 3px;
	background: url(../images/quote.gif) no-repeat bottom right;
}

.logo {
	width: 250px;
	padding: 15px 20px;
	color: #40140b;
	background-color: #faecdd;
	border: 1px solid #ddc7b0;
	float: left;
}

.logo h2 {
	height: 32px;
	margin-bottom: 10px;
	padding: 8px 0 0 46px;
	background: url(../images/logo.gif) no-repeat top left;
}

.logo p {
	padding: 0 3px 45px 3px;
	background: url(../images/quote.gif) no-repeat bottom right;
}


/**
***
***
***		Footer
***
***
**/


#ftr {
	background: url(../images/ftrbg.gif) repeat-x #381006;
	overflow: hidden;
	clear: both;
}

#ftr .content {
	width: 920px;
	margin: 0 auto;
	padding: 30px 15px;
	overflow: hidden;
	clear: both;
}

#ftr h2 {
	margin-bottom: 15px;
	color: #ffffff;
}

#ftr a {
	color: #ffedbd;
}

#ftr a:hover {
	color: #ffffff;
}

.favs {
	padding-right: 20px;
	border-right: 1px solid #4a1e0c;
	float: left;
}

.favs ul {
	width: 120px;
	margin-bottom: 17px;
	font-size: 13px;
	float: left;
}

.favs li {
	margin: 0 14px 10px 0;
	padding-left: 14px;
	background: url(../images/ftr-arr.gif) no-repeat left;
}

.copy {
	font-size: 11px;
	clear: both;
}

.contact {
	width: 250px;
	margin-left: 55px;
	float: left;
}

.contact p {
	margin-bottom: 15px;
}

form {
	width: 292px;
	float: right;
}

input, textarea {
	width: 280px;
	margin-bottom: 9px;
	padding: 5px;
	color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #431408;
	border: 1px solid #58230d;
	clear: both;
}

textarea {
	height: 42px;
}

.send {
	width: auto;
	padding: 0;
	border: 0;
	float: left;
}

form span {
	font-size: 11px;
	float: right;
}
