/* CSS Document */

body {
	text-align: center;
	min-width: 790px;
	background-image: url('images/bg.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
	
a:link, a:visited { 
	color:#330000; text-decoration : none;
	text-align: center;
	}
	
a:hover, a:active {
	color:#1E4250; text-decoration: none;
	text-align: center;
	}
#container {
	margin: 0 auto;}	
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #1D160E;
	}
#content {
	width: 760px;
	padding-bottom: 15px;}	

p { padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	}


ul{font-family:verdana;
	font-size:13px;
	vertical-align:top;
	text-align: left;
	color: #000000;
	line-height: 20px;
	}

h1{font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	style: bold;
	color: #4C0E0E;
	padding-left: 10px;
	padding-right: 10px;
	}

h2{font-family: verdana;
	font-size: 16px;
	style: bold;
	color: #5C6139;
	padding-left: 10px;
	padding-right: 10px;
	}

hr{border: 1px dashed #6A565C;}
	
/* START THE CODE FOR THE MENUS */

#mainnav {
	width: 760px;
	cursor:hand;
	text-align: right;
	background-color: #C99A5B;
	padding: 5px 0px 5px 0px;}

#mainnav a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
#mainnav a:link, #mainnav a:visited {background-image: url('images/buttonbg.jpg');
	background-repeat: no-repeat;
	background-position: 0 50%; }

#mainnav a:hover, #mainnav a:active { color: #ffffff;}

#mainnav2 {
	width: 315px;
	cursor:hand;
	text-align: center;
	background-color: #C99A5B;
	padding: 0px 0px 0px 0px;
	float: right;
	height: 450px;}
#mainnav2 a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 15px 10px 15px;
	margin-bottom: 4px;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	font-size: 16px;
	text-align: center;
	}
#mainnav2 a:link, #mainnav2 a:visited {background-color: #E0B67E;
	border-top: 1px solid #A57B43;
	border-bottom: 1px solid #A57B43;}

#mainnav2 a:hover, #mainnav2 a:active { color: #31677C;}

/* Photo Gallery Stuff */
#wrap{
	clear: both;
	margin-left: 0px;
	width:760px;
}

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

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

.main-content a:hover span{	
	position:absolute; 	top:227px;
	left:0px; 	width:142px;
	font-weight:bold; 	background:#ffffff;
	color:#984E4C; 	padding:2px 0 2px 0;
	text-transform:uppercase; 	font-size:10px;
	border:1px solid #984E4C; 	border-width:2px 0 1px 0;
	text-decoration: none;
} 

/*Square Content */
.square-content ul{margin: 0px; padding: 0px;}
.square-content li{
	width:142px;
	border:solid #CCC;
	border-width:1px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:0px; padding-bottom:20px;
	text-align:center; 	position:relative;
	float:left; display:inline;
	margin:5px 3px 5px 3px;
}

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

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

		   
/* Hot Shots */

table.gallery {text-align: center;}
table.gallery td{padding: 0px;}
table.gallery span{
	padding: 5px 0px 5px 0px;
	display: block;}
table.gallery a{text-decoration: none;
	display: block;
	color: #EBECE7; }
table.gallery a:link, table.gallery a:visited {background-color: #010B11; color: #EBECE7;}
table.gallery a:hover, table.gallery a:active {background-color: #123F52; color: #EBECE7;}
table.gallery a:link img, table.gallery a:visited img {border: 2px solid #010B11;}
table.gallery a:hover img, table.gallery a:active img {border: 2px solid #123F52;}

table.image-detail {margin-left: 10px;
	border-color: #010B11;
	border-style: solid;
	border-width: 2px 1px 1px 2px;}
table.image-detail td{
	border-right: 1px solid #010B11;
	border-bottom: 1px solid #010B11;
	padding-left: 10px;}

#dress-icons {}
#dress-icons a{text-decoration:none;
	font-weight: bold;}
#dress-icons a:link, #dress-icons a:visited {color: #9E040C;}
#dress-icons a:hover, #dress-icons a:active {color: #9BBCBF;}

#dress-icons ul{margin: 0px; padding: 0px;}
#dress-icons li{display: inline;
	list-style-type: disc;}
#dress-icons a{}

img.prom-border {border: 2px solid #010B11;}


/* Footer Stuff */
.left {float: left;
	width: 379px;
	border-right: 1px dashed #496671;
	border-bottom: 1px solid #496671;}
.right {float: right;
	width: 380px;
	border-bottom: 1px solid #496671;}
#footer {width: 760px;
	clear: both;
	font-size: 12px;
	background-color: #6B8690;
	border: 1px solid #1D160E;
	}

#footer p{text-align: center;}

.clear {clear: both;}
a.linkpartner {color:#504E45;}