@charset "utf-8";
/* CSS Document */

body {
	background-color:#A4ACB4;
	background-image:url(../images/bg_plasspike.jpg);
	background-repeat: repeat-x;
	
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
	color: #CCC;
}

h1{
	margin: 0;
	padding: 0;
	color: #FF9900;
	font-weight:normal;
	text-transform: uppercase;
	font-size: 20px;
}

h2{
	margin: 0;
	padding: 0;
	color: #FF9900;
	font-weight:bold;
	font-size: 11px;
}


img{border:none;}

a { color: #CCC; text-decoration: none; outline: none; }
a:hover { color: #FF9900; text-decoration: none; }

.preloadImages{
	display: none;
}



#bodyContainer{
	position:absolute;
	height:600px; 
	width:980px;
	margin:10px 0px 0px -490px;
	left: 50%;
	text-align: left;
	padding: 0px;
}

#logoContainer{
	width: 240px; position:absolute; top:10px; left: 10px;
}
#menuContainer{
	height: 55px; width: 554px; position:absolute; top: 40px; right: 0px;
}

#homeSlideContainer{
	border: 5px #000 solid; 
	width: 900px; 
	height:361px; 
	margin-left: 60px; 
	background-color:#000
}

#productsSlideContainer{
	border: 5px #000 solid; 
	width: 900px; 
	height:501px; 
	margin-left: 60px; 
	background-color:#000
}

/*---------- LISTS -----------*/
ol{
	padding: 0 0 0 0;
	margin: 10px 0 10px 25px;
}
ol li{
	padding: 0;
	margin: 0px 0 5px 0px;
}

ol li ul{
	padding: 0 0 0 0;
	margin: 10px 0 10px 15px;
}

/*---------- TEXT AND BUTTONS --------*/

.nameText{
	font-size:15px; 
	color:#FF9900;
}

.defaultTextOrange{
	color:#FF9900;
}

.contactDesc{
	padding: 10px 0px 5px 0px;
}

.sendBtn{
	line-height: 30px;
}

/*---------- TEXT BOXES ------------*/

.contactTextbox{
	background-color:#232323;
	border: none;
	padding: 4px;
	color: #CCC;
	width: 400px;
}

#checkUser{
	display: none;
}




/* ---------- NAVIGATION ------------*/

.navLine{
	float:left; background-image:url(../images/navmenu/menu_line.png); background-repeat: no-repeat; height: 50px;  width: 2px;
}

a#navHome {
	float: left;
	display: block;
	width: 64px;
	height: 50px;
	text-decoration: none;	
	background: url(../images/navmenu/navNorm_home.gif) 0 0 no-repeat;
}

a:hover#navHome {
	background: url(../images/navmenu/navRoll_home.gif) 0 0 no-repeat;
}

a#navProducts {
	float: left;
	display: block;
	width: 105px;
	height: 50px;
	text-decoration: none;	
	background: url(../images/navmenu/navNorm_products.gif) 0 0 no-repeat;
}
a:hover#navProducts {
	background: url(../images/navmenu/navRoll_products.gif) 0 0 no-repeat;
}

a#navQuality {
	float: left;
	display: block;
	width: 84px;
	height: 50px;
	text-decoration: none;	
	background: url(../images/navmenu/navNorm_quality.gif) 0 0 no-repeat;
}
a:hover#navQuality {
	background: url(../images/navmenu/navRoll_quality.gif) 0 0 no-repeat;
}

a#navExhibitions {
	float: left;
	display: block;
	width: 112px;
	height: 50px;
	text-decoration: none;	
	background: url(../images/navmenu/navNorm_exhibitions.gif) 0 0 no-repeat;
}
a:hover#navExhibitions {
	background: url(../images/navmenu/navRoll_exhibitions.gif) 0 0 no-repeat;
}

a#navAbout {
	float: left;
	display: block;
	width: 72px;
	height: 50px;
	text-decoration: none;	
	background: url(../images/navmenu/navNorm_about.gif) 0 0 no-repeat;
}
a:hover#navAbout {
	background: url(../images/navmenu/navRoll_about.gif) 0 0 no-repeat;
}

a#navContact {
	float: left;
	display: block;
	width: 93px;
	height: 50px;
	text-decoration: none;	
	background: url(../images/navmenu/navNorm_contact.gif) 0 0 no-repeat;
}
a:hover#navContact {
	background: url(../images/navmenu/navRoll_contact.gif) 0 0 no-repeat;
}

.navCurrent{
	border-bottom: 5px #FF9900 solid;
}


/* -------- HOME SLIDER --------*/

ul.homeMainSlides {
	margin:0;
	padding: 0;
	width:900px;
	height:361px;
	overflow:hidden;	
}

.homeMainSlides li {
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding: 0;	
	width:900px;
	height:361px;	
	top: 0;
	left: 0;
}


	


/* ---------- BANNER ------------*/

#bannerContainer{
	width: 910px; margin-left: 60px; margin-top: 10px;
}

a#bannerCustom {
	float: left;
	display: block;
	width: 228px;
	height: 107px;
	text-decoration: none;	
	background: url(../images/banner/banCustom.jpg) 0 0px no-repeat;
	margin-right: 2px;
}
a:hover#bannerCustom {
	background: url(../images/banner/banCustom.jpg) -228px 0 no-repeat;
}

a#bannerBranded {
	float: left;
	display: block;
	width: 227px;
	height: 107px;
	text-decoration: none;	
	background: url(../images/banner/banBranded.jpg) 0 0px no-repeat;
	margin-right: 2px;
}
a:hover#bannerBranded {
	background: url(../images/banner/banBranded.jpg) -227px 0 no-repeat;
}


a#bannerCatalogue {
	float: left;
	display: block;
	width: 218px;
	height: 107px;
	text-decoration: none;	
	background: url(../images/banner/banCatalogue.jpg) 0 0px no-repeat;
}
a:hover#bannerCatalogue {
	background: url(../images/banner/banCatalogue.jpg) -218px 0 no-repeat;
}



/*---------- FOOTER STUFF ---------*/

#footerContainer{
	clear:both; width: 908px; text-align: center; background-color:#000000; margin-left: 60px;
}

.footerSpace{
	clear:both; height:10px;
}

.copyrightText{
	width: 908px; 
	text-align:center; 
	padding-top:10px; 
	color:#FFFFFF; 
	font-size:10px; 
	padding-bottom: 20px; 
	border-top: 1px #9BA5AD solid; 
	margin-left: 60px; 
	margin-top: 10px;
}
.copyrightText a{
	color:#FFFFFF;
	text-decoration: none;
}

.copyrightText a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}



/*---------  Products Page Buttons ----------*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.productsButton {
    background: transparent url('../images/btn_products_right.jpg') no-repeat scroll top right;
    color: #CCC;
    display: block;
    float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    height: 24px;
    margin-right: 10px;
    padding-right: 0px; /* sliding doors padding */
    text-decoration: none;
	margin-bottom: 10px;
	width: 190px;
}

a.productsButton span {
    background: transparent url('../images/btn_products.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 12px;
} 

a.productsButton:hover {
    background-position: bottom right;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.productsButton:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 12px; /* push text down 1px */
} 


/* ---- Products SLider ----*/
#sliderContainer{
	border-top: 2px #000000 solid; 
	margin-left: -10px; 
	width: 672px; 
	position:absolute; 
	margin-top: 10px; 
	background-image: url(../images/bg_slider.jpg); 
	background-repeat: repeat-x;
}

.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}

#productScrollContainer{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:580px;
	background:#fff;		
	margin-bottom:10px;
	margin-left: 45px;
	}				
#content{
	position:relative;
	}			


#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:580px;
	height:170px;
	overflow:hidden; 
	}	
	
#prevBtn{ 
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left:-43px;
	top:50px;
	}			
#nextBtn{ 
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	left:576px;
	top:50px;
	}	
													
#prevBtn a, #nextBtn a{  
	display:block;
	width:50px;
	height:50px;
	background:url(../images/product_slider_arrow_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/product_slider_arrow_next.gif) no-repeat 0 0;	
	}												
#nextBtn a:hover{ 
	background:url(../images/product_slider_arrow_next.gif) no-repeat 0 -50px;	
	}	
	
		
.productThumb{
  display: block;
  width: 80px;
  height: 170px;
  margin: 0px 16px;

}

.productThumb span{
  display: none;
}


/*------ search buttons ----*/
.btnSearch
{
  display: block;
  width: 100px;
  height: 26px;
  background: url(../images/btn_search.gif) no-repeat 0 0;
  text-align: center;
}

.btnSearch:hover
{ 
  background-position: -98px 0;
  color: #FFFFFF;
}

.btnSearch span{
	line-height: 26px;
	
}

		









