html {
	/* Scrollbar  Moz */
	height: 100%;
	/* Scrollbar IE */
	overflow-y: scroll;	
}
* {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
body {
	text-align: center;
	background-color: #CDCCD4;
	font-size: small;
}
div {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


/**************************
*
* Menu
*
**************************/
div #menu {
	width: 100%;
	padding-bottom: 20px;
	background: transparent url(menu-bg.png) repeat-x; 
}
#menu ul {
	font-size: 0px;
	margin: 20px;
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
}
#menu ul li {
 	list-style-type: none;
	display: inline;
	margin: 0px;
}
#menu ul li a {
	font-size: small;
	color:#FFF;
	font-weight: bold;
	padding: 20px;
	padding-top: 15px;
	text-decoration: none;
}
#menu ul li a:hover {
	background: url(gray.png) repeat-x;
	color: #9CD7F2;
}

#logo {
	position: relative;
	top: -30px;
}
/**************************
*
* Baner
*
**************************/
#baner {
	background-image: url(baner/wood.jpg);
	text-align: right;
	height: 300px;
}

#baner_transparent_bar {
	height: 20px;
	background-image: url(transparent_bar.png);
	display:block;
	margin-top: -20px;
	z-index: 9999999;
}

/**************************
*
* The main content
*
**************************/
.container {
	width: 900px;
	padding-left: 6px;
	padding-right: 6px;
	background: transparent url(container-bg.png) repeat-y;
}
.containerbottom {
	width:	912px;
	height: 30px;
	padding-top: 20px;
	text-align: right;
	font-size: x-small;
	background: transparent url(container-bottom-bg.png) no-repeat;
}
.containerbottom a {
	color: #999999;
	margin-right: 8px;
	padding-right: 8px;
	text-decoration: underline;
}
.containerbottom a:hover {
	color: #333333;
	text-decoration: none;
}
.containerbottom a:visited {
	color: #999999;
}
#contentcontainer {
	overflow: hidden;
	background-color: #FFFFFF;
}
#submenu {
	float: left;
	width: 210px;
	margin-top: 30px;
	background-color: #FFFFFF;
}
#submenu ul
{
	margin: 5px;
	margin-top: 20px;
}
#submenu ul li 
{
	border-bottom: #E1E1E1 solid 1px;
	list-style: none;
}
#submenu ul li a.active {
	font-weight: bold;
}

#submenu ul li a.subsubmenu
{
	padding-left: 30px;
	color: #333;
}
#submenu ul li a.activesubsubmenu
{
	padding-left: 30px;
	font-weight: bold;
}

#submenu ul li a {
	color: #336699;
	font-weight: normal;
	display: block;
	font-size: 11px;
	padding: 5px;
	padding-right: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-variant:small-caps;
	
	text-decoration: none;
}
#submenu ul li a:hover {
	color: #993300;
	background-color:#F8F8F8;
}
#content {
	overflow: hidden;
	padding-left: 10px;
	padding-right: 40px;
	width: 630px;
	background-color: #FFFFFF;
	float: right;
}
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight: bold;
	clear: both;
}
h1 {
	color: #333;
	border-bottom: #CCCCCC solid 1px;
	font-size: x-large;
	margin-top: 10px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	font-variant: small-caps;
}
h2 {
	color: #40505E;
	font-size: large;
}
h3 {
	color: #5F82AC;
	margin: 5px 0px 20px 20px;
	padding-left: 5px;
	border-left: #D1DBE7 solid 10px;
	font-size: small;		
}
h4 {
	color: #5F82AC;
	margin: 2px;
	margin-top: 10px;
	padding-left: 5px;
	border-left: #D1DBE7 solid 10px;
	font-size: small;		
}
p {
	color:#333;
	margin: 15px;
	text-align: justify;
	line-height: 20px;	
}
#content ul {
	margin: 15px;
}
#content ul li {
	margin: 4px;
	list-style: disc;
	margin-left: 20px;
}
a {
	color: #1D7D9A;
	text-decoration: underline;
}
a.pdf {
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
a:hover {
	color: #F00;
	text-decoration: none;	
}
a:visited {
	color: #906;
	text-decoration: none;	
}
a:visited:hover {
	color:#FF6633;
	text-decoration: none;
}
a img {
	padding: 2px;
	background-color:#FFFFFF;
	border: #C2C6CF solid 2px;
}
a img:hover {
	border: #CC3399 solid 2px;
}
.imgInText {
	/* Need? */
	float: right;
	margin: 10px;
	margin-left: 20px;
}
.imgInTextLeft {
	/* Need? */
	float: left;
	margin: 20px;
	margin-left: 50px;
	margin-right: 5px;
}
input, textarea, label {	
	font-size: small;
	color:#4F4F4F;
	display: block;
	width: 100%;
	padding: 2px;
	margin: 4px;
}
label {
	font-variant: small-caps;
	font-size: 11px;
}
input .buttton {
	width: 10%;
}
acronym {
	color: #000000;
	border-bottom:dashed #666666 1px;
}
p.menupath, p.menupath strong {
	font-size: x-small;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 0px;
	color:#999;
}
p.menupath a {
	color: #1D7D9A;
	text-decoration: none;
}

/**************************************
*
* Styles describing the footer
*
**************************************/

.footer {
	clear: both;
	padding: 10px;
	padding-top: 20px;	
	text-align: right;
	color: #999999;
	font-size: 9px;
	background-color: #FFFFFF;
}
.footer a {
	text-decoration: none;
	margin-left: 10px;
	font-size: 9px;
}

pre {
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #336600;
	padding: 10px;
	overflow:scroll;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*********************************************

 Portfolio
 
 **********************************************/
.previewi {
 	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
 }
.previewi a img {
	padding: 4px;
}
.description {
 	float: right;
	width: 400px;
}
.description table {
	margin-top: 15px;
}
.description table td {	
	font-size: small;
	padding: 2px;
	margin: 0px;
	border-bottom: #D6D9DA solid 1px;
}
.description table td.name {
	font-weight: bold;
	color:  #394650;
	padding-top: 10px;
	vertical-align: top;
	width: 120px;
}
.description table td p{
	padding: 0px;
	margin: 0px;
}

input[type="text"], textarea {
	border: #B6CCDA solid 1px;
	padding: 3px;
}
/*
 * Projects
 */
div.project_display_box
{
	margin-top: 40px;
}
div.project_display_box h2 a {
	text-decoration: none;
	color: #40505E;
}

div.project_display_box h2 a:hover {
	color: #CC0033;
}


div.project_display_box p.techniologies
{
	color:#4E6272;
	font-size: xx-small;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

div.project_display_box img {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}
div.project_display_box p.poject_list_menu a {
	text-decoration: none;
	margin-left: 20px;
}
div.project_display_box a img {
	border: 0;
}
div.project_display_box p.poject_list_menu {
	clear: both;
	text-align: right;
	font-size: 11px;
	font-variant: small-caps;
}
#baner img {
	border: 0;
	padding: 0;
	background: none;
}
#poweredby {
	position: relative;
	top: -180px;
	right: -465px;

}
#poweredby img {
	border: 0;
	padding: 0;
	background: none;
	margin-bottom: -100px;
	
}
#contact_form {
	width: 420px;
}
#contact_details {
	float: right;
	width: 300px;
}
#contact_details h2 {
	font-variant: small-caps;
	color: #999;
	font-size: 14px;
}
#contact_details ul li {
	list-style: square;
	font-size: 11px;
}
#contact_details ul li a {
	text-decoration: none;
}