/* GLOBAL */
body {
	/* color: #A28A5C; */
	/* background: #060300; */
	color: #060300;
	background: #d9c392;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}

:focus {
	outline: 0;
}

a img {
	border: 0;
}


/* STRUCTURAL */
div#container {
	width: 1020px;
	height: 600px;
	margin: 0 auto;
	background: #060300	url("/gfx/bg/bg-950w-pueblo-mq.jpg") no-repeat scroll 0% 0%;
	position: relative;
	border: solid 1px #060300;
}

div#content {
	width: 700px;
	height: 460px;
	background: transparent	url("/gfx/bg/bg-contentDiv.png") repeat scroll 0% 0%;
	position: absolute; 
	top: 104px;
	left: 23px;
	z-index: 99;
}

div#footer {
	width: 100%;
	height: 36px;
	background: transparent	url("/gfx/bg/bg-footerDiv.png") repeat scroll 0% 0%;
	position: absolute; 
	bottom: 0;
	left: 0;
}


/* LOGOS */
/*
div#logo {
	width: 201px;
	height: 78px;
	background: transparent	url("/gfx/logos/logo-robert-mirabal-original.png") no-repeat scroll 0% 0%;
	position: absolute; 
	top: 16px;
	left: 515px;
}
*/

div#logo {
	width: 165px;
	height: 99px;
	background: transparent	url("/gfx/logos/logo-robert-mirabal.png") no-repeat scroll 0% 0%;
	position: absolute; 
	top: 5px;
	left: 550px;
}

div#symbol {
	width: 154px;
	height: 54px;
	background: transparent	url("/gfx/logos/symbol.png") repeat scroll 0% 0%;
	position: absolute; 
	bottom: 65px;
	right: 26px;
}

/* NAVIGATION DROPDOWN */
.nav-dd li {
	float: left;
	text-align: left;
	position: relative;
}

	.nav-dd li:hover a,
	.nav-dd li.nav-on a {
		background: #blue;
	}

		.nav-dd li ul {
			position: absolute;
			left: -999em; 
			top: 0;
			width: 200px;
			list-style: none;
		}
	
		.nav-dd li:hover ul, 
		.nav-dd li.sfhover ul { 
			left: auto;
			background-color: #fff;
		}
		
			.nav-dd li ul li {
				text-align: left;
				width: 200px;
				border: solid 1px red;
			}
			
			.nav-dd li ul li a {
				padding: 20px 0;
			}
	
			.nav-dd li:hover ul li a {
				
			}
			
			.nav-dd li:hover ul li:first-child a {
				
			}
		
				.nav-dd li:hover ul li:hover a, 
				.nav-dd li.sfhover ul li.sfhover a {
				
				}
				
/* DEV NAV STYLES */
#nav-general ul.subCats li a {
	border-right: 0 solid #626161;
    color: #626161;
    font-family: arial,sans-serif;
    font-size: 10px;
    letter-spacing: 1.25px;
    padding-right: 5px;
    text-transform: uppercase;
}

#nav-general ul.subCats {
	padding: 5px 0 0 0px;
}

#nav-general ul.subCats li {
	margin-left: 5px;
	line-height: 12px;
}

#nav-general ul.subCats li.last a {
	border-right: 0;
}

#nav-general ul.subCats li a:link { text-decoration: none; }
#nav-general ul.subCats li a:visited { text-decoration: none; }
#nav-general ul.subCats li a:hover { text-decoration: none; color: #fff; }
#nav-general ul.subCats li a:active { /* empty */ }

/* NAVIGATION LIST STYLES */
ul.nav,
div.nav {
	font-family: Georgia, Times, serif;
}

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

ul#nav-general {
	position: absolute;
	top: 35px;
	left: 770px;
}

ul#nav-general li {
	padding-bottom: 5px;
	float: none;
}

ul#nav-general li.nopad {
	padding-bottom: 0;
}

div#nav-shopCats {
	position: absolute;
	top: 180px;
	left: 755px;
}

div#nav-shopCats div.cat {
	width: 195px;
	height: 70px; 
	clear: left;
	display: none;
}

div#nav-shopCats div#cat1.cat {
	height: 80px;
}

div#nav-shopCats div.cat:hover {
	/* background: transparent	url("/gfx/bg/bg-nav-shopCat.png") repeat scroll 0% 0%; */
}


div#nav-shopCats ul.subCats {
	padding-left: 10px;
}

div#nav-shopCats ul.subCats li {
	float: left;
	margin-left: 5px;
	line-height: 12px;
	
}

div#footer ul.nav {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0 0 20px;
}

div#footer ul.footerLeft {
	float: left;
}

	div#footer ul.footerLeft.sm-icons {
		padding: 5px 0 0 0;
		margin: 0;
		
	}

		div#footer ul.footerLeft.sm-icons li {
			border: 0;
			padding: 0 5px;
		}
	
			div#footer ul.footerLeft.sm-icons li img {
				vertical-align: middle;
			}


div#footer ul.footerRight {
	float: left;
}

div#footer ul li {
	display: inline;
	border-right: solid 1px #000;
	padding: 0 5px;
}

div#footer ul li.uppercase {
	text-transform: uppercase;
}

div#footer ul li.last {
	border-right: 0;
}

/* NAVIGATION ANCHOR STYLES */
ul#nav-general li a,
ul#nav-general li.nolink {
	color: #A28A5C;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 11px;
}

ul#nav-general li.nolink {
	margin: 3px 0 0 0;
}

ul#nav-general li a:link {
	text-decoration: none;
}

ul#nav-general li a:visited {
	text-decoration: none;
}

ul#nav-general li a:hover {
	text-decoration: underline;
}

ul#nav-general li a:active {
	/* empty */
}

div#nav-shopCats div.mainCat {
	color: #A28A5C;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	padding: 10px 0 2px 15px;
}

div#nav-shopCats ul.subCats li a {
	color: #626161;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding-right: 5px;
	border-right: solid 0px #626161;
}

div#nav-shopCats ul.subCats li.last a {
	border-right: 0;
}

div#nav-shopCats ul.subCats li a:link {
	text-decoration: none;
}

div#nav-shopCats ul.subCats li a:visited {
	text-decoration: none;
}

div#nav-shopCats ul.subCats li a:hover {
	text-decoration: none;
	color: #fff;
}

div#nav-shopCats ul.subCats li a:active {
	/* empty */
}

div#footer ul.nav a {
	color: #000;
}

div#footer ul.nav a:link {
	text-decoration: none;
}

div#footer ul.nav a:visited {
	text-decoration: none;
}

div#footer ul.nav a:hover {
	text-decoration: underline;
}

div#footer ul.nav a:active {
	/* empty */
}



/* CONTENT AREA */
div#pageNav {
	width: 100%;
	height: 25px;
	padding: 8px 0 0 14px;
	background: transparent	url("/gfx/rules/content_rule.png") no-repeat scroll 16px 31px;
	font-family: Georgia, Times, Serif;
	color: #000;
	text-transform: uppercase;
}

div#pageNav h1,
div#pageNav h2 {
	font-size: 14px;
	margin: 0;
	padding: 0 6px 0 0;
	display: inline;
}

div#pageNav h2 {
	border-left: solid 1px #000;
	padding-left: 6px;
}

div#pageNav ul,
div#pageNav ul li {
	display: inline;
}

div#pageNav ul li {
	border-right: solid 1px #666;
	padding: 0 5px;
}

div#pageNav ul li.last {
	border-right: 0;
}

div#pageNav ul li a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

div#pageNav ul li a:link {
	color: #666;
}

div#pageNav ul li a:visited {
	color: #666;
}

div#pageNav ul li a:hover {
	color: #000;
}

div#pageNav ul li a:active {
	/* empty */
}


/* shop content */
div#overflow {
	height: 390px;
	overflow: auto;
	margin: 5px 0 0 0;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	overflow-y: auto;
}

/* alternate */
/* div#overflow {
	height: 380px;
	overflow: auto;
	margin: 5px 0;
}
*/

div.item {
	width: 150px;
	height: 225px;
	font-family: Arial, sans-serif;
	color: #000;
	float: left;
	margin: 20px 0 20px 60px;
}

div.item img {
	display: block;
	margin-bottom: 2px;
}

div.item img.short {
	margin-top: 82px;
}

div.item a:link img {
	border: solid 1px #666;
}

div.item a:visited img {
	border: solid 1px #666;
}

div.item a:hover img {
	border: solid 1px #000;
}

div.item a:active img {
	/* empty */
}

div.item a.enlarge {
	font-size: 9px;
}

div.item a.enlarge:link {
	color: #666;
}

div.item a.enlarge:visited {
	color: #666;
}

div.item a.enlarge:hover {
	color: #000;
}

div.item a.enlarge:active {
	/* empty */
}

div.item h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0 2px 0;
	padding: 0;
	text-transform: uppercase;
}

div.item div.price {
	font-size: 11px;
}

div.item p {
	font-size: 9px;
	margin: 5px 0 10px 0;
}

/* shop detail page */
#detailWrapper {
	position: relative;
}

#detailWrapper div.item {
	width: 100%;
	margin: 0;
}

#detailWrapper div.productImage {
	float: left;
	border: solid 0px blue;
	width: 40%;
	padding: 10px 10px 10px 15px;
	clear: left;
}


#detailWrapper div.productInfo {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 40px 10px 15px;
	width: 45%;
}

#detailWrapper div.productInfo h3 {
	font-weight: bold;
	font-size: 12px;
}

#detailWrapper div.productInfo p {
	font-size: 12px;
	line-height: 16px;
}

/* shopping cart utilities */
div.viewCartLink,
div.downloadMapLink,
div.auxilaryLink {
	position: absolute; 
	top: 12px;
	right: 20px;
	
}

div#shopPolicy {
	position: absolute;
	bottom: 10px;
	right: 15px;
	color: #A28A5C;
}

div#goBack {
	position: absolute;
	bottom: 10px;
	left: 15px;
	color: #A28A5C;
}

div.notifyBox,
div.notifyBox a,
div.selector,
div.viewCartLink a,
div.downloadMapLink a,
div.auxilaryLink a,
a.utilityLink {
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

div.notifyBox a:link,
a:link.utilityLink,
div.viewCartLink a:link,
div.downloadMapLink a:link,
div.auxilaryLink a:link {
	color: #666;
}

div.notifyBox a:visited,
a:visited.utilityLink,
div.viewCartLink a:visited,
div.downloadMapLink a:visited,
div.auxilaryLink a:visited {
	color: #666;
}

div.notifyBox a:hover,
a:hover.utilityLink,
div.viewCartLink a:hover,
div.downloadMapLink a:hover,
div.auxilaryLink a:hover {
	color: #000;
}

div.notifyBox a:active,
a:active.utilityLink,
div.viewCartLink a:active,
div.downloadMapLink a:active,
div.auxilaryLink a:active {
	/* empty */
}

div.selector {
	margin: 10px 0;
}

div.selector select {
	margin: 0 0 0 5px;
}

input#addToCart {
	margin: 10px 10px 0 0;
	float: right;
}

div.notifyBox {
	margin: 0 auto;
	width: 95%; 
	border: solid 1px #666;	
	text-align: center;
	color: #A28A5C;
}

div.notifyBox p.message {
	color: #000;
}

div.checkout {
	margin-top: 10px; 
	margin-bottom: 10px;
}

/* large cart table */
table#largeCart {
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	width: 95%;
	/* margin-left: 15px; */
	color: #333;
}

table#largeCart a {
	font-size: 9px;
}

table#largeCart a:link {
	color: #666;
}

table#largeCart a:visited {
	color: #666;
}

table#largeCart a:hover {
	color: #000;
}

table#largeCart a:active {
	/* empty */
}

/* alternate layout for other content */
div#overflow-alt {
	height: 215px;
	overflow: auto;
	margin: 25px 15px 0 0;
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 11px;
	
	line-height: 14px;
	padding: 0 10px 0 158px;
}

div#overflow-alt.tall {
	height: 320px;
}

div#overflow-alt p {
}

div#overflow-alt a {
	text-decoration: none;
}

div#overflow-alt a:link {
	color: #666;
}

div#overflow-alt a:visited {
	color: #666;
}

div#overflow-alt a:hover {
	color: #000;
}

div#overflow-alt a:active {
	/* empty */
}

div#overflow-alt img#quote {
	margin: 0 0 10px 158px;
	display: none; /* not showing these for now */
}

div#overflow-alt img.right {
	float: right;
	clear: right;
	padding-left: 10px;
}

div#pagephotos {
	width: 529px;
	height: 149px;
	background: transparent	url("/gfx/pagephotos/about_robert-950w.jpg") no-repeat scroll 0% 0%;
	position: absolute;
	bottom: 30px;
	right: 15px;
}

body#about-robert div#pagephotos  {
	background-image: url("/gfx/pagephotos/01-robert-mirabal.jpg");
}

body#about-shop div#pagephotos  {
	background-image: url("/gfx/pagephotos/02-shop.jpg");
}

body#events div#pagephotos  {
	background-image: url("/gfx/pagephotos/03-events.jpg");
}

body#contact div#pagephotos  {
	background-image: url("/gfx/pagephotos/04-contact.jpg");
}

body#links div#pagephotos {
	background-image: url("/gfx/pagephotos/05-links.jpg");
}

body#news div#pagephotos {
	background-image: url("/gfx/pagephotos/06-news.jpg");
}

body#newsletter-signup div#pagephotos {
	background-image: url("/gfx/pagephotos/07-newsletter.jpg");
}

body#sitemap div#pagephotos {
	background-image: url("/gfx/pagephotos/08-site-map.jpg");
}

body#middle-road-foundation div#pagephotos {
	background-image: url("/gfx/pagephotos/middleroad1.jpg");
}

body#notfound div#pagephotos {
	background-image: url("/gfx/pagephotos/04-contact.jpg");
}


/* HOME PAGE SPECIFIC */

/* alternate image for homepage bg */
body#home div#container {
	background: #060300	url("/gfx/bg/bg-950w-horse-mq.jpg") no-repeat scroll 0% 0%;
}

/* disabling the transparent png on the homepage content div */
body#home div#content {
	background: none;
}

/* larger logo on homepage */
body#home div#logo {
	width: 342px;
	height: 132px;
	background: transparent	url("/gfx/logos/logo-robert-mirabal-home.png") no-repeat scroll 0% 0%;
	top: 11px;
	left: 389px;
}

/* smaller symbol on homepage */
body#home div#symbol {
	display: none;
}

/* wider category section with images */
body#home div#nav-shopCats {
	/* left: 650px; */ /* revert for regular features */
	left: 550px; /* for popay feature */
	top: 165px; /* for popay feature */
}

body#home div#nav-shopCats div.cat {
	width: 100px;
	clear: left;
	display: block;
}

body#home div#nav-shopCats div.cat:hover {
	/* background: transparent	url("/gfx/bg/bg-nav-shopCat.png") repeat scroll 0% 0%; */
}

body#home div#nav-shopCats div.cat img {
	float: left;
	margin: 10px 5px 5px 10px;
	border: solid 1px #000;
	width: 75px;
	height: 50px;
}

/*
body#home div#nav-shopCats div.cat a:link img {
	border: solid 1px #000;
}

body#home div#nav-shopCats div.cat a:visited img {
	border: solid 1px #000;
}

body#home div#nav-shopCats div.cat a:hover img {
	border: solid 1px #A28A5C;
}

body#home div#nav-shopCats div.cat a:active img{
}

*/

body#home div#nav-shopCats div.mainCat {
	padding-left: 120px;
}

/*
body#home div#nav-shopCats a.mainCat {
	padding-left: 120px;
}
*/

body#home div#nav-shopCats ul.subCats {
	padding-left: 115px;
}

/* homepage news */
body#home div#hpNews {
	position: absolute;
	top: 360px;
	left: 636px;
	background: #000 url("/gfx/logos/symbol-home.png") no-repeat scroll 130px 2px;
	width: 291px;
	height: 90px;
	color: #A28A5C;
}

body#home div#hpNews h1 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 13px 0 15px 8px;
}

body#home div#hpNews div#headlines {
	background: #000 url("/gfx/bg/bg-hpNews-headlines.png") repeat scroll 0 0;
	padding-bottom: 10px;
}

body#home div#hpNews div#headlines p {
	margin: 0; 
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 10px 0 0 10px;
}

body#home div#hpNews div#headlines p a {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	padding-left: 5px;
}

body#home div#hpNews div#headlines p a:link {
	color: #333;
	text-decoration: none;
}

body#home div#hpNews div#headlines p a:visited {
	color: #333;
	text-decoration: none;
}

body#home div#hpNews div#headlines p a:hover {
	color: #fff;
	text-decoration: underline;
}

body#home div#hpNews div#headlines p a:active {
	/* empty */
}


/* newsletter signup form */
div#subscriptionForm {
	width: 300px;
}

div#subscriptionForm div.field {
	height: 30px;
}

div#subscriptionForm div.field input {
	width: 150px;
}

div#subscriptionForm div.captcha {
	height: 45px;
}


div#subscriptionForm div.captcha img {
	float: right;
	border: solid 1px #666;
}

div#subscriptionForm label {
	width: 75px;
	display: block;
	float: left;
	height: 20px;
	clear: left;
	padding-top: 5px;
}

.img-left {
	float: left;
	margin: 10px 15px 15px 5px;
}

.img-right {
	float: right;
	margin: 10px 5px 15px 15px;
}

#popay-feature {
	height: 281px;
	border: solid 1px #333;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

body#home #nav-shopCats {
	z-index: 99;
}

body#home #content {
	z-index: 0;
}




