/* ---------------------------------------------------------

	Name:		Global CSS
	Version:	1.0 (09.12.2013)
	Website:	http://www.wspav.co.uk
	Author:		cleardrop.com

--------------------------------------------------------- */

/* Reset (v1.0 | 20080212)
----------------------------------------------- */

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;
}

.table	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width:100%;
		border-collapse:collapse;
		}

.table td,
.table th 
		{
		font-size:0.6em;
		line-height: 120%;
		border:1px solid #3b4043;
		padding:3px 7px 2px 7px;
		}

.table th 
		{
		font-size:0.6em;
		line-height: 120%;
		text-align:left;
		padding-top:5px;
		padding-bottom:4px;
		background-color:#3b4043;
		color:#ffffff;
		}

.table tr.alt td 
		{
		color:#ffffff;
		}


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

body {
	background-image:url(../image/bg.jpg);
	background: #1d2124;
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	}
	
#wrapper {
	margin: 20px auto 20px;
	background: transparent url(../images/wrapper_bg.gif) top left repeat-y;
	width: 680px;
	text-align: left;
	} 

#header {
	background: #272b2e;;
	border-bottom: 4px solid #a7c458;
	overflow: auto;
	margin-bottom: 2px;
	width: 100%;
	}

#logo {
	clear: both;
	}

#banner {
	float: right;
	width: 490px;
	/* height: 193px; */
	}

#banner iframe {
	display: block;
}

#nav {
	float: left;
	width: 190px;
	}

#main {
	width: 460px;
	float: right;
	margin: 20px 0 50px 30px;
	text-align: left;
	}

#plain {
	width: 460px;
	float: right;
	margin: 20px 0 50px 30px;
	text-align: left;
	}

#sidebar {
	width: 190px;
	float: left;
	background: #3b4043;
	padding-bottom: 80px;
	}

#footer {
	color: #bbb;
	background: #1d2124;
	padding: 20px 0;
	text-align: center;
	clear: both;
	width: 680px; /* IE6/7 padding fix */
	}

/* Navigation
----------------------------------------------- */

#nav span {
	display: none;
	}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
	}

#nav li {
	margin: 0;
	padding: 0;
	display: inline; /* IE6/7 fix */
	}

#nav a {
	height: 35px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	}

#products {
	background-image: url(../images/products.gif);
	}

#services {
	background-image: url(../images/services.gif);
	}

#markets {
	background-image: url(../images/markets.gif);
	}

#support {
	background-image: url(../images/support.gif);
	}

#contact {
	background-image: url(../images/contact.gif);
	}

#nav a:hover,
#nav a:active {
	color: #fff;
	background-position: bottom left;
	}

#productsMenu span {
	display: none;
	}

#productsMenu li {
	background: url(../images/border-dotted.gif) top left repeat-x;
	margin: 0 10px;
	padding: 15px 0;
	}

#productsMenu li.first {
	background: none;
	}

#productsMenu a {
	width: 170px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	}

#Stereo3D {
	height: 100px;
	background-image: url(../images/Stereo3D.gif);
	}

#UltraWidescreen {
	height: 60px;
	background-image: url(../images/UltraWidescreen.gif);
	}

#ProjectionTunnel {
	height: 100px;
	background-image: url(../images/ProjectionTunnel.gif);
	}

#ProjectionMapping {
	height: 100px;
	background-image: url(../images/ProjectionMapping.gif);
	}

#LEDVideo {
	height: 100px;
	background-image: url(../images/LEDVideo.gif);
	}

#IconFX {
	height: 125px;
	background-image: url(../images/IconFX.gif);
	}

#productsMenu a:hover,
#productsMenu a:active {
	background-position: bottom left;
	}

#footer ul {
	line-height: 100%;
	}

#footer li {
	padding: 0 0.3em 0 0.6em;
	margin: 0;
	font-size: 0.65em;
	display: inline;
	text-transform: uppercase;
	white-space: nowrap;
	border-left: 1px solid #999;
	}

#footer li.first {
 	border: none;
	}

/* Content Objects
----------------------------------------------- */

.section {
	background: url(../images/border-dotted.gif) bottom left repeat-x;
	width: 100%;
	overflow: auto;
	margin: 0 0 20px;
	padding-bottom: 10px;
	}

.section img {
	float: right;
	margin: 7px 0 5px 20px;
	}

.section img2 {
	float: left;
	margin: 7px 0 5px 20px;
	}

/* Typography
----------------------------------------------- */
	
h1, h2, h3, h4, h5, h6 {
	margin: 25px 0 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
h1 {
	font-size: 1.4em;
	margin: 0 0 0.5em;
	font-weight: bold;
	text-align: left;
	color: #5ca8b6;
	}

h1 strong {
	color: #fff;
	}

h2 {
    margin: 0 0 1.6em;
	font-size: 1em;
	font-weight: normal;
	color: #a7c458;
	padding-bottom: 15px;
	background: url(../images/border-dotted.gif) bottom left repeat-x;
	}

h3 {
	color: #a7c458;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 0.8em;
	text-transform: uppercase;
	}

p {
	font-size: 0.8em;
	margin-bottom: 1.5em;
	}

p.small {	
	font-size: 0.6em;
	line-height: 100%;
	}

p.intro {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
	}

.section p {
	font-size: 0.7em;
	line-height: 1.3em;
	}

#footer p {
	font-size: 0.5em;
	margin-bottom: 0.8em;
	line-height: 180%;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

sup {
	font-size: 80%;
	vertical-align: super;
	text-transform: none;
	}

/* Lists
----------------------------------------------- */
#main ul
	{
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-size: 0.6em;
	line-height:200%
	}
#main li
	{
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 10px; 
	padding-left:14px;
	}

/*#main ul ul {
/*	font-size: 1.5em;
/*	}

/*#main ol {
/*	margin: 0 0 1.0em;
/*	padding: 0;
/*	list-style: disc inside;
/*	}
	
/*#main ul li	{
/*	margin: 0 0 0.6em 20px;
/*	padding: 0;
/*	vertical-align: middle;
	}
	
/*#main ol li	{
/*	margin: 0 0 0.6em 20px;
/*	padding: 0;
/*	vertical-align: middle;
/*	}

/* Links
----------------------------------------------- */
	
#main a:link,
#main a:visited {
	font-weight: normal; 
	text-decoration: none;
	background: transparent;
	color: #a7c458;
	border-bottom: 1px solid #444;
	}

#main a:hover,
#main a:active {
	border-bottom: 1px solid #a7c458;
	}

	
#footer a:link,
#footer a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
	border-bottom: 1px solid #444;
	}

#footer a:hover,
#footer a:active {
	color: #fff;
	border-bottom: 1px solid #a7c458;
	}

/* Misc
----------------------------------------------- */

img,
object,
embed {
	display: block;
	}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	display: none;
	}
