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

/* no focus styles are set */
:focus {
    outline: 0;
}

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

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    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 */

/**************************/
/* Begin GLOBAL Settings  */
/**************************/
body {font-family: Arial, Helvetica, Verdana, sans-serif; background:transparent url(images/background_gradient.png) repeat-x scroll 0 0;}

strong {font-weight: bold;} 
#pagewrap {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
	min-height:968px;
}
#pagewrap #tophalf {background: transparent url(images/background-sprite.jpg) no-repeat scroll 0 0;}
#pagewrap #bottomhalf {background: transparent url(images/background-sprite.jpg) no-repeat scroll -1024px 100%; padding-bottom:18px;}
#header {
	height:73px;
	position:relative;
}
#header .logo {position:absolute; top:15px; left:100px;}
#header .header_button {
	position:absolute;
	top:16px;
	right:82px;
	height:52px;
	
}
#header .grow_button {
	display:inline-block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	line-height:13px;
	margin:8px 0 0 -6px;
	float:left;
	min-width:115px;
	font-weight:bold;
}

#header .grow_button .container{
	background: transparent url(images/bk_red_button_onblue.png) no-repeat scroll 0 0;
	display:block;
	margin:0 -1px 0 0;
	padding:0;	
}
#header  a.grow_button:hover .container {background-position:0 -34px;}

#header .grow_button .rightside {
	background: transparent url(images/bk_red_button_onblue_right.png) no-repeat scroll 100% 0;
	display:block;
	padding:9px 41px 12px 38px;
	font-weight:normal;
	
}
#header a.grow_button:hover .rightside {background-position:100% -34px;}

.centercontent {position:relative;}
.centercontent #txtbox  {width:860px; margin:22px 0 10px 96px; text-align:center;}
.centercontent #txtbox h1 {font-size:34px; line-height:42px; color:#fff; font-weight:normal; padding:0 0 6px;}
.centercontent #txtbox h2 {font-size:18px; line-height:20px; color:#a6c6dd; font-weight:normal; letter-spacing } 
.centercontent #txtbox  h2 a {color:#a6c6dd; text-decoration:underline;}
.centercontent #txtbox  h2 a:hover {color:#ff0000;}
.centercontent #vid_box {width:692px; height:399px; margin:0 0 0 182px;}
#bottom {padding:0 0 295px; position:relative; width:1024px;}
#bottom #links {border-bottom:1px solid #a6c6dd; width:630px; margin: 0 0 0 214px; position:relative; top:-10px;}
#bottom #links ul {overflow:hidden; padding:0 0 4px 36px;}
#bottom #links li {float:left;}
/* NOTE: using sprites in all browsers except ie6 */
#bottom #links a {background:transparent url(images/link_buttons_sprite.png) no-repeat scroll -4px -1px; display:block; width:190px; height:45px; text-decoration:none;}
#bottom #links #freetrial a {background-position:-4px -1px;}
#bottom #links #freetrial a:hover {background-position:-4px -41px;}
#bottom #links #viewdemo a {background-position:-188px -1px;}
#bottom #links #viewdemo a:hover {background-position:-188px -41px;}
#bottom #links #contactme a {background-position:-371px 0px;}
#bottom #links #contactme a:hover {background-position:-371px -41px;}


#bottom #bars {background:transparent url(images/bars_24.png) no-repeat scroll 0 0; width:937px; height:345px; position:absolute; bottom:0px; left:48px;}
#footer {text-align:center; font-size:13px; line-height:15px; color:#99908c; padding:8px; position:relative; top:-43px;}
#footer img {margin:0 0 0 10px;}

