* { /* applies styles to ALL elements */

	margin: 0;

	padding: 0;

	}

	

body { 

	background: #1e1651;

	color: #000;

	font-family: arial, helvetica, sans-serif;

	font-size: 12px;

	width: 100%;

	}



table { 

	border-collapse: collapse;

	border-spacing: 0;

	}

	

tr td { 

	font-family: arial, verdana, san-serif;

	font-size: 14px;

	color: #DBBCB0;

	vertical-align: top; 	

	}

	

p { 

	margin: 0 0 10px 0;

	padding: 0;

	}



ul li {

	margin:0px 0px 10px 16px;

	list-style: disc;

	}

	

img { 

	border: 0;

	vertical-align: top;

	}

	

a { 

	color: #ffea7b;

	text-decoration: underline;

	}

	

a:hover { 

	color: #fff;

	text-decoration: underline;

	}



a:focus {

	outline: none;

	}













/* MAIN IDs */

#container {

	width: 100%;

	text-align: left;

	}



#content {

	color: #272264;

	font-family: verdana, arial, san-serif;

	font-size: 11px;

	font-weight: normal;

	margin: 0 auto;

	position: relative;

	text-align: center;

	width: 800px;

	}







/* FOOTER */

#footer {

	background: #272264 url(../images/footer_bkgnd.jpg) no-repeat;

	color: #fff;

	font-family: verdana, arial, san-serif;

	font-size: 9px;

	height: 120px;

	padding-top:10px;

	position: relative;

	text-align: center;

	width: 800px;

	}

	

#footer a {

	color: #fff;

	text-decoration: underline;

	}



#footer a:hover {

	color: #fff200;

	text-decoration: underline;

	}







/* POP UPS */

#pop_body {

	background: #262262 url(../images/pop_bkgnd.jpg) no-repeat;

	}



#pop_container {

	height: 420px;

	position: relative;

	width: 400px;

	}



#pop_wrapper {

	color: #fff200;

	font-family: verdana, arial, san-serif;

	font-size: 12px;

	font-weight: normal;

	margin: 0 auto;

	position: relative;

	width: 370px;

	text-align: left;

	}



#pop_content {

	height: 200px;

	overflow: auto;

	padding-right:4px;

	}



.pop_close {

	margin: 15px 0 90px 0;

	}



.pop_head {

	color: #f18e1d;

	font-size: 16px;

	font-weight: bold;

	}



.product_logo {

	margin: 20px 0 5px 0;

	text-align: center;

	}



/* CLASSES */

.clearboth {

	clear: both;

	}



.corsisTag {

	display: none;

	}










