*{
  margin: 0;
  padding: 0;
}

body{
  background-color: #000000;
  background-image: url(images/background.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  font-family: arial;
  font-size: 13px;
}


a{
  text-decoration: none;
  color: #0000FF;
}

a:focus{
  outline: none;
}

a:hover{
  text-decoration: underline;
}

h1{
  font-family: arial;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 15px;
}



h2, .h2{
  display: block;
  font-family: arial;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 30px;
}

p{
  margin-bottom: 15px;
}

#main ul{
  margin: 0 0 15px 30px;
}

.container{
  width: 980px;
  margin: 0 auto;
}


#header{
  height: 75px;
  padding-bottom: 9px;
  background-image: url(images/header.png);
  margin-bottom: 25px;
}

#header #logo{
  color: yellow;
  line-height: 75px;
}
#header #logo a{
  color: yellow;
}

#header #nav{
  list-style-type: none;
  float: right;
  padding-top: 20px;
}
#header #nav li{
  display: block;
  float: left;
  padding-top: 8px;
  padding-left: 5px;
  font-size: 16px;
}

#header #nav li a{
  display: block;
  border-radius: 5px;  
  color: #FFFFFF;
  padding: 5px 15px 5px 15px;
}

#header #nav li a:hover{
  background-color: #333333;
  text-decoration: none;
  background-image: url(/images/navbghover.png);
}

#header #nav li .current, #header #nav li .current:hover{
  background-color: #333333;
  background-image: url(/images/navbg.png);
}


#home_feature{
  background-repeat: no-repeat;
  width: 980px;
  height: 350px;
  border: 1px solid #FFFFFF;
  position: relative;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: hidden;
}

#home_feature #caption{
  width: 930px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  padding: 10px 25px 10px 25px;
  font-size: 14px;
  line-height: 18px;
  background-image: url(images/transparent.png);
  z-index: 3;
}

#home_feature #images{
  z-index: 2;
  position: relative;
}


#home_parts{
  float: left;
  height: 100px;
  width: 500px;
  padding: 25px;
  background-color: #FFFFFF;
  color: #333333;
  background-image: url(images/boxbg.png);
  background-repeat: repeat-x;
  box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
  border-radius: 15px;
}

#home_parts h2{
  margin-top: 0;
}

.home_bluebox{
  float: right;
  display: block;
  text-align: center;
  width: 165px;
  height: 115px;
  padding: 25px 25px 10px 10px;
  background-image: url(images/bluebox.png);  
  overflow: hidden;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 18px;
  box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
  border-radius: 15px;
}

.home_bluebox .h2{
  margin-top:0;
}

.home_bluebox:hover{
  text-decoration: none;
  background-image: url(images/bluebox-hover.png);  
}

.input{
  padding: 5px;
  width: 250px;
  border: 1px solid #CCCCCC;
  font-family: georgia;
  font-size: 14px;
  color: #666666;
}

.textarea{
  padding: 5px;
  width: 250px;
  height: 80px;
  border: 1px solid #CCCCCC;
  font-family: georgia;
  font-size: 14px;
  color: #666666;
}


.submit{
  padding: 4px;
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  color: #333333;
  font-family: georgia;
  font-size: 14px;
  cursor: pointer;
}
.submit:hover{
  color: #333333;
  background-color: #C0C0C0;
  border-color: #C0C0C0;
}


#main{
  padding: 50px;
  background-color: #FFFFFF;
  color: #333333;
  background-image: url(images/boxbg.png);
  background-repeat: repeat-x;
  box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
  border-radius: 15px;  
  line-height: 20px;
  min-height: 200px;
}

#left{
  width: 480px;
}




#footer{
  margin-top: 30px;
  padding: 10px 0 10px 0;
  text-align: center;
  background-color: #000000;
  background-image: url(/images/navbghover.png);  
  background-repeat: repeat-x;
  color: #FFFFFF;
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
  border-radius:15px;
}
#footer a{
  color: #FFFFFF;
}



#copy{
  text-align: center;
  color: #777777;
  font-size: 9px;
  font-family: verdana;
  margin-top: 20px;
  text-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
  padding-bottom: 30px;
}

#copy a{
  color: #777777;
}


.rightphoto{
  float: right;
  color: #CCCCCC;
  font-size: 10px;
  line-height: 10px;
  text-align: right;
}


.rightphoto img{
  border: 1px solid #CCCCCC;
  padding: 2px;
}


.button{
  display: block;
  border-radius: 8px;
  font-size: 13px;
  background-color: #333333;
  color: #FFFFFF;
  padding: 10px;
  text-align: left;
}

.button:hover{
  text-decoration: none;
  background-color: #000000;
}






.preload{
  display: none;
}

.parts td{
  padding: 5px 20px 5px 10px;
  border-bottom: 1px solid #CCCCCC;
}


.parts .heading{
  background-color: #000000;
  color: #FFDE16;
}

.parts .alt{
  background-color: #f1f1f1;
}



.enquire{
  display: block;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #FFDE16;
  padding: 2px 10px 2px 10px;
  text-align:center;
}



.enquire:hover{
  text-decoration: none;
  background-color: #FFDE16;
  color: #000000;  
}


.form td{
  padding-right: 10px;
  padding-bottom: 10px;
}



#note{
  background-color: #000000;
  color:#FFDE16;
  text-align: center;
  border-radius: 15px;
  padding: 15px;
  font-size: 16px;
}




#cartbox{
  text-align: left;
  border: 1px solid #cccccc;
  border-radius: 15px;
  padding: 15px;
  margin-top: 20px;
  background-color: #f1f1f1;
}

#cartbox h2{
  margin-top:0;
}

#cartbox ul{
  list-style-type: none;
  margin-left:0;
}



.tool{
  float: left;
  width: 200px;
  height: 210px;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #333333;
}

.tool:hover{
  border: 1px solid #000000;
  text-decoration: none;
}














