@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background: url(images/bg.png) repeat-x #040005;
	}
.container {
	WIDTH: 100%
}
.container-top {
	WIDTH: 100%; BACKGROUND: url(images/flowerbg.png) no-repeat 50% 0px
}
.container-btm {
	WIDTH: 100%; BACKGROUND: url(images/footer.png)  repeat-x 50% 100%
}
img {
	border:0px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9570a3;
	text-decoration: none;
	text-align:justify;
}
.title-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 42px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}.pink-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #a160be;
	text-decoration: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #966db3;
	text-decoration: none;
}
.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#886CBA;
	text-decoration: none;
}
.menu ul
{
	list-style:none;
	margin:0;
}
.menu ul li
{
	float:left;
	padding-top:10px;
	padding-right:55px;
	padding-bottom:10px;
}

.menu ul li a
{
	text-decoration:none;	
	color:#886CBA;
}
.menu ul li a:hover
{
	text-decoration:none;	
	color: #ffffff;
	-webkit-transition: color 1s ease-in;
-moz-transition: color 500ms ease-in;
-ms-transition: color 500ms ease-in;
-o-transition: color 500ms ease-in;
transition: color 500ms ease-in;
}
.txtbox
{
	border: 1px solid #371a47;
	background-color: #1d0e25;
	color: #C0B9D2;
	padding: 2px 3px 3px 2px;
	width: 300px;
	height: 20px;
}
.btn
{
	
	background: #1B1128; /* Old browsers */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	height: 26px;
	cursor: pointer;
	border-style: none;
	text-shadow: 1px 1px 1px #414040;
	text-decoration: none;
	border-radius: 2px; 
	behavior: url(PIE-1.0beta5/PIE.htc);
	
}
.btn:hover
{
	background-position: #251838;
	background: #251838;
}
.modalBackground
{
	background-color: #f1f1f2;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.modalPopup2
{
            background-color: #FFFFFF; /*#F3F4F5;*/
            padding-top: 0px;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            color: #3F3F3F;
            font-size: 12px;
            font-weight: normal;
            height: auto;
            width: auto;
            border: 5px solid #585858 !important;
            border-radius: 10px !important;
            behavior: url(PIE-1.0beta5/PIE.htc);
            position: fixed !important;
}
.modalPopupClose
{
	font-family: Arial;
	color: #575757;
	font-weight: bold;
	font-size: 14px;
	line-height:25px;
}
/*===========Paging ======================*/
.paginate 
{
	background: url(images/bk_pagenavi.jpg) 0 100% repeat-x;
	border: 1px solid #1d1932;
	color: #666;
	margin-right: 5px;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
}

.paginate:hover
{
	color: white;
	background: #1671AB;
	border: 1px solid #ffffff;
	margin-right: 5px;
	padding: 4px 8px;
}
.paginate_current
{
	color: white;
	background: #1671AB;
	border: 1px solid #ffffff;
	margin-right: 5px;
	padding: 4px 8px;
}
p {text-indent:0px;}