﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {overflow-y: scroll;}

body 
{
    /*background: #000000; // V1    
    background: #3a3a3a; // V2    
    background: #27211f; // V3 */       
	background: #291214;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 50px;	
    font-family: Arial;
}

#header {
	width: 850px;
	height: 120px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
	width: 238px;
	height: 95px;
	background: url(../images/logo.gif) no-repeat;
}


p.logo 
{
    font-family: Arial;
    font-size: 18px;
    color: White;  
    text-align: right;
    padding-top: 20px;
    letter-spacing: 1px;
}

#container {
	width: 850px;
	margin: 0 auto;	
	padding-top:30px;
	padding-bottom:15px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#container_project {
	width: 850px;
	margin: 0 auto;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

p.image_container 
{
    width: 550px;
    text-align: right;
    word-spacing: 10px;
}

.padding
{
    margin-top: 10px;
}

p.title 
{
    font-family: Verdana;
    font-size: 150%;
    color: #ffffff;
    text-align: left;
}

p.content 
{
    font-family: Arial;
    font-size: 75%;
    color: #ffffff;  
    padding-top: 10px;
    text-align: left;
}

p.content_lower 
{
    font-family: Arial;
    font-size: 75%;
    color: #ffffff;  
    padding-top: 10px;
    text-align: left;
}

a:link {
	color: #ffffff;
	text-decoration: none;	
}

a:visited 
{
    color: #ffffff;
	text-decoration: none;	
}

a:hover {
	color: #acc0c7;
}

#footer {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 15px;
}

p 
{
    margin-bottom: 10px;
}

#contact
{
    padding-left: 20px;
}


/* Dropline Menu Style */

.menu {
position:relative;
width:630px;
height:2em;
padding-bottom:1px;
float:right;
    top: -40px;
    left: 6px;
}
 
 
* html .menu {padding-bottom:0;}
 
.menu ul{
list-style-type:none;
padding:0;
margin:0 0 0 0px;
width:630px;
height:100%;
}
 
.menu li{
float:right;
height: 30px;
}
 
.menu a, .menu :visited {
color:#fff;
text-decoration:none;
}

.menu a b, .menu :visited b {
display:block;
font-weight:normal;
float:right;
padding:0 10px;
height:2em;line-height:1.9em;
background: transparent url(drop/mida.gif);
cursor:pointer;
/*border-bottom:1px solid #777;*/
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:2em;
left: 47px;
width:auto;
}
 
.menu :hover {
white-space:normal;
}
 
.menu a:hover b {
color:#acc0c7;
}
 
.menu li:hover > a b
{
color:#acc0c7;
}

.menu ul li:hover ul,
.menu ul a:hover ul{
display:block;
visibility:visible;
top: 20px;
padding-top:10px;
height: 40px;
/*background-color: Blue*/
}
 
.menu ul :hover ul li {
display:block; 
height:2em;
}
.menu ul :hover ul li a {
display:block; 
font-size:0.8em; 
height:2em; 
line-height:2.5em; 
width:auto; 
float:right; 
color:#fff; 
padding:0 10px;}
.menu ul :hover ul li a:hover {
color:#acc0c7;
}

/* scroller */

#sidebar 
{
height:400px;
overflow: hidden;
position:relative;
}	

#scroll {
width:100%;
list-style:none;
padding:0;
margin:0;
top:0;
right: -7px;
position:relative;
height:100%;
width:375px;
float: right;
}

#scroll li {
padding:10px 0;
text-align:right;
display:block;
cursor: progress1;
}

#scroll li a {
color:#fff;
font-family:verdana;
font-size:14px;
display:inline;
padding:20px 8px 5px 20px;
text-decoration:none;
}

#scroll li span {
font-family:verdana;
font-size:14px;
color:#acc0c7;
}

.scroll:hover {
	color: #000000;
	text-decoration: none;	
}

/* inmage slider - projects */

#slider {
    width: 450px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 410px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}

/*
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
*/

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

/* Footer Style */

p.copyright {
    font-family: Verdana;
    font-size: 60%;
    color: #ffffff;  
    padding-top: 5px;
    text-align: left;
    float: left; 
}
p.createdby {
    font-family: Verdana;
    font-size: 60%;
    color: #ffffff;  
    padding-top: 5px;
    text-align: right; 
    float: right;
}

.create:link {
	color: #ffffff;
	text-decoration: none;	
}

.create:hover {
	color: #ffffff;
	text-decoration: none;	
}

.create:visited 
{
    color: #ffffff;
	text-decoration: none;	
}
