/* CSS Document */

body, html {
	background-color:#000000;
	color:#EEEEEE;
	width:100%;
	height:98%;
	margin:0px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	min-width:950px;
}

div.header {
	background-color:#414143;
	font-size:42px;
	height:80px;
	padding:5px;
	padding-left:15px;
	padding-top:0px;
	margin-bottom:10px;
}

div.headertext {
	float:left;
	color:#80FF00;
	margin-top:20px;
	cursor:pointer;	
	font-family:Bradley Hand ITC;
	font-weight:bolder;
}

div.main {
	position:relative;
	margin-left:190px;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
	padding-top:25px;
	padding-left:15px;
	padding-right:15px;
	min-height:72%;
	background-color:#414143;
	text-align:center;
	font-size:15px;
}

div.minheight {
	height:430px;
    float:right;
    width:1px;
}

div.clearheight {
	clear: both;
	height:1px;
    overflow:hidden;
}

div.footer {
	position:relative;
	margin-left:190px;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:5px;
	padding-left:10px;
	background-color:#414143;
	font-size:13px;
}

div.language {
	border-right-color:#80FF00;
	border-right-style:solid;
	border-right-width:thin;	
	float: right;
	font-size:11px;
	margin-right:10px;
	padding-right:15px;
	padding-top:20px;
	margin-top:0px;
}

div.webdevelopment {
	float:right;
	font-size:11px;
	margin-right:-160px;
	margin-top:70px;
}

span.coloredtext {
	color:#80FF00;
}

span.underlinedtext {
	border-bottom:#80FF00 1px solid;
}

img.borderedimage {
	border:#EEEEEE 1px solid;
}

img.slide {
	width:160px;
	margin-top:6px;
	margin-left:15px;
}

a {
	color:#EEEEEE;
	text-decoration:none;
}


/* ----------  Menu  -------------*/

/* style the menu container */
.menu {
	position:relative;
	float:left;
	width:180px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	width:180px;
}

/* style the list items */
.menu li.menuitem {
	background-image:url(../images/menuitem_green_160.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	position:relative;
	margin-left:0; /* IE5 */
	margin-left:/**/ 15px;
	margin-top:5px;
	height:25px;
	width: 160px;
	cursor:pointer;
}

/* style the list items */
.menu li.menuitem:hover {
	background-image:url(../images/menuitemhover_green_scissors_comb_160.jpg);
	background-repeat:no-repeat;
}

/* style the list items */
.menu li.menuitema {
	background-image:url(../images/menuitemhover_green_scissors_comb_160.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	position:relative;	
	margin-left:0; /* IE5 */
	margin-left:/**/ 15px;
	margin-top:5px;
	height:25px;
	width: 160px;
	cursor:pointer;
}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	width:160px;
	text-indent:5px;
}

/* IE5.5 */
* html .menu a, * html .menu a:visited {width:160px; w\idth:159px;}
/* style the link hover */
* html .menu a:hover {background: url(../images/menuitemhover_green_scissors_comb_160.jpg);}


