/* CSS Document */

@import url("menu.css"); /* menu */
@import url("footer.css"); /* footer */

/*------------ CONTENT ALL PAGES------------*/
@import url("pages.css"); /*edit: content/scroll, title pages, print/send button*/

/*========= GENERAL CSS =========*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	/*list-style: none;*/
}

body {
	background: #ef4886;
	text-align: center; /* align for IE */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
}

p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
	margin-bottom: 12px;
}

a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #e891af;
	text-decoration: none;
}

a:visited {
	color: #e891af;
	text-decoration: underline;
}

a:hover {
	color: #e42d87;
	text-decoration: underline;
}

.smalltxt{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #a3a2a2;
}

.subtitle{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #75b9e8;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.smalltxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#a3a2a2;
}


/*------------ form ------------*/
.text_box{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#575757;
	background-color:#fef4fa;
	border: 1px solid #cb417a;
}

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#575757;
	background-color:#fef4fa;
	border: 1px solid #cb417a;
}

.input_radio{
	vertical-align: middle;
	margin: 0px 30px 0px 5px;
}

.error{
	color: red;
}


/*========= DIVS =========*/
#container {
	width: 756px;
	margin: 0 auto;
	position: relative;
}

#left{
	width: 248px;
	float: left;
}

@media print{
#left{
	display: none;
}
}

#right{
	width: 508px;
	float: right;
	position: relative;
}

@media print{
#right{
	float: none;
}
}

/*------------ TOP CSS ------------*/

#top{
	width: 508px;
	height: 61px;
	position: relative;
}

#logo{
	width: 142px;
	height: 61px;
	float: left;
}

div#bgflower{
	height: 198px;
	width: 387px;	
	background: url(../images/background/home_flower_top.jpg) no-repeat;
	position: absolute;
	left: 0;
}

/*------------ FLASH CONTROL------------*/
#control {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

@media print{
#control {
	display: none;
}
}

#base{
	width: 508px;
	height: 10px;
	float: left;
	background: url(../images/background/base.jpg) no-repeat;
}

@media print{
#base {
	display: none;
}
}

