/* 
Title:		Van Dexter Design master styles for screen media
Author: 	al@magonagle.com
*/

/* reset
--------------------------------------------- */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
	
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----- general styles ----- */

body {
	margin: 0;
	padding: 0;
	background: #D0C8AC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75%;
	color: #663333;
	border: 0;	/* This removes the border around the viewport in old versions of IE */
	behavior: url("csshover3.htc");
}

/* ----- links ----- */
a {
    color: #663333;
	text-decoration: none;
	border-bottom: 1px dotted #a41906;
}

a:hover {
	color: #a15a5a;
	border-bottom: 1px dotted #a15a5a;
}

a:active {
	outline: none;
}

a:focus	{
	-moz-outline-style: none;
}

/* ----- typography ----- */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
	color: #832827;
}

h1 {
	margin: 0 0 .8em 0;
	font-size: 1.6em;
	line-height: 1.1em;
}

h2 {
	font-size: 1.4em;
}
	
h3 {
	font-size: 1.125em;
}
	
h4 {
	font-size: 1.115em;
	margin: 1.3em 0 .2em 0;
}

p {
    margin: .4em 0 .9em 0;
    padding: 0;
	line-height: 1.5em;
}

img {
	margin: 10px 0 5px;
}

/* page structure
--------------------------------------------- */
#wrap {
    width: 750px; /* width: needs to be set for it to work in IE */
	margin: 0 auto;
    background: url(../img/wrap-bg.jpg) repeat-y;
	height: 100%;
}

/* ----- content ----- */
#container {
	width: 750px;
}

/* ----- header ----- */
#header {
}

/* ----- main ----- */
#main {
	float: left;
	width: 310px;
	margin-right: 24px;
}

/* ----- main ----- */
#main-port {
	float: left;
	width: 350px;
	margin-right: 5px;
}

/* ----- menu ----- */
#menu {
	float: left;
	width: 214px; 
	margin:  145px 25px 0 0;
}

/* ----- portfolio menu ----- */
#menu-port {
	float: left;
	width: 214px; 
	margin:  145px 4px 0 0;
}

/* ----- sidebar ----- */
#sidebar {
	float: left;
	width: 167px;
	margin: 100px 0 50px 0;
	padding: 0 5px;
}

/* ----- footer ----- */
#footer {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0;
}

/* ----- section backgrounds ----- */
.home {
	background: url(../img/home-bg.jpg) no-repeat top center;
}

.about {
	background: url(../img/about-bg.jpg) no-repeat top center;
}

.portfolio {
	background: url(../img/portfolio-bg.jpg) no-repeat top center;
}

.shop {
	background: url(../img/shop-bg.jpg) no-repeat top center;
}

.contact {
	background: url(../img/contact-bg.jpg) no-repeat top center;
}

/* main styles
--------------------------------------------- */
#header h2 {
	margin: 0;
	padding: 15px 15px 165px 320px;
	font-size: 1.3em;
	font-weight: bold;
	color: #832827;
}

/* ----- menu ----- */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 150px;
	height: 150px;
	position: relative;
	margin: 0;
	font-size: 11px;
	margin: 0;
	left: 10px;
	top: 5px;
	z-index: 1;
}

.nav ul li a, .nav ul li a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	width: 150px;
	height: 20px;
	border-bottom: 1px solid #990000;
	color: #fff;
	line-height: 21px;
	font-size: 12px;
}

.nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.nav ul li {
	float: left;
	margin-right: 1px;
	position: relative;
	padding: 0 0 0 26px;
	background: url(../img/nav-icon-bg.gif) no-repeat left 2px;
}

.nav ul li:hover {
	background: url(../img/nav-icon-bg.gif) no-repeat left -17px;
}

.nav ul li ul {
	display: none;
}

.nav li a.fly {
	background: url(../img/arrow.gif) no-repeat right top;
}

.nav ul li:hover a {
	color: #fff;
}

.nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 177px;
	width: 105px;
}

.nav ul li:hover ul li a.hide {
	background: #ccc;
	color:#000;
}

.nav ul li:hover ul li:hover a.hide {
	width:150px;
}

.nav ul li:hover ul li ul {
	display: none;
}

.nav ul li:hover ul li {
	display: block;
	padding: 0;
}

.nav ul li:hover ul li a {
	display: block;
	padding: 0 0 0 10px;
	background: #d8c9c0;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #832727;
	width: 120px;
}

.nav ul li:hover ul li a:hover {
	background: #e3d7d2;
	color: #832727;
}

.nav ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 151px;
	top: 0;
	color: #000;
}

.nav ul li:hover ul li:hover ul li a {
	display: block;
	width: 200px;
	background: #dfc184;
	color:#000;
}

.nav ul li:hover ul li:hover ul li a:hover {
	background: #bd8d5e;
	color:#fff;
}

#nav table {
	position: absolute;
	left: 99%;
	height: 0;
	width: 0;
	border-collapse: collapse;
	margin-top: -7px;
	margin-left: -1px;
}

.nav-first {
	border-top: 1px solid #990000;
}

#nav {
	margin: 0 0 30px 0;
}

/* ----- customer testimonials ----- */
	
#testimonials {
	margin: 10px 0 0 20px;
	line-height: 1.2em;
}
	
#testimonials em {
	display: block;
	margin: 1.5em 0 0 0;
	padding: 0 10px 40px 0;
	text-align: right;
	background: url(../img/div_left.jpg) no-repeat 0 40px;
}
	
#pscroller1 {
	width: 177px;
   	height: 270px;
   	font-size: 0.95em;
   	color: #fff;
}

/* ----- member ----- */

#member {
	margin: 130px 0 20px 0;
	padding: 0;
	text-align: center;
}
	
#member a {
	border: none;
}

#member img {
	margin: 0 0 20px 0;
	padding: 0;
}

/* ----- base module styles ----- */

#mod {
	width: 100%;
	height: 255px;
	margin: 0 0 20px 0;
	padding: 0;
}
	
dl.mod {
	margin: 0;
	padding: 0;
	width: 125px;
	color: #fff;
}
	
.mod dt {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
	border-bottom: 1px solid #832827;
}
	
.mod dd {
	margin: 0 0 5px 0;
	padding: 0 3px 0 0;
	font-size: .90em;
	line-height: 1.15em;
}

.mod img {
	margin: 0;
}

/* ----- "home" module styles ----- */
	
dl.home-mod {
	margin: 0 0 20px 70px;
	padding: 75px 0 0 0;
	width: 125px;
	color: #fff;
}

/* ----- "portfolio" module styles ----- */

/* ----- module 1 ----- */
	
dl.port-mod1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 136px;
	color: #fff;
	left: 24px;
	top: 120px;
	text-align: right;
	height: 54px;
}
	
.port-mod1 dt {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
	border-bottom: 1px solid #832827;
}

.port-mod1 dd {
	margin: 0 0 5px 0;
	padding: 0 3px 0 0;
	font-size: .90em;
}

/* ----- module 2 ----- */
	
dl.port-mod2 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 157px;
	color: #fff;
	left: 170px;
	top: -20px;
	height: 55px;
	text-align: right;
}
	
.port-mod2 dt {
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
	border-bottom: 1px solid #832827;
}

.port-mod2 dd {
	margin: 0 0 5px 0;
	padding: 0 3px 0 0;
	font-size: .90em;
}

/* ----- "shop" module styles ----- */

dl.shop-mod {
	position: relative;
	margin: 0;
	padding: 0;
	width: 130px;
	color: #fff;
	left: 0px;
	top: 120px;
}
	
.shop-mod dt {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
	border-bottom: 1px solid #832827;
}
	
.shop-mod dd {
	margin: 0 0 5px 0;
	padding: 0 3px 0 0;
	font-size: .90em;
}

.shop-mod img {
	margin: 0;
}

/* ----- "contact" module styles ----- */

dl.contact-mod {
	position: relative;
	margin: 0;
	padding: 0;
	width: 130px;
	color: #fff;
	left: 45px;
	top: 100px;
}
	
.contact-mod dt {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
	border-bottom: 1px solid #832827;
}
	
.contact-mod dd {
	margin: 0 0 5px 0;
	padding: 0 3px 0 0;
	font-size: .90em;
}

.contact-mod img {
	margin: 0;
}

/* ----- facts ----- */
	
ul.lst-facts {
	margin: 260px 0 20px 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	font-size: 0.90em;
	line-height: 1.6em;
	font-weight: bold;
}
	
ul.lst-facts li {
	margin: 6px 0 0 0;
	padding: 0 0 0 12px;
	background: url(../img/or-bullet.gif) no-repeat 0 6px;
}
	
/* ----- authorized dealers ----- */
	
ul.lst-ad {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
	
ul.lst-ad li {
	margin: 0;
	padding: 0;
}
	
ul.lst-ad a {
	border: none;
}

ul.lst-ad img {
	margin: 8px 0;
	padding: 0;
}

/* staff */
	
dl.staff {
	margin: 0 0 30px 0;
	padding: 0;
}

.staff dt {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #832827;
}
	
.staff dd {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

.staff .mug {
	float: left;
	margin: -5px 10px 0 0;
	padding: 0;
}

/* ----- footer ----- */
ul.lst-links {
	width: 300px;
	margin: 0 0 0 238px;
	padding: 0 0 5px 0;
	list-style-type: none;
	font-size: 0.85em;
	line-height: 1.8em;
	text-align: left;
}
	
ul.lst-links li {
	display: inline;
	margin: 0;
	padding: 0;
	border-left: 1px dotted #a41906;
}
	
ul.lst-links a {
	padding: 0 3px 0 4px;
	border: none;
}

#footer p {
	display: block;
    margin: 0 0 0 215px;
	padding: 10px;
	font-size: 0.9em;
	color: #fff;
	background: #990000;
	text-align: right;
	width: 515px;
}

/* secondary styles
--------------------------------------------- */
span.amp {
	padding: 0 2px;
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.6em;
	color: #832827;
	vertical-align: middle;
}
	
span.script {
	display: block;
	height: 25px;
	margin: .3em 0 4em 0;
	text-indent: -9999px;
	background: url(../img/script-tag.gif) no-repeat;
}

.port-head {
	margin-left: 21px;
}

/* ----- self-clear floats ----- */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                