/**
	common.css
	all header and nav button css is contained here
**/

body {	padding:0; 	margin:0; 	border:0;
	text-align:center;
	background-color:#2e2e2e;}
* > body{
	background:#363636;	
}	
a{
	font-family: arial;
	color:	#D6D6D6;
	text-decoration:none;	
}
img{
	border:none;
}
	
#container {
	position:relative;
	width: 800px;
	height:auto;
	margin: 0 auto;
	text-align:left;
	background:#4F4F4F;

}
#head {
	position: relative; 	width:800px; 	min-width:800px; 	height:70px; 	background:#000;
		z-index:5; 
	background-image:url('../images/RAB.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	color:#AFAFAF;
	font-family:arial;
	font-size:10px;	}
#address{
	position:absolute;
	top:25px;
	left:483px;
}

#phone{
	position:absolute;
	top: 25px;
	left:635px;
}
#fax{
	position:absolute;
	top: 25px;
	left:720px;
}
#navButtons{
	font-size: 	10px;
	font-family: arial;	
	text-align:center;
	color:#D6D6D6;
	font-family:arial;
	height: 18px;
	width: 800px;
}
#navButtons span{
	position: absolute;
	width: 107px;
	height: 25px;
	cursor: pointer;
	left: 0;	
}
#Home-Button {
	position: absolute;
	background:#292929;
	padding-top: 7px;
	border-right:1px solid #3F3F3F;
	width:107px;
	left:0px;
	height:18px;
	vertical-align:middle;
	border-bottom:1px solid #000;
}

#Products {
	position: absolute;
	background:#292929;

	padding-top:7px;
	border-right:1px solid #3F3F3F;
	border-left:1px solid #000;
	left:108px;

	width:107px;
	height:18px;	
	border-bottom:1px solid #000;
}

#Where-to-buy {
	position: absolute;
	background:#292929;

	padding-top:7px;
	border-right:1px solid #3F3F3F;
	border-left:1px solid #000;
	left:217px;

	width:107px;
	height:18px;
	border-bottom:1px solid #000;
}

#Contact {
	position: absolute;
	background:#292929;
	padding-top:7px;
	border-right:1px solid #3F3F3F;
	border-left:1px solid #000;
	left:326px;
	
	width:107px;
	height:18px;
	border-bottom:1px solid #000;	
}

#About {
	position: absolute;
	background:#292929;
	padding-top:7px;
	border-right:1px solid #3F3F3F;
	border-left:1px solid #000;
	left:435px;
	width:107px;
	height:18px;
	border-bottom:1px solid #000;	
}

#Search {
	position: absolute;
	background:#292929;
	padding-top:7px;
	border-left:1px solid #000;
	left:544px;
	width:86px;
	height:18px;
	border-bottom:1px solid #000;	
}

#searchText{
	width:100px;	
	height:15px;
	color:#FFF;
	background-color:#454545;
	border:	1px solid #000;
}
.titles{
	color: #B9B9A8;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;	
}