body {
	margin: 10px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

div.clear {
	clear: left;
	font-size: 0;
	height: 1px;
}

div.space {
	padding: 10px;
}

div.back-on-flash {
	height: 50px;
	line-height: 50px;
	position: absolute;
	z-index: 10;
	padding-left: 10px;
}
	div.back-on-flash a {
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
	}
	
div.client-on-flash {
	height: 50px;
	line-height: 50px;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	padding-right: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
	div.client-on-flash a {
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
	}

div.copyright-on-flash {
	height: 50px;
	line-height: 50px;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 12px;
}
	div.copyright-on-flash a {
		color: #fff;
		font-size: 12px;
		text-decoration: none;
	}

div.powered-on-flash {
	height: 50px;
	line-height: 50px;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 12px;
}
	div.powered-on-flash a {
		color: #fff;
		font-size: 12px;
		text-decoration: none;
	}
		
div#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	div#header {
		height: 113px;
	}
		div#header-left {
			float: left;
			width: 660px;
			height: 113px;
			background-image: url('../images/mini/header-left.gif');
			background-color: #19549d;
		}
			div#client-logo {
				float: left;
				padding: 10px 0px 10px 10px;
			}
			
			div#client-name {
				float: left;
				padding: 10px 0px 10px 10px;
				line-height: 93px;
				font-size: 26px;
				font-family: arial;
			}
		
		div#header-right {
			float: right;
			width: 290px;
			height: 113px;
			background-color: #19549d;
		}
			div#header-right-borders {
				width: 290px;
				height: 113px;
				background-image: url('../images/mini/header-right.gif');
			}
	
	div#main {
		margin-top: 10px;
		width: 960px;
		background-image: url('../images/mini/main-top.gif');
		background-repeat: no-repeat;
		background-color: #e9e9e9;
	}
		div#main-borders {
			width: 960px;
			background-image: url('../images/mini/main-bottom.gif');
			background-repeat: no-repeat;
			background-position: left bottom;
		}
			div#main-left {
				float: left;
				width: 435px;
			}
			
			div#main-middle {
				float: left;
				width: 225px;
			}
				div#main-middle img {
					width: 205px;
					margin-top: 10px;
				}
				
				div#main-middle img:first-child {
					margin-top: 0;
				}
			
			div#main-right {
				float: right;
				width: 290px;
			}
			
			h1 {
				font-size: 14px;
				font-weight: bold;
				margin: 0;
				color: #19549d;
			}
			
			p {
				font-size: 12px;
				line-height: 1.45em;
				margin: 10px 0 0 0;
			}
	
	div#offer {
		margin-top: 10px;
		width: 960px;
		background-image: url('../images/mini/main-top.gif');
		background-repeat: no-repeat;
		background-color: #e9e9e9;
	}
		div#offer-borders {
			width: 960px;
			background-image: url('../images/mini/main-bottom.gif');
			background-repeat: no-repeat;
			background-position: left bottom;
		}
		
	div#products {
		margin-top: 10px;
		width: 960px;
		background-image: url('../images/mini/main-top.gif');
		background-repeat: no-repeat;
		background-color: #19549d;
	}
		div#products-borders {
			width: 960px;
			background-image: url('../images/mini/main-bottom.gif');
			background-repeat: no-repeat;
			background-position: left bottom;
		}
			ul.products {
				margin: 0;
				padding: 0;
				list-style: none; 
			}
				ul.products li {
					padding: 5px;
					margin: 1px;
					width: 142px;
					height: 190px;
					text-align: center;
					float: left;
					background-color: #3b6dac;
					border: 1px solid #3b6dac;
				}
					ul.products li div.image {
						height: 136px;
					}
					
					ul.products li a {
						color: #fff;
					}
	
	div#footer {
		text-align: center;
		font-size: 10px;
		color: #999;
	}
		div#footer p {
			font-size: 10px;
		}
		
		div#footer a {
			color: #999;
		}