html { font-size: 12px; }
#front-products { margin-left: auto; margin-right: auto; margin-top: 1rem; margin-bottom: 1rem; text-align: center; }
#front-products .product { width: 40%; display: inline-block; margin: 1rem 0 1rem; }
#front-products .product .app-icon { vertical-align: top; padding-right: 1rem; }
#front-products .product hgroup { border: 0; margin: 0; margin-top: 1rem; display: inline-block; text-align: left; }
#front-products .product p { text-indent: 0; margin: 0; font-size: 1.25rem; font-family: "Myriad", sans-serif; font-weight: 100;  }
img { border: 0; }

body
{
	font-family: Optima, sans-serif;
	background-color: #eef0f0;
	font-size: 12px;
	background-image: url(images/background.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	
	padding: 0;
	margin: 0;
}

#background-top
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 350px;
	z-index: -3;
	background-image: url(images/background-top.png);
	background-image: -webkit-gradient(linear, left 67, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
}

#background-base-white
{
	width: 100%;
	height: 67px;
	background-color: white;
}

#header
{
	width: 800px;
	margin: auto;
}

#header .link
{
	display: inline-block;
	
	position: relative;
	height: 22px;
	top: 0px;
	margin-right: -13px;
}

#header .links a
{
	text-decoration: none;
	color: #700;
}

#header .links
{
	margin-left: 14px;
	margin-top: 7px;
	margin-bottom: 10px;

	font-family: Myriad Pro,Helvetica, sans-serif;
	font-size: 12px;
}

#content
{
	width: 742px;
	margin: auto;
}

.trunk img.splash-image
{
	-webkit-box-shadow: rgb(119, 119, 119) 0px 3px 7px;
}

.trunk
{
	margin-left: 160px;
	width: 580px;
	border: 1px solid #c4c9d6;

	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	-webkit-border-bottom-left-radius: 32px;
	-moz-border-radius-bottomleft: 32px;

	background-color: white;
}

.trunk.full
{
	margin-left: 0;
	width: 740px;
}

.trunk p:first-child
{
	margin-top: 15px;
}

h1, h2, h3, h4, h5, h6
{
	color: #22426f;
}

.trunk p strong
{
	color: #22426f;
}

.trunk h1
{
	font-size: 22px;
	margin-left: 15px;
	margin-right: 17px;
	font-family: Myriad Pro, Helvetica Neue, sans-serif;
}

.trunk h2
{
	font-size: 18px;
	margin-left: 15px;
	margin-right: 17px;
	padding-bottom: 2px;
	border-bottom: 1px solid #888;
	font-family: Myriad Pro, Helvetica Neue, sans-serif;
	font-weight: 600;
}

.headlineBlock
{
	width: 150px;
	float: left;
	margin-right: 10px;
	
	border: 1px solid #c4c9d6 ;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 15px;

	background-color: white;
}

.headlineBlock h1,
.headlineBlock h2
{
	color: black;
}

.headlineBlock p
{
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 12px;
	text-align: center;
	
	font-size: 12px;
	line-height: 130%;
}

.headlineBlock h2
{
	text-align: center;
	font-size: 24px;
	font-family: "Myriad Pro", "Helvetica Neue", sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
	margin-right: 15px;
}

.headlineBlock h4
{
	text-align: center;
}

.headlineBlock .catapultIcon
{

	margin-top: 5px;
	margin-bottom: 10px;
	text-align:center;
}

.headlineBlock h3, .headlineBlock h4
{
	margin-top: 0.5em;
	margin-left: 0.5em;
	margin-right: 1em;
}

h3
{
	font-family: Myriad Pro, Helvetica Neue, sans-serif;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 600;
}

h4
{
	font-family: Myriad Pro, Helvetica Neue, sans-serif;
	font-size: 13px;
	margin-bottom: 0px;
	font-weight: 600;
}

p, ul, dl
{
	line-height: 150%;
	margin: 0;
	font-size: 12px;
}

.trunk p
{
	margin-left: 15px;
	margin-right: 2em;
	margin-bottom: 1em;
}

.trunk li p
{
	margin-left: 0;
	margin-bottom: 0;
}

.trunk li p:last-child
{
	margin-left: 0;
	margin-bottom: 0;
}

.trunk h3, .trunk h4
{
	margin-left: 15px;
}

.trunk dl
{
	margin-left: 32px;
}

img {border: none;}

#footer
{
	margin-top: 3em;
	margin-left: 1em;
	
	font-family: Myriad Pro,Helvetica Neue, sans-serif;
	font-size: 12px;
	
	text-align: center;
}

#footer .links
{
	margin-bottom: 1em;
}

#companyBanner h1
{
	width: 111px;
	height: 14px;
	background: url("images/BrushedPixelSmall.png") no-repeat;
	margin-bottom: 0;
}

#companyBanner h1 span
{
	display: none;
}

.relative-pos
{
	position: relative;
	top: 0px;
}

#header .headerbox
{
	background: white;

	z-index: -1;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 200px;
	height: 50px;
}

.enable-form
{
	display: none;
}

.sidebar-list-signup
{
	text-align: center;
}

.sidebar-list-signup p
{
	font-size: 11px;
	font-family: Optima, sans-serif;
}

.sidebar-list-signup .email-entry
{
	-webkit-border-radius: 2px;
	font-family: Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	width: 125px;
}

.sidebar-list-signup input[type="submit"],
.sidebar-list-signup button
{
	font-size: 10px;
	margin-top: 5px;
	
	border: 1px solid #737373;
	-webkit-border-radius: 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#a9a9a9));
}

.sidebar-list-signup input[type="submit"]:active,
.sidebar-list-signup button:active
{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#595959));
	color: white;
}

#footer .finetype
{
	color: #777;
	font-size: 10px;
	font-family: Myriad Pro, "Lucida Grande", sans-serif;
	text-transform: lowercase;
}

#footer .finetype a
{
	text-transform: lowercase;
	color: #66f;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.center-pic
{
	text-align: center;
}

.float-right
{
	float:right;
}

.hide
{
	display: none;
}

p.get-desc
{ width: 75%; text-align: center; margin: auto; margin-bottom: 1em; }

p.pre-get-action.get-desc
{
	margin-bottom: 0px;
}

.trunk > .get-action
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

dl
{
	xborder: 1px solid green;
}

dl.get-actions
{
	border-width: 1px;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 10px;
	display: table;
	xwidth: 70%;
	padding-left: 5px;
}

.trunk dl.get-actions dt
{
	font-style: italic;
	font-size: 15px;
	
	font-family: Myriad Pro, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 7px;
	
	xborder: 1px solid blue;
}


img.get-download-trial
{
	padding-top: 3px;
	padding-right: 2px;
}

.get-action img[height='19']
{
	position: relative;
	top: 4px;
	left: 0px;
}

.get-action img.modeless-title-small
{
	position: relative;
	top: 6px;
	left: 0px;
}

.get-action
{
	font-size: 16px;
}

.get-action.all-text
{
	margin-top: 7px;
}

dd .get-action
{
	position: relative;
	top: -4px;
	xborder: 1px solid red;
	margin-bottom: 3px;
}

dl.get-actions dd
{
	margin-bottom: 20px;
	margin-left: 20px;
}

dl.buy.slingshot li { text-align: center; }
dl.buy.slingshot li { text-align: center; }

dl.get-actions dt
{
	margin-top: 10px;
}

dl.get-actions dt
{
	color: #384f6e;
}

ul.get-action { list-style-type: none; padding-left: 0; }
ul.get-action li { display: block; }
ul.get-action li:first-child { margin-top: 5px; }
ul.get-action li:last-child { margin-bottom: 25px; }
ul.get-action li a:first-child img { margin-left: 20px; } 
ul.get-action li form.paypal { display: inline-block; height: 21px; margin-left: 20px; } 
dl.buy.slingshot ul.get-action li form.paypal { margin-left: 0; } 
ul.get-action li form.paypal input[type="image"] { position: relative; top: 5px; }
ul.get-action li form.paypal img[width="1"] { display: none; }

dl.main
{
	margin: 10px 100px auto 100px;
}

dl.main dt
{
	font-style: italic;
	font-size: 17px;
	font-family: Myriad Pro, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 7px;
	color: #384f6e;
}

dl.main dd { margin-bottom: 1em; font-size: 1.2em; }

.trunk .bottom-spacer
{
	height: 72px;
}


div.inline-content
{
	margin-left: 72px;
	margin-right: 72px;
}

img[src="/resources/images/getCatapult.png"]
{
	margin-top: 3px;
}

h3 span.aside
{
	float: right;
	margin-right: 23px;
	font-size: 12px;
	font-style: italic;
}

.trunk strong.very
{
	font-weight: bold;
	font-family: Lucida Grande;
	color: black;
}

header, section, footer, nav, aside, figure, figcaption, article, main { display: block; }
