/* @override http://www.lidertoys.com/public/stylesheets/default.css */

/* @override http://www.lidertoys.com/public/stylesheets/default.css */

/* @override http://www.lidertoys.com/public/stylesheets/default.css */

html, body {
	font-family: Verdana;
	font-size: 15px;
	color: #ffffff;
	height: 100%;
	background: url(/public/images/background.jpg) top center no-repeat #233b95;
}

/* @group Header */
#header img {
	margin-left: -5px;
}
	#header img.logo {
		margin: -70px auto 0px auto;
		display: block;
	}
/* @end */

/* @group Main */
#main {
	padding-top: 100px;
	color: #233b95;
}
	#main .tab {
		margin-top: 20px;
		height: 85px;
		display: block;
	}
	#main-in {
		background: url(/public/images/content-background.jpg) no-repeat top center #ffffff;
	}
		#main-in p {
			padding: 0px 10px;
		}
			#main-in p strong {
				display: block;
				padding-top: 10px !important;
			}
		/* @end */

/* @group Products */
	ul {
		padding: 0px;
		margin: 110px 0px;
	}
	li {
		height: 114px;
		list-style: none;
		margin: 0px;
		padding-left: 40px;
		background: url(/public/images/products/bullet.jpg) no-repeat top left;
		text-transform: uppercase;
	}
	
	li img {
		display: block;
		float: right;
		margin-top: -20px;
	}
/* @end */

/* @group Footer */
	#footer {
		height: 150px;
		background: url(/public/images/footer/background.jpg) no-repeat top center;
	}
		#footer-in {
			font-size: 11px;
			line-height: 20px;
			padding-top: 20px;
			background: #6e00cc;
			height: 110px;
			background: url(/public/images/footer/background-bottom.jpg) no-repeat bottom center;
		}
			#footer-in p {
				margin: 15px 0px 0px 80px;
			}
			#footer-in img {
				margin-top: 20px;
				border: 0px
			}
/* @end */
