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


/* Global rules to body */
body {
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#522e91;
	background-color:#47c3d3;
}


ul{
	list-style-type:none;
}

img{
	border-style:none;
	padding:0px;
}




a:link, a:visited {
	color:#47c3d3;
	text-decoration:none;
	
}

a:hover {
	color:#b92f92;
}



/* style numbers and icons */
img.numbers{
	position:relative;
	top:10px;
	left:-15px;
}


/* style nav */
li.nav1{
	padding-top:8px;
}

li.nav2{
	text-indent:10px;
	color: #522e91;
	padding-top:1px;
}

/* style div areas*/

#followus{
	background-image:url(../assets/nav/sidebar.png);
	background-repeat:no-repeat;
	width:22px;
	height:214px;
	right:0px;
	position:absolute;
	padding:10px;
}

#pagebody{
	min-width:1220px;
}

#nav{
	width:180px;
	height:inherit;
	float:left;
	top:50px;
	position: relative;
	left: -40px;
	
}


#containermain{
	padding: 0;
	width:850px;
	background-color:#FFFFFF;
	margin: 0 auto;
}



.divider{
	width:850px;
	background-color:#522E91;
	height:5px;
}


.dividerpink{
	width:850px;
	background-color:#b92f92;
	height:5px;
}

#mainimage{
	width:850px;
	background-color:#FBF390;
}

.pagetitle{
	width:850px;
	background-color:#b92f92;
	height:50px;
}

.pagetitleB{
	width:850px;
	background-color:#8ad4df;
	height:50px;
}

#pagecontent{
	width:850px;
	background-color:#FFFFFF;
	color:#522e91;
}


#pagecontent2{
	width:850px;
	background-color:#FFFFFF;
	color:#522e91;
}

#col1{
	width:380px;
	height:inherit;
	padding-left: 20px;
	padding-right: 20px;
	float:left;
}

#col2{
	width:380px;
	height:inherit;
	padding-left: 20px;
	padding-right: 20px;
	float:right;
}

#copyright{
	width:850px;
	background-color:#522e91;
	height:16px;
	background-image:url(../assets/footer/footer_copyright.png);
	background-repeat:no-repeat;
	background-position:center;
}



/*Follow us images*/
img.follow{
	padding-top:4px;
}




/* style faq table */
table{
	color:#522e91;
}




/*style secure page */

#productbody{
	width:980px;
	background-color:#fbf390;
	color:#522e91;
}

