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: '';
    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;
}

/* ---------------------------- site ----------------------- */
/* ---------------------------- tags ----------------------- */
html {
	height:100%;
}
body {
	background-color:#fff;
	color:#343434;
	height:100%;
	line-height:17px;
	font-size:11px;
	font-weight:normal;
	font-family:arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, a {
	color: #820041;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	line-height:17px;
}

h1 {
	text-transform:lowercase;
	font-size:24px;
	line-height:30px;
}

h2, h3 {
	text-transform: uppercase;
}

h3 {
	font-size:10px;	
}

a {
	cursor:pointer;
}

p {
	margin-bottom:11px;
}
/* ---------------------------- common classes ----------------------- */

.address {
	margin-bottom:11px;
}

/* ---------------------------- structure ----------------------- */
#wrap {
	width:100%;
	min-width: 900px; 
	min-height:550px;
        height: expression( document.body.offsetHeight > 0 ? document.body.offsetHeight + 'px' : "auto" );
}

#align {
	width:780px;
}

.home #align {
	visibility: hidden;
}

	#header {
		height:90px;
	}
	
		#home {
			position:absolute;
			left:49px;
			top:41px;
			display:block;
		}
		
		#home img {
			display:block;
		}

	#body {
		overflow:hidden;
	}
		
		#main-navigation{
			float:left;
			width:250px;
		}
			
			#main-navigation li{
				text-align:right;
				padding-right:40px;
			}
			
			#main-navigation a{
				line-height:22px;
				color:#343434;
			}
			
			#main-navigation a:hover,
			.about #main-navigation .about,
			.approach #main-navigation .approach,
			.clients #main-navigation .clients,
			.news #main-navigation .news,
			.contact #main-navigation .contact
			{
				color:#820041;
			}
				
		#content{
			float:left;
			padding-bottom:30px;
			width:525px;
		}
		
			#content h1{
				padding-bottom: 15px;
			}

/* ------ faq ---- */
.faq ol{
	list-style: decimal;
	color:#820041;
	font-weight:bold;
}

.faq ol li{
	margin-bottom:26px;
}

.faq ol li h3 {
	margin-bottom:11px;
}

.faq ol li div {
	color:#343434;
	font-weight:normal;
}

/* ------ news ---- */

.news #content li{
	margin-bottom:11px;
}

/* ----------- videos ---------*/
.mimic {
	background-image: url('/ta/i/bk_site.jpg');
	background-repeat:no-repeat;
	background-color:#000000;
}

.mimic .reel {
	height:500px;
	position:relative;
	background-repeat:no-repeat;
	top:100px;
	background-image: url('/ta/i/bk_reel.png');
}

.mimic .usability {
	height:500px;
	position:relative;
	top:100px;
	background-repeat:no-repeat;
        background-image: url('/ta/i/bk_usability.png');
}

.mimic .reveal {
	height:500px;
	top:100px;
	position:relative;
	background-repeat:no-repeat;
        background-image: url('/ta/i/bk_reveal.png');
}


.mimic #home{
	height:90px;
	left:40px;
	position:absolute;
	text-indent:-999px;
	top:125px;
	width:186px;
}

.mimic #flash-content{
	height:240px;
	left:353px;
	position:absolute;
	top:191px;
	width:360px;
}

.mimic .reveal #flash-content {
	height:482px;
	left:252px;
	position:absolute;
	top:6px;
	width:752px;
}

.mimic .reel #flash-content {
        height:360px;
        left:314px;
        position:absolute;
        top:69px;
        width:640px;
}





