/* Kiva default is text-align: center margin-right:auto margin-left:auto*/
/* note: css definitions for google checkout elements are in google_checkout/google_checkout_style.css */


	/*DEFAULT RESETS */

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;
}

/*centers the contents of div's so google checkout product details will center under images*/

div {
	margin-left: auto;
	margin-right: auto;
}


body {
	line-height: 1;
	color: black;
	font: 90%  Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
  color: #2D2D2D;
	background: #fff;
	text-align: center;
}

ol, ul {
	list-style: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/*==================== Link Styles ======================*/

a:link,  a:visited {color:#024BA5; text-decoration: none;}
a:hover {text-decoration:underline; cursor: pointer;}


/*==================== Heading Styles ======================*/
/*"Classic" typography scale*/
h1 {font-size:2.0em; margin:.2em 0; font-weight: normal;}
h2 {font-size:1.17em; margin:.2em 0; font-weight: normal;}
h3 {font-size:0.93em; margin:.2em 0; font-weight: normal;}
h4 {font-size:0.7em; margin:.2em 0; font-weight: normal;}
h5 {font-size:0.7em; margin:.2em 0; font-weight: normal; font-style:italic;}

.sectionHeader
{	
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}


/*==================== List Styles ======================*/

dl, ol, ul {margin:1em 0;}
ol, ul {padding:0 0 0 2em;}
li, dd {margin:.25em 0;}
dt {font-weight:bold;}

/*==================== Table Styles ======================*/

th {font-weight:bold;}
td, th {padding:.3em .5em; text-align: left;}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}


caption, th, td {
	text-align: center;
	font-weight: normal;
}

/*DELTA added  td vertical-align: top realigns existing rustic prod table td to top as formatted*/

td {
	vertical-align: top;
}

/*==================== General Styles ======================*/

img {border:0;}
p {margin:.5em 0; line-height: 125%}
hr {display:none;}
label {display:block;}
legend {padding:0 .5em;}
strong {font-weight:bold;}
blockquote {padding-left:2em;}
em, ins, del {font-style:italic;}
fieldset {padding:0 1em; border:1px solid #666;}
abbr, acronym, dfn {cursor:help; border-bottom:1px dotted #ddd;}
code, kbd, pre {font-family:Courier, "Courier New", Tahoma, sans-serif;}

/* END OF DEFAULT RESETS */


	/*GLOBAL STYLINGS*/

body {
	margin: 0;
	width: 100%;
	background: url("http://www.rusticlightingandfansnew.com/images/rustic_wallpaper.jpg")  #96560F repeat-y;
}


/*DELTA added height: nnnnpx ff30 detects height*/
/*DELTA height: nnnnpx height: auto ff30 no height to prod table*/
/*DELTA del height: nnnnpx ff30 no height to prod table*/

#headersection {
	position: relative;
	width: 960px;
	margin: auto;
	margin-top: -5px;
	background: url("http://www.rusticlightingandfansnew.com/images/head_short7.jpg") #fff no-repeat;
}


/*this adds white space at bottom of product table before subfooter with copyright etc*/

#spacebeforesubfooter {
	height:50px;
}


/* Secondary Nav */
#second_nav_box {
	position: absolute;
	z-index: 1;
	top: 38px;
	left: 215px;
}


#secondary_nav li {
	float: left;
	clear: right;
	display: inline;
	margin-right: 10px;
}


#secondary_nav li a {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}/*IE7 requires anchor styling distinct from list items	*/
/* Eng of Secorndary Nav */	


/*Absolute Positioned Badging*/

#shipping {
	position: absolute;
	z-index: 5;
	top: 45px;
	left: 690px;
}	


#google_accept {
	position: absolute;
	z-index: 10;
	top: 127px;
	left: 735px;
}

#paypal_accept {
	position: absolute;
	z-index: 20;
	top: 175px;
	left: 855px;
}


#add_this {
	position: absolute;
	top: 185px;
	left: 755px;
}

/*Delta - added "display: none;" to temporarily remove chat from header;
	 delete this line to re-implement chat at later date*/

#chat {
	display: none;/*delete this line to re-implement chat*/
	position: absolute;
	top: 36px;
	left: 48px;
	z-index: 40;
	height: 50px;
	width: 165px;
	padding-top: 8px;
	padding-left: 3px;
	background: url("http://www.rusticlightingandfansnew.com/images/rustic_chat.png") 0px 0px no-repeat;
}


#specials {
	position: fixed;
	top: 110px;
	right: 0px;
	z-index: 50;
}

.safari #table_3 {
	display: block;
}


/*safari hacks*/

/*http://github.com/rafaelp/css_browser_selector/tree/master*/
/*browser specific css targeting*/

/*End of badging*/


/*Search*/

#rusticsearch_form {
	margin-left: 70px;
}

#rusticsearch_site {
	display: none;
}

#rusticsearch_input {
	width: 150px;
}	

#rusticsearch_button {
	margin-left: 93px;
	margin-top: 3px;
}

/*End of Search */


#first_content {
	float: left;
	clear: left;
	display: inline;
	margin-left: 52px;
	margin-top: 300px;
	width: 880px;
	overflow: auto;
}

#slideshow {
	float: left;
	display: inline;
	position: relative;
	border-width: 5px;
	border-color: #CC8842;
	border-style: solid;
}

table {
	display: inline;
}

#table_1 {
	width: 600px;
	margin: 0px;
	padding: 0px;
	margin-left: 18px;
}


#table_2, #table_3 {
	width: 880px;
	clear: left;
}


/*table_3 css resets for Kiva product table layout ................................................................*/

#table_3 {
	margin-left: 0px;
	width: 950px;
	display: inline;
}		

.inlineBlock
{
	display: inline-block;
	margin: 7px;
	zoom: 1;
	*display: inline;
}

#subfooter {
	background-color: #96560F;
	height: 30px;
}


#footer {
	background-color:  #CC8742;
	height: 500px;
}


#credit a {
	padding-left: 50px;
	color: #fff;
}


#subfooter p {
	margin:0 auto;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
}		


#sitemapblock {
	width: 780px;
	margin: 0px auto;
	position: relative;
}


#sitemap {
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: -2px;
}		

.sitemaplist {
	width: 130px;
	float: left;
	clear: right;
	text-align: left;
	display: inline;
}


.sitemaplist li a:hover strong {
	text-decoration: none;
}	

.sitemaplist li a {
	color: #fff;
	font-size: 12px;
}

.sitemaplist li {
	display: inline;
	line-height: 15px;
	float: left;
	clear: left;
	margin-top: 1px;
	margin-left: 0px;
	width: 130px;
}

/* kiva *** kiva *** kiva *** kiva *** kiva *** kiva *** kiva *** kiva *** kiva *** kiva *** kiva */

div.kivarusticspecs table
{
	border-style: solid;
	border-collapse: collapse;
	margin: 0;
}

.priceSpecsTable td
{
	text-align:left;
}

div.kivarusticspecs tr td
{
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-color: black;
}

.kivaspecscontainer
{
	position: relative;
}

div.kivaspecscontainer ul
{
	list-style: disc inside none;
	font-weight: bold;
}

div.kivaspecscontainer li
{
	text-align: left;
}


/*END OF GLOBAL STYLINGS*/


/*SUPERFISH MENU EFFECTS*/	

body {
 -moz-opacity: .999; /*to defeat firefox redraw problem with fade effect*/
}

#headerblock {
	position: relative;
}

#menublock {
	width: 862px;
	height: 45px;
	position: absolute;
	top: 235px;
	left: 52px;
	z-index: 100000; /*Don't remove this! It's essential to defeat an IE6 z-index bug, purposely set to a huge number to defeat image gallery bug */
	background: url("http://www.rusticlightingandfansnew.com/images/rustic_menu_back.png")  no-repeat;
}


#menu .menuitem {
	float: left;
	color: #fff;
	font-weight: bold;
	height: 45px;
	padding-top: 15px;
	text-align: left;
	background: url("http://www.rusticlightingandfansnew.com/images/small_light.gif") no-repeat;
	background-position: 100px -4px;
	margin-left: 10px;
	padding-left: 5px;
	width: 143px;
	text-decoration: none;
	display:inline;
}

#menu li {

	background-position: 2px -4px; /*Pulls the menu in from the left edge of the page*/
	width: 143px;
}

#menu li a.menuitem:hover {
	text-align: left;
	background: url("http://www.rusticlightingandfansnew.com/images/big_light.gif") no-repeat;
	background-position: 100px -3px;
	margin-left: 10px;
	padding-left: 5px;
	width: 143px;
	text-decoration: none;
	display: inline;
}

/* link styles */
.nav a {
	text-decoration: none;
	display: block;
	padding: 5px 7px 4px 17px;
	color: #fff;
	width: 120px;
	font-weight: bold;
	background-color: #4C5353;
	margin: 0;
}

#menu  li li a {
  /* style for links on pop-up menus */
  color: #fff;
}

#menu a:hover{
	background-color: #333;
	color: #FFF;
	text-decoration: none;
}

/* main nav bar */
.nav {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* all list items */
.nav  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
 	position: relative;
}


/* pop-up subnav */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
 	left: 0px; /*This positions the sublink*/
 	top: 45px; /* change when you change height of links */
	display: none;
	text-align: left;
}

/* list items in pop-up subnav */
.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
}

/*END OF SUPERFISH*/

/*========================================================================
Styles the Banners included on the pages via kiva_header.js
========================================================================*/

/* SHIPPING ***** SHIPPING ***** SHIPPING ***** SHIPPING ***** SHIPPING ***** SHIPPING ***** SHIPPING ***** SHIPPING */

#shippingBanner
{
	position: fixed;
	top: 100px;
	right: 1px;
	z-index: 30;
	width: 100px;
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #CC8742;
}

#shippingBanner a 
{
	color: #FFFFFF;
	text-decoration: none;
}

#shippingBanner :hover
{
	color: #000000;
	background-color: #FEE9D4;
	text-decoration: none;
}

/* SPECIALS ***** SPECIALS ***** SPECIALS ***** SPECIALS ***** SPECIALS ***** SPECIALS ***** SPECIALS ***** SPECIALS */

#specialsBanner
{
	position: fixed;
	top: 200px;
	right: 1px;
	z-index: 30;
	width: 100px;
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #CC8742;
}

#specialsBanner a 
{
	color: #FFFFFF;
	text-decoration: none;
}

#specialsBanner :hover
{
	color: #000000;
	background-color: #FEE9D4;
	text-decoration: none;
}


/* FAN CLOSEOUT ***** FAN CLOSEOUT ***** FAN CLOSEOUT ***** FAN CLOSEOUT ***** FAN CLOSEOUT ***** FAN CLOSEOUT */

#fanSpecialsBanner
{
	position: fixed;
	top: 310px;
	right: 1px;
	z-index: 30;
	width: 100px;
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #CC8742;
}

#fanSpecialsBanner a 
{
	color: #FFFFFF;
	text-decoration: none;
}

#fanSpecialsBanner :hover
{
	color: #000000;
	background-color: #FEE9D4;
	text-decoration: none;
}


/* DESIGNER DISCOUNT CODE ***** DESIGNER DISCOUNT CODE ***** DESIGNER DISCOUNT CODE ***** DESIGNER DISCOUNT CODE */

#dDiscCode
{
	position: fixed;
	top: 50px;
	right: 10px;
	z-index: 100;
	width: 25px;
	height: 25px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 2.5em;
	padding: 0px;
	margin: 0px;
}


/* VENDORS **** VENDORS **** VENDORS **** VENDORS **** VENDORS **** VENDORS **** VENDORS **** VENDORS **** VENDORS */

#vendorTable
{
	border-collapse: collapse;
}

#vendorTable th
{
	vertical-align: middle;
	font-size: 1.125em;
	font-weight: bold;
	border: solid 1px #000000;
}

#vendorTable td
{
	vertical-align: middle;
	font-size: 1.1em;
	border: solid 1px #000000;
}