/*----------------------------------------------- */
/* 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,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/*----------------------------------------------- */
/* GENERAL
/*----------------------------------------------- */

body {
	background: #e6e6e6 url(images/background.png) repeat-x center top;
	font-family: Helvetica, Arial, sans-serif;
    color: #898989;
}

a:link, a:visited {
    color: #0d9ad7;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

h1 {
	position: absolute;
	text-indent: -9999px;
}

h2 {
    font-size: 26px;
    color: #159cd8;
}

h3 {
	font-weight: bold;
    font-size: 14px;
    color: #555555;
}

p {
	position: relative;
	line-height: 22px;
}

hr {
	border: none;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 2px;
	margin: 0 0 15px;
	height: 1px;
}

.clear {
	clear: both;
}

/*----------------------------------------------- */
/* Layout
/*----------------------------------------------- */

#wrapper {
	width: 910px;
	margin: 0 auto;
	position: relative;
}

#top {
	width: 910px;
	height: 540px;
	background: transparent url(images/top.png) no-repeat;
	position: absolute;
}

#content {
	width: 860px;
	background-color: white;
	margin: 124px 0 0 15px;
	padding-left: 20px;
}

#main {
	margin-left: 10px;
	width: 562px;
	float: left;
	display:inline;
	overflow: hidden;
}

#sidebar {
    background: transparent url(images/contact_gradient.jpg) no-repeat;
    height: 524px;
    width: 219px;
    margin-left: 30px;
    padding-left: 30px;
    float: left;
    display:inline;
    overflow: hidden;
}

#video {
    background: #ccc url(images/video_top.jpg) no-repeat 0 0;
    width: 840px;
    padding-top: 10px;
    height: 360px;
}

#myFlashContent {
	margin: 0 0 0 10px;
}

#video_footer {
	height: 10px;
    background: transparent url(images/video_bottom.jpg) no-repeat;
    margin-bottom: 30px;
}

#intro {
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 30px;
}


/* testimonials */
.quote {
    font: italic 14px/22px Georgia, serif;
}
.source {
    font-size: 13px;
    margin-bottom: 15px;
    color: #555555;
}
.company {
    font-size: 13px;
}


/* sidebar */
.name {
	font-weight: bold;
    font-size: 13px;
    color: #555555;
}

address {
    font-size: 13px;
    font-style: normal;
    margin-top: 20px;
    line-height: 22px;
}


/* footer */

#footer {
	width: 910px;
    height: 220px;
    background: transparent url(images/bottom.png) no-repeat;
	position: relative;
	top: -160px;
	margin-bottom: -130px;
	z-index: -1;
}


