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

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
    background:url(../images/background.png) repeat-x #ddbea1;
	line-height:22px;
	
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

h1 {
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
    padding:15px 0px 10px 0px;
	color:#702442;
	font-weight:lighter;
}

h2 {
}

h3 {
	font-size:24px;
	line-height:24px;
	text-align:right;
	font-weight:normal;
	font-style:italic;
}

ul{
	list-style-image:url(../images/bullet.png);	
}


p {
	padding:10px 0px 10px 0px;
	margin:0px;
}

.p-style1{ 
	font-size:14px;
	text-align:right;
}

.p-style2,.p-style3{ 
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

.p-style3{ 
	font-size:15px;
}


.sep-style1{
	background-color:#d18910;
	height:2px;
	margin:10px 0px;
}

.sep-style2{
	background-color:#fff;
	height:2px;
	margin:10px 0px;
}

.white_1{
	color:#fff;
}

.yellow_1 {
	color:#fef7b3;
}

a.readmore ,a.readmore:visited{
	font-weight:bold;	
	color:#702442;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/readmore.png) no-repeat right;
	padding-right:14px;
	text-decoration:none;
}

a.readmore:hover{
	color:#d18910;
}



.textbox_i {
	border:medium none;
	font-size:14px;
	margin:2px 6px;
	width:244px;
	background:none;
}

.textarea_i {
	border:medium none;
	font-size:14px;
	height:108px;
	margin:4px 6px;
	width:244px;
	background:none;	
}

.textbox_b {
	background:url(../images/textfield.png) no-repeat;
	height:38px;
	padding:2px 0;
	width:256px;
}

.textarea_b {
	background:transparent url(../images/teaxtarea.png) no-repeat;
	height:108px;
	padding:2px 0;
	width:256px;
}

.button_b {
	background:url(../images/buttons.png) no-repeat;
	width:61px;
	height:33px;
	border:none;
	padding:0px 2px 4px 2px;

	color:#fff;
	cursor:pointer;

}

.discount {
	background:url(../images/discount.png) no-repeat;
	height:419px;
	width:249px;
}

.discount-s1 {
	font-size:16px;
	text-align:center;
	padding:210px 0px 0px 0px;
	font-weight:bold;
	color:#FFFBE4;
}

.footer_link  {
	text-decoration:none;
}
