/* Initialization */

* {
margin: 0;
padding: 0;
}

img, fieldset {
border: 0;
}

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

address {
font-style: normal;
}

/* Site Specific CSS */
body {
font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
font-size: .8em;
background-color: #fff;
color: #898989;
}

#wrapper {
width: 887px;
margin: 0 auto;
background: #fefefe;
margin: 0 auto;
text-align: center; /* for IE 5.5 */
}

#header {
height: 20px;
}

#header img {
float: left;
padding: 8px 0 0 13px;
}

ul#nav {
float: left;
width: 588px;
height: 43px;
/* background: url('../images/navigation.png') no-repeat left top; */
list-style-type: none;
overflow: hidden;
margin: 15px 0 0 10px;
position: relative;
}

ul#nav li {
float: left;
}

ul#nav li a{
float: left;
display: block;
text-indent: -9999px;
position: absolute;
top: 0px;
height: 43px;
overflow: hidden;
}

ul#nav li.entertainment a {
left: 0;
background: url('../images/navigation.png') no-repeat 0 0;
width: 123px;
}

ul#nav li.entertainment a:hover {
background-position: left -43px; 
}

ul#nav li.models a {
left: 123px;
background: url('../images/navigation.png') no-repeat -123px 0;
width: 83px;
}

ul#nav li.models a:hover {
background-position: -123px -43px; 
}

ul#nav li.stageShows a {
left: 206px;
background: url('../images/navigation.png') no-repeat -206px 0;
width: 114px;
}

ul#nav li.stageShows a:hover {
background-position: -206px -43px; 
}

ul#nav li.costumes a{
left: 320px;
background: url('../images/navigation.png') no-repeat -320px 0;
width: 95px;
}

ul#nav li.costumes a:hover {
background-position: -320px -43px; 
}

ul#nav li.profile a{
left: 415px;
background: url('../images/navigation.png') no-repeat -415px 0;
width: 85px;
}

ul#nav li.profile a:hover {
background-position: -415px -43px; 
}

ul#nav li.contact a{
left: 500px;
background: url('../images/navigation.png') no-repeat -500px 0;
width: 85px;
}

ul#nav li.contact a:hover {
background-position: -500px -43px; 
}


ul#nav li.entertainment a.selected {
background-position: 0 -87px;
}
ul#nav li.models a.selected {
background-position: -123px -87px;
}
ul#nav li.stageShows a.selected {
background-position: -206px -87px;
}
ul#nav li.costumes a.selected {
background-position: -320px -87px;
}
ul#nav li.profile a.selected {
background-position: -415px -87px;
}
ul#nav li.contact a.selected {
background-position: -500px -87px;
}

#banner {
clear: both;
}

#bannerFlash {
clear: both;
height: 100px;
}

#contentWrapper #top {
background: url('../images/top.png') no-repeat center top;
width: 887px;
height: 44px;
border-top: 1px solid #fff;
position: relative; /* for Image map */
text-indent: -9999px;
overflow: hidden;
}

#top a.models {
display: block;
width: 80px;
height: 24px;
position: absolute;
top: 11px;
left: 673px;
background: url('../images/top.png') no-repeat -673px -11px;
overflow: hidden;
}

#top a.models:hover {
background: url('../images/top.png') no-repeat -673px -57px;
}

#top a.entertainers {
display: block;
width: 116px;
height: 26px;
position: absolute;
top: 11px;
left: 761px;
background: url('../images/top.png') no-repeat -761px -11px;
overflow: hidden;
}

#top a.entertainers:hover {
background: url('../images/top.png') no-repeat -761px -57px;
}

#contentWrapper #top1 {
background: url('../images/top1.png') no-repeat center top;
width: 887px;
height: 44px;
border-top: 1px solid #fff;
position: relative; /* for Image map */
text-indent: -9999px;
overflow: hidden;
}

#top1 a.models {
display: block;
width: 80px;
height: 24px;
position: absolute;
top: 11px;
left: 673px;
background: url('../images/top1.png') no-repeat -673px -11px;
overflow: hidden;
}

#top1 a.models:hover {
background: url('../images/top1.png') no-repeat -673px -55px;
}

#top1 a.entertainers {
display: block;
width: 116px;
height: 26px;
position: absolute;
top: 11px;
left: 761px;
background: url('../images/top1.png') no-repeat -761px -11px;
overflow: hidden;
}

#top1 a.entertainers:hover {
background: url('../images/top1.png') no-repeat -761px -55px;
}

#content {
text-align: left;
background: #F7F7F7;
padding: 20px 0;
}

#content div {
background: url('../images/home-content-bg.jpg') no-repeat center top;
width: 849px;
margin: 0px auto 15px auto;
height: 115px;
position: relative;
}

#content div a {
color: #333;
}

#content div a:hover {
text-decoration: none;
}

#content div div{
position: absolute;
left: 12px;
top: 12px;
width: 675px;
height: 93px;
padding-left: 150px;
}

div#entertainment {
background: url('../images/AMG-LOGO.jpg') no-repeat 0 top;

}

div#models {
background: url('../images/BOXCI-LOGO.jpg') no-repeat 0 top;
}

div#stageShows {
background: url('../images/HDN-LOGO.jpg') no-repeat 0 top;
}

div#costumes {
background: url('../images/NA-LOGO.jpg') no-repeat 0 top;
}

div#profile {
background: url('../images/PROMO-LOGO.jpg') no-repeat 0 top;
}

div#contact {
background: url('../images/MIXX-LOGO.jpg') no-repeat 0 top;
}

#content div div p {
font-size: .9em;
margin: 5px 0;
}

div#entertainment h2 {
background: url('../images/AMG-HEADER.gif') no-repeat left top;
width: 300px;
height: 20px;
text-indent: -9999px;
}

div#models h2 {
background: url('../images/BOXCI-HEADER.gif') no-repeat left top;
width: 360px;
height: 20px;
text-indent: -9999px;
}

div#stageShows h2 {
background: url('../images/HDN-HEADER.gif') no-repeat left top;
width: 360px;
height: 20px;
text-indent: -9999px;
}

div#costumes h2 {
background: url('../images/NAPADS-HEADER.gif') no-repeat left top;
width: 360px;
height: 20px;
text-indent: -9999px;
}

div#profile h2 {
background: url('../images/PROMO-HEADER.gif') no-repeat left top;
width: 360px;
height: 20px;
text-indent: -9999px;
}

div#contact h2 {
background: url('../images/entertainment-title.gif') no-repeat left top;
width: 52px;
height: 16px;
text-indent: -9999px;
}

#footer {
clear: both;
background: url('../images/footer-bg.jpg') repeat-x left top;
height: 73px;
padding: 15px 0 0 0;
font-size: .8em;
line-height: 1.6;
}

#footer ul {
float: left;
width: 90px;
list-style-type: none;
padding-left: 20px;
text-align: left;
}

#footer ul li {
background: url('../images/footer-bullet.gif') no-repeat left center;
text-indent: 10px;
}

#footer ul a {
color: #a5aaae;
text-decoration: none;
}

#footer ul a:hover {
text-decoration: underline;
}

#footer address {
float: left;
width: 150px;
}

#footer #contactDetails {
float: left;
width: 220px;
}

#footer #contactDetails a {
color: #717d8b;
}


#footer #copy {
float: left;
width: 160px;
}

#footer #copy p span {
color: #717d8b;
}

/* Content page styles */

#contentPage {
text-align: left;
background: #F7F7F7;
padding: 20px 0;
}

#subCol {
float: left;
width: 230px;
}

#mainCol {
float: right;
width: 640px;
}

#subCol h2 {
color: #383838;
font-size: 1.1em;
border-bottom: 1px solid #d4d4d4;
margin: 0 0px 0 20px;
padding-bottom: 5px;
}

#subCol ul {
list-style-type: none;
width: 209px;
margin: 15px auto;
}

#subCol ul li {
width: 209px;
height: 29px;
padding: 1px 10px;
}

#subCol ul li a {
display: block;
width: 209px;
height: 29px;
background: url('../images/left-menu.png') no-repeat left top;
text-decoration: none;
line-height: 29px;
text-indent: 20px;
color: #919191;
}

#subCol ul li a:hover, #subCol ul li.current a {
background-position: left bottom;
color: #000;
}

#subCol p#requestInfo a{
display: block;
width: 155px;
height: 24px;
background: url('../images/request-info.png') no-repeat 0 0;
text-indent: -9999px;
margin: 5px 26px 5px 47px;
}

#subCol p#requestInfo a:hover {
display: block;
width: 155px;
height: 24px;
background: url('../images/request-info.png') no-repeat 0 -26px;
}

#subCol p#contactFE a{
display: block;
width: 155px;
height: 24px;
background: url('../images/contact-fe.png') no-repeat 0 0;
text-indent: -9999px;
margin: 5px 26px 5px 47px;
}

#subCol p#contactFE a:hover {
display: block;
width: 155px;
height: 24px;
background: url('../images/contact-fe.png') no-repeat 0 -26px;
}

#mainCol h2 {
color: #383838;
font-size: 1.1em;
border-bottom: 1px solid #d4d4d4;
margin: 0 20px 0 0px;
padding-bottom: 5px;
}

#mainCol p#backTop {
float: right;
margin: -5px 20px 0 0;
}

#mainCol p a {
color: #383838;

}

p#backTop a.back {
float: left;
display: block;
width: 52px;
margin: 0 5px;
height: 19px;
overflow: hidden;
background: url('../images/back.png') no-repeat left top;
text-indent: -9999px;
}

p#backTop a.back:hover {
background: url('../images/back.png') no-repeat left bottom;
}

img.ccImg {
float: left;
padding: 20px 20px 20px 0;
}

#categoryContent h1 {
border: 0;
color: #383838;
padding: 20px 0 0 0;
font-size: 1.4em;
}

#categoryContent h2 {
color: #7d7d7d;
font-size: 1.2em;
border: 0;
}

#categoryContent a.download  {
background: url('../images/download-pdf.png') no-repeat left top;
width: 125px;
height: 24px;
display: block;
overflow: hidden;
text-indent: -9999px;
margin: 0 0 8px 0;
}

#categoryContent a.download:hover {
background-position: left bottom;
}

#categoryContent p {
margin: 0 20px 20px 0;
}

#photos h2 {
margin: 0px 20px 20px 0;
background: url('../images/photos-bg.png') no-repeat 0 12px;
border: 0;
border-top: 1px solid #d4d4d4;
padding: 10px 0px 0 20px ;
}

#videos h2 {
clear: both;
margin: 0px 20px 20px 0;
background: url('../images/videos-bg.png') no-repeat 0 12px;
border: 0;
border-top: 1px solid #d4d4d4;
padding: 10px 0px 0 20px ;
}

#videos img {
float: left;
margin: 0 12px 12px 0;
}

#audio h2 {
clear: both;
margin: 0px 20px 20px 0;
background: url('../images/audio-bg.jpg') no-repeat 0 10px;
border: 0;
border-top: 1px solid #d4d4d4;
padding: 10px 0px 0 25px ;
}

#audio img {
float: left;
margin: 0 12px 12px 0;
}

#relatedLinks h2 {
clear: both;
margin: 0px 20px 20px 0;
background: url('../images/related-links-bg.png') no-repeat 0 12px;
border: 0;
border-top: 1px solid #d4d4d4;
padding: 10px 0px 0 25px ;
}

#relatedLinks a {
color: #383838;
display: block;
width: 140px;
height: 20px;
}

#relatedLinks a:hover {
text-decoration: none;
}

p.downloadSchedule {
border-top: 1px solid #d4d4d4;
margin: 20px 20px 20px 0;
padding: 20px 0 0 0;
}

a.download1 {
background: url('../images/download-pdf.png') no-repeat left top;
height: 24px;
width: 125px;
display: inline-block;
text-indent: -9999px;
margin: 0 10px;
}

a.schedule {
background: url('../images/schedule.png') no-repeat left top;
height: 24px;
width: 96px;
display: inline-block;
text-indent: -9999px;
margin: 0 10px;
}

.viewDetails {
clear: both;
border-top: 1px solid #d4d4d4;
margin: 0 20px 0 0; 
}

.viewDetails h1 {
padding: 12px 0 5px 0;
color: #383838;
font-size: 1.4em;
border: 0;
}

#mainCol .viewDetails h2 {
font-size: 1.2em;
border: 0;
color: #898989;
}

p.view a {
background: url('../images/view-details.png') no-repeat left top;
width: 111px;
height: 24px;
display: block;
margin: 15px 0 15px 160px;
text-indent: -9999px;
}

p.view a:hover {
background-position: left bottom;
}

a:hover {
background-position: left bottom;
}

p#backBottom {
border-top: 1px solid #d4d4d4;
padding: 15px 0px 0 200px;
margin: 0 20px 0 0;
}

p#backBottom a.back {
float: left;
display: block;
width: 52px;
margin: 0 5px;
height: 19px;
overflow: hidden;
background: url('../images/back.png') no-repeat left top;
text-indent: -9999px;
}

p#backBottom a.back:hover {
background: url('../images/back.png') no-repeat left bottom;
}

#formCol {
float: left;
width: 470px;
background: url('../images/contact-form-bg.jpg') no-repeat right center;
}

#addressCol {
float: right;
width: 410px;
}

#contactPage {
background: #F7F7F7;
min-height: 600px;
_height: 600px;
}

#formCol {
float: left;
text-align: left;
padding: 20px 0;
}

#formCol label {
display: block;
width: 280px;
margin: 10px auto 2px auto;
}

#formCol input {
display: block;
width: 280px;
margin: 0 auto;
border-top: 2px ridge #666;
border-right:  1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #999;
}

#formCol textarea {
display: block;
width: 280px;
margin: 0 auto;
border-top: 2px ridge #666;
border-right:  1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #999;
height: 95px;
}

#formCol input#sendmail {
float: right;
width: 112px;
height: 24px;
background: url('../images/sendmail.png') no-repeat left top;
overflow: hidden;
border: 0;
text-indent: -9999px;
margin: 10px 90px 0 0;
}

#formCol input#sendmail:hover{
background: url('../images/sendmail.png') no-repeat left bottom;
}


#addressCol {
float: right;
width: 410px;
margin: 60px auto 0 auto;
line-height: 1.5;
}

#addressCol p {
margin: 25px 0;
}

#contactPage p.divider {
clear: both;
border: 0;
border-bottom: 1px solid #d4d4d4;
height: 5px;
width: 90%;
margin: 0 auto;
}

#addressCol a {
color: #898989;
}

#addressCol a:hover {
text-decoration: none;
}


.thumbContainer {
float: left;
position: relative;
width: 67px;
height: 67px;
margin: 0 12px 12px 0;
}

.thumbnail {
position: absolute;
left: 0;
top: 0;
width: 67px;
height: 67px;
z-index: 0;
margin: 0;
padding: 0;
}

.thumbFrame{
position: absolute;
left: 0;
top: 0;
width: 67px;
height: 67px;
z-index: 1;
margin: 0;
padding: 0;
}

#categoryContent #imgContainer {
float: left;
position: relative;
width: 294px;
height: 434px;
margin: 20px 20px 20px 0;
}

#categoryContent #mainImage {
position: absolute;
left: 0;
top: 0;
width: 294px;
height: 434px;
z-index: 0;
margin: 0;
padding: 0;
}

#categoryContent #frameImage{
position: absolute;
left: 0;
top: 0;
width: 294px;
height: 434px;
z-index: 1;
margin: 0;
padding: 0;
}

.viewDetailsImgContainer {
float: left;
position: relative;
width: 148px;
height: 149px;
margin: 12px 12px 12px 0;
}

.viewDetailsImage {
position: absolute;
left: 0;
top: 0;
width: 148px;
height: 149px;
z-index: 0;
margin: 0;
padding: 0;
}

.viewDetailsFrame{
position: absolute;
left: 0;
top: 0;
width: 148px;
height: 149px;
z-index: 1;
margin: 0;
padding: 0;
}

.first {
border: none;   /* for view Details on entertainment page */
}
