﻿* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;

	font-size: 87.5%;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: center;

	background-color: #ffffff;
	background-image: url('arori/images/background.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.4em;
	color: #000066;
}

h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;

	font-size: 1.3em;
	color: #000066;
}

hr {
	margin: 0.5em 0;
	height: 0.1em; /* stupiak IE */
	border: 0;
	border-top: 1px solid #CCCCCC;
	background: transparent #FFFFFF;
}

a {
	text-decoration: none;
}

a:link {
	color: #0066ff;
}

.clear {
	clear: both;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 54.3em;

	text-align: left;
}

#container h2 {
	padding-top: 1em;
	padding-bottom: 0.5em;
}

#company-details h2 {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#company-details h3 {
	color: black;
	margin-top: 0;
	font-size: 1.1em;
}

#container  p {
	line-height: 1.6em;
}

#container p a:hover {
	text-decoration: underline;
}

#container ul li,
#container ol li {
	line-height: 1.6em;
}

#identity {
	height: 5em;

	background-image: url('arori/images/logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#identity h1 {
	text-indent: -999em;
}

#main-nav {
	float: left;
	width: 100%;
	margin-top: 0.1em;

	background-color: #eeeeee;
}

#main-nav ul {
	width: 54.3em;

	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#main-nav li {
	float: left;
	display: inline;
}

#main-nav li a:link,
#main-nav li a:visited {
	float: left;
	padding: 0.55em 1em;

	display: block;
}

#main-nav a:hover {
	color: #ffffff;

	background-color: #000066;
}

#main-nav li.selected  {
	padding: 0.55em 1em;

	color: #ffffff;

	background-color: #000066;
}

#introduction {
	margin-top: 1em;
	width: 28.6em;
}

#introduction p {
	margin-bottom: 0.5em
}

#introduction ul {
	margin-left: 1.2em;
}

#tv-image {
	float: right;
	position: relative;
	margin-top: -22.5em;

	z-index: 20;
}

#tabber {
	float: left;
	width: 100%;
}

ul#tabbertab {
	margin: 0;
	padding: 0;
}

ul#tabbertab li {
	float: left;

	display: inline;

	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

ul#tabbertab li.selected {
	padding: 0.25em 1em;

	font-weight: bold;

	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
}

ul#tabbertab a:link,
ul#tabbertab a:visited  {
	padding: 0.25em 1em;

	display: block;
}

ul#tabbertab a:hover {
	background-color: lightyellow;
}

.tabbercontent {
	float: left;
	width: 100%;
	margin-top: -1px;

	border-top: 1px solid #cccccc;
}

#products {
	float: left;
	width: 36.6em;

	border-right: 1px solid #cccccc;
}

.product-item {
	margin-top: 1em;
	padding-bottom: 0.5em;

	border-bottom: 1px solid #cccccc;
}

.product-description {
	margin: 0 0 0 12.3em;
	padding-right: 1.5em;
}

.product-description h3 {
	font-size: 1em;
}

.product-description p {
	margin-top: 1em;
}

.product-description p.details {
	font-size: 0.8em;
}

.product-description ul {
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
	padding-left: 15px;

	font-size: 0.8em;
}

.product-picture {
	float: left;
	width: 10.85em;
}

.product-picture img {
	margin-bottom: 0.5em;

	border: 1px solid #cccccc;
}

#content {
	float: left;
	padding-right: 1.5em;
	width: 31.1em;
}

#content p {
	margin-top: 1em;
}

#sidebar {
	float: right;
	width: 14.62em;
	padding: 0 1.5em;

	background-color: #ffffff;
	background-image: url('arori/images/sidebar_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#sidebar p {
	margin: 0.75em 0;

	font-size: 0.8em;
	line-height: 1.8em;

	color: #666666;
}

#sidebar ul {
	margin: 0;
	padding-left: 20px;

	font-size: 0.8em;

	color: #666666;
}

#sidebar h4 {
	font-size: 0.75em;

	color: #000066;
}

#sidebar h4.plasmavslcd {
	padding-top: 11em;

	background-image: url('arori/images/plasma_vs_lcd.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

#company-details {
	float: left;
	margin-top: 0.5em;

	background-image: url('arori/images/panel_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#products-services {
	float: left;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1em;
	width: 18em;

	border-right: 1px solid #CCCCCC;

	background-image: url('arori/images/content_curve-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#products-services ul ,
#projects ul,
#projects ol {
	margin-left: 2em;
	margin-bottom: 1em;
}

#projects {
	float: right;
	width: 31em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;

	background-image: url('arori/images/content_curve-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

ul#thumbnails {
	margin: 0;
	padding: 0;
}

ul#thumbnails li {
	float: left;
	margin: 0.25em 0;
	margin-right: 0.5em;

	display: inline;
}

ul#thumbnails li img {
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

ul#thumbnails li a:hover img {
	border: 1px solid #000000;
	background-color: #EEEEEE;
}

#footer {
	clear: both;

	text-align: left;

	background-image: url('arori/images/footer_bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#footer p {
	line-height: 1.6em;
}

#footer a:link img {
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#footer a:hover img {
	border: 1px solid #000000;
	background-color: #EEEEEE;
}

#footer-container {
	padding-top: 1.5em;

	/*background-image: url('arori/images/footer_top.gif');*/
	background-position: top center;
	background-repeat: repeat-x;
}

#footer-content {
	margin: 0 auto;
	padding: 0;
	width: 54.3em;
}

#company-address {
	float: left;
	padding-left: 1.5em;
	padding-right: 1.5em;
	width: 18em;

	border-right: 1px solid #CCCCCC;
}

#company-address  a:link img {
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#company-address  a:hover img {
	border: 1px solid #000000;
	background-color: #EEEEEE;
}

#contact-form {
	float: right;
	width: 31em;
	padding-right: 1em;
	padding-bottom: 1em;
}

#contact-form span.required {
	color: #FF0000;
}

#contact-form form {
	margin-top: 1em;
}

#contact-form fieldset {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#contact-form fieldset br  {
	clear: left;
}

#contact-form legend  {
	display: none;
}

#contact-form label,
input.text,
textarea.text {
	display: block;
	float: left;

	margin: 0;
	margin-bottom: 0.8em;
	padding: 0;
}

input.text,
textarea.text {
	width: 45%;
	padding: 0.2em;
}

textarea.text {
	width: 75%;
	height: 10em;
}

#contact-form label {
	width: 18%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#contact-form input,
#contact-form textarea {
	background-color: #EEEEEE;
}

#contact-form input:focus,
#contact-form textarea:focus {
	background-color: lightyellow;
}


fieldset.buttons input {
	margin-left: 26.5em;
}

* html fieldset.buttons input {
	margin-top: 0.5em;
	margin-left: 24.5em;
}

#footer-panel {
	clear: both;
	padding-bottom: 0.5em;

	font-size: 0.75em;
	color: #666666;
	text-align: center;

	background-image: url('arori/images/footer_bg-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

#footer-panel a {
	color: #0099FF;
}

#footer-panel p {
	padding: 0.5em 0;
	padding-left: 1em;
	background-image: url('arori/images/footer_bg-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

/* Contact Form */
#response {
	margin-top: 1em;
	padding: 0.5em;
}

#response ul {
	padding-left: 20px;
}

#response.success {
	border: 1px solid lightblue;
	background-color: #FFFFE5;
}

#response.error {
	border: 1px solid pink;
	background-color: #FFE5FF;
}

/* LIGHTBOX Controls */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('arori/images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('arori/images/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('arori/images/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}