/* TABLE OF CONTENTS

	1. = TOOLS
		A. = RESET
		B. = CLEARING
	    C. = ACCESSIBILITY
    2. = BODY & PAGE
    3. = HEADER
    4. = NAV
		A. = MAIN NAVIGATION
	    	1. = Container
	        2. = List
	        3. = Links
	    B. = SUBNAVIGATION
			1. = Container
	        2. = Links
	        3. = Show Menu Items on Hover
	    C. = LOCAL NAVIGATION
    5. = CONTENT
    6. = FOOTER

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

/* = RESET
---------------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */

:focus
{
	outline: 0;
}

body
{
	line-height: 1.0;
	color: black;
	background: white;
}

ol, ul
{
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

/*
blockquote:before, blockquote:after,
q:before, q:after
{
	content: "";
}

blockquote, q
{
	quotes: "" "";
}
*/

/* END RESET
---------------------------------------------------------
*/

/* = CLEARING
---------------------------------------------------------
*/

.stretch,
.clear
{
	clear: both; 
	height: 1px; 
	margin: 0; 
	padding: 0; 
	font-size: 15px;
	line-height: 1px;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

/* END CLEARING
---------------------------------------------------------
*/

/* = ACCESSIBILITY
---------------------------------------------------------
*/

span.accesskey
{
	text-decoration: none;
}

.accessibility,
.accessibile-headline
{
	position: absolute;
	top: -999em;
	left: -999em;
}
		
/* END ACCESSIBILITY */


/* END TOOLS
---------------------------------------------------------
*/

/* = BODY & PAGE
---------------------------------------------------------
*/

body
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#page
{
	width: 980px;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: transparent;
	text-align: center;
}

/* END BODY & PAGE
---------------------------------------------------------
*/

/* = HEADER
---------------------------------------------------------
*/

#header
{
	width: 980px;
	height: 105px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
	text-align: left;
	/* border-bottom: 1px solid #e6ded0; */
	background: transparent url('../images/header.png') top left no-repeat;
}

	#header h1, #header h2 {
		font-size: 16px;
		margin: 0;
		padding: 0;
		line-height: 18px;
	}

#branding
{
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	text-align: left;
}

	/*
#branding h1 {
		width: 331px;
		height: 35px;	
		background: transparent url('../images/osmfas-logo.gif') top left no-repeat;
	}
*/

#subBranding
{
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}

	/*
#subBranding h2 {
		width: 186px;
		height: 49px;	
		background: transparent url('../images/poweredby.gif') top left no-repeat;
	}
*/
	
	
/* END HEADER
---------------------------------------------------------
*/

/* = CONTENT
---------------------------------------------------------
*/

#content
{
	width: 980px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#promo
{
	/* height: 590px; */
	/* padding-bottom: 20px; */
	margin-bottom: 40px;
	background: transparent url('../images/promo-bg.gif') bottom left no-repeat;
}

	#promo h3 {
		line-height: 24px;
		margin: 40px 0 20px 0;
		font-weight: bold;
	}
	
	#launchStudio {
		display: block;
		width: 350px;
		height: 70px;
		text-align: center;
	}
	
		a#launchStudio {
			background: transparent url('../images/launchstudio.gif') top left no-repeat;
		}
	
		a#launchStudio:hover {
			background: transparent url('../images/launchstudio.gif') top right no-repeat;
		}

#image {
	/*
float: right;
	width: 470px;*/
	height: 317px;
	margin: 50px 20px 0 -30px;
	background: transparent url('../images/photo.gif') bottom left no-repeat;
}

#plugins
{
	clear: both;
	margin: 0;
	/* height: 590px; */
}

	#plugins #logos {
		height: 118px;
		margin: 20px 20px 20px 20px;
		background: transparent url('../images/plugins-bg.gif') top left no-repeat;
	}
	
		#logos div.set {
			padding: 10px;
			margin: 10px;
			display: block;
			background: transparent;
		}
	
		#logos .pluginLogo {
			display: block;
			float: left;
			margin: 11px 0 0 25px;
			width: 205px;
			height: 56px;
			text-align: center;
			background: transparent;
		}
		
			.pluginLogo img {
				margin: 0 auto;
			}
		
		#logos .pluginLogo.tall {
			margin-top: 0;
		}
		
		#logos .first {
			margin-left: 0;
		}
	
	#plugins .caption {
		text-align: center;
		font-style: italic;
	}
	
#developers, #value {
	width: 405px;
	padding: 0 40px 0 40px;
}

	#developers h3 {
		margin-bottom: 20px;
		font-weight: bold;
	}

	#developers ul li, #value ul li {
		font-size: 18px;
		margin: 0 0 20px -20px;
	}
	
	#launchSandbox {
		display: block;
		width: 299px;
		height: 60px;
		text-align: center;
		margin-left: -5px;
	}
	
		a#launchSandbox, a#launchSandbox:visited {
			background: transparent url('../images/launchsandbox.gif') top left no-repeat;
		}
	
		a#launchSandbox:hover, a#launchSandbox:active {
			background: transparent url('../images/launchsandbox.gif') top right no-repeat;
		}

#about h4 {
	font-weight: bold;
}

#about p {
	padding-right: 40px;
}

/* PRICING */

#pagePricing #promo h3 {
	text-align: center;
	margin: 40px 60px 0 60px;
	font-size: 20px;
}

	.trialremaining {
		color: #dd2d26;
	}

p.copy {
	font-size: 18px;
	text-align: center;
	margin: 0 60px 40px 60px;
}

p.contactsales {
	font-size: 14px;
	text-align: center;
	margin: 0 60px 20px 60px;
}

.package {
	position: relative;
	width: 172px;
	height: 360px;
	float: left;
	margin: 0 0 40px 20px;
	background: white;
	cursor: pointer;
	/* text-align: center; */
}

	.package h4 {
		padding: 10px 20px 0 20px;
	}
	
	.package h4, .package .price {
		color: white;
		background: #0071BC/* #343434 */;
	}

	.package span.price, .package span.feature {
		display: block;
		line-height: 20px;
	}
	
	.price {
		margin-bottom: 20px;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #f1f1f1;
	}
	
		.cost {
			font-size: 28px;
			line-height: 40px;
			font-weight: bold;
			position: relative;
		}
	
		.cost sup {
			font-size: 14px;
			line-height: 10px;
			position: relative;
			top: -8px;
			padding-right: 2px;
		}
	
	.quantity {
		font-size: 16px;
		font-weight: bold;
		color: #dd2d26;
	}
	
	.feature, .package ul {
		font-size: 12px;
		padding: 0 20px 0 20px;
	}
	
	.package ul {
		padding: 20px 20px 0 10px;
	}
	
	.package ul li {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 6px;
	}
	
	.package a.signup, .package a.signup:link, .package a.signup:hover, .package a.signup:visited, .package a.signup:active {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 132px;
		margin-top: 10px;
		padding: 20px;
		border-top: 1px solid #e0e0e0;
		font-weight: bold;
	}

	/* MODULAR GRID */
	
	.full
	{
		display: block;
		float: left;
		clear: left;
		width: 980px;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	.half
	{
		display: block;
		float: left;
		width: 485px;
		margin: 0 0 20px 0;
		padding: 0;
	}
		
	.left
	{
		clear: left;
		margin-right: 10px;
		padding: 0;
	}
	
	.right
	{
		float: right;
		clear: right;
		margin-right: 0;
		padding: 0;
	}
	
/* END CONTENT
---------------------------------------------------------
*/

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

#footer
{
	clear: both;
	margin: 0;
	padding: 22px 0;
	background-color: transparent;
	text-align: left;
	border-top: 1px solid #e6ded0;
}

#footer p
{
    margin: 0;
}

#footer #copyright
{
	text-align: center;
}

/* END FOOTER
---------------------------------------------------------
*/
/* = TYPOGRAPHY: TABLE OF CONTENTS

	1. = BODY
    2. = LINKS
    3. = HEADINGS
    4. = TEXT
    5. = LISTS
    6. = TABLES
    7. = HORIZONTAL RULES

	HOW TO CALCULATE PROPER LINE HEIGHT IN EMS
	child element pixels (your desired pixel value) / parent element pixels = child ems

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

/* = BODY
---------------------------------------------------------
*/

body
{
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
	color: #444;
	background: white;
}

#page.guides
{
	background: transparent url('../../images/grid.png') top left repeat;
}

#content.guides
{
	background: transparent url('../../images/baseline.png') top left repeat;
}

div
{
	
}

img
{
	border: 0;
}
	
/* = LINKS
---------------------------------------------------------
*/

a,
a:link 
a:active
{
	color: #0071bc;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a:visited
{
	color: #0071bc;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

a:hover
{
	color: #EC2F23;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* END LINKS
---------------------------------------------------------
*/
	
/* = HEADINGS
---------------------------------------------------------
*/

h1
{
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 34px;
	line-height: 40px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3
{
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h4
{
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h5
{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h6
{
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
	margin: 0;
	padding: 0;
}

/* END HEADINGS
---------------------------------------------------------
*/

/* = TEXT
---------------------------------------------------------
*/

p
{
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
}
	
	p.callout
	{
		font-size: 15px;
		text-transform: uppercase;
		margin: 20px 0;
		padding: 20px;
		display: block;
	}

blockquote
{
	margin: 0 0 0 40px;
}

	blockquote p
	{
		font-size: 15px;
		font-style: italic;
	}
	
	.inset blockquote
	{
		margin-left: 0;
	}

	.inset blockquote p
	{
		font-size: 15px;
		line-height: 20px;
		font-style: italic;
		margin: 0;
	}
	
	.inset p.caption
	{
		margin: 13px 0 0 0;
	}

.callout, .inset
{
	/* background: transparent url('../../images/bg.png') top left repeat; */
}

strong, b
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}

.break
{
	margin: 20px 0 0 0;
}

pre, code {
	font: 13px Monaco, monospace;
	line-height: 20px;
	/* white-space: pre; */
}

/* END TEXT
---------------------------------------------------------
*/
	
/* = LISTS
---------------------------------------------------------
*/

ul, ol, dl
{
	font-size: 13px;
	line-height: 20px;
}

ul
{
	list-style-type: disc;
	margin: 0 0 20px 20px;
	padding: 0;
}

ul li
{
	margin: 0;
	padding: 0;
}

	ul li ul
	{
		margin-bottom: 0;
	}

ol
{
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0;
}

ol li
{
	margin: 0;
	padding: 0;
}

	ol li ol
	{
		list-style: upper-alpha;
		margin-bottom: 0;
	}

	ol li ol li ol
	{
		list-style: lower-roman;
		margin-bottom: 0;
	}

dl
{
	margin: 0 0 20px 20px;
	padding: 0;
}

dl dt
{
	font-style: italic;
	margin: 0;
	padding: 0;
}

dl dd
{
	margin: 0 0 20px 20px;
	padding: 0;
}

/* END LISTS
---------------------------------------------------------
*/

/* = TABLES
---------------------------------------------------------
*/

table
{
	font-size: 13px;
	margin: 0 0 18px 0;
	padding: 0;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}

table caption
{
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
}

th
{
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 9px 10px 10px 10px;
}

td
{
	line-height: 20px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 9px 10px 10px 10px;
}

	td p
	{
		margin: 0;
	}

/* END TABLES
---------------------------------------------------------
*/

/* = HORIZONTAL RULES
---------------------------------------------------------
*/
	
hr
{
	display: none;
}

div.hr
{
	height: 20px;
	margin: 20px 0;
	/* background: transparent url('../../images/hr.gif') left center repeat-x; */
}

/* END HORIZONTAL RULES
---------------------------------------------------------
*/	
