/* ======================================================*/
/* Internal layout  START */

#internal #left_col{
	width:180px;
	min-height:300px;
	float:left;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
}
#internal #left_col h1{
	background:#0061aa;
	color:#fff;
	padding:10px 15px;
	margin:0;
	text-transform:uppercase;
	font-size:1.2em;
	border:1px solid #fff;
}

#internal #one_col{
	width:725px;
	float:right;
}

#internal #mid_col{
	width:360px;
	float:left;
	margin:20px 0 40px 40px;
}
#mid_col h1, #mid_col_wide h1{
	margin-top:0px;
}
#internal #right_col{
	width:300px;
	float:right;
	margin-top:0px;
	margin:20px 15px 20px 0;
}

#internal #mid_col_wide{
	width:270px;
	float:left;
	margin:20px 0 40px 40px;
}
#internal #right_col_wide{
	width:400px;
	float:right;
	margin-top:0px;
	margin:20px 15px 20px 0;
}

#internal #banner{
	background:url(images/banner.jpg) no-repeat top center;
	height:170px;
}
#internal #banner h1{
	background:url(images/banner-bg.png);
	width:155px;
	height:30px;
	color:#fff;
	padding:140px 15px 0 0;
	margin:0;
	text-transform:uppercase;
	text-align:right;
}

/* Product layout */
#product #mid_col{
	margin-left:0px;
}
#product h3, .products_used h3{
	border-bottom:1px dotted #838386;
	padding-bottom:.5em;
}
#product h4{
	border-bottom:1px solid #d6d6d7;
	padding-bottom:.5em;
	text-transform:uppercase;
	font-weight:normal;
}

#product .technical{
	width:175px;
	float:left;
}
#product .applications{
	width:170px;
	float:left;
margin-left:10px;
}

#product .technical ul, #product .applications ul, #product .swatches ul, #product .downloads ul, #product .swatch ul, .products_used ul{
	margin:0;
	padding:0;
}
#product .technical li, #product .applications li, #product .swatches li, #product .swatch li, .products_used li{
	background:url(http://www.alucobond.com.au/images/sub_nav-arrow.gif) no-repeat left center;
	margin:5px 0;
	list-style:none;
	padding-left:15px;
}
#product #logo-container {
    border: 2px solid #EEEEEE;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

#product .downloads li{
	background:url(http://www.alucobond.com.au/images/down-list.gif) no-repeat 0px 2px;
	border-bottom:2px dotted #acacaf;
	margin:10px 0 5px 0;
	list-style:none;
	padding:0 0 .5em 45px;
}

#product .downloads li a:link,#product .downloads li a:visited{
	color:#59595E;
	font-size:12px;

}
#product .downloads li a:hover{
	color:#06a;
}
#product .swatch{
height:300px;
}
#product .swatch ul{
position:absolute;
}
#product .swatch li ul{
position:absolute;
margin-left:135px;
top:0;
width:210px;
float:right;
display:none;
padding-bottom:5px;
border:1px solid #e2e2e3;
-webkit-box-shadow: 5px 5px 7px #eee;
-moz-box-shadow: 5px 5px 7px #eee;
box-shadow: 5px 5px 7px #eee;
}
#product .swatch li ul.first{
display:block;
}
#product .swatch li li{
width:40px;
height:40px;
overflow:hidden;
background:none;
margin:0;
padding-left:0;
margin:5px 0 0 5px;
float:left;
}

/* Gallery layout */
#galleryHeading{
	float:left;
font-size:18px;

}
#gallerySelect{
	margin:14px 0px 0px 10px;
	float:left;
}
#gallery_bg{
background:#eee;
padding:5px;
}