﻿/* PRIMARY LAYOUT ELEMENTS ---------------------------------------------------------*/
body
{
  background: #eee;
  margin: 0px;
  padding: 0px;
}

.page
{
  width: 960px;
  padding: 0px;
  background-color: #fff;
  margin: 0px auto;
  border: 1px solid #496077;
}

.thumb
{
  border: 0px;
}

.pnl
{
  padding: 20px;
  border: 1px solid #cfcfd7;
  margin-bottom: 20px;
}

/* HEADER ---------------------------------------------------------*/
.header
{
  padding: 0px;
  width: 960px;
  height: 200px;
}

.headerLCol
{
  width: 587px;
  padding: 0px;
  float: left;
  height: 200px;
}

.headerRCol
{
  width: 373px;
  padding: 0px;
  float: left;
  height: 200px;
}

.headerLogo
{
  width: 587px;
  float: left;  
  height: 168px;
}

.navbar
{
  width: 587px;
  float: left;
  height: 32px;
}

.bannerPix
{
  width: 373px;  
  height: 200px;
}

/* PRE CONTENT SPACER ---------------------------------------------------------*/
.preContentHeader
{
  width: 960px;
  height: 30px;
  min-height: 30px;
  display: block;
}

/* HOMEPAGE CONTENT ---------------------------------------------------------*/
.homeContent
{
  width: 820px;
  padding: 0px 70px 0px 70px;
  _min-height:400px;
}

/* POST CONTENT SPACER ---------------------------------------------------------*/
.postContentHeader
{
  width: 960px;
  height: 30px;
  min-height: 30px;
  display: block;
}

/* CONTACT ---------------------------------------------------------*/
.contactHolder
{
  width:800px;
  min-height:350px;
}

.labelCol
{
  width: 150px;
  float:left;
  padding-bottom: 30px;
}

.formCol
{
  width: 650px;
  float: left;
  padding-bottom: 30px;
}

/* DRESSES ---------------------------------------------------------*/
.leftDrp
{
  width: 410px;
  float: left;
}

.rightDrp
{
  width: 410px;
  float: left;
}

/* FOOTER ---------------------------------------------------------*/
.footer
{
  width: 940px;
  padding: 10px;
  border-top: 1px solid #eee;
}

/* MODAL POPUP ------------------------------------------------------------*/
.popupbox {
	display: none; /* Hidden as default */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
}

#mask
{
position:absolute;
left:0;
top:0;
z-index:9000;
background-color:grey;
display:none;
}

#boxes .window {
position:absolute;
left:0;
top:0;
width:440px;
height:200px;
display:none;
z-index:9999;
padding:20px;
}

#boxes #modalwindow {
width:375px;
height:203px;
padding:10px;
background-color:#ffffff;
}

.stylecenter
{
text-align: center;
}
