/* CSS
   template webtom grey by tom.cryns@webtom.be
*/

body {
  font-family: "Trebuchet MS", Verdana, geneva, sans-serif;
  font-size:small;
  background:#333;
	margin:0;
	padding:0;
}

* {
	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%;
}

#servicesarea {
	width:100%;
    height: 100%;
	background:#333;
  text-indent: 0px;
}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 1px 0;}
.definition {
  font-size: 16px;
  color: #ff1493;
  font-weight: bold
}

h1 {
  font-size: 150%;
  text-decoration: none;
  margin-left: 40px;
}

h2 {
  font-size: 100%;
  text-decoration: underline;
  margin-left: 50px;
  padding-bottom: 10px;
  padding-top: 0px;
  font-weight: bold
}


table {

}
td{
  margin: 10px
}


p{
  font-size: small;
  padding: 0px;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
p.phead {
  font-weight: normal;
  font-size: 14px;
}

p.pheadvendor {
  font-weight: bold;
  font-size: 16px;
}

ul {
  margin: 0 0 0;
  margin-left: 30px;
}

li {
  font-size: 14px;
}

#aboutarea {
	width:100%;
    height: 100%;
	background:#333;
  text-indent: 0px;
}

#watermark {
	height:20px;
  margin:0px;
  padding:5px 20px;
  color:#fff;
  font-size:95%;
  text-align:right;
  background:#333 url(../img/tlcorner.gif) top left no-repeat;
}



#header {
	height:80px;
  margin:0;
  padding:5px 10px;
	/*background:#666  url(../img/555_header.gif) bottom right no-repeat;*/
    background:#666  url(../img/fullheader.png) bottom right no-repeat;

  color:#fff;
  font-size:95%;
  text-align:left;
  clear:both;
  font-family: 'Lucida Console', Monaco, monospace;
}


#header h1{
  margin:0;
  padding:0 20px;
  font-size:300%;
}


#header p{
  margin:0;
  padding:0 20px;
  font-size:95%;
  font-stretch: wider;
}

#sidebar
{
 float:none;
 width:100%;
 height:420px;
 margin:5px 0px 5px 0px;
 padding:10px;
 color:#fff;
 background:#666;
}

#content {
 width:740px;
 height:435px;
 margin:5px 0px 5px 0px;
 padding:10px, 10px;
 float:right;
 background:#ccc;
}


#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;
}


#contactstrip {
	height:60px;
  margin:0;
  padding:5px 0px;
	background:#ddd;
  color:#555;
  text-align:center;
  clear:both;
  font-size: 14px;
}

#submitbtn input.btn {
  color:#050;
  font-size: 80%;
  height: 20px;
  width: 50px;
  vertical-align: middle;

}

#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:xx-small;
  text-align: center;
}

p{
  font-size: 85%;
}


#footer a
{
 color:#fff;
}




#nav {
  float:left;
  width:100%;
	margin:0;
  padding:10px 0px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:100%;
  background:#777;
	color: #333;
}

#nav li {
	font-size:1.0em;
	list-style:none;
	display:inline;
	padding:5px 2px;
}

#nav li a {
  margin:0px 0px;
	padding:7px;
	color:#ddd;
	text-decoration:none;
  font-weight: bold;
}

#nav li a:hover {
	background:#555;
  color:#fff;
}


#home #homenav,
#links #linksnav,
#contact #contactnav
{
color:#fff;
background:#555;
}
ul { margin: 5; padding : 5; }


#greennav {
    color:#333;
    background:#33CC66;
}


#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;
}

