@charset "UTF-8";
/* Ashley B Design */

html, body {
margin: 0px auto;
text-align: center;
text-align: -moz-center;
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #ffffff;
}

.wrapper {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
background-color: transparent;
z-index: 1;
}

.container {
width: 1000px;
height: 600px;
margin: 0 auto;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
background-color: #000000;
background-image: url(images/bg.png);
background-position: top;
background-repeat: no-repeat;
z-index: 1;
}

/* CONTENT */

.text {
width: 1000px;
float: left;
padding: 0px 0px 0px 0px;
}

#header {
background-image: url("images/headerbg.png");
background-position: top left;
background-repeat: repeat-x;
color: #ffffff;
font-size: 8pt;
height: 180px;
width: 1000px;
}

#logo-nav {
display: inline-block;
float: left;
height: 80px;
padding: 30px 15px 30px 30px;
width: 630px;
}

#logo {
float: left;
height: 74px;
padding: 2px 0px 0px 0px;
text-align: left;
width: 338px;
}

#nav {
float: left;
font-size: 9pt;
margin-top: 47px;
padding: 0px 0px 0px 0px;
width: 630px;
}

#nav a {
color: #ffffff;
text-decoration: underline;
}

#nav a:hover, .copyright a:active {
color: #ffffff;
text-decoration: none;
}

#nav-bar {
background-image: url("images/navbg.png");
background-position: top left;
background-repeat: repeat-x;
float: left;
height: 40px;
padding: 0px 0px 0px 0px;
width: 1000px;
}

#login-area {
display: none;
float: left;
height: 60px;
padding: 50px 30px 30px 15px;
width: 280px;
}

#login {
background-image: url("images/loginbg.png");
background-position: top left;
background-repeat: repeat-x;
float: left;
font-size: 9pt;
height: 80px;
padding: 30px 30px 30px 30px;
position: relative;
width: 220px;
z-index: 2;
}

.textboxLOGIN {
background: #ffffff;
border: #ffffff 1px solid;
font-family: helvetica, arial;
font-size: 12px;
color: #000000;
font-weight: normal;
}

.buttonLOGIN {
background: #333333;
border: #ffffff 2px solid;
font-family: helvetica, arial;
font-size: 12px;
color: #ffffff;
font-weight: normal;
}

/* HOME */

#welcome, #aboutme, #clients, #client, #contactme {
width: 940px;
background-color: transparent;
padding: 30px 30px 30px 30px;
text-align: left;
display: inline-block;
float: left;
}

#client-left {
display: inline-block;
float: left;
padding: 0px 15px 0px 0px;
width: 720px;
}

#client-right {
display: inline-block;
float: left;
padding: 0px 0px 0px 15px;
width: 190px;
}

.textboxFEEDBACK {
background: #000000;
border: #ffffff 1px solid;
font-family: helvetica, arial;
font-size: 12px;
color: #ffffff;
font-weight: normal;
opacity:0.8;filter:alpha(opacity=80)
}

.textboxFEEDBACKerror {
background: #000000;
border: #ffffff 1px solid;
font-family: helvetica, arial;
font-size: 12px;
color: #ffffff;
font-weight: normal;
}

.buttonFEEDBACK {
background: #333333;
border: #ffffff 2px solid;
font-family: helvetica, arial;
font-size: 12px;
color: #ffffff;
font-weight: normal;
}

.footer {
width: 1000px;
height: 30px;
background-color: #000000;
background-image: url(images/footer-bg.png);
background-position: top;
background-repeat: no-repeat;
float: left;
}

.copyright {
width: 940px;
height: 20px;
text-align: right;
font-size: 8pt;
float: left;
position: relative;
top: 0px;
left: 30px;
}

.copyright a {
color: #333333;
text-decoration: none;
}

.copyright a:hover, .copyright a:active {
color: #333333;
text-decoration: underline;
}

.title {
display: block;
font-size: 12pt;
font-weight: bold;
margin-bottom: 15px;
}

.bodybold {
font-weight: bold;
}

a.link {
color: #ffffff;
text-decoration: underline;
}

a.link:hover, a.link:active {
color: #ffffff;
text-decoration: none;
}

/* TABLES */

.border {
background: #ffffff;
padding: 0;
}