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

body{
	margin:0px;
	padding:0px;
	font-size:13px;
	font-family:"Comic Sans MS";
	color:#333333;
	background:#fff;
}
	
ul{
	list-style-type:none;
}
.clear{
	clear:both;
	margin:0px;
	padding:0px;
}
select option{
	font-size:12px;
}
img{
	border:0px;
}
form{
	margin:0px;
	padding:0px;
}
a,a:link{
	color:#E27818;
}

a:visited{
	color:#CC3300;
}

a:hover{
	color:#CC3300;
}

div#container{
	margin:0 auto;
	padding:0px;
	width:1024px;
	height:auto;
	background:#fefdfd;
}

div#left-panel{
	float:left;
	width:264px;
	height:auto;
}

.middle_main{
	width:auto;
}

div#center-panel{
	float:right;
	width:716px;
	height:auto;
}

div#right-panel{
	float:left;
	background:url(../images/right_curve.jpg) no-repeat left top;
	float:right;
	min-height:610px;
	width:53px;
}


div#header{
	padding:0px;
	margin:0px;
	width:990px;
	height:158px;
	background:#FFFFFF;
}

div.logo{
	padding:0px;
	margin:0px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	height:116px;
	width:264px;
}

/* header styling end here */

#nav-wrapper
{
	width:264px;
}

h1
{
	font-size:17px;
	font-weight:normal;
/*	color:#813362;
*/	margin:50px 0px 5px 0px;
	text-align:center;
}

#flashcontent{
	text-align:center;
}

div.matter-left{
	float:left;
	height:auto;
	width:302px;
	padding:20px 10px 0px 0px;
}

div.matter-right{
	float:left;
	height:auto;
	width:340px;
	padding:70px 0px 0px 0px;
}

h2  {
color:#813362;
font-size:14px;
font-weight:bold;
}



	div.left-bottom {
    background: url("../images/left_curve.jpg") no-repeat scroll left -46px transparent;
    height: 367px;
    width: 264px;
}


.shopping_content {
    margin: 0;
    padding: 38px 0 0 74px;
}

.center_top{
	background:url(../images/center_top.jpg) no-repeat right top;
	height:97px;
	width:716px;
	padding:0px;
	margin:0px;
}

div.matter-right p{
	padding:10px 6px 10px 10px;
	margin:0px;
	text-align:justify;
	line-height:20px;
	font-size:15px;
}


#center-panel p{
	padding:10px 6px 10px 10px;
	margin:0px;
	text-align:justify;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
	width:540px;
}
table, th, td{
	border:solid 1px #dddddd !important;
}

.spe td{
	font-weight:bold;}

ul.app{
	margin:0px;
	padding:0px;
}
ul.app li{
	background:url(../images/bullet.png) no-repeat left center;
	text-align:justify;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
	padding:0px 0px 0px 16px;
}





/* footer styling start here */

#footer
{
	background:url(../images/footer.jpg) no-repeat center top;
	height:57px;
	text-align:center;
}

div#footer .copy{
	margin:auto;
	padding:0px 0px 0px 0px;
}
div#footer .copy p{
	margin:0px;
	padding:20px 40px 0px 40px;
	font-size:11px;
	color:#434343;
} 

div#footer a,a:link{
	color:#E27818;
}

div#footer a:visited{
	color:#CC3300;
}

div#footer a:hover{
	color:#CC3300;
}

