/* ***********************************************************************
 * Resets
 * *********************************************************************** */

* {
    margin: 0;
    padding: 0;
}

DIV.reset {
    clear: both;
    font-size: 0;
}


/* ***********************************************************************
 * Formatting and appearance
 * *********************************************************************** */

BODY {
    background-color: white;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height:18px;
    color: #31383b;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
/*    overflow: -moz-scrollbars-vertical; */
}

TABLE, IMG {
    border: 0;
}

H1 {
	color:#1d90ca;
    font-size: 18px;
    font-weight: normal;
	margin-top:25px;
}

H2 {
    font-size: 9px;
	text-transform:uppercase;
    font-weight: bold;
}

A:link, A:visited, A:active {
    color: #31383b;
    text-decoration: underline;
}

A:hover { text-decoration:none; }

DIV.sharing,
DIV.sharing A {
	font-size: 9px;
	color: #1d90ca;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

DIV.sharing A:hover {
	text-decoration: underline !important;
}

DIV.sharing INPUT.text {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3e4447 !important;
}

/* ***********************************************************************
 * Layout
 * *********************************************************************** */

H1, P {
    margin-bottom: 10px;
}

DIV#bodyWrapper {
    width: 988px;
    margin-left: auto;
    margin-right: auto;
}

DIV#bodyContent {
    width: 943px;
    margin-left: 26px;
}

DIV#leftColumn {
	width:579px;
	padding:20px 35px 0 0;
	float:left;
}

DIV#rightColumn {
	width:329px;
	float:left;
}

DIV#rightColumn A { text-decoration:none; }
DIV#rightColumn A:hover { text-decoration:underline; }

DIV#technologyContainer {
	padding-top:55px;
	width:576px;
}

DIV.techColumn {
	float:left;
	width:273px;
}

#footerWrapper {
	border-top:4px solid #a3a4a4;
	margin-top:20px;
	padding:10px 0px 50px;
	font-size:145%;
}

DIV#faqContainer {
	padding-top:55px;
	width:576px;
	display:none;
}

#newsletterForm {
	padding:50px;
	display:none;
}

DIV#videoContainer {
	width:577px;
	padding-top:16px;
	height:615px;
	overflow:hidden;
	display:none;
}

DIV.sharing {
	padding-top: 12px;
}

DIV.sharing INPUT.text {
	font-size: 9px;
	color: #1d90ca;
	text-decoration: none;
}

DIV#imagesContainer {
	width:577px;
	padding-top:16px;
	height:545px;
	overflow:hidden;
}

DIV.currentMedia,DIV#currentVideo {
	padding-bottom:0px;
}

DIV.mediaScrollContainer {
	padding-top:28px;
}

DIV.mediaScrollLeft {
	float:left;
	width:26px;
	height:90px;
	padding:20px 0 0 9px;
	cursor:pointer;
}

DIV#videoScreenShotsContainer {
	float:left;
	width:503px;
	overflow:hidden;
}
DIV#imagesScreenShotsContainer {
	float:left;
	width:503px;
	overflow:hidden;
}
DIV.mediaScreenShots {
	width:2080px; /*(each 4 thumbs takes up 520px)*/
}

DIV.mediaScreenShots A {text-decoration:none; }


DIV.mediaScreenShots DIV {
	float:left;
	width:113px;
	height:150px;
	padding-right:17px;
	color:#2b97cd;
}

DIV.mediaScreenShots DIV IMG {
	margin-bottom:13px;
	border:1px solid #cccccc;
}

DIV.mediaScrollRight {
	float:left;
	width:29px;
	height:90px;
	padding:20px 0px 0 6px;
	cursor:pointer;
}

