@charset "utf-8";
/* CSS Document */
@import url(/css/mainMenuList.css);
@import url(/css/pagination.css);

* {
	margin: 0;
	padding: 0;
	outline:none;
}
body {
	margin: 0;
	padding: 0;
	background-color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
	font-size: 11px;
	line-height: 130%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	color:#fff;
	font-size: 11px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color:#9F9F9F;
	/*color:#7d7d7d;*/
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height:22px;
}
h4 {
 color:#9CB3CD;
}
a {
color:#9CB3CD;
}
a:hover{
color: #ccc;
}
#contentArea {
	width: 960px;
	padding-top: 20px;
	text-align:left;
	background-color:#333333;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding-bottom:100px;
	border-bottom: 1px solid #666;
}

#pageHeader {
	border-bottom: 1px solid #666;
	padding-left: 20px;
}

#mainMenu{
	background-image:url(../images/pageHeader/menuBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#portfolioMenu{
	position:relative;
	top: 0;
	left: 0;
	width: 840px;
	margin:-1px 20px 0 40px;
	visibility:hidden;
	display: none;
	background-image:url(../images/pageHeader/portfolioMenuBg.png);
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #404040;
	padding: 20px 20px 20px 20px;
}

#picture{
	margin-left: 90px;
	width: 760px;
	height: 528px;
	background-image:url(../images/imageShadow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#picture div {
	background-image:url(../images/imageLoading.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#picture img{
	border: 1px solid #666;
}
#dataContainer{
	margin-top: 40px;
}
#dataContainer h2 {
	margin-bottom: 20px;
}

#mFooter{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	color:#777;
	width: 900px;
}
#mFooter a {
	color:#777;
}

.flash{
	width:725px !important;
	width: 724px;
	height: 325px;
	overflow:hidden;
	float:none !important;
	float:left;
}

#successMessage{
	background-color: #B8F5B1;
	color:#000000;
	padding: 20px;
	margin-bottom: 40px;
}

#amorousForm {
	background-color:#000;
	padding: 50px;
}

#amorousForm input {
	width: 400px
}
#amorousForm textarea {
	width: 400px
}

.menuItem{
	margin-bottom: 3px;
}
.menuItem a {
	color:#999;
	text-decoration:none;
}
.menuItem a:hover {
	color:#ccc;
}

.required {
	color: #FF0000;
	font-weight:bold;
}
.borderBottom {
	border-bottom: 1px solid #666;
}

.borderAll{
 border: 1px solid #666;
}
