/**

vTardia.com - Splash 2009

*/
/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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;
        font-size: 100%;
        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: '';
}

/* 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;
}

a img { border: none; }

/* Basic Typo: Mix between Mark Boulton and 24way's vertical rhythm */
/*
- 12px = 0.75em
- 11px = 0.69em
- 13px = 0.81em
*/
body {
 	font-family: Arial, sans-serif; 
	font-size: .75em;
	line-height: 1.64em;
	color: #333;
	word-spacing: .1em;
}

input, textarea {
 	font-family: Arial, sans-serif; 
/*	line-height: 1.64em;*/
	color: #333;
	word-spacing: .1em;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
}

h1 { 
	font-size: 175%; 
	line-height: .86em;
	margin-top: .86em;
	margin-bottom: .86em;
} 
h2 { 
	font-size: 150%;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
} 
h3 { 
	font-size: 133%;
	line-height: 1.125em;
	margin-top: 1.125em;
	margin-bottom: 1.125em;
} 
h4 { 
	font-size: 116%;
	line-height: 1.286em;
	margin-top: 1.286em;
	margin-bottom: 1.286em;
}

small {
	font-size: 83%;
	line-height: 1.8em;
}

ol, ul, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

ul {
	list-style: circle;
}

ul ul {
	list-style: square;
}

p {
	font-size: 1em;
	word-spacing: .1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

/* Site style */

html {
	background: #fff url(../img/bg_html.gif) top left repeat-x;
	
}

body {
	text-align: center;
}

a, a:link, a:visited, a:active {
	color: #4864a7;
}

a:hover {
	text-decoration: none;
}

#page {
	position: relative;
	display: block;
	overflow: hidden;
	width: 849px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: #4864a7 url(../img/bg_header.jpg) top left no-repeat;
	height: 337px;
	margin: 0;
	padding: 0;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#brand {
	position: absolute;
	top: 225px;
/*	left: 96px;*/
	left: -15px;
	background: transparent url(../img/logo_color_negative.gif) top left no-repeat;
	width: 283px;
	height: 112px;
	outline: none;
	text-indent: -9999px;
}

#header h2 {
	position: absolute;
	top: 194px;
	left: 505px;
	font-size: 180%;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
}

#subscribe {
	position: absolute;
	left: 505px;
	top: 226px;
	margin: 0;
	padding: 0;
}

#subscribe label {
	display: block;
	font-size: 116%;
	color: #dce549;
	line-height: 1.8em;
}

#subscribe input.text {
	border: 1px solid #6369e6;
	font-size: 130%;
	line-height: 1em;
	padding: .4em;
	width: 15em;
}

#subscribe input.error {
	border-color: red;
}

#subscribe #signup {
	display: inline;
	width: 30px;
	height: 30px;
	margin: 0 0 .25em 0;
	padding: 0;
	vertical-align: bottom;
}

#subscribe .privacy {
	color: #fff;
	font-size: 83%;
	line-height: 1em;
	margin: .5em 0;
}

#content {
	font-size: 90%;
	margin-top: .8em;
}

#content textarea {
	font-size: 100%;
}

#content p {
	margin: .6em 0;
	overflow: hidden;
}

a.linkedin {
	background: transparent url(../img/icon_linkedin_16.gif) top left no-repeat;
	padding: .3em 0 .3em 18px;
	line-height: 1.6em;
}

a.twitter {
	background: transparent url(../img/icon_twitter_16.gif) top left no-repeat;
	padding: .3em 0 .3em 18px;
	line-height: 1.6em;
}

.column {
	display: block;
	float: left;
	width: 240px;
	margin: 5px;
}

.column h2 {
	font-size: 120%;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2a374f;
}

#stuff dl {
	line-height: 1.60em;
}

#stuff dt {
	font-weight: bold;
	margin: .8em 0;
}

#stuff dd {
	line-height: 2em;
}

#contact {
	width: 330px;
}

.pdf {
	background: transparent url(../img/icon_pdf.gif) top left no-repeat;
	padding: .2em 0 .2em 20px;
}

.form-fields {
	margin: 0;
	padding: 0;
	list-style: none;
}

.form-fields li {
	display: block;
	clear: both;
	margin: .6em 0;
}

.form-fields label {
	display: block;
	float: left;
	clear: both;
	width: 5em;
}

.form-fields .text {
	width: 24em;
	border: 1px solid #bbb;
	padding: .2em;
}

.form-fields label.message {
	display: block;
	float: none;
	clear: both;
	width: 5em;
}

.form-fields button {
	
	display: inline;
	background: #4864a7;

	border: 1px solid #4864a7;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;

	color: #fff;
	padding: 3px 3px;

	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;

    cursor: pointer;
}

.form-fields button:active {
	background: #dce549;
	color: #4864a7;
}

.form-fields textarea {
	width: 30em;
	border: 1px solid #bbb;
	padding: .2em;
}

.form-fields input.error, .form-fields textarea.error {
	border-color: red;
}

#footer {
	display: block;
	clear: both;
	text-align: center;
	border-top: 1px solid #ccc;
}

