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

/******************************General*************************************/
:root {
	var-fontcolor: dimgray;
	var-linkcolor1: gray;
	var-bgcolor1: white;
	var-bgcolor2: darkgray;
	var-tabbgcolor1: lavender;
	var-tabbgcolor2: yellow;
	var-brdrcolor1: darkgray;
	
}

* {
	border-color: var(brdrcolor1);
}

html, body {
	
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: var(fontcolor);
	
	background-color: var(bgcolor2);
	line-height:150%;
	width:100%;
	height:100%;

	/**overflow: hidden;**/
	}

#mainContainer {
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	background-color: var(bgcolor1);
	border-left:1px solid darkgray;
	border-right:1px solid darkgray;
	position: relative;
	overflow: hidden;
}
	
div {/**border: 1px solid red;*/}

h1 {font-size: 2em;}

h2 {font-size: 1.2em; margin-bottom:0.5em; padding-left:0.5em;}

.hidden {display:none;}
.fleft {float: left;}
.fright {float:right;}
.clearb {clear:both;}
.discreet {font-size:0.9em; color:silver;}

p {margin: 1em 0.2em;;}
li{list-style-type: circle; margin-left:2em;}
a{
	color:inherit;
	text-decoration:inherit;
}
a.email {
	color:darkblue;
}
a.email:hover{
	text-decoration:underline;
	font-size:1em;
}
	
a:hover {
	font-weight:bold;
	/**background-color: silver;**/
}


/**********************header*************/

#header {
	height:115px;
	
	background-position:bottom;
	background-repeat:no-repeat;
	postion: relative;
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	
}

#logoclick {
	display:block;
    height:88px;
    text-indent:-9999px;
    width:90px;
    }
	
#topContact {
	position: absolute;
	top:5px;
	right:5px;
	font-size:1.3em;
	font-weight:bold;
	color:darkred;
}
	
/***********nav************/
#nav {
	float:left;
	width:200px;
	
	
}

/************modules***********/

.module {
	margin: 1em 0 0 0;
	padding-left:1em;
	color: gray;
}

.module li{
	border-bottom:0px solid silver;
	list-style-type:none;
	background: url("../assets/images/silverbullet_4x4px.gif") 5px top no-repeat;
	background-repeat:no-repeat;
	background-position: 0.5em 1em;
	padding: 0.3em 0 0.3em 1.5em;
	margin-left: 0.5em;
	margin-top: 0.3em;
}

.module li.subCat {
	font-size:0.9em;
	margin-left:2em;
}
.module li ul li {
	font-size:0.9em;
	margin:0;
}


/**************content************/

#content{
	margin-left:230px;
	border-left:1px solid silver;
	padding: 10px 20px;
	overflow: hidden;
}
/****************tagbox***************/

#tagBox, #techProbs{
	position:relative;
	border-radius: 20px;
	color:darkred;
	font-weight:bold;
	text-align:center;
	background-color:whitesmoke; /*Gainsboro*/
	border: 1px solid var(brdrcolor1);
	padding:1em;
	overflow:hidden;
	margin-bottom:1em;
	
}

#main{
	
	
}

/************************footer************************/
#footer {
	border-top: 1px solid silver;
	margin-top:1em;
	position:relative;
	text-align:center;
	clear: both;
	overflow:hidden;
}