

/***** MAIN STUFF *****/

html
	{
	background:#4F6093;
	}

body
	{
	background:#4F6093  url('img/IT/bg.jpg') ;
	color:#000;
	font-family:verdana,arial,sans-serif;
	font-size: 90%;
	margin:0;
	padding:0;
	}

h1,h2,h3,h4
	{
	font-weight: bold;
	margin:0;
	color:#900;
	}

h1
	{
	font-size:120%;
	padding:0 0 1em 0;
	}

h2
	{
	font-size:115%;
	margin:1em 0 0.5em 0;
	padding:0.1em 0.5em 0.3em 0.5em ;
	background:#FED;
	}

h3
	{
	font-size:115%;
	font-weight:normal;
	padding:1.5em 0 0 0;
	}

h4
	{
	font-size:100%;
	padding:1em 0 0.5em 0;
	}

p
	{
	padding:0;
	margin:0.9em 0;
	}

/***** LINKS *****/

a
	{
	text-decoration:none;
	}

a:hover
	{
	text-decoration:underline;
	}

a.text_top
	{
	float:right;
	}

#text a,#footer a
	{
	text-decoration:none;
	color: #00F;
	}

#text a:visited,#footer a:visited
	{
	color: #808;
	}

#text a:hover,#footer a:hover
	{
	text-decoration:underline;
	color: #00F;
	background:#FFEDE0;
	}

#text a:active,#footer a:active
	{
	text-decoration:underline;
	background:#FFEDE0;
	color:#F00;;
	}

/***** LISTS *****/

#text ul
	{
	margin:0 0 1em 2em;
	padding:0;
	}

#text ul li
	{
	margin:0;
	padding:0.1em 0;
	list-style:square inside url('img/IT/list.png');
	}

/***** TABLES *****/

table
	{
	margin:0.5em 0;	
	}

table.color
	{
	border-collapse:collapse;
	margin:0.5em 1em;
	color:#000;
	border:1px solid #000;
	}

thead.small
	{
	font-weight:bold;
	color:#A00;
	}

table td
	{
	padding:0 0.4em;
	}

td.a1
	{
	background:#D0DDFF;
	}

td.a0
	{
	background:#D0D0EE;
	}

/***** FORMS *****/

fieldset
{
	margin:0;
	padding:0.5em 1em 1em 1em;
	background:#D0DDFF;
}

fieldset p
{
	margin:0;
	padding: 0.2em 0;
}

input[type="text"], select, textarea
{
	background:#FFF;
	border:1px solid #358;
}

input[type="text"]:focus, select:focus, textarea:focus
{
	background:#FFEDE0;
}

/************************************************** STRUCTURE ****************************************************/

/***** CONTAINERS *****/

#page
	{
	margin:0 auto;
	width:1000px;
	border:1px solid #000;
	background:#E5F1FD url('img/IT/top2.png') no-repeat -999px -999px;
	}

#menu
	{
	background:#D0DDFF url('img/IT/header.jpg') top left;
	width:1000px;
	height:100px;
	margin:0px 0 0 0;
	border-bottom:1px solid #000;
    text-align:center;   
	}

#flash
	{
	width:770px;
	height:200px;
	margin:0 auto;
    display:none;
	}

#text
	{
	background:#E5F1FD url('img/IT/corner.jpg') top right no-repeat;
	font-size:95%;
	line-height:130%;
	border-left:1px solid #CDA;
	padding:15px 10px;
	}

#footer
	{
	font-size:80%;
	text-align:center;
	padding:1em 15px;
	border-left:1px solid #CDA;
	min-height:33px;
	clear: both;
	}

div#googleAdsContainer
{
    float:left;
    width:160px;
    margin: 0 10px 5px 0;
    border-right: 1px solid #FFF;
    background: #E5F1FD;
}

/***** MAIN MENU *****/

a.goToOtherSite
{
    color:White;
    font-weight:bold;
    font-size:90%;
    padding:3px 0 0 5px;
}

#menu ul
	{
	padding:60px  0 0 0;
	margin:0 auto;
	z-index:1;
	font-size:16px;
	clear:left;
    text-align:center;
    width:	300px;
	}

#menu ul li
	{
	display:inline;
	list-style:none;
	line-height:40px;
	margin:0;
	padding:0;
	}

#menu ul li a
	{	
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	margin:0 10px;
	padding:0;
	display:inline;
    text-align:center;
	float:left;
	height:40px;
    width:130px;
	}
	
#menu ul li a#here
{
	background:#4F6093;
    color:#9CF;
}

#menu ul li a:hover, #menu ul li a#here:hover  
	{	
	background:#4F6093;
	color:#FFF;
	text-decoration:none;
	}

/***** PORTFOLIO *****/

#portfolio ul
	{
	margin: 1em 0 0 0;
	padding: 0;
	}

#portfolio ul li
	{
	float:left;
	width:300px;
	list-style:none;
	text-align:center;
	margin:0;
	padding:0 20px;
	}

#portfolio ul li a:hover
	{
	text-decoration:none;
	color:#900;
	background: #E5F1FD;
	}

#portfolio ul li a span
	{
	margin:0;
	padding:0;
	clear:left;	
	}

#portfolio img
	{
	float:none;
	}

#portfolio hr
	{
	clear:both;
	}
	
#portfolio a {
font-weight:bold;
}

/***** FLASH *****/

object#flashSpider
	{
	position:relative;
	float:right;
	margin: 0;
	padding:0;
	display:none;
	}

/***** FOOTER *****/

a#top
	{
	background: url('img/IT/top.png');
	display:block;
	width:50px;
	height:60px;
	float:left;
    width:205px;height:57px;border:1px solid black;
	}

a#top:hover
	{
	background: url('img/IT/top2.png');
	text-decoration:none;
	}

#footer p
	{
	padding:0;
	margin:0;
	}

#footer img
	{
	padding:0;
	margin:0;
	}

#footer a img
	{
	padding:0;
	margin:0;
	line-height:30px;
	}

#footer a.left img
	{
	border:1px solid #000;
	}

#footer a.right img
	{
	border:none;
	}

#footer a.left
	{
	float:left;
	padding:0;
	margin:0 1em 0 0;		
	}

#footer a.right
	{
	float:right;
	padding:0;
	margin:0 0 0 1em;		
	}

p#ff
	{
	clear:left;
	font-size:10px;
	}

/***** OTHERS *****/

p#secMenu {
text-align:center;
background:#F0F0F0;
}

#text img
	{
	padding:0;
	margin:1em 0 0.5em 0.5em;
	border:1px solid #000;
	}

#text img.left
	{
	float:left;
	margin:0 0.5em 0.5em 0;
	}

#text hr
	{
	border-top:1px solid #340;
	border-left:1px solid #340;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:0;
	}

p:hover,li:hover,label:hover
	{
	color: #004;
	}

.error
	{
	font-size:85%;
	font-weight:bold;
	color:red;
	}

.success
	{
	font-size:85%;
	font-weight:bold;
	color:blue;
	}

pre, .pre
	{
    font: 95% "Courier New", Courier, monospace;
	background:#FFEDE0;
	border:1px solid #000;
	padding:0.5em;
	margin:1em 0;
	}

tt
	{
    font: 95% "Courier New", Courier, monospace;
	color:#135;
	}

.block
	{
	display:block;
	}


li > p:first-child
	{
	padding-top:0;
	margin-top:0;
	display:inline;
	}

.note
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background:#DDD;
	font-size:85%;
	padding:0 1em;
	margin:1em;
}

.small
	{
	font-size:85%;
	color:#666;
	}
	
.code
{
	font: 120% "Courier New", Courier, monospace;
	color:#333;
	font-weight:normal;
}

span.price 
{
    font-variant: small-caps;
    font-weight: bold;
}

span.largePrice 
{
    font-variant: small-caps;
    color:#E00;
    font-size:120%;
}

div#ads p
{
	margin:1em 3px 0 3px;
	padding:0.1em 0.5em;
	text-align:center;
	float:left;	
		border-top: 1px solid black;
	border-bottom: 1px solid black;
	background:#DDD;
	font-size:85%;

}

.blogPost
{
    background:url('../img/it/corner.gif') top right no-repeat;
    float:left;
    width:370px;
    min-height:150px;
    margin:10px;
    padding: 5px;
    border: 1px solid gray;
}

.blogDate
{
    display:block;
    float:right;
    margin: 0 0 0 10px;
   color:#444; 
   font-weight:bold;
   font-size:85%;
}

#text a.blogLink
{
display:block;
background: url('../img/it/list.png') top left no-repeat;
padding:0 0 0 20px;
    font-weight:bold;
}

#text a.blogLink:hover
{
background: #FFEDE0 url('../img/it/list.png') top left no-repeat;
}

.blogDescription
{
    margin: 5px 0 0 0;
    font-size:90%;
    display:block;
}