/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* IE
-------------------------------------------------------------- */


/* MINE
-------------------------------------------------------------- */
.go_left{float: left;}
.go_right{float: right;}
.go_clear{clear: both;}

a:link {color: #bca46d; text-decoration:none;}
a:visited {color: #bca46d; text-decoration:none;}
a:hover {text-decoration:underline;}



/* LAYOUT
-------------------------------------------------------------- */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   background: url("../images/bg_swirl.gif") top center no-repeat;
   min-height:100%;
   position:relative;
   width: 940px;
   margin: 0 auto;
   margin-top:-15px;
}
#header {
   padding: 20px 0;
   height: 20px;
   border-bottom: 4px solid #bca46d;
   margin-bottom:40px;
   
}
#body {
   padding-bottom:300px;   /* Height of the footer +100*/
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:200px;   /* Height of the footer */
   background: url("../images/bg_footer.gif") top left no-repeat;
   border-top: 4px solid #bca46d;
   padding-top: 10px;
}



/* TYPOGRAPHY
-------------------------------------------------------------- */

@font-face {
    font-family: 'MuseoSlab-500';
    src: url('../fonts/Museo_Slab_500.otf');
    src: url('../fonts/museo_slab_500.eot');
    src: url('../fonts/museo_slab_500.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_500.woff') format('woff'),
         url('../fonts/museo_slab_500.ttf') format('truetype'),
         url('../fonts/museo_slab_500.svg#museo_slab_500') format('svg');
    font-weight: normal;
    font-style: normal;
}   
@font-face {
    font-family: 'supermarket';
    src: url('../fonts/supermarket.eot');
    src: url('../fonts/supermarket.eot?#iefix') format('embedded-opentype'),
         url('../fonts/supermarket.woff') format('woff'),
         url('../fonts/supermarket.ttf') format('truetype'),
         url('../fonts/supermarket.svg#supermarket') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {font-size: 30px; color: #bca46d; letter-spacing: 2px;}
h2 {font-size: 24px; color: #666; }
h3 {
	font-size: 20px; color: #666; 
	text-transform:uppercase;
	padding-left:15px;
	background: url("../images/bullet_gold.gif") top left no-repeat;
	padding-bottom: 10px;
	border-bottom: 1px solid #bca46d
}

#header {font-family: MuseoSlab-500,Georgia,serif; text-transform:uppercase; color: #666; clear:both;}
#body, #footer {font-family: supermarket,Helvetica,Verdana,sans-serif; color: #666; letter-spacing: 1px; }

#footer {font-size:13px;}
#footer a:link {color: #bca46d; text-decoration:none;}
#footer a:visited {color: #bca46d;}
#footer a:hover {text-decoration:underline;}

.copyright {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 10px; 
	color: #666; 
	width: 260px; 
	float:left; 
	line-height:15px; 
	padding-top:10px;
}

.product_other ul li {line-height:24px;}
.product_other ul li span {color: #bca46d;}






#logo {width: 480px; float: left;}
#logo a:link {
	color: #666;
	text-decoration: none;
	font-size:22px;
	letter-spacing: 1px; 
}
#logo a:visited {color: #666;}

#navigation {font-size: 14px; float:right; margin-top: 5px;}
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navigation ul li {
	padding-left: 30px;
	list-style: none;
	display: inline;
}
#navigation a:link {
	color: #666;
	text-decoration: none;
}
#navigation a:visited {color: #666;}
#navigation a:hover {color: #bca46d;}

body#home #navigation a.nav_home, body#about #navigation a.nav_about, 
body#products #navigation a.nav_products, body#contact #navigation a.nav_contact
{color: #bca46d;}










.gotop{
	margin:-30px 0 30px 0; 
	text-align:right;
}
#footer .label {margin-bottom:10px;}
.foot_col1, .foot_col2{padding-right: 30px;}
.foot_col4{
	width: 320px;
	border-left: 1px solid #ccc;
	padding-left: 25px;
	padding-bottom: 20px;
}
.foot_col3 p{
	text-align: left !important;
}

.footer_info p,ul li {line-height: 18px;}

.ext_lnk {padding-bottom: 10px; margin-bottom:15px; border-bottom: 1px solid #ccc; }



.banner_contact{
	margin-top: 40px;
}
.banner_wire, .banner_tel{
	margin: 40px 40px 0px 0px;
}
.banner_wire{
	width: 343px;
}
.banner_tel{
	width: 342px;	
}
.banner_product{
	width: 150px;
	margin: 0 auto;
}


/* ABOUT
-------------------------------------------------------------- */
.im_about {
display: block; 
margin: 0 auto;
padding:4px;
border: 1px solid #bca46d;
}
#body h1, h2{
	margin:10px;
	text-align: center;
}
#body p{
	line-height: 22px;
	text-align: center;
}
.bg_quote{
	position:relative;
	top:-41px;
	z-index:-1;
}
#middle.banner_product{
	display: block;
	margin-top: -70px;
	margin-bottom: -50px;
}
.dquo{
	font-size: 51px;
	vertical-align:middle;
}



/* PRODUCTS
-------------------------------------------------------------- */

.product_section {}
.product_section a:link {color: #666;}
.product_section a:visited {color: #666;}
.product_section a:hover {color: #bca46d; text-decoration: none;}




.product_item {
	float: left; 
	width: 25%; 
	margin-top: 40px;
	border-right: 1px solid #ccc;
	text-align: center;
}
.product_item_last {
	border:none !important;
	margin-right:-5px;
}
.product_item .product_img {margin-bottom: 10px;}

/*Display image in grayscale*/
.product_item .product_img, .banner_wire, .banner_tel, .idic{
	filter: url(filters.svg#grayscale); /* Firefox */
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Webkit */
}
.product_item .product_img:hover, .banner_wire:hover, .banner_tel:hover, .idic:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}


.product_other {
	float: left; 
	width: 500px; 
	margin-top: 40px;
}
.banner_contact_s {
	float: right; 
	width: 400px; 
	margin-top: 40px;
}


.cat_wire {}
.cat_telephone, .cat_other {margin-top: 80px;}





/* PRODUCTS DETAILS
-------------------------------------------------------------- */
.product_details{
text-align: center;
width:100%;
}
.product_details .wire_details{
border-top: 1px solid #bca46d;
margin-top:20px;
padding-top:20px;
}
.product_details .wire_details img{
margin-bottom:40px;
}

.product_details .wire_details .details_table{
margin-bottom: 86px;
background: url("../images/swirl_under_table.png") bottom center no-repeat;
}

.product_details .link_contact{
margin-top:40px;
}
.product_details .link_contact img{margin:10px 0;}



/* CONTACT
-------------------------------------------------------------- */

body#contact h1 {float:left; width: 220px; height: 100px;}
div.cont_info {float:left; width: 320px; line-height: 25px; height: 100px;} 

.grey_line {border-bottom: 1px solid #ccc; height:1px; margin: 40px 0; clear: both;}

form {
width: 460px;
color: #bca46d;
padding: 20px 0;
float: left;
padding-right: 45px;
border-right: 1px solid #ccc;	

}
.field {
width: 100%; 
padding: 5px;
font-size: 14px;
border: 1px solid #ccc;
margin-bottom: 20px;
}
.field:active {border: 1px solid #bca46d;}

.btn_contact{
font-family: supermarket,Helvetica,Verdana,sans-serif;
font-size: 20px;
color: #755c22;
text-shadow: 1px 1px #b9a26d;
background:  url(../images/btn_contact.png) repeat-x top left;
display: block;
padding: 12px 20px 5px 20px;
border: 1px solid #beaa7b;
-moz-border-radius: 4px;
border-radius: 4px;
letter-spacing: 1px;
cursor: pointer;
position: relative;
}

.btn_contact:active{
color: #846d38;
background:  url(../images/btn_contact.png) repeat-x bottom left;
top: 1px;
}


.map {
float:right;
width:400px;
}
iframe {
padding:4px;
border: 1px solid #bca46d;
}

#log_res{
	margin-top: 30px;
	line-height: 22px;
}





/* TABLE */

body#products table {font-size: 12px;}
body#products td {padding: 10px;}

tr.table_label {background: #ccc !important;}

tr.row_details:hover {background: #bca46d;}


/* SLIDE SHOW
-------------------------------------------------------------- */
.slideshow {
	position: relative;
	width:940px;
	height:415px;
}
.slideshow img {
	position:absolute;
	left:0;
	top:0; 
	width:100%;
	height:100%;
	display: none;
}
#slide1{
	display:block;
}

