@charset "utf-8";
/* CSS Document */


/* --- Gloabal --------------------------------------------------------------- */

body, div, table, p, ul, img, form {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#874576;
	border:0px;
}

body {
	margin-bottom:20px;
	background:url(./images/backgrounds/body2.jpg) repeat-x top;
/*	background-image:url(images/backgrounds/spring.jpg);*/
/*	background:url(images/backgrounds/winter2.jpg) no-repeat fixed top;	*/
}

a {
	text-decoration:none;
	color:#B29DEC;
}

a:hover {
	color:#7B5BD5;
}



/* --- Template -------------------------------------------------------------- */

.header {
	width:980px;
	height:190px; /* 220px */
	margin:20px auto 0px auto;
	padding-top:25px;
	background:url(./images/backgrounds/headerBg.png);
	behavior:url(./includes/iepngfix.htc);
}

.topNav {
	margin:0px 80px 0px 80px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
}

.topNav a {
	margin-left:80px;
	color:#BA6FAA;
}

.topNav a:hover {
	color:#8D79C6;
}

.title {
	width:360px;
	margin:150px 120px 0px 500px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.footer {
	width:980px;
	height:48px;
	margin:0px auto 0px auto;
	padding-top:52px;
	clear:both;
	text-align:center;
	background:url(./images/backgrounds/footer.png);
	behavior:url(./includes/iepngfix.htc);
}

.footer .copyright {
	width:740px;
	float:left;
}

.footer span {
	margin:0px 8px 0px 8px;
}

.footer a {
	color:#7B5BD5;
}

.footer a:hover  {
	text-decoration:underline;
}

.footer .copyright div {
	margin-top:6px;
	font-size:10px;
	font-weight:bold;
}

.footer .fb, .footer .wd {
	width:80px;
	float:left;
}

.footer .fb {
	padding:17px 0px 0px 40px;
}

.footer .wd {
	padding:20px 40px 0px 0px;
	text-align:right;
}

.wd a {
	color:#b09de6;
}

.wd a:hover {
	text-decoration:none;
}

.main {
	width:980px;
	margin:0px auto 0px auto;
	float:none;
	background:url(./images/backgrounds/main.png);
	behavior:url(./includes/iepngfix.htc);
}

.mainTable {
	width:880px;;
	margin:0px 0px 0px 52px;
}

.menu {	
	font-size:14px;
	font-weight:bold;
}

.menu img {
	padding:2px 0px 2px 0px;	
}

.menu span {
	color:#D144AD;
}

.menu span:hover {
	color:#7B5BD5;
}

.menuSel, .menuSel span {
	color:#874576;
}

.menuBackground {
	height:140px;
	padding-right:30px;
	text-align:right;
	background:url(./images/backgrounds/menu.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.content {
	padding:0px 0px 5px 10px;
	font-size:12px;
	font-weight:normal;
	text-align:justify;	
}

.content p {
	margin-top:10px;
}

.content ul {
	margin-left:25px;
}

.content strong {
	color:#7B5BD5;
}

.content hr {
	border:1px solid #DCB7D3;
}



/* Contact Page */
.form {
	width:290px;
	margin:20px 0px 20px 20px;
	float:left;
}

.formTable {
	border:1px solid #D1CCE2;
}

.textFiled {
	width:180px;
	padding-left:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#6D335E;
	border:1px solid #BA6FAA;
	background:url(./images/backgrounds/textfield.gif);
	background-position:bottom;
}

.textArea {
	width:260px;
	height:106px;
	margin-top:5px;
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#6D335E;
	border:1px solid #BA6FAA;
	background:url(./images/backgrounds/textarea.gif);
	background-position:bottom;
}

.address {
	width:300px;
	margin:17px 0px 0px 10px;
	float:right;
}

.address img {
	margin-bottom:20px;
}

.address strong {
	color:#874576;
}

.contactBackground {
	width:650px;
	height:180px;
	clear:both;
	background:url(images/flowers.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#mapBlock {
	width:283px;
	height:213px;
	border:1px solid #caa2c4;	
}


/* News Page */
.new {
	margin:20px 25px 0px 5px;
	padding:0px 0px 0px 220px;
	background-image:url(./images/abstract.jpg);
	background-repeat:no-repeat;
	background-position:left;
}



/* About Page */
.about {
	margin:20px 10px 0px 20px;
	padding:0px 220px 80px 0px;
	background-image:url(./images/waterfall.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}



/* Sent Page */
.sentTable {
	width:290px;
	margin:20px 0px 20px 20px;
	float:left;
	border:1px solid #D1CCE2;
}
