/* CSS 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,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Link Setup */

a:link {
	text-decoration:none;
    color: #000;
}

a:hover {
	text-decoration:none;
    color: #000; 
}

a:active {
	text-decoration:none;
    color: #000; 
}

a:visited {
    text-decoration:none;
    color: #000;
}


a:hover {
	text-decoration:underline;
    color: #000; 
}

/* MAIN SITE */

html,body {
	font-family:Helvetica;
	font-size: 12px;
	width: 100%;
	background-color:#000;
	color: #6a6a6a;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
}

#header {
	height: 202px;
	background-color:#000;
	background-image:url(/images/header_bg.png);
	background-repeat:repeat-x;
}

#footer {
	min-height: 125px;
	background-color:#000;
	background-image:url(/images/footer_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
}

#footerContent {
	text-align:right;
	padding-top: 25px;
}

#main {
	min-height: 200px;
	background-color:#FFF;
}

.contentFrame {
	text-align:center;
	width: 100%;
	position:relative;
}

.content {
	text-align:left;
	width: 990px;
	position:relative;
	margin:auto;
	padding: 10px;
}

/* GLOBAL ELEMENTS */

.home .amessage_list { position:absolute; top:30px; left: 10px; }

.amessage_list { width: 400px;  }
.amessage_list ul { list-style-type: none; }
.amessage_list ul li { padding: 10px; }
.amessage_list ul li.success { display: block; border: 1px solid #070; color: #080; background-color: #eeffee; margin-bottom: 10px; }
.amessage_list ul li.error { display: block; border: 1px solid #700; color: #800; background-color: #ffeeee; margin-bottom: 10px; }h1 {font-size: 2.2em; font-weight: normal; margin: 0 0 16px 0; letter-spacing: -.04em;}
h1 em {font-weight: bold; font-style: normal;}

.form p { margin-bottom: 20px; }
.form fieldset { border: 0px; padding:0px; margin-bottom: 20px; }
.form .input_caption { font-size: 11px; display: block; }
.form input { border: 1px solid #aaa; padding: 4px; }
.form input.submit { border: 0px; padding:0px; display: block; margin-top: 5px;}



#headerRallyupLogo{
	margin-top: 25px;
}

#quoteImg {
	margin-left: 68px;
}

#navbar {
	position: absolute;
    right: 0;
	font-size: 16px;
	color: #8f8f8e;
}

#navbar a, #navbar a:link, #navbar a:hover, #navbar a:active {
	color: #8f8f8e;
	padding-left: 3px;
	font-size: 12px;
}

/* HOME PAGE */

#homePageContent {
    height: 400px;
}

#actionColumn img {
    margin-bottom: 15px;
    display:block;
    cursor:pointer;
}

#downloadColumn {
    margin-top: 35px;
}

#downloadColumn img.hoverImage{
    margin-top: 15px;
    display:block;
    cursor:pointer;
}

#iPhoneOverlay {
    position:absolute;
    top: -120px;
    right: 5px;
}

.iPhoneScreenshot {
    position:absolute;
    top: -38px;
    right: 38px;
}

#infoBoxFrame {
    position:absolute;
    left: 240px;
    top: 10px;
    width: 469px;
    background-image:url(/images/homepage/box_middle.png);
    background-repeat:repeat-y;
}

#infoBoxFrame img {
    background-color:#FFF;
}

.infoBox {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 310px;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial;
}

.infoBox .title {
    font-size: 32px;
    color: #000;
    margin-bottom: 15px;
    font-weight:bold;
    letter-spacing: -1.5px;
    line-height: 35px;
    font-family:Helvetica;
}

#iPadFeature {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}

#iPadFeature .featureBlock {
    float: left;
    font-size: 12px;
    font-family: Arial;
    line-height: 18px; 
}

#iPadFeature .niceType {
    font-family:Helvetica; 
    font-weight:bold;
    letter-spacing: -1.2px;
    color: #a8a7a7;
    font-size: 22px;
    padding-top: 8px;
}

#iPadInfoPopup {
	font-size: 16px;
	width: 550px;
	margin: 30px;
	color:#333;
}


/* PRESS PAGE */

.press table { margin: 40px 0 40px 0; }
.press table td { padding: 0px 25px 0px 0; vertical-align: top; font-size: 14px; }
.press table td .dark { color: #333; }
.press table td hr { border-left: 0px; border-right:0px; border-bottom: 0px; border-top: 1px dotted; margin-top: 10px; margin-bottom: 30px;}

/* FAQ PAGE */

.faq .category { font-size: 20px; margin-bottom: 15px; margin-top: 5px;}
.faq .question { font-size: 16px; font-weight: bold; padding-bottom: 8px; cursor:pointer;}
.faq .answer { padding-bottom: 5px; display:none; font-size: 14px; }