﻿* {
    font-size: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman" , serif;
    font-size: 14px;
}
img {
    border: 0;
}
/****** General ********/
#wrapper {
    width: 986px;
    margin: 0 auto;
}
#container {
}
#main {
    padding: 15px 80px;
}
.main {
}
.clear {
    clear: both;
}
.dportfolio {
    font-family: 'HighTowerTextBold' ,sans-serif;
    font-weight: bold;
    white-space: nowrap;
    font-size: 16px;
}
/****** /General ********/
/******** Header ************/
#header {
    line-height: 100px;
    height: 100px;
    text-align: center;
}
#navigation {
    text-align: center;
    margin-bottom: 30px;
    border-top: 1px #828282 solid;
    border-bottom: 1px #828282 solid;
    height: 33px;
}
#navigation span {
    display: inline-block;
    padding: 0 15px;
}
#navigation .current {
    background-position: left bottom;
}
#navigation .about {
    display: inline-block;
    height: 33px;
    width: 70px;
    background-image: url(/Themes/CleanW/Styles/images/menu_03.jpg);
}

#navigation .news {
    display: inline-block;
    height: 33px;
    width: 63px;
    background-image: url(/Themes/CleanW/Styles/images/menu_05.jpg);
}
#navigation .lookbook {
    display: inline-block;
    height: 33px;
    width: 97px;
    background-image: url(/Themes/CleanW/Styles/images/menu_07.jpg);
}
#navigation .eshop {
    display: inline-block;
    height: 33px;
    width: 72px;
    background-image: url(/Themes/CleanW/Styles/images/menu_09.jpg);
}
#navigation .contact {
    display: inline-block;
    height: 33px;
    width: 78px;
    background-image: url(/Themes/CleanW/Styles/images/menu_11.jpg);
}
#navigation .about:hover, #navigation .news:hover, #navigation .lookbook:hover, #navigation .eshop:hover, #navigation .contact:hover {
    background-position: left bottom;
}
/******** /Header ************/
/********* Footer **************/
#footer {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 12px;
    color: #828282;
}
#footer span {
    display: inline-block;
    padding-left: 10px;
}
#footer a {
    color: #828282;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .copyright {
}
/********* /Footer **************/
/**** Slideshow ******/
.slideshow {
    width: 355px;
    margin: 0 0 0 auto;
}
/**** /Slideshow ******/
/*********** Register ***************/
.register {
    width: 500px;
    margin: 0 auto;
    font-size: 14px;
    color: #797979;
}
.register input[type="text"], .register select, .register input[type="password"] {
    width: 200px;
    border: 1px #ccc solid;
}
.register input[type="submit"] {
    background-color: #7c8081;
    color: White;
    padding:7px 15px;
    font-size:16px;
    border:0;
}
.register .page-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.register .line {
    padding: 5px 0;
}
.register .label {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding-right: 15px;
}
.register .command {
    text-align: right;
}


/*********** /Register ***************/