@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; } 

html, body  {
	margin: 0px;
	overflow-x:hidden;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 22px;
	background-color: #a9789a;
} 
a {
	color:#7C5D6F;
	text-decoration:underline;
	font-weight: bold;
}
a:visited active {
	color:#CCC;
	text-decoration:none;
}
a:hover {
	color:#A9789A;
	text-decoration:none;
}
ul {
	margin: 0 20px 0px 20px;
	padding: 0px;
}
.keywords {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #745469;
	font-style: italic;
}


/* layout ---------------*/

#bgContainer {
	width: 3000px;
	position: absolute;
	margin: 0 auto;
	height: 578px;
	top: 50%;
	left: 50%;
	margin-left: -1465px;
	margin-top: -275px;
	background-position: center;
	background-repeat: repeat-x;
	background-image: url(../images/bg-main.gif);
   }
#centerContainer {
	position: absolute;
	margin: 0 auto;
	width: 900px;
	height: 575px;
	top: 223px;
	left: 1499px;
	margin-left: -495px;
	margin-top: -223px;
}
#centerContainer2 {
	position: absolute;
	margin: 0 auto;
	width: 900px;
	height: 575px;
	top: 223px;
	left: 1499px;
	margin-left: -495px;
	margin-top: -223px;
	background-image: url(../images/bg-middle-joke.jpg);
	background-repeat: no-repeat;
}

#bottom {
	position:absolute;
	width:900px;
	height:59px;
	z-index:1;
	left: 0px;
	top: 517px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
}

#middle {
	position:absolute;
	width:900px;
	height:454px;
	z-index:1;
	top: 64px;
	background-repeat: no-repeat;
	background-image: url(../images/bg-middle.jpg);
}
#portfolio {
	position:absolute;
	width:900px;
	height:454px;
	z-index:1;
	top: 64px;
	background-repeat: no-repeat;
	background-image: url(../images/bg-middle2.jpg);
}

#sidebar {
	width:225px;
	height:350px;
	z-index:1;
	left: 633px;
	top: 133px;
	float: right;
	padding-right: 50px;
	padding-top: 100px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
}
#sidebar a {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
#sidebar a:visited active {
	color:#fff;
	text-decoration:none;
}
#sidebar a:hover {
	color:#76596F;
	text-decoration:none;
}
#left {
	width:600px;
	height:350px;
	z-index:1;
	float: left;
	padding-left: 15px;
	overflow: auto;
	scrollbar-base-color: #fff;
	scrollbar-face-color: #DAC5D3;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff;
	margin-top: 100px;
}
#top {
	position:absolute;
	width:900px;
	height:64px;
	z-index:1;
	display: block;
}

img { border:none;
}

h1 {
	color:#75586C;
	font-weight:normal;
	text-align:left;
	font-size: 18px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h2 {
	color:#FFFFFF;
	font-size: 14px;
	text-align:left;
	padding-top:20px;
	padding-bottom:15px;
	font-weight: normal;
}



.contact_info{
	float:left;
	padding-right: 15px;
	width: 250px;
}


/*--- form ---*/
#fields label {
	display: block;
	padding: 0px;
}
#fields input {
	border: 1px solid #C8D2D9;
	margin: 2px 0 3px 0;
	width: 260px;
}
#fields textarea {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 400px;
	height:65px;

}
#send input {


	margin: 0px;
}

#submit {
	border: 1px solid #929292;
	padding: 2px;
	width: 75px;
	height: 30px;
	cursor: pointer;
	background-color: #76596D;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
}


ul.details { padding: 0px; margin: 0px; }
ul.details li { list-style-type: none; }
ul.details span.name, ul.details span.value {
	display: block;
	height:25px;
}
ul.details span.name { float: left; width: 150px; }


/* horizontal menu ---------------*/


#nav{
	float:left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	display: block;
	width: 900px;

}
#nav ul {
	list-style-type:none;
}
#nav li{
	float:left;

}

#nav li a:link, #nav li a:active, #nav li a:visited{
	display:block;
	width:190px;
	padding:15px 12px;
	text-decoration: none;
	outline: none;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	font-style:italic;
}
#nav li a:hover, #nav li.selected a,
#nav li.current_page_item a {
	color:#DAC5D3;
	font-weight: normal;
}
#nav li.current_page_item a {
	color:#fff;
	font-weight: normal;
}
