/*        CREATED BY ROEL SCHIJF                           */
/*        DATA ACCESS EUROPE B.V.                          */
/*        DATE: 15-05-2009                                 */

/* --------------------------------------------------------*/
/* STANDARD HTML TAG 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,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1;
}

ul {
	color:#3A696A;
	list-style-type:circle;
    padding: 0px 10px 5px 10px;
	margin:0;
}

ul li ul {
	color:#3A696A;
	list-style-type:circle;
    padding: 0px 40px 5px 20px;
	margin:0;
}

ol {
	list-style-type:decimal;
    padding: 0px 40px 10px 85px;
	color:#3A696A;
	margin:0;
}

ol li ol{
	list-style-type:circle;
    padding: 0px 40px 10px 20px;
	color:#3A696A;
	margin:0;
}

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;
}

/* --------------------------------------------------------*/
/* STANDARD HTML TAG DEFINITION                            */
/* --------------------------------------------------------*/
html {
    height:100%;
    margin:0;
    padding:0;
    width:100%;
}

body {
    background: url(../images/top-bg.gif) repeat-x;
    background-color: #FFFFFF;
    height: 100%;
}

body,
form, input {
    color: #000000;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    }
input {
     font-size: 11px;   
}

h1 {font-size: 24px; color: #35393C;}
h2 {font-size: 18px}
h3 {font-size: 14px; color: #35393C; line-height: 1em;}

a {text-decoration: none; color: #638FE1; cursor: pointer;}

a:link, a:visited {color: #4D8B82;}
a:hover {color: #666666; text-decoration: underline;}

/* --------------------------------------------------------*/
/* PAGE ELEMENTS                                           */
/* --------------------------------------------------------*/

#container {
    margin: auto;
    width: 955px;
    min-height: 100%;
}

/* --------------------------------------------------------*/
/*  HEADER                                                 */
/* --------------------------------------------------------*/
#header {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* --------------------------------------------------------*/
/*  COMPANY LOGO                                           */
/* --------------------------------------------------------*/
#CompanyLogo {
	float: left;
	padding: 3px 30px 0px 0px;
}

/* --------------------------------------------------------*/
/*  MAIN                                                   */
/* --------------------------------------------------------*/
#main {
    float: left;
    width: auto;
    display: block;
    margin: 10px 0px 44px 0px;
}

/* --------------------------------------------------------*/
/*  PRODUCTS                                               */
/* --------------------------------------------------------*/
#products {
    padding: 10px 0px 0px 0px;
    width: 658px;
	text-align: justify;
}

#products .items {
    width: 198px;
    float: left;
    margin: 0px 20px 30px 0px;
}

#products  .items h2 {
    padding: 5px 0px 20px 0px;
	text-align: left;
	color: #000000;
}

#products .items h2 a {
    color: #3A696A;
	text-decoration: none;
}

#products .items span {
    line-height: 16px;
    font-size: 11px;
    text-align: justify;
    color: #000000;
}

/* --------------------------------------------------------*/
/*  CONTENT                                                */
/* --------------------------------------------------------*/
#content {
    width: 684px;
    float: left;
    border-right: 1px dotted #D1D4D5;
    margin: 0px 0px 54px 0px;
	*padding:15px 0px 90px 0px;
    line-height: 20px;
}

#content a{
	color: #3A696A;
	text-decoration: underline;
}

#content h1{
    padding: 5px 0px 10px 60px;
	margin: 0px 0px 0px 0px;
	background: url(../images/AICircel.jpg) no-repeat 10px 5px;
	line-height: normal;
}

#content #ContactTitle {
    padding: 5px 0px 20px 60px;
	margin: 0px 40px 0px 0px;
	background: url(../images/ContactBig.png) no-repeat left 0px;
	line-height: normal;
}

#content #SitemapTitle {
    padding: 5px 0px 20px 60px;
	margin: 0px 40px 0px 0px;
	background: url(../images/SitemapBig.png) no-repeat left 0px;
	line-height: normal;
}

#content #NewsTitle {
    padding: 5px 0px 20px 60px;
	margin: 0px 40px 0px 0px;
	background: url(../images/NewsBig.png) no-repeat left 0px;
	line-height: normal;
}

#content #LoginTitle {
    padding: 5px 0px 20px 60px;
	margin: 0px 40px 0px 0px;
	background: url(../images/UserBig.png) no-repeat left 0px;
	line-height: normal;
}

#content #SearchTitle {
    padding: 5px 0px 20px 60px;
	margin: 0px 40px 0px 0px;
	background: url(../images/SearchBig.png) no-repeat left 0px;
	line-height: normal;
}

#content p{
    padding: 5px 40px 5px 65px;
}

#divider {
    clear: both;
    border-top: 1px dotted #D1D4D5;
    margin: 10px 26px 10px 0px;
}

#back {
	background: url(../images/ArrowSmallBack2.png) no-repeat left 0px;
	padding: 0px 0px 0px 25px;
	margin: 0px 40px 0px 65px;
	width: 70px;
	clear: both;
	height: 20px;
}

/* --------------------------------------------------------*/
/*  SIDEBAR                                                */
/* --------------------------------------------------------*/
#sidebar {
    width: 250px;
    float: right;
    padding: 20px 0px 10px 20px;
	*padding: 30px 0px 90px 20px;
}

.divider {
	border-bottom: 1px dotted #D1D4D5;
}

/* --------------------------------------------------------*/
/*  SEARCH                                                 */
/* --------------------------------------------------------*/
#SearchForm {
    height: 31px;
    margin: 15px 0px 15px 0px;
	clear: both;
}

#SearchForm input {
    width: 215px;
    margin: 6px 0px 0px 0px;
    border: 2px solid #A9BABD;
	float: left;
}

#SearchForm input:focus {
    border: 2px solid #35393C;
}

#SearchForm .input-text {
    padding: 2px 0px 0px 2px;
    height: 15px;
}

#SearchForm .SearchButton {
    border: none;
	background: url(../images/SearchButton.png) no-repeat center 0px;
	margin: 6px 0px 0px 8px;
	text-decoration: none;
	color: #4B5152;
	font-size: 11px;
	height: 20px;
	width: 21px;
	cursor: pointer;
	font-size: 1%;
    text-indent: -999em;
}

#SearchForm .SearchButton:hover {
	background: url(../images/SearchButton.png) no-repeat center -20px;
}

/* --------------------------------------------------------*/
/*  WIDGETS                                                */
/* --------------------------------------------------------*/
#widget {
    border-bottom: 1px dotted #D1D4D5;
    padding: 10px 0px 10px 0px;
    font-size: 11px;
}

#widget .wheretoButton{
    border: none;
	background: url(../images/wheretoButton.png) no-repeat center 0px;
	height: 29px;
	width: 252px;
	cursor: pointer;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	color: #4B5152;
}
#widget .wheretoButton:hover{
	background: url(../images/wheretoButton.png) no-repeat center -29px;
	text-decoration: none;
}

#widget .slogan{
	text-transform: uppercase;
	padding: 5px 0px 0px 0px;
}

#widget .slogan em{
	font-style: normal;
	font-weight: lighter;
	font-size: 12px;
}

#widget img {
    float: left;
}

#widget .subtext {
    font-style: italic;
}

#widget p {
    height: 1%;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 15px 10px;
    line-height: 1.5em;
    font-size: 11px;
}

#widget li a {
    color: #000000;
}

#widget ul {
    height: 1%;
    margin: 0px 0px 0px 0px;
    padding: 8px 15px 0px 0px;
    color: #000000;
}

#widget li a.readmore {
    float: right;
    font-size: 11px;
    text-decoration: underline;
}

#widget li {
    padding: 0px 0px 10px 0px;
    line-height: 1.6em;
}

#widget .usp li {
	background: url(../images/ArrowSmall.png) no-repeat left 4px;
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#widget .news li {
	background: url(../images/NewsSmall.png) no-repeat left 4px;
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#widget .news li span{
	color: #A9BABD;
}

#widget .helpdesk li {
	background: url(../images/InfoSmall.png) no-repeat left 4px;
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#widget .reviews li {
	background: url(../images/ReviewsSmall.png) no-repeat left 4px;
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#widget .partners li {
	background: url(../images/ArrowSmall2.png) no-repeat left 4px;
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#widget .LogOut li {
	background: url(../images/UserSmall.png) no-repeat left 4px;
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#widget .SubNav li {
	background: url(../images/mail.gif) no-repeat left top;
    height: 13px;
	padding: 0px 0px 0px 25px;
	margin: 4px 0px 4px 0px;
	list-style-type: none;
    cursor: normal;
}
#widget .SubNav li:hover {
    background-position: left -13px;
}


#widget .SubNavNormal li {
	background: url(../images/FavSmall.png) no-repeat left 4px;
	padding: 2px 0px 2px 25px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#widget .video li {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#widget .video li img{
	padding: 0px 0px 20px 0px;
}

#widget li a.title {
    color: #000000;
    font-weight: bold;
}

#widget .store {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	color: #A9BABD;
	height: 200px;
}

/* --------------------------------------------------------*/
/*  FOOTER                                                 */
/* --------------------------------------------------------*/

#clear {
    clear: both;
}

#footer {
	margin: -76px 0px 0px 0px;
    padding:10px 0px 13px 0px;
    background: #A9BABD;
    border-top: 4px solid #35393C;
    width:100%;
	float: left;
	text-align: center;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer #links, #links li {
	display:inline;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}

#footer #copyright {
	padding-top: 10px;
    line-height: 14px;
}

#footer #copyright a{
	color: #3A696A;
}

/* --------------------------------------------------------*/
/*  VIDEO PAGE                                             */
/* --------------------------------------------------------*/
#VideoFrame {
	padding: 20px 40px 0px 60px;
	border-bottom: 1px dotted #D1D4D5;
	height: 135px;
}

#EndDivider {
	padding: 20px 0px 0px 0px;
}

#VideoFrame img{
	float: left;
	margin: 4px 20px 0px 0px;
	border: 1px solid #D1D4D5;
	padding: 1px;
}

.mask img { 
    opacity: 1;
    filter: alpha(opacity=100);
}

.mask img:hover { 
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#VideoFrame h4{
	font-size: 12px;
	padding: 0px 0px 3px 0px;
}

#VideoInfo {
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #7B8485;
}

#VideoInfo li{
	list-style-type: none;
	float: left;
	padding: 5px 30px 0px 0px;
	margin: 0;
}

#TVFrame {
	padding: 0px 40px 20px 60px;
	border-bottom: 1px dotted #D1D4D5;
	height: 209px;
}

/* --------------------------------------------------------*/
/*  DONWLOAD PAGE                                          */
/* --------------------------------------------------------*/
#DownloadBox {
	border: 1px solid #A9BABD;
	margin: 0px 50px 10px 65px;
	background: #F0F0F0;
	padding:10px 0px 10px 10px;
}
#DownloadBox .ProductImage {
	position: absolute;
	padding: 10px 0px 0px 205px;
	*padding: 10px 0px 0px 150px;
}

#DownloadBox label{
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

#DownloadBox span{
	display: block;
	width: 380px;
	*width: 280px;
	color: #4B5152;
}

#DownloadBox .languages{
	height: 70px;
}

#DownloadBox  .ButtonDownload {
	margin: 20px 0px 0px 30px;
	padding: 0;
	font-size: 10px;
	cursor: pointer;
	text-decoration: none;
	line-height: normal;
}

#DownloadBox a{
	text-decoration: none;
}

#DownloadBox a:hover {
	text-decoration: none;
}

#DownloadBox  .ButtonBookmark {
	position: static;
	padding: 0px 0px 0px 10px;
	margin: 0;
	vertical-align: -3px;
}

/* --------------------------------------------------------*/
/*  COMPARE PAGE                                           */
/* --------------------------------------------------------*/
#CompareTable{
	width: 660px;
	padding: 0px 20px 0px 0px;
	border: 1px solid #EEEFF1;
	float: left;
}

#CompareTable td{
	padding: 0px 5px 0px 5px;
	border: 1px solid #EEEFF1;
}




