body { 
  background-color:#000000;
  background-image:url(../images/home/bg.jpg);
  background-position:top;
  background-repeat:repeat-x;
  margin:0px auto auto auto;
  color:#FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  }
/*------------------------------------------------------- Header ---------------------------------------------------*/
#header {
 width:90%;
 height:100px;
 margin:auto;
 }
#headerbarl {
 width:40%;
 height:40px;
 float:left;
 clear:none;
 margin:28px auto 32px 0px;
 background-image:url(../images/home/headlbg.gif);
 background-position:right;
 background-repeat:no-repeat
 }
#logo {
 width:15%;
 height:100px;
 float:left;
 clear:none;
 margin:0px auto 0px auto;
 }
#headerbarr {
	width:40%;
	height:40px;
 background-image:url(../images/home/headrbg.gif);
 background-position:left;
 background-repeat:no-repeat;
	float:right;
	clear:none;
	margin:28px 0px 32px auto;
  }
#leftcor {
 background-image:url(../images/home/lcorl.gif);
 background-position:left;
 background-repeat:no-repeat;
 width:100%;
 height:100%;
 text-align:right;
 }
#righttcor {
 background-image:url(../images/home/rcorr.gif);
 background-position:right;
 background-repeat:no-repeat;
 width:100%;
 height:100%;
 text-align:right;
 }
.headerlinks {
 padding-top:8px;
 }
#header a {
 margin:auto 20% auto auto;
 padding-top:50px;
 font-size: 0.9em;
 font-weight:bold;
 color:#FFFFFF;
 text-decoration:none;
 }
#header a:hover {
 margin:auto 20% auto auto;
 font-size: 0.9em;
  font-weight:bold;
 color:#f4f4f4;
 text-decoration:none;
 border-bottom: #FFFFFF dotted 1px;
 background-image:url(../images/home/linkbg.gif);
 background-position:bottom right;
 background-repeat:no-repeat;
 }
 
 /*------------------------------------------------------- Middle ---------------------------------------------------*/
#mid {
 width:90%;
 height:auto;
 margin:0px auto 0px auto;
}

#gallery {
 width:100%;
 height:auto;
  margin:0px auto 0px auto;
 padding:0px;
 background-image:url(../images/home/galbg.jpg);
 background-position:bottom;
 background-repeat:repeat-x;
 background-color:#000000;
 border-left:#797c7f 1px solid;
 border-right:#797c7f 1px solid;
 border-top:#797c7f 1px solid;
 } 
.gallerypicgm {
 width:100%;
 height:400px;
 float:right;
 clear:none;
 margin:auto auto 0px auto;
 text-align:center;
 background-image:url(../images/home/4.jpg);
 background-position:right;
}
.gallerypicm {
 width:320px;
 height:400px;
 float:right;
 clear:none;
 margin:auto 10px 0px auto;
 text-align:center;

}
.gallerypick {
 width:170px;
 height:400px;
 float:left;
 clear:none;
 margin:auto auto 0px auto;
 text-align:center;
 background-color:#febf01;
}
.gallerypicb {
 width:170px;
 height:400px;
 float:right;
 clear:none;
 margin:auto auto 0px auto;
 text-align:center;
 background-color:#cdeb8b;
}
#brands {
 width:100%;
 height:100px;
  margin:0px auto 0px auto;
  padding:0px;
 background-color:#000000;
 background-image:url(../images/home/brandsbg.jpg);
 background-repeat:repeat-x;
 border-left:#797c7f 1px solid;
 border-right:#797c7f 1px solid;
 border-bottom:#797c7f 1px solid;
 text-align:center;
}
.brandspic {
 width:24%;
 height:75px;
 float:left;
 clear:none;
 margin:0px auto 0px auto;
 text-align:center;
}  
.text {
 font-size:1em;
 text-align:left;
 border:#797c7f 2px solid;
 margin:5px;
 float:left;
 width:auto;
 color:#000000;
 background-color:#efefef;
 padding:10px;
}
.text a{
 color:#cc0000;
 text-decoration:none;
}
.text a:hover {
border-bottom:1px solid #cc0000;
}
.image {
 float:left;
 margin:5px;
 clear:none;
 border:2px #797c7f solid;
 filter: alpha(opacity=60);
 opacity: .6;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 } 

.image:hover {
 filter: alpha(opacity=100);
 opacity: 1;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";

}
/*------------------------------------------------------- Extra ---------------------------------------------------*/
#extra {
 width:90%;
 height:100px;
 margin:10px auto 10px auto;
 clear:none;
 display:block;
}
.video {
 width:45%;
 height:100px;
 float:left;
 clear:none;
 margin:0 0 0 2%;
 text-align:right;
} 

/*------------------------------------------------------- Footer ---------------------------------------------------*/
#footer {
 width:90%;
 height:30px;
 margin:0 auto 0 auto;
 padding-top:12px;
 background-color:#cc0000;
 border:#980000 2px solid;
 text-align:center;
 font-size:0.8em;
}
#footer a {
 text-decoration:none;
 color:#FFFFFF;
 font-style:italic;
 font-weight:bold;
 }
#footer a:hover {
 text-decoration:none;
 margin-top:10px;
 color:#cc0000;
 background-color:#FFFFFF;
 }