@charset "utf-8";



/*	CSS for Kilkenny Website
	*********************************
	Author: Michael Knight
	Company: Web Hosting Ideas
	Website: www.kilkennylumber.com.au
*/

* {margin:0;padding:0;}
html, body {clear:both;margin:0;padding:0;background:#8F9196 url(../bg/bg_logo3.jpg);min-height:100%;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;margin-bottom:1px;}

.container {width:900px;height:auto;min-height:100%;clear:both;text-align:left;margin:0 auto;padding:0;border:0px solid #BCBDC0}

/* Default link styles */
A:LINK, A:VISITED {color:#009FED;text-decoration:none;}
A:HOVER {color:#000000;text-decoration:underline;}

h1 {font-size:13px;font-weight:bold;color:#009FED;margin:0;padding:0;margin-top:5px;margin-bottom:10px}
h2 {font-size:13px;font-weight:bold;color: #888888;height:15px;margin:0;padding:0;margin-bottom:5px}

/*the border*/
hr {margin:0;margin-top:20px;margin-bottom:15px;border-top: 1px solid #DDDDDD;height:1px;width:100%;}


/* Style to indent image on the front page */
img.image1 {position:relative;float:left;padding-right:10px;}
img.image2 {position:relative;float:right;padding-left:10px;}


/** DIV ELEMENTS **/
.header {osition:absolute;width:900px;height:140px;	background-image: url(../images/header3.jpg);
background-repeat: no-repeat;background-position: top left;}

.header_search {position:relative;padding-top:25px;padding-right:15px;margin-left:auto;margin-right:auto;
	width: 880px;height:51px;clear:both;z-index:600;border:0px solid yellow;}

/*  Main navigation drop down menu  */
/***********************************/
#navbar {margin:0;padding:0;position:absolute;top:77px;margin-left:auto;margin-right:auto;height:59px;width:899px;padding-left:1px;font:normal 1.25em Arial, Helvetica, sans-serif;
	z-index:500;}
#navbar ul {margin:0;padding:0;z-index:300;float:left;opacity:0.9;/*FF,Saf,Op*/-moz-opacity:0.9;/*oldmoz*/filter:alpha(opacity=90);/*ie*/-khtml-opacity:0.9;/*oldsaf*/}
#navbar ul ul ul {display:none}
#navbar li {padding:0;margin:0;display:block;position:relative;}
#navbar li li {background:none;}
#navbar li.mainlevel_current {}
#navbar ul ul li a {font-weight:bold;}
*html #navbar ul#mainlevel ul {width:1px;}
#navbar ul#mainlevel ul {white-space:nowrap;}
#navbar ul#mainlevel ul li, #navbar ul#mainlevel ul li a {display:block;float:none;}
#navbar ul#mainlevel li.current {background:#7A8D32;}
#navbar ul#mainlevel li a:hover, #navbar ul#mainlevel li:hover a, #navbar ul#mainlevel li a#active_menu { /*Rollover state for main level*/background:#CAB657/*#ECC76E*/;color:#000000;}
#navbar ul#mainlevel li:hover ul li a {background:none;}

#navbar li ul {width:165px;display:none;margin:0;padding:0;margin-top:-14px;position:absolute;z-index:500;top:59px;min-height:20px;left:0px;background:#270600;}
#navbar a:hover {color:#ccc;}
#navbar a, #navbar ul#mainlevel li:hover ul li a {color:#FFFFFF;text-decoration:none;cursor:pointer;font-weight:bold}
ul#mainlevel li {position:relative;z-index:498;}

/** SUB-LEVEL **/
/**************/
#navbar ul#mainlevel ul li a.sublevel {border-right:0;width:150px;padding-bottom:4px;}
#navbar ul#mainlevel li ul {opacity:1.0;-moz-opacity:1.0;z-index:10;}
#navbar ul#mainlevel li ul li {border-bottom:1px solid brown;}
#navbar ul#mainlevel li ul li a.sublevel {font-size:1.0em;ont-weight:normal;background:#000}
#navbar ul#mainlevel li ul li a:hover.sublevel {background:#C09B5C;color:yellow;}
#navbar li ul a:hover,#navbar li.mainlevel_current ul a:hover {color:#000;}
#navbar li:hover ul, #navbar li.sfhover ul {display:block;z-index:500;float:left;}
#navbar li a {/*Main level list items*/display:block;padding:0 18px;padding-top:10px;height:35px;line-height:33px;float:left;}
#navbar ul li {/*Sublevel links*/border-right:0;display:inline;float:left;}
#navbar li ul a, #navbar li.mainlevel_current-navmenu ul a { /*Drop down menu items, each list*/display:block;color:#fff;font-size:11px;font-weight:normal;padding:0;
	padding-left:15px;padding-bottom:2px;height:25px;background:none;border-top:1px solid #404040;float:left;}
#navbar li:hover ul ul, #navbar li.sfhover ul ul {left: -999em;}
#navbar li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul {left:165px;top:14px;background-position:0 0;}



.display { /*Largest display area for images*/
    border:0px solid red;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	padding: 0;
	width: 900px;
	height: 265px;
	clear: both;
}
.display-kwikstep {margin-top:-10px}



/* CONTENT */
/**********/
.bodycontent { /*main body content with 2 columns*/
	font-size: 12px;
	line-height: 18px;
	color: #444444;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 860px;
	padding: 15px 20px 15px 20px;
	clear: both;
	min-height:300px;
}
.bodycontent_col1 { /*Left col*/
	position: relative;
	float: left;		
    idth: 380px;
	padding-right: 20px;
}
.bodycontent_col2 { /*Right col*/
   position: relative;
	border:0px solid red;	
	float: left;		
	width: 350px;
	padding-right: 10px;
	padding-left: 33px;
}

/* HOME */
/**********/
#home .bodycontent {min-height:180px}
#home .bodycontent_col1 {border:0px solid #eee;width:540px;margin-left:30px;padding-top:5px}
#home .bodycontent_col2 {border:0px solid #eee;width:200px;}
#home .bodycontent_col2 img {margin:10px 0 0 10px}
#home .bodycontent_col1 img#new {float:left;margin-right:10px}
#home .bodycontent_col1 h1 {padding-top:10px;font-size:1.4em}
#home .bodycontent_col1 img#steps {float:right;margin-top:30px}


/** Top Content */
.topcontent { /*Black box with 3 columns, originally for ~plan ~vision ~mission*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #E0E0E0;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	padding: 20px;
	padding-top: 15px;
	background-color: #1E1E1E;
	background-image: url(../images/bkg_topcontent2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;	
	clear: both;
}
.topcontent_col1 { /*Left column*/
	position: relative;
	float: left;
	width: 260px;
}
.topcontent_col2 { /*middle column*/
	position: relative;
	float: left;
	width: 275px;
	left: 30px;
}
.topcontent_col3 { /*middle column*/
	position: relative;
	float: left;
	width: 262px;
	left: 62px;
	}
.topcontent A:LINK, .topcontent A:VISITED {
	color: #FFF402;
}
.topcontent A:HOVER {
	color: #FFFFFF;
}

.hdg_topcol1 {
	background-image: url(../images/ico_col1.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-left: 38px;
	clear: both;
	height: 30px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.hdg_topcol2 {
	background-image: url(../images/ico_col2.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-left: 38px;
	clear: both;
	height: 30px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.hdg_topcol3 {
	background-image: url(../images/ico_col3.png);
	background-position: left top;
	background-repeat: no-repeat;
/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ico_col3.png',sizingMethod='scale');*/
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-left: 38px;
	clear: both;
	height: 30px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}



/* ABOUT */
/*********/
#about {}
#about #about-us {float:left;border:1px solid #C0B6AA;width:837px;padding:10px;background: url(../bg/timber_bg.jpg) no-repeat;background-position:left bottom}
#about #about-us img.rhs {float:right;margin:10px}
#about #about-us img {float:left;margin:10px 10px 0 0}
#about #about-us p {font-size:1.1em;margin:.6em 0}


/* PRODUCTS */
/************/
#products bodycontent {}
#products .bodycontent_col1 ul {border:0px solid red;list-style:none;width:150px;margin-top:40px}
#products .bodycontent_col1 ul li {text-align:right;font-size:1.2em;line-height:1.3em}
#products .bodycontent_col1 ul li a {color:brown}
#products .bodycontent_col2 {border:0px solid red;padding:0;width:250px;margin-top:40px}

#products-view {}
#products-view img {float:left;margin-right:20px}
#products-view #text {order:1px solid #D5B896;float:left;width:520px;padding:5px;in-height:160px}
#products-view #text h3 {color:#480B00}
#products-view #text p {color:#6a5f0f}
#products-view .specs-view {order:1px solid #D5B896;clear:both;padding-top:10px}

#browse p a:hover {color:red;text-decoration:none}
#browse p {font-weight:bold;text-align:center}
#browse .type {background: url(../bg/wood_bg2.jpg);color:orange;text-align:center;font-size:1.4em;height:20px;margin-top:10px}
#browse .type a {color:yellow}
#browse .type a:hover {background:red;text-decoration:none}
#browse .type a.active {background:red;}

#details a:hover {background:lightyellow;color:red;text-decoration:none}
#details #product {border-top:1px solid #D5B896;margin:5px 0 5px 0;min-height:100px;overflow:hidden;width:450px}
#details #product img {float:left;margin:2px 5px 2px 2px}
#details #product span#prod {font-weight:bold;color:green}
#details #product span#desc {}
#details #showspecies {border:1px solid #D5B896;padding:10px;text-align:center;background:#E8DCD2;font-weight:bold}
#details #edit {float:right;color:red;}
#details #edit a {margin:0 5px}
#details #species-pic {float:right;border:0px solid #D5B896;margin:5px 0;padding-bottom:4px}
#details #species-pic img {margin-bottom:3px}
#details #species-pic span#species {color:red;padding:5px 0 5px 5px}
#details span#bread {color:green;font-weight:bold;font-size:1.1em}

#details #info {border:0px solid #fff;padding:3px 0 0 5px;width:445px}
#details #info span#species {float:right;margin-right:5px}
#details #info span#bread span {color:#0E6DBD}


/** Product NAV Bar **/
#menu-type-top {margin-top:10px;background:#BF9472 url('../images/pcorner_r.png') no-repeat;background-position:right top;order:1px solid red;height:10px}

.menu-type {background: url(../bg/menu250.jpg);height:210px}
.menu-type a {display:block;text-decoration:none;padding:5px 10px 5px 10px;font-size:1.3em;color:#0E6DBD;font-weight:bold}
.menu-type a:visited {color:#0E6DBD}
.menu-type a:hover {text-decoration:none;color:yellow;}
.menu-type a:hover.mainlevel {background: url(../images/arrow_dwn.gif) no-repeat;background-position:10px}
.menu-type li {float:left;width:11.9em;}
#products ul#main {list-style:none;}
#products ul#main li {display:inline;border:0px solid brown;text-align:center;}
#products ul#main li span {color:yellow;font-size:1.2em}
/*position subnavs below and hide them all*/
#products ul#main li ul.sub {display:none;float:left;cursor:pointer;border:1px solid brown;border-bottom:none}
#products ul#main li ul.sub li {display:block;background:lightyellow;border-bottom:1px solid brown;}
#products ul#main li ul.sub li a:hover {color:brown;background: url(../images/arrow_r.gif) no-repeat;background-position:3px 8px}
#products ul#main li:hover ul {display:block;position:relative}

.clearit {clear:both;height:0;line-height:0.0;font-size:0;}





#bread {border:0px solid red;margin-bottom:20px}

/* KWIK-STEP */
/*************/
#kwik .content {overflow:hidden;border:1px solid #D5B896;color:#764A3F}
#kwik .content #lhs-bar {background:#D5B896;width:50px;min-height:620px;float:left;margin-right:5px}
#kwik .content p {margin:20px 0;font-size:1.2em}
#kwik .content #intro {margin-left:50px;padding:5px 5px 20px 20px}
#kwik .content #col1 {float:left;border:0px solid #D5B896;width:350px;overflow:hidden;padding:5px 20px 5px 15px}
#kwik .content #col1 img {float:right;margin-left:10px}
#kwik .content #col2 {float:left;border-left:1px solid #D5B896;width:350px;overflow:hidden;padding:5px 5px 5px 20px;margin-left:10px}
#kwik .content #col2 img {float:right;margin-top:10px}

.carousel_container {width:900px;height:265px;margin:-10px auto 0 auto;border:0px solid red;ackground:#ffffff;z-index:-1;}


/* ORDERS */
/**********/
#orders form {background: url(../bg/steps_tran.jpg) no-repeat;background-position:left bottom;}
#orders h1 {color:#C56835;font-size:1.3em}
#orders table.img_border {border:0px solid red;margin-top:30px}
#orders table.img_border img {margin-left:110px}
#orders td#hd {background: url(../bg/bg_heading_orders_blank2.jpg) no-repeat;height:35px;color:#BE551B;font-size:1.3em;font-weight:bold}
#orders td#col1 {text-align:right;width:350px;padding-top:10px}
#orders td#col2 {padding-bottom:10px;padding-top:10px}
#orders td#col2 input#merbau,td#col2 input#pine,td#col2 input#cypress {margin:0 5px 0 10px}
#orders td#col1a {text-align:right;border:0px solid blue;width:400px}
#orders td#col2a {padding-bottom:10px}

/* GALLERY */
/**********/
#gallery {width:900px;height:690px;margin:-10px auto 0 auto;border-top:20px solid #000}
#gallery object a {display:none} 
#gallery object {margin:0 auto;display block}
#gal-nav {height:20px;background:#E6DECC;text-align:center;padding:4px 0 0 0;}
#gal-nav ul {padding-left:30px}
#gal-nav ul li {display:inline;color:blue}
#gal-nav ul li a {color:red;margin-right:30px}
#gal-nav ul li a img {border:none;margin-right:5px}
#gal-nav ul li#rhs {float:right;margin-right:10px}
#gal-nav ul li#rhs img {margin-right:4px}
#viewer {height:99%;margin:0px;padding:0px;}

/*  Contact page  */
/******************/
#contact-form {border:0px solid green;background:#fff}

.contact_col1 { /*Left column*/
	position: relative;
	float: left;		
    width: 220px;
	padding: 10px;
	backgroun:#FFF5EA url('../bg/bg_brow.jpg'); /*#CCBCA2*/
	}
.contact_col2 { 
	position: relative;
	float: left;		
	width: 550px;
	min-height: 250px;	
	padding-right: 0px;
	padding-left: 10px;
	border-left:1px solid #B09F83;
	}
.contact_col2 h1 {font-size:1.8em;font-weight:normal}

.look {
	border:1px solid #B09F83;
	background-color:#E8E0D5;
	padding:3px;
	font-family: Arial;
	font-size:13px;
	font-weight: normal;
	color: #181310;
}
.innerText {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #563E26;
	line-height:20px;
	padding-bottom:10px;
}

a#auth {color:yellow}


/* SPECIES */
/**********/
#species span#browse {color:red;margin-right:10px}
#species span#browse a:hover {color:crimson;text-decoration:none}

table#species {}
table#species td {line-heigh:1.5em;padding:5px}
table#species td#hdg {height:50px}
table#species td#hdg span {background:#480D00;color:#FFF402;padding:5px;font-size:1.4em}
table#species td#col1 {border:1px solid #eee;width:22%;font-size:1.2em}
table#species td#col2 {border:1px solid #eee;font-size:1.2em}
table#species td#pics img {margin-left:30px}
table#species td#pics span {float:right;color:red}
table#species td#pics span a:hover {text-decoration:none;color:red}


#admin-menu {border:1px solid pink;padding:0 10px;margin-bottom:10px;background:pink}
#admin-menu a {color:red;margin:0 20px 0 5px}
#admin-menu span {margin-right:20px}
#admin-menu span#cat {color:blue;margin-right:20px;font-weight:bold}



/*footer links element*/
#footerlinks {border:0px solid red;width:900px;margin:0 auto;min-height:15px;background:#480D00}
#footerlinks30 {border:0px solid red;width:900px;margin:0 auto;height:30px;background: url(../bg/bg_footer30.png) no-repeat;color:white;text-align:center}
#footerlinks30 a#web {color:white}
#footerlinks30 a:hover#web {color:#FFF402}




.footerlinks { 
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #888888;

	margin-left: auto;

	margin-right: auto;

	width: 860px;

	height: 140px;

	padding: 20px;

	overflow: hidden;	

	clear: both;

	text-align: left;

	background-image: url(../images/bkg_footerlinks2.gif);

	background-position: left bottom;

	background-repeat: no-repeat;

	overflow: hidden;

	/*border-top: 3px solid #CCCCCC;*/

}

.footerlinks A:LINK, .footerlinks A:VISITED {

	color: #FFF402;

	text-decoration: none;

}

.footerlinks A:HOVER {

	color: #FFFFFF;

	text-decoration: underline;

}



.footer { /*footer bottom-most element*/

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #888888;

	margin-left: auto;

	margin-right: auto;

	width: 860px;

	height: 10px;

	padding: 20px;

	overflow: hidden;	

	clear: both;

	text-align: left;

}



/*************************************************************/

/*  Joomla modules custom styling  */

/*************************************************************/

.inputbox {font-family: Verdana, Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: transparent;
	font-size: 11px;
	color: #AAAAAA;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	width: 180px;
	height: 17px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #444444;
	border-bottom: 1px solid #BCBDC0;/* #FFF402; */
	margin-bottom: 2px;
}

.button, .button A:FOCUS {font-family: Verdana, Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	color: #AAAAAA;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	height: 28px;
	border: 1px solid #444444;
	border-bottom: 1px solid #BCBDC0;/* #FFF402; */
}



.chronoform, .chronoform A:LINK, .chronoform A:VISITED, .chronoform A:HOVER {

	font-size: 6px;

	color: #FFFFFF;

	display: none;

}




