@charset "UTF-8";
/* /// MAIN CSS /// */


/* /// GLOBAL RESET /// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}
/*
@font-face {
  font-family: 'ITCAvantGardeStd Bk';
  src: url('../fonts/ITCAvantGardeStd%20Bk-0.eot') format('eot'), url('ITCAvantGardeStd%20Bk.otf') format('opentype');
}

@font-face {
  font-family: 'ITCAvantGardeStd Bk';
  src: url('../fonts/ITCAvantGardeStd%20Bk.otf');
}

@font-face {
  font-family: 'ITCAvantGardeStd Demi';
  src: url('../fonts/ITCAvantGardeStd%20Demi.otf');
}

@font-face {
  font-family: 'ITCAvantGardeStd Md';
  src: url('../fonts/ITCAvantGardeStd%20Md.otf');
}

@font-face {
  font-family: 'ITCAvantGardeStd MdObl';
  src: url('../fonts/ITCAvantGardeStd%20MdObl.otf');
}

@font-face {
  font-family: 'ITCAvantGardeStd Bold';
  src: url('../fonts/ITCAvantGardeStd%20Bold.otf');
}

@font-face {
  font-family: 'MyriadProSemiBold';
  src: url('../fonts/myriadpro-semibold-webfont.eot');
  src: local('?'), url('../fonts/myriadpro-semibold-webfont.woff') format('woff'), url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'), url('../fonts/myriadpro-semibold-webfont.svg#webfontYQdKYRYe') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadProSemiBold';
  src: url('../fonts/myriadpro-semiboldit-webfont.eot');
  src: local('?'), url('../fonts/myriadpro-semiboldit-webfont.woff') format('woff'), url('../fonts/myriadpro-semiboldit-webfont.ttf') format('truetype'), url('../fonts/myriadpro-semiboldit-webfont.svg#webfontQe86VtAS') format('svg');
  font-weight: bold;
  font-style: italic;
}*/

/* /// OVERALL SITE STYLES /// */
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
  text-align: left;
    color: #222;
    background-color: #000;
    margin: 0px;
}

h1 {
  color: #fff;
  font-family: 'ITCAvantGardeStd Md', Arial, Helvetica, sans-serif;
  font-size: 22pt;
  font-style: normal;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: normal;
}

h2 {
  color: #777;
  font-family: 'MyriadProSemiBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}

h2.details {
  color: #777;
  font-family: 'MyriadProSemiBold', "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 25px;
  margin-left: 10px;
  padding-top: 10px;
  line-height: 1;
}

h3 {
  color: #64208f;
  font-family:  'ITCAvantGardeStd Md', Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: normal;
}

h4 {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  padding-bottom: 8px;
}

h5 {
  font-size: 8px;
  line-height: 15px;
  letter-spacing: 0;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  padding-bottom: 10px;
}

img, img a {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a {
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
   -o-transition: .2s ease-out;
  transition: .2s ease-out;
  text-decoration: none;
}

a:link, a:visited {
  color: #64208f;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

p {
  margin-bottom: 18px;
  line-height: 20px;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.divider {
  width: 100%;
  border-style: solid;
  height: 1px;
  background-color: #ccc;
  margin: 18px 0;
}

/* /// HEADER & NAV STYLES /// */
#headerwrapper {
  width: 100%;
  height: 516px;
  margin: 0;
  background: url(../images/headerBg.jpg) no-repeat top center #000;
}

#header {
  width: 960px;
  margin: auto;
  padding: 8px 0;
  height: 60px;
}

#headerImageWrapper {
  background: #000;
  height: 440px;
  margin: auto;
  width: 100%;
}

#headerImage.training {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin: auto;
  padding: 0;
  background: url(../images/headerImage_training.jpg) no-repeat top center transparent;
}

#headerImage.gallery {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin: auto;
  padding: 0;
  background: url(../images/headerImage_gallery.jpg) no-repeat top center transparent;
}

#headerImage.booking {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin: auto;
  padding: 0;
  background: url(../images/headerImage_booking.jpg) no-repeat top center transparent;
}

#headerImage.shoots {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin: auto;
  padding: 0;
  background: url(../images/showcase_img3.jpg) no-repeat top center transparent;
}

#headerImage.about {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin: auto;
  padding: 0;
  background: url(../images/headerImage_about.jpg) no-repeat top center transparent;
}

#headerImage.testimonials {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin: auto;
  padding: 0;
  background: url(../images/headerImage_testimonials1.png) no-repeat top center transparent;
}


.logo {
  width: 391px;
  height: 58px;
  background: url(../images/logo.png) no-repeat 0 0 transparent;
  text-indent: -999999px;
  float: left;
  margin: 3px 24px 0 8px;
}

/* @group Nav - Primary
===================================== */
#nav {
  color: #777;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  font-family: 'ITCAvantGardeStd Bk', Arial, Helvetica, sans-serif;
  font-weight: normal;
  min-width: 515px;
  height: 60px;
}

#navPrimary {
  height: 40px;
  padding: 10px;
  list-style: none;
  }

#navPrimary li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  }

#navPrimary li.first {
  margin-left: 15px;
  }

#navPrimary a {
  display: block;
  padding: 0 15px;
  line-height: 40px;
  color: #777;
  text-decoration: none;
  }

#navPrimary li a:hover, #navPrimary li.current a, #navPrimary li:hover, #navPrimary li.sfhover {
  color: #64208f;
  background: none;
  }

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
  }

#navPrimary li li a:hover {
  }


#nav ul {
  list-style: none;
  margin: 0;
  float: left;
  clear: none;
}

#nav li {
  position: relative;
  min-height: 1px;
  vertical-align: bottom;
}
  
#nav ul ul {
  position: absolute;
  z-index: 500;
  top: auto;
  display: none;
}  

div#nav li:hover {
  cursor: pointer;
  z-index: 100;
}

div#nav li:hover ul ul,
div#nav li li:hover ul ul,
div#nav li li li:hover ul ul,
div#nav li li li li:hover ul ul
{display: none;}

div#nav li:hover ul,
div#nav li li:hover ul,
div#nav li li li:hover ul,
div#nav li li li li:hover ul
{display: block;}  
  

/* @group Nav - Primary - Dropdown
===================================== */
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#navPrimary li ul { /* second-level lists 
  position: absolute;
  left: -9999px;
  z-index: 10;
  width: 12em;
  margin: 0;
  padding-left: 0;
  list-style: none;
  background: #2e7aa7;*/
  
  position: absolute;
  left: -9999px;
  text-align: left;
  background-color: #000;
  clear: left;
  float: left;
  list-style: none;
  z-index: 10;
  width: 12em;
  -moz-border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  margin: 0 0 -5px 0;
  /*padding: 16px 10px 14px;*/
  }

#navPrimary li li { /* all list items */
  float: left;
  width: 12em; /* width needed for Opera */
  margin: 0 !important;
  text-align: left;
  padding: 0px;
  clear: left;
  }

#navPrimary li li a {
  text-transform: none;
  
  text-align: left;
  color: #777;
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  }

#navPrimary li li a:hover {
  color: #64208f;
  }

#navPrimary ul li.first,
#navPrimary ul li li.first { /* all list items */
  border: 0;
  }

#navPrimary li ul ul { /* third-and-above-level lists */
  margin: -1.95em 0 0 12em;
  }

#navPrimary li:hover ul ul,
#navPrimary li:hover ul ul ul,
#navPrimary li.sfhover ul ul,
#navPrimary li.sfhover ul ul ul {
  left: -9999px;
    z-index: 1001;
  }

#navPrimary li:hover ul,
#navPrimary li li:hover ul,
#navPrimary li li li:hover ul,
#navPrimary li.sfhover ul,
#navPrimary li li.sfhover ul,
#navPrimary li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
  }

/* @end Nav - Primary - Dropdown
-------------------------------- */



/* @end Nav - Primary
-------------------------------- */


/* /// CONTENT /// */
#contentContainer {
  width: 100%;
  height: auto;
  margin: auto;
  background: transparent url(../images/contentBorder.png) top center no-repeat;
}

#contentInnerContainer {
  width: 940px;
  min-height: 182px;
  overflow: hidden;
  margin: auto;
  padding: 10px 0 0 0;
  background: none;
}


/* /// MAIN STYLES /// */
#mainwrapper {
  width: 100%;
  min-height: 200px;
  margin: auto;
  background: #000;
}

#main {
  width: 940px;
  min-height: 200px;
  margin: auto;
  padding: 1px 0;
  overflow: hidden;
  background: #101010;
}

span.learnmore {
  font-size: 13px;
  line-height: inherit;
  font-weight: bold;
  text-transform: uppercase;
}

#maincontent {
  color: #777;
  width: 680px;
  min-height: 200px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  background: #101010;
}

#maincontent.homepage {
  color: #777;
  width: 449px;
  min-height: 200px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
  background: #101010;
}

#maincontent ul.trainingfeatures {
  margin: 0 0 10px 21px;
  padding: 0;
}

#maincontent span.bullet {
  color: #a469c9;
  padding-right: 8px;
}

#main .divider {
  float: left;
  width: 1px;
  min-height: 200px;
  border-style: solid;
  background-color: #000;
  margin: 0;
  padding: 0;
}

#sidebar_right {
  color: #777;
  width: 189px;
  min-height: 200px;
  float: left;
  padding-left: 20px;
  padding-right: 10px;
  background: #101010;
}

#sidebar_right.homepage {
  color: #777;
  width: 450px;
  min-height: 200px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  background: #101010;
}

#sidebar_right h2 {
  color: #fff;
  font-family: 'ITCAvantGardeStd Md', "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-style: normal;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: normal;
}
/* /// GALLERY STYLES /// */

#innerContent {
  width: 940px;
  padding: 0;
  margin: 0;
  background: #101010;
}


#content {
  background: transparent url(../images/contentTitleBg.jpg) top left no-repeat;
  color: #ccc;
  width: 940px;
}

.one_col .portfolio {
  width: 940px;
  margin-bottom: 40px;  
}

.one_col .portfolio .galleryDescription {
  width: 298px;
  margin-left: 10px;
  float: left;  
}

.one_col .portfolio .galleryImg {
  background:url(../images/gallerySprites.png) no-repeat;
  width: 610px;
  height: 245px;
  float: left;
  margin-left: 10px;
  margin-bottom: 20px;
}

.one_col .portfolio .galleryImg a {
  height:245px;
  display:block;
  -webkit-transition: 0 ease-out;
  -moz-transition: .0 ease-out;
   -o-transition: .0 ease-out;
  transition: .0 ease-out;
}

.one_col .portfolio .galleryImg a.panelShoots {
  background:url(../images/gallerySprites.png) -610px -490px no-repeat;
  width: 610px;
}

.one_col .portfolio .galleryImg a.panelShoots:hover {
  background:url(../images/gallerySprites.png) -610px -735px no-repeat; 
  width: 610px;
}

.one_col .portfolio .galleryImg a.panelCompetitions {
  background:url(../images/gallerySprites.png) 0 -490px no-repeat;
  width: 610px;
}

.one_col .portfolio .galleryImg a.panelCompetitions:hover {
  background:url(../images/gallerySprites.png) 0 -735px no-repeat; 
  width: 610px;
}

.one_col .portfolio .galleryImg a.panelTearSheets {
  background:url(../images/gallerySprites.png) -610px 0 no-repeat;
  width: 610px;
}

.one_col .portfolio .galleryImg a.panelTearSheets:hover {
  background:url(../images/gallerySprites.png) -610px -245px no-repeat; 
  width: 610px;
}

.one_col .portfolio .galleryImg a.panelHeadShots {
  background:url(../images/gallerySprites.png) 0 0 no-repeat; 
  width: 610px;
}

.one_col .portfolio .galleryImg a.panelHeadShots:hover{
  background:url(../images/gallerySprites.png) 0 -245px no-repeat; 
  width: 610px;
}

span.portDivider {
  display: block;
  margin: 30px 0 20px 0;
  width: 100%;
  height: 1px;
  clear: both;
}

span.portDivider {
  border-bottom: solid 1px #000;  
}

ul.galleryLink {
  display: block;
  list-style: none;
  margin: 0;
  overflow: hidden;
}

ul.galleryLink li {
  float: left;  
}

ul.galleryLink li a {
  margin: 5px 5px 5px 0;
  color: #a469c9;
}

ul.galleryLink li a:hover {
  color: #fff;
}

.one_col .client {
  width: 940px;
  margin-bottom: 40px;  
}

.one_col .client .clientInfo {
  width: 619px;
  margin-left: 10px;
  float: left;
}
.one_col .client .clientImg {
  width: 280px;
  height: 245px;
  float: right;
  margin-left: 10px;
  margin-bottom: 20px;
}

#videos {
  min-height: 650px;
  width: 930px;
  margin: 0 auto;
} 

#video_vessel {
  min-height: 650px;
  width: 940px;
  margin: 0 auto;
}

#photos {
  min-height: 650px;
  width: 930px;
  margin: 0 auto;
} 

#fashion_vessel {
  min-height: 650px;
  width: 940px;
  margin: 0 auto;
}
   
.img_panel {
  position:relative;
  margin:10px 5px 0;
  float:left;
  height:100px;
  width:145px;
}

.img_panel a img {
  padding:0;
  margin: 1px;
  border: none;
}
/* /// END GALLERY STYLES /// */


/* /// BOOKING STYLES /// */
#modelProfile {
  list-style: none;
  padding: 0;
  color: #777;
  margin: 0 0 20px 0;
}

#modelProfile .modelProfileHeader {
  color: #64208f;
  font-family: 'ITCAvantGardeStd Md', Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 1;
}
/* /// END BOOKING STYLES /// */


/* /// EXTRAS STYLES /// */
#extraswrapper {
  width: 100%;
  height: auto;
  margin: auto;
  background: transparent url(../images/contentBorder.png) top center no-repeat;
}

#extrasinnerwrapper {
  width: 940px;
  min-height: 182px;
  overflow: hidden;
  margin: auto;
  padding: 10px 0 0 0;
  background: none;
}

#features {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #101010;
}

#features dl {
  float: left;
  clear: none;
  width: 213px;
  margin: 10px 11px 10px 11px;
}

#features dt {
  font-family: 'ITCAvantGardeStd Bk', Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#features dt a:hover {
  text-decoration: none;
}

#features dd {
  font-size: 1.1em;
  color: #777;
}

#features dd p {
  margin: -3px 0 8px;
  line-height: 15px;
}

#features dd a {
  color: #a469c9;
}

#features dd a:hover {
  color: #fff;
}

#features dd.image {
  float: none;
  margin: 0 0 1.7em;
  position: relative;
}
/* /// END EXTRAS STYLES /// */


/* /// FOOTER STYLES  /// */
#footer {
  background-color: #080808;
  clear: both;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  margin: auto;
  text-align: left;
  width: 940px;
  height: 300px;
  border-top: 1px #000 solid;
}

#footer a {
  color: #777;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: none;
  color: #64208f;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer li {
  list-style: none;
  margin: 0;
}

#footer .links-row {
  padding: 0;
  clear: both;
}

#footer .links-row:after {
  content: ".";
  display: block;
  _display: inline-block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

#footer .links-row-header {
  clear: both;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  color: #777;
}

#footer .links-row-subrow {
  float: left;
  clear: both;
  width: 100%;
  margin-left: 20px;
}

#footer .links-col {
  float: left;
  width: 15%;
  padding-right: 1.6% !important;
  margin-top: 15px !important;
}

#footer .links-col li {
  padding-bottom: 5px;
}

#footer .links-col-header {
  font-weight: bold;
  padding-bottom: 8px !important;
}

#footer #links-header {
  height: 28px;
  overflow: hidden;
  clear: both;
  padding: 10px;
  background-color: #101010;
  color: #535353;
  font-weight: normal;
  line-height: 11pt;
}

#footer #links-header a {
  color: #999999 !important;
  font-weight: bold !important;
}

#footer #links-header a.links-highlight {
  color: #64208f !important;
}

.copyright {
  background: #101010;
  clear: both;
  width: 940px;
  margin: auto;
  overflow: hidden;
  color: #ccc;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  padding: 40px 0 10px 0;
}


/* /// CUSTOM SLIDER STYLES /// */
#slider-wrapper {
    width:1160px;
    height:440px;
  position:relative;
    margin:0 auto;
}

#slider-wrapper #slider_bottom_shadow,
.nivo-controlNav a {
  background: url(../images/global/global.png) no-repeat;  
}

#slider {
  position:relative;
}

#slider img {
  position:absolute;
  top:0px;
  left:0px;
}

/* If an image is wrapped in a link */
#slider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 60;
  display: none;
}

/* The slices in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 50;
  height: 100%;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  background-image: url(../images/skins/skyblue_skin.png);  
  position: absolute;
  top: 148px;
  z-index: 99;
  display: block;
  width: 52px;
  height: 53px;
  cursor: pointer;
  text-indent: -999em;
}

.nivo-prevNav {
  left: -26px;
  background-position: left -43px;
}

.nivo-prevNav:hover {
}

.nivo-nextNav {
  right: -26px;
  background-position: right -43px;
}

.nivo-nextNav:hover {
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  position: absolute;
  right: 569px;
  top: 418px;
  z-index: 99;
}

.nivo-controlNav a {
  width:22px;
  height:22px;
  background:url(../images/bullets.png) no-repeat;
  float: left;
  margin-right
  display: block;
  text-indent: -999em;
  z-index: 99;
  cursor: pointer;
}

.nivo-controlNav a.active {
  background-position:0 -22px;
}


/* Some mura form styles */

#primary.content ol, #primary.content ul {
    list-style: disc;
    margin: 0 3em 1.5em;
    color: #424242;
}

#primary.content ol ul, #primary.content ul ul {
    margin-top: 1.5em;
}

#primary.content ul.actionItem {
    list-style: none;
    margin: 0 3em 1em 2em;
    color: #424242;
}

#primary.content ol li, #primary.content ul li {
    line-height: 1.35;
    margin-bottom: .75em;
    font-size: 1em;
}

.sysDownload #primary.content ul strong {
    color: #ff3405;
}

.cols2 li {
    width: 45%;
    margin-right: 4%;
    float: left;
}

#primary.content form {
    float: left;
    width: 100%;
    margin: 2em 0;
}

#primary.content #metaInfo form {
    margin: 0;
}

#primary.content form input.submit {
    float: right;
    clear: both !important;
    margin-right: 5em;
}

.oneCol #primary.content form input.submit {
    float: left;
    margin-left: 33%;
}


/* @group Forms */

fieldset {
    border: 1px solid #000;
    margin: 0 0 20px;
    padding: 0 15px 15px;
    clear: both;
}

legend {
    padding: 0 10px;
    margin-left: -10px;
    font-size: 1.2em;
    line-height: 2em;
    font-weight: normal;
    color: #999;
}

form label {
    float: left;
    font-weight: bold;
    width: 35%;
    margin-right: 10px;
    line-height: 1.25;
    min-height: 1.75em;
    text-align: right;
}

.oneCol form label {
    width: 30%;
}

form.twoColumn {
    margin: 0 0 2em !important;
}

form ul {
    margin: 0 0 1em 0 !important;
    padding-top: 15px;
}

form li {
    width: 100%;
    margin-bottom: 1em;
    list-style: none !important;
}

form li.last {
    margin-bottom: 0;
}

form li#captcha {
    margin-left: 39%;
    width: auto;
}

form li#captcha img {
    border: 0 !important;
    padding: 0 !important;
}

.rememberMe label {
    float: none;
    font-weight: normal;
}

form li a {
    margin-left: 135px;


/* Margin to account for width of label, label margin. */
}

form li span {
    font-weight: normal;
}

input.text {
    width: 55%;
}

.oneCol input.text, .oneCol select.text {
    width: 45%;
}

select.text {
    font-size: 12px;
}

textarea {
    height: 10em;
    width: 55% !important;
    font-family: Helvetica, Arial, sans-serif;
}

form button, input.submit_btns, input.submit, a.btn {
    width: auto;
    height: 21px;
    line-height: 21px;
    font-size: 10px;
    background: #64208f !important;
    color: #fff !important;
    padding: 0 6px;
    border: 0 !important;
}

a.btn {
    display: block;
    text-decoration: none;
    font-weight: bold !important;
    text-align: center;
    font-size: 12px;
    margin-top: 2em;
    line-height: 28px;
    height: 28px;
}

.sidebar a.btn {
    clear: both;
}

div.top_btn a 

/* Forum Buttons */ {
    width: auto;
    height: 21px;
    line-height: 21px;
    font-size: 10px;
    background: #ff3405;
    color: #fff;
    padding: 0 6px;
    border: 0 !important;
    display: block;
    float: left;
    text-decoration: none;
    margin-right: 4px;
}

.sidebar form {
    margin-bottom: 2em;
    float: left;
    width: 100%;
}

.sidebar form li {
    width: auto;
    float: none;
    margin: 0 0 .5em;
    display: block;
    text-align: left;
}

.sidebar form label {
    width: auto;
    float: none;
    margin: 0 0 .25em;
    display: block;
    text-align: left;
}

.sidebar form input.text {
    width: 100%;
    margin: 0;
}

strong.zip {
    margin-left: 1.75em;
    margin-right: 5px;
}

.submit {
    margin: 0;
    padding: 0;
    float: right;
    clear: right;
}

.required {
    color: #a469c9;
    margin: 0 0 .5em .25em;
    font-weight: normal;
}

p.required {
    float: left;
    clear: left;
    padding: 0;
    margin: 0;
}

/* @end */

/* ==============================
FIT CAMP STYLES *** 20130423
================================= */

body#fitcamp {
  background: #d74aae;
}

#fitcamp div#headerwrapper {
  width: 100%;
  height: 516px;
  margin: 0;
  background: url(../images/headerBg.png) repeat-x top left transparent;
}

#fitcamp .logo {
  width: 392px;
  height: 58px;
  background: url(../images/fc_sw_logo.png) no-repeat 0 0 transparent;
  text-indent: -999999px;
  float: left;
  margin: 3px 24px 0 8px;
}



#fitcamp a {
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
   -o-transition: .2s ease-out;
  transition: .2s ease-out;
  text-decoration: none;
}

#fitcamp #navPrimary a:link, a:visited {
  color: #fff;
  text-decoration: none;
}

#fitcamp #navPrimary a:hover {
  color: #02bdf1;
  text-decoration: none;
}

#fitcamp #navPrimary a {
  display: block;
  padding: 0 15px;
  line-height: 40px;
  /*color: #fff;*/
  text-decoration: none;
}

#fitcamp #navPrimary li ul {
background-color: #d045a4;
}

#fitcamp #headerImageWrapper {
  border-top: 1px solid #fff;
  background: #86dffc;
  height: 440px;
  margin: auto;
  width: 100%;
}

#fitcamp #headerImage.fitcamp {
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin: auto;
  padding: 0;
  background: url(../images/headerImage_fitcamp_20130831.jpg) no-repeat top center transparent;
}

#fitcamp #contentContainer {
    background: none;
  border-top: 1px solid #fff;
  width: 100%;
  height: auto;
  margin: auto;
}

#fitcamp #innerContent {
  width: 940px;
  padding: 0;
  margin: 0;
  background: transparent;
}

#fitcamp #content {
  background: none;
  color: #fff;
  width: 940px;
}

#fitcamp #mainwrapper {
  width: 100%;
  min-height: 200px;
  margin: auto;
  background: transparent;
  margin-top: 20px;
}

#fitcamp #main {
  width: 940px;
  min-height: 200px;
  margin: auto;
  padding: 1px 0;
  overflow: hidden;
  background: transparent;
}

#fitcamp #maincontent {
  color: #fff;
  width: 680px;
  min-height: 200px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  background: transparent;
}

#fitcamp #main .divider {
  float: left;
  width: 1px;
  min-height: 500px;
  border-style: solid;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

#fitcamp #sidebar_right {
  color: #fff;
  width: 189px;
  min-height: 200px;
  float: left;
  padding-left: 20px;
  padding-right: 10px;
  background: none;
}

#fitcamp #sidebar_right h3 {
  background-color: #c43a99;
  color: #9ae0fa;
  padding: 5px;
}

#fitcamp div#maincontent ul {
  list-style: disc;
  font-size: 16px;
}

a#navFITCamp {
    width: 207px;
    height: 47px;
  right: 0px;
  position: absolute;
  top: 15px;
 background: url(../images/navFITCamp_1.png) no-repeat 0 0 transparent;
    text-indent: -999999px;
}

#fitcamp form#navFITCamp {
  position: absolute;
    width: 167px;
    height: 47px;
    /*background: url(../images/navFITCamp.png) no-repeat 0 0 transparent;
    text-indent: -999999px;*/
    top: 15px;
    right: 0px;
  padding: 0;

}

#fitcamp #extraswrapper {
  width: 100%;
  height: auto;
  margin: auto;
  background: #fff;
}

#fitcamp #features {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #fff;
  background: #86dffc;
  padding: 0;
}

#fitcamp #extrasinnerwrapper {
  width: 940px;
  min-height: 182px;
  overflow: hidden;
  margin: auto;
  padding: 0;
  background: none;
}

#fc_event {
  padding: 0;
  margin: 0 auto;
}

#fitcamp #footer {
  background-color: #ca419b;
  color: #fff;
  border: none;
  margin-top: 20px;
}

#fitcamp #footer #links-header {
  background-color: #86dffc;
  border-bottom: 2px #fff solid;
  border-top: 2px #fff solid;
}

#fitcamp #footer #links-header a {
  color: #000 !important;
}

#fitcamp .copyright {
  background: #86dffc;
  border-bottom: 2px #fff solid;
  border-top: 2px #fff solid;
  color: #000;
  font-weight: bold;
}

#fitcamp #footer a {
  color: #fff;
  text-decoration: none;
}

#fitcamp #footer a:hover {
  text-decoration: none;
  color: #86dffc;
}

#footer .links-col-header {
  color: #414141;
}

h4.sarah_says {
font-size: 15px;
line-height: 17px;
letter-spacing: 0;
font-weight: bolder;
color: #a469c9;
text-decoration: none;
padding-bottom: 0;
}
/* @end */
/* Localized */