
#search, #nav-main, #nav-sub, #tabs, #footer{
	display:none;
}

/* GENERAL STYLES */
body { 
	background:white;
	color:black;
	font-family:arial,sans-serif; 
	font-size:9pt; 
}

a {
	text-decoration:none;
	color:black;
}

img {
	float:none;
	padding-bottom:10px;
}

a img  {
	border:none;
}

h2,h3,h4 {
	margin:20px 0px 10px 0px;
}

h1 {
	font-size:16pt;
	}
	
h2 {
	font-size:12pt;
	}
	
h3 {
	font-size:10pt;
	}
	

blockquote {
	font-size:12pt;
	font-weight:bold;
	margin-left:0px;
}

#container {
	width:95%;
	margin:10px;
	position:relative;
}

#header {
	position:absolute;
	width:100%;
	height:100px;
	top:0px;
	left:0px;
}

#header .logo {
	float:left;
	background:none;
}

#header .logo img {
	display:block;
}
#header .telephone {
	float:right;
}


/* Content */

#content {
	position:relative;
	padding-top:80px;
	margin:0px;
}


/* Products */

#tab-1, #tab-2, #tab-3, #tab-4{
	display:block !important;
}




