/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		font-size: 13pt;
	}

	h1,h2,h3,h4,h5,h6
	{
	}
	
/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	.wrapper
	{
		padding: 4em 0 4em 0;
	}

		.wrapper > header
		{
			padding-bottom: 4em;
		}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding: 6em 0 6em 0;
	}

/*********************************************************************************/
/* CTA                                                                           */
/*********************************************************************************/

	#cta
	{
		padding: 3em 0 3em 0;
	}

/*********************************************************************************/
/* Page: Landing                                                                 */
/*********************************************************************************/

	.page-landing
	{
	}

		/* Header */

			.page-landing #header
			{
			}
			
				.page-landing #header .intro
				{
				}
				
					.page-landing #header .intro .image
					{
						width: 33em;
					}

		/* Gallery */

			.page-landing #gallery
			{
			}

				.page-landing #gallery .images
				{
					height: 450px;
				}

					.page-landing #gallery .images ul
					{
					}
					
						.page-landing #gallery .images ul li
						{
							width: 675px;
							height: 450px;
						}
						
							.page-landing #gallery .images ul li img
							{	
								width: 675px;
								height: 450px;
							}

/*********************************************************************************/
/* Page: Features                                                                */
/*********************************************************************************/

	.page-features
	{
	}
						
/*********************************************************************************/
/* Page: Build                                                                   */
/*********************************************************************************/

	.page-build
	{
	}

		.page-build form .radio label,
		.page-build form .checkbox label
		{
			padding: 0.5em 0.75em;
		}

		/* Header */

			.page-build #header
			{
			}

				.page-build #header .preview
				{
				}

					.page-build #header .preview .image
					{
						width: 650px;
					}

		/* Status */
		
			.page-build #status
			{
			}
				.page-build #status .summary
				{
				}
				
					.page-build #status .summary .price
					{
						font-size: 2.75em;
					}
					
/*********************************************************************************/
/* Page: App                                                                     */
/*********************************************************************************/

	.page-app
	{
	}
	
		.page-app #intro {
			padding: 4em 0 0 0;
		}
		
			.page-app #intro .image
			{
				width: 33em;
			}
			
/*********************************************************************************/
/* Page: App                                                                     */
/*********************************************************************************/			
	
	.page-apps {
	}
		
		.page-apps .app {	
		}
		
			.page-apps .app .icon {
				width: 2.15em;
				height: 2.15em;
				line-height: 2.15em;
			}			