/* CSS
   template webtom grey by tom.cryns@webtom.be
*/

body {
  font-family: "Trebuchet MS", Verdana, geneva, sans-serif;
  font-size:.9em;
  background:#ccc;
	margin:0;
	padding:0;
  background:#FBFBFB  url(../img/back_gradient.gif) top left repeat-x ;
  text-align:justify;
}

* {
	margin:0;
	padding:0;
	line-height:1.5em;
}

h1 {
	padding:0;
  margin:10px 0px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:180%;
  font-weight:normal;
}

h2 {
	padding:0;
  margin:20px 0px 0 0;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:140%;
  font-weight:normal;
}

#container {
	width:740px;
	margin:30px auto;
	padding:10px;
	background:#fff;
  font-size:95%;
}


#watermark {
  height:62px;
  margin:0px;
  padding:5px 20px;
  color:#fff;
  font-size:85%;
  text-align:left;
  background:#333 url(../img/tlcorner.gif) top left no-repeat;
}

#header {
	height:199px;
	width: 740px;
  margin:0;
  padding:0px 0px;
	background:#666  url(../img/headerbg.jpg) bottom right no-repeat;
  color:#fff;
  font-size:95%;
  text-align:left;
  clear:both;
}


#header h1{
  margin:0;
  padding:0 20px;
  font-size:200%;
}


#sidebar
{
 float:left;
 width:150px;
 margin:5px 0px 5px 0px;
 padding:10px;
 height:385px;
 color:#fff;
 background:#888;
}
#sidebarh
{
 float:left;
 width:150px;
 height: 475px;
 margin:5px 0px 5px 0px;
 padding:10px;
 color:#fff;
 background:#888;
}
#sidebars
{
 float:left;
 width:150px;
 height: 750px;
 margin:5px 0px 5px 0px;
 padding:10px;
 color:#fff;
 background:#888;
}
#sidebarsp
{
 float:left;
 width:150px;
 height:580px;
 margin:5px 0px 5px 0px;
 padding:10px;
 color:#fff;
 background:#888;
}

#content {
 width:540px;
 margin:5px 0px 5px 0px;
 padding:10px;
 float:right;
 background:#F0F0EF;
}

#content ol,
#content ul
{
	padding:5px 20px;
}

#sidebar p, #content p{
	padding:3px 0px;
}

#sidebar a, 
#content a
{
  color:#555;
	text-decoration:underline;
}


#content a img
{
 text-decoration:none;
 border:0;
}


#ads {
	height:50px;
  margin:0;
  padding:0 20px;
	background:#ddd;
  color:#555;
  font-size:95%;
  text-align:right;
  clear:both;
}

#footer {
  clear:both;
  padding: 5px 10px;
  background:#333 url(../img/brcorner.gif) bottom right no-repeat;
  color:#fff;
  font-family: Verdana, sans-serif;
  font-size:85%;
  text-align:left;
}

#footer a
{
 color:#fff;
}




#nav {
  float:left;
  width:100%;
	margin:0;
  padding:10px 0px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:110%;
 background:#666  url(../img/nav2.jpg) top right repeat-x;
	color: #000;
}

#nav li {
	font-size:1.0em;
	list-style:none;
	display:inline;
	
	
}

#nav li a {
  margin:0px 0px;
	padding-top:12px;
	padding-right:12px;
	padding-bottom:12px;
	padding-left:12px;
	color:#000;
	
	text-decoration:none;
  font-weight: normal;
}

#nav li a:hover {
  color:#000; 

  background-image:url(../img/nav.jpg);
}


#home #homenav,
#links #linksnav,
#contact #contactnav,
#spec #specnav,
#serv #servnav
{
color:#fff;
background:#444;


}



ul { margin: 0; padding : 0; list-style : none; }

#sidebarnav {
	margin:0;
  padding:0;
	color: #fff;
}

#sidebarnav ul {
  padding:4px;
	list-style:none;
}

#sidebarnav li {
  margin:4px 0;
	list-style:none;
}

#sidebarnav li a {
	color:#eee;
	text-decoration:underline;
  display:block;
}

#sidebarnav li a:hover {
	background:#999;
}

#rightimg { 
	margin-right:10px;
	margin-top: 5px;
	margin-left:8px;
	margin-bottom: 5px;
	float:right;
	border:solid 2px #666666;
	}


