/*
-------------------------------------------------
URI: http://www./
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:arial, verdana, "microsoft sans serif", helvetica, sans-serif; line-height:1.4em; color:#000 }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#000; margin:0 0 12px 0 }
h2 { font-size:1.5em; color:#000; margin:0 0 12px 0 }
h3 { font-size:1.4em; color:#000; margin:0 0 12px 0 }
h4 { font-size:1.3em; color:#000; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#000; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#000; margin:0 0 12px 0 }
p {  font-size:1.1em; color:#000; margin:0 0 12px 0; line-height:160% }
a { color:#643e4a  }
a:hover { color:#b39907  }
ul { margin:0 0 12px 0; font-size:1.1em }
ol { margin:0 0 12px 0; font-size:1.1em }
dl { margin:0 0 12px 0; font-size:1.1em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#000 }
blockqoute {  }
table { border-top:1px solid #ccc;  border-left:1px solid #ccc }
th, td { border-bottom:1px solid #ddd; border-right:1px solid #ccc }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div.wrapper { width:897px; margin:0 auto; position:relative; text-align:left }

/* 3.3 - header */
div#header { height:120px; background:url(../images/global/header-bg.gif) no-repeat center #724e59; margin:-20px 0 0 0; padding:0  }
#main-logo { float:left; width:298px; height:120px; background:url(../images/global/logo.gif) no-repeat; display:block; text-indent:-9999px }
#top-contact li { float:right; list-style:none }
#top-contact li a { width:170px; height:120px; background:url(../images/global/top-contact.gif) no-repeat; display:block; text-indent:-9999px; }
#flash-banner { width:100%; height:470px; margin:0; padding:0; background:#333; clear:both  }

/* 3.4 - content */
div#content { background:url(../images/global/content-bg.jpg) no-repeat top center; padding:0 0 150px 0 }
body.index div#content { background:url(../images/global/content-bg.jpg) no-repeat 0px center; padding:20px 0 150px 0 }


/* 3.5 - primary content */
div#primary-content {  }

/* 3.6 - secondary content */
div#secondary-content {  }

/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - footer */
div#footer { padding:26px 0 0 0; margin:40px 0 0 0; border-top:1px solid #d2cacc  }

/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }

/* 4.2 - primary navigation */
div#primary-navigation-outer { height:46px; background:url(../images/global/nav-bg.gif) repeat-x; margin:0; padding:0 }
ul#primary-navigation { width:245px; float:right; margin:0; padding:0  }
ul#primary-navigation li {float:left; padding:0; margin:0; list-style:none }
ul#primary-navigation li a:hover { background-position:0% 100% }
ul#primary-navigation li a.thispage { background-position:0% 100% }

/* Buttons */
#home-nav a { width:52px; height:46px; background:url(../images/primarynav/home-nav.gif) no-repeat; display:block; text-indent:-9999px  }
#profile-nav a { width:60px; height:46px; background:url(../images/primarynav/profile-nav.gif) no-repeat; display:block; text-indent:-9999px   }
#galleries-nav a { width:70px; height:46px; background:url(../images/primarynav/galleries-nav.gif) no-repeat; display:block; text-indent:-9999px   }
#contact-nav a { width:63px; height:46px; background:url(../images/primarynav/contact-nav.gif) no-repeat; display:block; text-indent:-9999px  }


/* 4.3 - footer links */
ul#footer-links { float:right; list-style:none; color:#452730 }
ul#footer-links li {float:left; margin:0 0 0 10px}
ul#footer-links li a {color:#452730; text-decoration:none }
ul#footer-links li a:hover {color:#b49a07} 
div#footer span {float:left; font-size:1.1em; margin:0; color:#452730 }
div#footer span a {color:#452730; text-decoration:none }
div#footer span a:hover {color:#b49a07}

/* 4.4 - catagory links */
#cat-navigation { width:900px; margin:0 auto; padding:20px 0}
#cat-navigation li { float:left; list-style:none }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* Page Titles */
#contemporary-lighting-ttl { width:269px; height:24px; background:url(../images/titles/contemporary-lighting-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0 }
#traditional-lighting-ttl { width:269px; height:24px; background:url(../images/titles/traditional-lighting-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0 }
#led-lighting-ttl { width:269px; height:24px; background:url(../images/titles/led-lighting-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0 }
#choose-gallery-ttl { width:98%; height:24px; background:url(../images/titles/choose-gallery-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0; }
#profile-ttl { width:269px; height:24px; background:url(../images/titles/profile-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0 }
#new-led-collection-ttl { width:269px; height:24px; background:url(../images/titles/new-led-collection-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0 }
#catalogue-ttl { width:269px; height:24px; background:url(../images/titles/catalogue-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0; margin-top:40px }
#associations-ttl { width:269px; height:24px; background:url(../images/titles/associations-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0 }
#modern-contemporary-ttl { width:98%; height:24px; background:url(../images/titles/modern-contemporary-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0; margin:0 0 10px 0 }
#designer-ironcraft-ttl { width:98%; height:24px; background:url(../images/titles/designer-ironcraft-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0; margin:0 0 10px 0 }
#ironcraft-ttl { width:98%; height:24px; background:url(../images/titles/ironcraft-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0; margin:0 0 10px 0 }
#traditional-ttl { width:98%; height:24px; background:url(../images/titles/traditional-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0; margin:0 0 10px 0 }
#glassware-ttl { width:98%; height:24px; background:url(../images/titles/glassware-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0; margin:0 0 10px 0 }
#contact-info-ttl { width:98%; height:24px; background:url(../images/titles/contact-info-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0; margin:3px 0 10px 0 }
#compliance-ttl { width:98%; height:24px; background:url(../images/titles/compliance-ttl.gif) no-repeat; display:block; text-indent:-9999px; border-bottom:1px solid #bca8b2; padding:0 0 5px 0; margin:0 0 10px 0 }

.associations { width:49%; float:left; margin:5px 0 50px 0 }
.associations dt { color:#603946; font-weight:bold; padding:22px 0 5px 0 }
.associations dd {}

#gallery-column-one { width:295px; float:left; padding:12px; margin:36px 0 0 0 }
#gallery-column-two { width:532px; float:right; padding:12px; margin:35px 0 60px 0 }

#gallery-thumbs { float:left }
#gallery-thumbs li {float:left; list-style:none; margin:0; padding:0 12px 12px 0 }
#gallery-thumbs li.last { padding:0 0 12px 0 }
#gallery-thumbs li img {margin:0; background:#fff; padding:4px }
#gallery-thumbs li a:hover img { margin:0; padding:4px; background:#643e4a }
#gallery-thumbs li a.selected  { margin:0; padding:0; background:#643e4a }


#gallery-title { font-size:1.8em; color:#643e4a; font-weight:normal; border-bottom:1px solid #bca8b2; padding:0 0 15px 0 }
#gallery-large {}

#contact-column-one { width:295px; float:left; padding:0 12px;  margin:29px 0 0 0 }
#contact-column-two { width:532px; float:right; padding:0 12px;  margin:25px 0 60px 0 }
#contact-btn { background:#452730; color:#fff; border:none; padding:3px; margin:0 145px 0 0 }


#tooltip { 
    display:none; 
    background:transparent url(../images/tooltip/white_arrow_big.gif); 
    font-size:12px; 
    height:129px; 
    width:254px; 
    padding:10px; 
    color:#000;     
}

div#basescript { width:897px; margin:auto; padding-top:50px; text-align:left }
/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.bullet-list {}
.bullet-list li { background:url(../images/global/list-icon.gif) no-repeat 0px 3px; list-style:none; padding:0 0 10px 19px }
.three-column { width:30%; float:left; padding:0 1.5% }
