/*main*/
html {
    background-color: #000;
    color: #FFF;
    font-family: verdana;
}

body {
    background-image: url('../images/background.jpg');
    background-repeat: repeat-x;
    background-position: 0px 92px;
    height: 800px;
}

a {
    color: #bc00ff;
    text-decoration: none;
}
strong
{
font-weight:bold;
}
h2 {
    color: #bc00ff;
    margin: 10px 15px;
    font-weight: bold;
    font-size: 1.4em;
}

h3 {
    color: #bc00ff;
    margin: 10px 15px;
    font-weight: bold;
    font-size: 1.2em;
}

#container {
    position: relative;
    width: 900px;
    margin: auto;
}

#logoheader {
    position: absolute;
    width: 500px;
    height: 99px;
}

#menu {
    position: absolute;
    top: 70px;
    left: 500px;
    width: 400px;
    height: 99px;
}

#menu li {
    display: inline;
}

#menu li a {
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 0.75em;
}

#menu li a:hover {
    color: #bc00ff;
}

#menu li img {
    margin-right: 4px;
    margin-left: 10px;
}

#content {
    position: relative;
    top: 92px;
    margin: auto;
    height: 568px;
    width: 870px;
    background-image: url('../images/bg_main.jpg');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0.7em;
}

#content.portfolio {
    background-image: url('../images/bg_portfolio.jpg');
    width: 754px;
}

#content.clients {
    background-image: url('../images/bg_clients.jpg');
}

#content.artist {
    background-image: url('../images/bg_artist.jpg');
}

#content.contact {
    background-image: url('../images/bg_contact.jpg');
}

#content.gallery {
    background-image: none;
    text-align: center;
}

#leftbox {
    float: left;
    margin-top: 30px;
    background-image: url('../images/bgbuilder.png');
    text-align: justify;
    width: 422px;
    height: 492px;
}

#rightbox {
    float: right;
    margin-top: 22px;
    width: 441px;
    height: 508px;
    background-image: url('../images/tp.png');
}

#leftbox p {
    margin: 0 15px 30px 15px;
    line-height: 1.5em;
}

#footer {
    position: relative;
    top: 100px;
    clear: both;
    text-align: center;
    font-size: 0.68em;
}

.thinhr, .thickhr, .vthickhr {
    margin: 5px 0 5px 0;
}

.thickhr {
    height: 11px;
    width: 422px;
}

.vthickhr {
    height: 18px;
    width: 422px;
}

.clientstable {
    margin: 10px 15px;
    width: 390px;
}

table.clientstable td {
    padding: 3px;
}

#rightbox img {
    position: relative;
    top: 10px;
    left: 10px;
}

dl {
    float: left;
    margin: 30px 10px;
}

.button {
    background-color: transparent;
    margin: 5px 10px;
    color: #bc00ff;
    border: 0px;
    font-size: 1.2em;
    font-weight: bold;
	 cursor: wait;
}

.input {
    width: 240px;
    margin: 5px 10px;
}

.message {
    height: 70px;
    width: 380px;
    margin: 5px 10px;
}
#mailstatus
{
margin:5px;
color: #bc00ff;
font-weight:bold;
}
.center
{
text-align:center;
}
.white a
{
color:white;
}

/*gallery*/
.stepcarousel {
    position: relative;
    overflow: scroll;
    width: 870px;
    height: 450px;
}

.stepcarousel .belt {
    position: absolute;
    margin-top: 20px;
    left: 0;
    top: 0;
}

.stepcarousel .panel {
    float: left;
    overflow: hidden;
    margin: 15px;
    width: 275px;

	 }
.middle
{
margin-top:100px;
}

.navboxes {
    width: 370px;
    margin: auto;
}

.leftsmallbox, .rightsmallbox {
    float: left;
    margin: 5px 0px;
    background-image: url('../images/bgbuilder.png');
    text-align: center;
    width: 176px;
    height: 23px;
	 padding-top:8px;
    font-size: 1em;
}

.rightsmallbox {
    float: right;
}
