﻿/* Clear padding and marging */
* 
{ 
    padding:0;
    margin:0;
    font-family:Frutiger Linotype, Helvetica, Arial, Sans-Serif;
    font-size: small;
    color: #B3B3B3;
}

body 
{
    background-color: #0F0F0F;
}

h2 
{
    color:#F2F2F2;
    font-weight:bold;
    font-size:large;
}

.borderless
{
    border-right:none;
}

a 
{
    font-size:100%;
    text-decoration:none;
    color: #808080;
}

description 
{
    font-size:90%;
}


p
{
    font-size:90%;
    margin-bottom:1.7em;
    padding-left:3em;
    display:block;
}

a:hover 
{
    color: #F2F2F2;
}

/* Content */
.container
{
    margin:0 auto;
    width:970px;
}

.top
{
    width:100%; 
    height:115px; 
    position:relative; 
    background:url('../../Content/System/Backgrounds/top-background.png') no-repeat top left;
}

.content 
{
    padding: 50px;
}

.sexyleftcoll
{
	width: 200px;
	position:relative;
	float:left;
	top:0px;
}

.stuffgoeshere
{
	width: 510px;
	margin-top:100px;
	float:right;
	text-align: left;
	background: #0f0f0f;
	padding:5px 0px 60px 0px;
}

.bottom
{
    position:fixed;
    clear:both;
    bottom:0;
    top:auto;
    bottom:0;
    height: 45px;
    width:970px;
    background:url('../../Content/System/Backgrounds/bottom-background.png') no-repeat bottom left;
}
/* Helpers */
img
{
	border: none;
}

.badge
{
    border:dashed 1px #333;
    padding:5px;
    margin: 40px 0px 80px 30px;
}

table
{
    border:none;
    margin-left:30px;
}

table td
{
    padding:5px;
    vertical-align:top;
}

.disabled
{
   
}
.break
{
    width:100%; 
    height:30px
}
.portfolio-img
{
    margin:3px 0px 0px -150px; 
    float:left; 
    width:135px;
}
.portfolio-item
{
    min-height:120px;
}
.second-navigation
{
    padding:18px 0px;
    margin-left:60px;
}

.slideshow-item
{
    margin-top:4px;
    padding-left:24px;
}
/* Signitures */

#signiture
{
    background:url('../../Content/System/sign-kravets.png'); 
    width:208px; 
    height:120px; 
    margin:-30px 0px 20px -20px
}

#signiture-about
{
    background:url('../../Content/System/sign-kravets.png'); 
    width:208px; 
    height:120px; 
    margin:-130px 0 20px -60px
}

.copyright
{
    position:relative; 
    top:-17px;
}

/* Menu */
.top ul { position:absolute; top:85px; left:50px; }
.top li { list-style:none; float:left;  position:relative; height:35px; }
.top li a { display:block; border-right:solid 1px #808080; padding: 0px 5px;}
.top li ul {position:absolute; left:10px; min-width:600px; top:34px; height:35px; display:none;}
.top li ul li {height:35px;}
.top li ul li a {display:block;}