/** CSS - Ethereal - Under Construction **/

* {
margin: 0;
padding: 0;
list-style: none;
}

/** Body **/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #d0d0d0;
background: url(../images/main-bg.png) repeat center top #fff;
margin: 0 auto;
}

iframe{
	padding:1px;
	background: url(../images/iframe-bg.png) repeat center top transparent;
}
/** Container **/

#container {
    border: 1px solid #aeaeae;
    margin: 20px auto 0;
    width: 970px;
}

/** Floats **/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

/** H Tags **/

h1 {
color: #444;
text-transform: uppercase;
font-weight: normal;
padding-bottom:20px;
}

h2 {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    padding: 0;
    text-transform: uppercase;
}

h3 {
font-size: 26px;
line-height: 26px;
margin: 0 0 20px 0;
color: #f9f8f7;
font-weight: normal;
}

h4 {
font-size: 16px;
margin: 0 0 16px 0;
color: #f9f8f7;
font-weight: normal;
text-transform: uppercase;
}

/** Links **/

a:link {
color: #fff;
text-decoration: none;
}

a:visited {
color: #fff;
text-decoration: none;
}

a:hover {
color: #ccc;
text-decoration: none;
}

a:active {
color: #fff;
text-decoration: none;
}

/** Logo **/

#logo {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

a img {
border: none;
}

/** Contact **/

#main {
    border: 5px solid #FFFFFF;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 960px;
}

#content {
    background: url("../images/content-bg.jpg") no-repeat scroll center bottom transparent;
    display: block;
    height: 666px;
    overflow: hidden;
    width: 612px;
}
.content-bottom {
    display: block;
    overflow: hidden;
    padding: 15px 20px;
}
.content-bottom  ul li {
    font-size: 20px;
    line-height: 22px;
}

.content-bottom .left-list {
    float: left;
    width: 280px;
	padding-bottom:30px;
}
.content-bottom  .left-list .first, .content-bottom  .left-list .second, .content-bottom  .right-list .first, .content-bottom  .right-list .second   {
    display: block;
    overflow: hidden;
	padding:8px 0;
    text-indent: -99999px;
}
.content-bottom  .left-list .first {
    background: url("../images/text/over-250-shows.png") no-repeat scroll left center transparent;
}
.content-bottom  .left-list .second {
    background: url("../images/text/over-750-models.png") no-repeat scroll left center transparent;
}
.content-bottom .right-list {
    float: right;
    width: 280px;
	padding-bottom:30px;
}
.content-bottom  .right-list .first {
    background: url("../images/text/daily-updates.png") no-repeat scroll left center transparent;
}
.content-bottom  .right-list .second {
    background: url("../images/text/live-shows.png") no-repeat scroll left center transparent;
}
.content-bottom h2 {
    background: url("../images/text/ready-for-a-show.png") no-repeat scroll left center transparent;
    line-height: 40px;
    overflow: hidden;
    padding: 11px 0;
    text-indent: -99999px;
}
.content-bottom h2 a {
	display:block;
}
/** Form **/

#sidebar {
    background: url("../images/sidebar-bg.jpg") no-repeat scroll center top transparent;
    display: block;
    height: 626px;
    overflow: hidden;
    padding: 20px;
    width: 308px;
}
#sidebar span {
    background: url("../images/text/next-live-show.png") no-repeat scroll center center transparent;
    display: block;
    line-height: 34px;
    overflow: hidden;
    padding: 0 0 18px;
    text-indent: -99999px;
}
#sidebar h2 {
    background: url("../images/text/special-price.png") no-repeat scroll center bottom transparent;
    display: block;
    line-height: 34px;
    margin: 0;
    overflow: hidden;
    padding: 54px 0 0;
    text-indent: -99999px;
}
#sidebar h3 {
    background: url("../images/text/30-day-trial.png") no-repeat scroll center bottom transparent;
    display: block;
    line-height: 28px;
    margin: 0;
    overflow: hidden;
    padding: 18px 0 0;
    text-indent: -99999px;
}
#sidebar p {
    background: url("../images/text/20-shows.png") no-repeat scroll center center transparent;
    display: block;
    line-height: 12px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 15px;
    text-indent: -99999px;
}
#sidebar .registration h2 {
    background: url("../images/text/step-one.png") no-repeat scroll center center transparent;
    display: block;
    line-height: 38px;
    overflow: hidden;
    padding: 20px 0;
    text-indent: -99999px;
}
#form {
width: 100%;
padding: 30px;
margin: 60px 0 0 0;
border: 1px solid #fff;
}

p {
margin: 0 0 25px 0;
}
#formID {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width: 270px;
}
fieldset {
border: none;
}

label {
    display: block;
    float: left;
    font-size: 10px;
    font-weight: 800;
    margin: 0;
    padding: 8px 10px 0 0;
    text-align: right;
    text-transform: uppercase;
    width: 58px;
}

.text-input, select {
    background-color: #FFFFFF;
    border: 1px solid #8F9F69;
    color: #7F7F7F;
    font-size: 11px;
    margin: 0 0 15px;
    width: 190px;
}

input.text-input {
    height: 19px;
    padding: 4px;
}

select {
padding: 5px 3px 5px 15px;
}

textarea.text-input {
height: 178px;
padding: 6px 15px 0 15px;
}

input:focus, select:focus, textarea:focus {
background: #efefef;
}
input[type="image"] {
	background:transparent
}
#submit {
    display: block;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
/** Footer **/

#box-shadow {
    background: url("../images/box-shadow.png") no-repeat scroll center top transparent;
    height: 53px;
    margin: 0 auto;
    width: 970px;
}

