*{
	font-family:verdana;
	color:#999;
	font-size:12px;
}

/* RESET CSS */
html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr 
{
	margin:0; 
	padding:0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th 
{
	font-size:1em; 
	font-weight:normal; 
	font-style:normal;
}
ul
{
	list-style:none;
}
fieldset,img,hr 
{
	border:none;
}
caption,th 
{
	text-align:left;
}
table 
{
	border-collapse:collapse; 
	border-spacing:0;
}
td 
{
	vertical-align:top;
}

body
{
	background-image:url(../img/bg-tile.png);
}

a
{
	color:#999;
	outline: none;
}
:focus {
  -moz-outline-style: none;
}
a:hover
{
	color:#FFF;
}

#wrapper
{
	margin:0 auto;
	width:1000px;
}

#tocTop
{
	/*text-align:right;*/
	background-color:#333;
	color:#999;
	height:20px;
	padding:5px;
	font-size:12px;
}

#tocTop a
{
	color:#999;
	padding-right:20px;
}

#tocTop a:hover
{
	color:#fff;
}
#logo a
{
	text-decoration:none;
}
#logo
{
	padding-top:20px;
	height:85px;
}

#logoImg
{
	background-image:url(../img/websitelefttop.png);
	background-repeat:no-repeat;
	height:83px;
	
}

#logoText
{
	background-image:url(../img/maltegotext.png);
	background-repeat:no-repeat;
	height:81px;
	width:430px;
	margin-left:100px;
}

#frontpageButtons
{
	width:300px;
	height:350px;
}

#frontpageButtons ul li
{	
	margin-left:25px;
	margin-bottom:17px;
}
#frontpageButtons_page ul li
{
	float:left;
	padding-right:15px;
}

#frontpageButtons ul li.buttonSpacer
{
	
	display:block;
	height:2px;
	width:205px;
	background-image: url(../img/buttonSpacer.png);
	background-repeat:no-repeat;
}

#frontpageButtons ul li a,#frontpageButtons_page ul li a
{
	display:block;
	padding-top:20px;
	padding-left:80px;
	color:#FFF;
	text-decoration:none;
	width:145px;
	height:45px;
	background-image: url(../img/buttonBG.png);
	background-repeat:no-repeat;
	font-size:16px;
}

#frontpageButtons ul li a:hover,#frontpageButtons_page ul li a:hover
{

	background-image: url(../img/buttonBG-hover.png);
	background-repeat:no-repeat;
	
}


.pageButton
{
	display:inline-block;
	padding-top:10px;
	padding-left:10px;
	color:#FFF;
	text-decoration:none;
	width:100px;
	height:25px;
	background-image: url(../img/defaultbutton.png);
	background-repeat:no-repeat;
	
}
.pageButtonsmall
{
	display:inline-block;
	padding-top:1px;
	text-align:center;
	margin-top:5px;
	color:#FFF;
	text-decoration:none;
	width:60px;
	height:20px;
	background-image: url(../img/buttonSmall.png);
	background-repeat:no-repeat;
	
}

.pageButtonsmall2
{
	display:inline-block;
	padding-top:1px;
	text-align:center;
	margin-top:5px;
	color:#FFF;
	text-decoration:none;
	width:80px;
	height:20px;
	background-image: url(../img/buttonSmall2.png);
	background-repeat:no-repeat;
	
}

.pageButtonsmall3
{
	display:inline-block;
	padding-top:1px;
	text-align:center;
	margin-top:5px;
	color:#FFF;
	text-decoration:none;
	width:100px;
	
	height:20px;
	background-image: url(../img/buttonSmall3.png);
	background-repeat:no-repeat;
	
}
.pageButtonbig
{
	display:inline-block;
	padding-top:7px;
	padding-left:10px;
	color:#FFF;
	text-decoration:none;
	width:200px;
	height:35px;
	background-image: url(../img/defaultbutton-big.png);
	background-repeat:no-repeat;
	
}
.pageButtonFront
{
	display:inline-block;
	padding-top:10px;
	
	color:#FFF;
	text-decoration:none;
	width:105px;
	height:25px;
	background-image: url(../img/defaultbutton.png);
	background-repeat:no-repeat;
	
}

#frontpageButtons_page
{
	height:70px;
}

#frontpageSlideshow
{
	width:700px;
	height:350px;
}

#content
{
	padding-top:20px;
}
#pagecontent
{
	
	padding:20px;
}

#bottomContent
{
	color:#FFF;
}

#bottomContent h1
{
	font-size:24px;
}
#bottomContent span
{
	font-size:12px;
	text-align: justify;
}
.buttonLink
{
	
	display:inline-block;
	width:120px;
	text-align:center;
	text-decoration:none;
	background-color:#900;
	padding:10px;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	
}
.buttonLink:hover
{
	background-color:#700;
}
#bottomContent td.content
{
	width:330px;
	padding-right:10px;
	text-align: justify;
	
}
#bottomContent h1
{
	padding-bottom:5px;
}
#bottomContent td.split
{
	
	padding:15px;
	background-image: url(../img/contentSplit.png);
	background-position: center center;
	background-repeat:no-repeat;
	height:150px;
	
}

#tableofContents
{
	text-align:left;
	width:980px;
	background-color:#333;
	color:#CCC;
	font-size:12px;
	padding:10px;
	display:none;
}

#tableofContentsBottom
{
	text-align:left;
	width:980px;
	background-color:#333;
	color:#CCC;
	font-size:12px;
	padding:10px;
}

#tableofContents a:hover, #tableofContentsBottom a:hover
{
	color:#AAA;
}
#tableofContents h1, #tableofContentsBottom h1
{
	font-size:20px;
	font-weight:normal;
	color:#FFF;
	border-bottom:1px solid #FFF;
	margin-bottom:10px;
}

#tableofContents h2, #tableofContentsBottom h2
{
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	
	
}

h2
{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
h3
{
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	margin-left:15px;
	
	border-bottom:1px solid #AAA;
	margin-bottom:0px;
}

#tableofContents ul, #tableofContentsBottom ul
{
	
}
#tableofContents ul li, #tableofContentsBottom ul li
{
	background-image:url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:2px;
	padding-left:15px;
}
#tableofContents ul li a, #tableofContentsBottom ul li a
{
	text-decoration:none;
}

#footer
{
	margin-top:10px;
	text-align:center;
	width:100%;
	background-image:url(../img/patervalogo.png);
	background-position:center center;
	height:110px;
	background-repeat:no-repeat;
	
	
}

h3
{
	font-size:18px;
}

#breadcrumb
{
		padding-top:20px;
		padding-left:25px;
		color:#fff;
		font-size:11px;
}

#breadcrumb a
{
	color:#ccc;
	text-decoration:none;
	font-size:11px;
	
}
#breadcrumb a.current
{
	color:#900;
}

#breadcrumb a:hover
{
	color:#FFF;
}

input
{
	background-color:#FFF;
	color:#000;
}

input.button,a.button
{
	/*display:inline-block;
	padding-top:10px;
	border:0;
	color:#FFF;
	text-decoration:none;
	width:105px;
	height:25px;
	background-image: url(../img/defaultbutton.png);
	background-repeat:no-repeat;
	background-color:inherit;
	text-align:center;*/
	background-color:#900;
	border:1px solid #FFF; 
	padding:10px;
	color:#fff;
	background-image: url(../img/defaultbuttonAM.png);
	text-decoration:none;
}

input.buttonBig
{
	/*display:inline-block;*/
	
	border:0;
	color:#FFF;
	text-decoration:none;
	width:105px;
	height:33px;
	background-image: url(../img/defaultbutton.png);
	background-repeat:no-repeat;
	background-color:none;
	text-align:center;
}

.arrowList
{
	padding-left:20px;
	list-style:square;
}
.arrowList2
{
	padding-left:20px;
	list-style:square;
}
.arrowList li
{
	padding-bottom:10px;
}
.arrowList2 li
{
	padding-bottom:5px;
}

#wrapper span
{
	color:#FFF;
}

blockquote {
	color: #888;
	font-style: italic;
	font-size:14px;
	width: auto;
	padding: 10px 10px 0px 45px;
	
	background: url(/web5/img/quote-start.png) 1px 0 no-repeat;
}

#quotes span
{
	display:block;
	padding-bottom:20px;
}


.important {
 background: #666;
 border: 1px solid #ccc;
 color: #ccc;
 margin: 10px 0 5px 0;
 padding: 10px;
 
}

.infoTable
{
 border:1px solid #333;
}

.infoTable td
{
border:1px solid #333;
padding:5px;
background-color:#333;
}
.infoTable th
{
	
	color:#CCC;
	font-weight:bold;
	padding:5px;
	background-color:#222;
}

#serverQuote select
{
	color:#000;
}

#clientQuote select
{
	color:#000;
}

#mailForm
{
	width:100%;
	border:1px solid #fff;
	background-color:#333;
	
}
#mailForm span
{
	color:#000;
}
#mailForm td.first
{
	padding:10px;
	color:#FFF;
	font-weight:bold;
}

#mailForm textarea
{
	color:#000;
}

#mailForm #mBox
{
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:10px;
	background-color:#444;
	border:1px solid #fff;
	color:#999;
	font-size:10px;
}
