/* CSS Document */

body {
	margin: 0px;
	margin-top: 10px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	}


/*--------------*/
/*  DIVS        */
/*--------------*/
#header {
	height: 139px;
	overflow: hidden;
	}
	
#i_login {
	position: relative;
	bottom: 50px;
	left: 360px;
	}
	
#index_callout {
	width: 784px;
	height: 112px;
	text-align: left;

	background-image: url(/images/index/callout_bg.gif);
	background-repeat: repeat;
	
	border-width: 4px;
	border-left-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	}	

#middle {
	height: 236px;
	overflow: hidden;
	}

#sub_middle {
	height: 195px;
	overflow: hidden;
	}

#idx_event_btn {
	position: relative;
	bottom: 25px;
	#bottom: 43px;	
	}

#menu_system {
	position: relative;
	z-index: 100;
	right: 302px;
	bottom: 215px;
	}

#sub_menu_system {
	position: relative;
	z-index: 100;
	right: 302px;
	bottom: 175px;
	}

#resellers {
	height: 205px;
	width: 421px;
	
	background-image: url(/images/index/resellers_bg.jpg);
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	text-align: left;
	}

#events {
	height: 205px;
	width: 369px;
	
	background-image: url(/images/index/events_bg.jpg);
	background-repeat: no-repeat;

	text-align: left;
	}

#footer {
	width: 790px;
	height: 55px;
	
	background-image: url(/images/index/footer_bg.jpg);
	background-repeat: no-repeat;
	
	color: #ffffff;
	line-height: 15px;
	text-align: center;

	padding-top: 7px;
	}

#sub_footer {
	width: 790px;
	height: 55px;
	
	background-image: url(/images/sub/footer_bg.jpg);
	background-repeat: no-repeat;
	
	color: #ffffff;
	line-height: 15px;
	text-align: center;

	padding-top: 7px;
	}
	
#sub_footer_cart {
	width: 790px;
	height: 55px;
	background-image: url(../images/sub/footer_bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	line-height: 15px;
	text-align: center;
	padding-top: 7px;
	font-size:10px;
	}	
#sub_footer_cart a {
	font-size:10px;
}	
	
#content {
	background-image: url/images/sub/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #99bef1;
	padding-left: 8px;
	height: 335px;
	
	border-color: #FFFFFF;
	border-width: 4px;
	border-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	
	width: 774px;
	
	color: #000000;
	} 

#sub_header {
	width: 790px;
	height: 64px;
	}

#sub_callout {
	background-color: #2C8BE5;
	width: 147px;
	height: 244px;
	
	color: #FFFFFF;
	line-height: 20px;
	padding: 15px;
}	

	
/*--------------*/
/*	tds			*/
/*--------------*/
td.body {
	line-height: 20px;
	padding: 30px;
	font-size: 11px;
	}
	
td.green {
	color: #00CC00;
	padding-right: 5px;
	padding-left: 3px;
	}

td.sub_header {
	background-image: url(../images/sub/sub_header_bg.gif);
	background-repeat: repeat-x;
	width: 357px;
	
	padding-top: 15px;
	padding-left: 30px;
	
	text-align: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #99CCFF;
	} 

td.sub_content_image {
	background-image: url(/images/sub/left_image_bg.jpg);
	background-repeat: repeat;
	width: 198px;
	height: 100%;
	
	border-color: #FFFFFF;
	border-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-width: 1px;
}	

/*--------------*/
/*	Links		*/
/*--------------*/
a:link {
	color: #00CC33;
	text-decoration: none;
	}
a:visited{
	color: #00CC33;
	text-decoration: none;
	}
a:hover {
	color: #33CC00;
	text-decoration: none;
	}
a:visited:hover {
	color: #33CC00;
	text-decoration: none;
	}

a.blue:link {
	color: #336699;
	text-decoration: none;
	}
a.blue:visited{
	color: #336699;
	text-decoration: none;
	}
a.blue:hover {
	color: #336699;
	text-decoration: none;
	}
a.blue:visited:hover {
	color: #336699;
	text-decoration: none;
	}

a:link.footer {
	color: #ffffff;
	text-decoration: none;
	}
a:visited.footer{
	color: #ffffff;
	text-decoration: none;
	}
a:hover.footer {
	color: #f1f4f3;
	text-decoration: underline;
	}
a:visited:hover footer {
	color: #f1f4f3;
	text-decoration: underline;
	}
	
	/*Styles added for slide show */
	
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#imageContainer {
	background:url(images/splash/image_place.jpg) no-repeat;
	position:relative;
	margin:auto;
	width:175px;
	height:112px;
	overflow:hidden;
}

#imageContainer2 img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#imageContainer2 {
	background:url(images/splash/image_place.jpg) no-repeat;
	position:relative;
	margin:auto;
	width:186px;
	height:278px;
	overflow:hidden;
}

.banner {
	width:468px;
	height:60px;
}

em {
	color:#FF0000;
}

.important {
	color:#FF0000;
}

.input {
	width:100%;
}
	