/*--------------------------------------------------*/
/* Products                                         */

	#content {
		padding-left: 43px;
	}

	/*--------------------------------------------------*/
	/* Introduction                                     */

		#introduction {
			background: #735aa4 url('/assets/images/banner_products02.jpg');
			color: #fff;
			font-size: 1.1em;
			margin: -16px 0 0; 
		}

			#introduction div {

				padding: 20px 560px 0 28px;
				min-height: 253px;
				height: auto;
				height: 253px;
			}

				#introduction h1 {
					height: 18px;
				}

		p.belowIntro  {
			padding: 0; 
			margin: 10px 10px -10px 10px; 
			font-weight: bold;
		}

	/*--------------------------------------------------*/
	/* Brands                                           */

		#brands {
			padding: 20px 0 30px;
		}

			#brands img {
				float: left;
				margin: 0 4px 0 0;
			}

				#brands img.last {
					margin: 0;
				}

/*--------------------------------------------------*/
/* Brand Pages                                      */

	/*--------------------------------------------------*/
	/* Description                                      */

		#description {
			width: 544px;
			margin: 6px 0 0 14px;
		}

			#description div {
				padding: 20px 20px 8px;
				color: #4c3993;
			   
			}

				#description h1 {
					height: 18px;
				} 

	/*--------------------------------------------------*/
	/* Products                                         */

		.products {
			width: 403px;
			margin: 0 0 0 14px;
			float: left;
			display: inline;
		}

			.productsBottom {
				padding: 20px 0;
			}

				.products ul {
					list-style-type: none;
					padding: 0;
					margin: 0 0 0 2px;
					position: relative;
				}

					.products ul li {
						float: left;
						padding: 0;
						margin: 0 1px 0 0;
						text-align: center;
					}

						.products ul li img {
							margin: 0 auto;
							display: inline;
						}

						.products ul li p {
							background: #fff url("../../img/products/common/productTitle.gif") no-repeat 0 0;
							padding: 0;
							text-align: center;
							width: 79px;
							margin: 0 auto !important;
							margin: 0;
						}

							.products ul li p a {
								background: url("../../img/products/common/productTitleBottom.gif") no-repeat 0 100%;
								color: #6d3e98;
								display: block;
								font-size: 0.85em;
								padding: 4px 4px 6px;
								min-height: 24px;
								height: auto !important;
								height: 24px;
								text-decoration: none;
								font-weight: bold;
							}
							
								.products ul li p a:hover {
									text-decoration: underline;
								}

				.productsBottom div {
					clear: both;
					color: #6d4097;
					padding: 12px 20px 6px;
				}

					.productsBottom div h2 {
						font-size: 1em;
						margin: 0 0 2px;
					}

					.productsBottom div p {
						font-weight: bold;
						font-size: 0.9em;
						padding: 0;
					}

	/*--------------------------------------------------*/
	/* Play                                             */

		#play {
			list-style-type: none;
			padding: 6px 0 0 22px;
			float: left;
		}

			#play li {
				float: left;
				padding: 0 20px 0 0;
			}

				#play li a {
					display: block;
					width: 113px;
					height: 141px;
				}

					#play li#video a {
						background: url("../../img/products/common/video.png") no-repeat 0 0;
					}

					#play li#games a {
						background: url("../../img/products/common/games.png") no-repeat 0 100%;
						height: 118px;
						width: 122px;
						margin-top: 23px;
					}