@import 'reset.css';
@import 'layout.css';
@import 'nav.css';
@import 'list.css';
@import 'theme.css';
@import 'enquiry.css';
@import 'details.css';
@import 'cms.css';
@import 'boxes.css';
@import 'homepage.css';

div#title h1, div#title h2 {
  padding-left: 20px;
  padding-top: 5px;
}


.img_Icon_01 { 
padding: 3px; 
border: solid 1px #DDD;
 }
 
 .img_Border { 
padding: 2px; 
border: solid 1px #DDD;
 }


.img_ProductCategory 
{ 
padding: 3px; 
border: solid 1px #DDD;
margin-bottom: -10px;
 }

h2.pos_right
{
position: relative;
left: 20px;
bottom: +120px;
font-size: 22px; 
font-weight: bold;  
color: #FFFFFF;
font-family: 'trebuchet ms', Verdana, Helvetica, Arial, sans-serif; 
padding-bottom: 0px; 
margin:0; 
}

.float_Right
{
float: right;
width: 80px;
margin: 0 0 10px 10px;
}

.float_Left
{
float: left;
width: 80px;
padding: 3px; 
border: solid 1px #DDD;
margin: 0px 10px 10px 0px;
}

div#banner {
  clear: both;
  display: block;
  height: 124px;
  margin: 0 0 10px 0;
}

div#banner img {
  border: solid 1px #DDD;
  margin: 0 7px;
}

div#footer-border {
  background: #F5F5F5 url('http://imagesubdomain.new-zealand-net.communitech.net/footer_bg.png') no-repeat scroll 50% bottom;
  height: 20px;
}

div#footer {
  padding-top: 20px;
  line-height: 18px;
  text-align: center;
}

body {
  background: #F5F5F5;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul#navlinks {
  list-style-type: disc;
  margin-left: 20px;
}