/* CSS Document */

body {
	margin: 36px auto;
	text-align: center;
	background: url('images/bg2.jpg') top center repeat-x #1c1b13;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	min-width: 790px;
	overflow-x: hidden;}
a:link, a:visited {color: #990000;}
a:hover, a:active {color: #0F69BC;}

p {padding-left: 10px;
	padding-right: 10px;
	}
h1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
	padding-left: 10px;
	padding-right: 10px;
	}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0F69BC;
	padding-left: 10px;
	padding-right: 10px;
	}
hr {border-top: 1px dashed #990000;
	border-bottom: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	}
	
#dress {z-index: 300;
	position: absolute;
	top: 0px;
	left: -106px;	}
#branding {width: 729px;}
#wrapper {
	width: 729px;
	margin: 0 auto;
	text-align: left;
	background-image: url('images/wrapperbg.gif');
	position: relative;
	}
	
#content {
	width: 570px;
	float: right;
	padding-right: 30px;
	padding-top: 15px;
	}
#content-shop {padding: 0;
	margin: 0;
	width: 770px;
	padding-top: 8px;
	padding-bottom: 15px;
	background-image: none;
	background-color: #ffffff;
position:relative;
overflow-x:hidden;
overflow-y:auto;
	}
#content img {padding-left: 8px;
	padding-right: 8px;
	}
	
#mainnav {
	width: 680px;
	float: right;
	padding-right: 30px;
	background-color: #000000;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
	}
#mainnav a{text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;}
#mainnav a:link, #mainnav a:visited {color: #ffffff;}
#mainnav a:hover, #mainnav a:active {color: #990000;}

/* Photo Gallery Stuff */
.main-content ul{margin: 0px;
	padding: 0px;}

.main-content li{
	width:154px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:5px 5px 5px 2px;
	padding-bottom:20px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

.main-content  a span{
	position:absolute;
	top:142px;
	left:10px;
	width:142px;
	font-weight:bold;
	background:#FFF;
	color:#333333;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:10px;
	border:1px solid #999999;
	border-width:2px 0 0 0;
	text-decoration: none;
	cursor:hand;
	}

.main-content a:hover span{	
	position:absolute;
	top:142px;
	left:10px;
	width:142px;
	font-weight:bold;
	background:#ECECEC;
	color:#0F69BC;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:10px;
	border:1px solid #0F69BC;
	border-width:2px 0 0 0;
	text-decoration: none;
	cursor:hand;
} 
/* Large New Photo Gallery Stuff */
.lg-content ul{margin: 0px;
	padding: 0px;}

.lg-content li{
	width:154px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:5px 5px 5px 2px;
	padding-bottom:20px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

.lg-content  a span{
	position:absolute;
	top:262px;
	left:10px;
	width:142px;
	font-weight:bold;
	background:#FFF;
	color:#333333;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:10px;
	border:1px solid #999999;
	border-width:2px 0 0 0;
	text-decoration: none;
	}

.lg-content a:hover span{	
	position:absolute;
	top:262px;
	left:10px;
	width:142px;
	font-weight:bold;
	background:#ECECEC;
	color:#0F69BC;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:10px;
	border:1px solid #0F69BC;
	border-width:2px 0 0 0;
	text-decoration: none;
} 

/* Contact Form Stuff */

#contactbox {width:520px;
	padding-left: 10px;}

form.contact label.fixedwidth { display: block; 
	width: 150px;
	float: left;
	}

form.contact .buttonarea {text-align: center;
	padding: 4px;
	}
	
legend {font-weight: bold;
	color: #AF2F53;}
	
#footer {
	clear: both;
	}
#pilot p{text-align: center;
	color: #ffffff;
	font-size: 11px;
	}
.clear {
	clear: both;
	}