body	{
	margin: 0;
	padding: 0;
	background-color: #bdd0e7;
	background-image: url(../images/body_background.png);
	background-position: top;
	background-repeat: repeat-x;
}

#casino {
	margin: 0;
	padding: 0;
	background-color: #e6e2bd;
	background-image: url(../images/body_background_casino.png);
	background-position: top;
	background-repeat: repeat-x;
}

img {
	border: none;
}

#inner_body {
	background-image: url(../images/shape_background.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#inner_body_casino {
	background-image: url(../images/shape_background_casino.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#top	{
	width: 85%;
	margin: 0 auto;
}

#top_contact {
	background: url(../images/main_top_contact_background.png) no-repeat bottom; 
	color: #294a6e;
	float: right;
	font: 12px arial;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 1em 0 0;
	padding: 0.5em 0 2.5em 3em;
	width: 206px;
}

#top_contact a {
	color: #5379a1;
}

#top_contact a:hover {
	color: #a2bedc;
	text-decoration: none;
}

#container	{
	width: 85%;
	margin: 0 auto;
	background-color: white;
	background-image: url(../images/container_shape_background.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #333;
	border: 1px solid #6c8eb2;
}

#container_casino	{
	width: 85%;
	margin: 0 auto;
	background-color: white;
	background-image: url(../images/container_shape_background_casino.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #333;
	border: 1px solid #857826;
}

/* Main Drop Down Menu Start */

#main_menu_container {
	background-color: #5379a1;
	background-image: url(../images/menu_right.png); 
	background-position: right; 
	background-repeat: no-repeat;
	padding: 1px;
}

#main_menu	{	
	margin: 0;
	padding: 0;
	background-color: #5379a1;
	z-index: 30
}

#main_menu li	{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 14px arial;
	font-weight: bold;
	border-right: 1px solid white;
}

#main_menu li a	{	
	display: block;
	margin: 0;
	padding: 11px 15px 10px 15px;
	background-color: #5379a1;
	color: white;
	text-decoration: none;
}

#main_menu li a:hover	{	
	background-color: #7193b8;
	color: #e2e5ea;
}

#main_menu div	{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #EAEBD8;
	border-left: 1px solid #7193b8;
	border-right: 1px solid #7193b8;
	border-bottom: 1px solid #7193b8;
}

#main_menu div a	{	
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color: #dee6ef;
	color: #5379a1;
	font: 14px arial;
	font-weight: bold;
}

#main_menu div a:hover	{	
	background-color: #789bbf;
	color: white;
}

/* Drop Down Menu End */

/* Right Content Starts */

#rightnav	{
	float: right;
	width: 176px;
	margin: 0;
	padding: 1em;
}

.right_header {
	color: #466588;
	font: 16px arial;
	font-weight: bold;
	margin: 0; 
	padding: 0;
	line-height: 1.5em;
}

#right_item_one a	{
	color: #466588;
	display: block;
	font: 12px arial;
	line-height: 1.5em;
	margin: 0.5em 0 1.5em 0;
	padding: 190px 0 0 0;
	background-image: url(../images/avatar_box_thunderbolt.png);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#right_item_one a:hover {
	color: #a3a75d;
	
}

#right_item_two a	{
	color: #466588;
	display: block;
	font: 12px arial;
	line-height: 1.5em;
	margin: 0.5em 0 1.5em 0;
	padding: 190px 0 0 0;
	background-image: url(../images/casino_box.png);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#right_item_two a:hover {
	color: #a3a75d;
	
}

#right_item_three a	{
	color: #466588;
	display: block;
	font: 12px arial;
	line-height: 1.5em;
	margin: 0.5em 0 1.5em 0;
	padding: 190px 0 0 0;
	background-image: url(../images/avatar_box_fintrac.png);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
}

#right_item_three a:hover {
	color: #a3a75d;
	
}

/* Right Content Ends */

/* Content Starts */

#content	{
	margin: 0 220px 0 10px;
	padding: 1em;
}

#content a {
	color: #52779e;
}

#content a:hover {
	color: #98b6d6;
	text-decoration: none;
}

#content p { 
	margin:	0 0 1.5em 0; 
	font: 16px arial;
	line-height: 1.5em;
}

#content h2 {
	background-image: url(../images/small_logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #014971;
	font: 18px arial;
	font-weight: bold;
	margin: 0; 
	padding: 0.5em 0 0.5em 2.7em;
	line-height: 1.5em;
}

#content ul {
	line-height: 1.5em;
	font: 16px arial;
	line-height: 1.5em;
}

#content li {
	padding: 0 0 1em 0;
}

/* Content Ends */

/* Round Corners Start */

.round_content {
	background-color: #cbdcf2;
	margin: 0 0 1.5em 0;
}

.round_content_2 {
	background-color: #eaf1fa;
	margin: 0 0 1.5em 0;
}

.round_content_3 {
	background-color: #f4eedd;
	margin: 0 0 1.5em 0;
}

.round_content h1 {
	background-image: url(../images/bubble_text_left.png);
	background-position: left;
	background-repeat: repeat-y;
	color: #3d638b;
	font: 16px arial;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 0.5em 1em 0.5em 3em;
}

.round_top { 
	background: url(../images/tr.gif) no-repeat top right; 
}

.round_bottom {
	background: url(../images/br.gif) no-repeat top right; 
}

.round_top_2 { 
	background: url(../images/tr_2.gif) no-repeat top right; 
}

.round_bottom_2 {
	background: url(../images/br_2.gif) no-repeat top right; 
}

.round_top_3 { 
	background: url(../images/tr_3.gif) no-repeat top right; 
}

.round_bottom_3 {
	background: url(../images/br_3.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* Round Corners End */

/* Start Contact Form */

#contact_form {
	font: 14px arial;
	font-weight: bold;
	margin: 0 0 0 1em;
	width: 96%;
}

#contact_form td {
	color: #3d638b;
	line-height: 1.5em;
	padding: 0.5em;
}

/* End Contact Form */

/* Slideshow Starts */

#slider {
    width: 570px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 570px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}

/* Slideshow Ends */

/* Case Studies Links Start */

.study_header {
	color: #014971;
	font: 18px arial;
	font-weight: bold;
	margin: 0; 
	padding: 0;
	line-height: 1.5em;
}

.thunderbolt_rc a	{
	color: #014971;
	display: block;
	font: 16px arial;
	line-height: 1.5em;
	margin: 0.5em 0 0.5em 0;
	padding:  2.5em 0.5em 3.5em 170px;
	background: url(../images/thunderbolt_rc.png) no-repeat;
	background-position: left;
	text-decoration: none;
	cursor: hand;
}

.thunderbolt_rc a:hover {
	background-color: #eaf1fa;
	
}

.biometrica a	{
	color: #014971;
	display: block;
	font: 16px arial;
	line-height: 1.5em;
	margin: 0.5em 0 0.5em 0;
	padding:  2em 0.5em 2.5em 170px;
	background: url(../images/biometrica.png) no-repeat;
	background-position: left;
	text-decoration: none;
	cursor: hand;
}

.biometrica a:hover {
	background-color: #eaf1fa;
}

/* Case Studies Links End */

#comics {
	margin: 1em 0 1em 0;
	text-align: center;
}

#footer	{
	background-color: #6c8eb2;
	background-position: top;
	clear: both;
	color: white;
	font: 16px arial;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

#footer_background {
	background-color: #6c8eb2;
	background-image: url(../images/study_background.png);
	background-repeat: repeat-x;
	height: 186px;
}