@charset "utf-8";
/* CSS Document */

body
{
	background-color:#940070;
	margin-top:0px;
}


input
{
color: #ca37a8;
background: #f7e8f4;
border: 1px solid #781351
}

textarea
{
color: #781351;
background: #f7e8f4;
border: 1px solid #781351
}


.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 


/* this is navigation section  */

#navi
{
	background-image:url('../images/navi_bg.jpg');
	width:345px;
	height:400px;
	overflow:hidden;
	background-repeat:no-repeat;
	float:left;
	margin:108px 0px 0px 5px;
	background-color:#FFFFFF;
}


#btn_bg
{
	background-image:url('../images/buttonbg.jpg');
	width:213px;
	height:37px;
	overflow:hidden;
	margin:10px 0px 0px 5px;
	float:left;
}

#menuitems
{
	font-family:arial rounded mt bold;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
	padding:7px 0px 0px 50px;
}

#menuitems a:link
{
	font-family:arial rounded mt bold;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
}

#menuitems a:visited
{
	font-family:arial rounded mt bold;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
}

#menuitems a:hover
{
	color:#f0bbe3;
	text-decoration:none;
	text-align:justify;
}


/* this is content section  */

#main
{
	width:998px;
	height:auto;
	overflow:hidden;
}


#header
{
	background-image:url('../images/header.jpg');
	width:998px;
	height:617px;
	overflow:hidden;
	background-position:top;
}

#header2
{
	background-image:url('../images/header2.jpg');
	width:998px;
	height:111px;
	overflow:hidden;
	background-position:center;
}

#flash
{
	width:640px;
	height:auto;
	overflow:hidden;
	background-position:center;
	margin:108px 0px 0px 2px;
	float:left;
}

#content
{
	background-color:#FFFFFF;
	width:998px;
	height:auto;
	overflow:hidden;
	margin:3px 0px 0px 0px;
}

#tex_area
{
	width:980px;
	height:auto;
	overflow:hidden;
}

.product_tex_area
{
	width:950px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0px 0px 0px 0px;
}

.img_area
{
	width:180px;
	height:auto;
	overflow:hidden;
	margin:47px 0px 0px 18px;
	float:left;
}


#left
{
	width:219px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:10px 0px 0px 10px;
}

#right
{
	width:760px;
	height:auto;
	overflow:hidden;
	float:left;
}


.text
{
	font-family:arial ;
	font-size:14px;
	font-weight:normal;
	color:#5d5a5c;
	text-decoration:none;
	text-align:justify;
	padding:0px 0px 0px 10px;
}

p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
}

.product_text
{
	font-family:arial ;
	font-size:18px;
	font-weight:bold;
	color:#5d5a5c;
	text-decoration:none;
	text-align:justify;
	padding:20px 0px 0px 10px;
}

.heading
{
	font-family:arial ;
	font-size:20px;
	font-weight:bold;
	color:#785f72;
	text-decoration:none;
	text-align:justify;
	padding:25px 0px 0px 12px;
}

#win_text
{
	background-image:url('../images/text.png');
	width:335px;
	height:41px;
	margin:200px 0px 0px 0px;
}



/* this is footer section  */

#footer
{
	background-image:url('../images/footer.jpg');
	width:998px;
	height:42px;
	overflow:hidden;
	background-position:center;
	margin:5px 0px 0px 0px;
}

.footer_link
{
	font-family:franklin gothic book;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
	padding:5px 0px 0px 5px;
}

.footer_link a:link
{
	font-family:franklin gothic book;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
}

.footer_link a:visited
{
	font-family:franklin gothic book;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
}

.footer_link a:hover
{
	color:#f0bbe3;
	text-decoration:none;
	text-align:justify;
}

