body {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	background-color: #D7EBFF;
	background-image: url(../../images/component/body-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

	#header {
		width: 800px;
		height: 115px;
		margin: 0px;
		padding: 0px;
		background-image: url(../../images/component/header-bg.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
		#logo {
			width: 238px;
			height: 74px;
			margin: 0px;
			padding: 0px;
			float: left;
			position: relative;
			top: 20px;
			left: 20px;
		}
		
		#tagline {
			width: 211px;
			height: 51px;
			float: left;
			position: relative;
			top: 43px;
			left: 30px;
		}

		
		/* HEADER SEARCH ----------------------------------------------------------*/		
		
		#headerSearch {
			float: right;
			position: relative;
			top: 20px;
			right: 30px;
			clear: right;
		}
		
		#headerSearch form {
			margin: 0px;
			padding: 0px;
		}
		
		#headerSearch #searchInputContainer {
			width: 153px;
			height: 26px;
			margin: 0px;
			padding: 0px;
			float: left;
			position: relative;
			top: 5px;
			background-color: transparent;
			background-image: url(../../images/component/searchInput-bg.gif);
			background-repeat: no-repeat;
		}
		
			#headerSearch #searchInputContainer input {
				width: 140px;
				height: 21px;
				margin: 0px 0px 0px 8px;
				padding: 5px 5px 0px 0px;
				background-color: transparent;
				border: none;
				font-size: 13px;
				color: #555;
			}
			
		#searchsubmit {
			width: 30px;
			height: 37px;
			margin: 0px;
			padding: 0px;
			border: none;
			background-color: transparent;
		}
		
		#headerSearch a {
			margin: 0px;
			padding: 0px;
			font-size: 11px;
		}
		
		/*-------------------------------------------------------------------------*/
		
/* MAIN CONTENT AREA --------------------------------------------------------------*/

#jssMainContent {
	margin: 0px;
	padding: 10px 10px 20px 10px;
	background-color: #FFF;
}

#jssMainContentHome {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	background-color: #FFF;
}

/*---------------------------------------------------------------------------------*/

/* HOME PAGE ----------------------------------------------------------------------*/
#split-left, #split-right {
	width: 350px;
	height: 350px;
	float: left;
	margin: 0 0 0 6px;
	padding: 20px;
	position: relative;
	display: inline;
	background-image: url(../../images/component/split-bg.gif);
}

	.split-title {
		width: 350px;
		margin: 0 0 20px 0;
		font-size: 1.4em;
		font-style: italic;
		color: #0073b7;
	}
	
	#split-left span, #split-right span {
		font-size: 0.9em;
		line-height: 1.3;
	}
	
	.split-enter {
		width: 123px;
		height: 43px;
		position: absolute;
		bottom: 0;
		right: 0;
		background-image: url(../../images/component/enter-bg.gif);
		font-weight: bold;
		font-size: 1.2em;
		color: #FFF;
		text-align: center;
		line-height: 2.2;
	}
/*---------------------------------------------------------------------------------*/

/* FOOTER -------------------------------------------------------------------------*/

#jssFooter {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
	background-color: #FFF;
	background-image: url(../../images/component/footer-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#footerTagline {
	height: 52px;
	padding: 8px 10px 0px 10px;
	background-image: url(../../images/component/footerTagline-bg.gif);
	background-repeat: repeat-x;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

	#footerTagline a {
		color: #CC0000;
	}
	
	#footerTagline a:hover {
		color: #555;
	}

#jssFooterLinksDiv {
	float: left;
	position: relative;
	top: 7px;
	left: 10px;
}

	ul#jssFooterLinks	{
		margin: 0px;
		padding: 0px;
	}

		#jssFooterLinks li {
			margin: 0px 10px 0px 0px;
			padding: 0px;
			display: inline;
			list-style-type: none;
			font-weight: bold;
		}

			#jssFooterLinks a { 
				margin: 0px;
				padding: 0px;
				font-size: 12px;
			}
			
			#jssFooterLinks a:link, #jssFooterLinks a:visited {
				text-decoration: none;
				font-weight: bold;
			}
			
			#jssFooterLinks a:hover {
				text-decoration: underline;
				font-weight: bold;
			}

div#jssCopyright {
	float: right;
	position: relative;
	top: 11px;
	right: 10px;
	font-size: 12px;
}

	div#jssCopyright a {
		color: #C00;
		font-weight: bold;
	}
	
div#worldPay {
	width: 495px;
	margin: 15px auto 0px auto;
}

