/***************************  

THINK LUKE



V1 - ASV - audio visual - September 2009

***************************/

/**Colours 

RED: #d21c23
Yellow:#e8ae10

**/

html, body, div, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

fieldset, img {
	border: none;
}

caption, th {
	text-align: left;
}

table {
	border-collapse: collapse;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

#header ul, #nav ul, #footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/********** LAYOUT **********/

body {
	background: #f2f2f2 url(/images/layout/background2.jpg) repeat-x top left scroll;
	color: #666;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

#curve-bg {
	background: transparent url(/images/layout/curvebg.jpg);
}

#bottom-bg {
}

.clear {
	clear: both;
}

img {
	behavior: url(/iepngfix.htc);
	border: 0;
}

img.left, .left img {
	float: left;
	margin: 2px 20px 16px 0;
}

img.right, .right img {
	float: right;
	margin: 2px 0 16px 20px;
}

.right {
	float:right;
}

.left {
	float:left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
	color: #333;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

p {
	padding: 5px 0;
	line-height: 1.8em;
}

a:link, a:active, a:visited {
	color:  #d21c23;
	text-decoration:none;
}

a:hover {
	color: #900;
}

h1 {
	color: #333;
	padding-bottom: 0px;
}

h1.asv {
	background: url(/images/layout/asv-h.gif) top left no-repeat;
	padding: 21px 0 0 130px;
	height: 24px;
	font: 2em Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #FFFFFF;
	letter-spacing: normal;
	margin: 0 0 20px;
}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #666;
	text-shadow: 1px 1px 0 #FFFFFF;
	padding-bottom: 8px;
}

h3 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #666;
	padding-bottom: 4px;
}

h3 blockquote {
	line-height:24px;
	letter-spacing:1px;
	margin:0;
	padding:0;
	text-align:center;
}

h4 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	padding-bottom: 2px;
}

.red {
	color:#d21c23
}

.white {
	color:#FFF;
}

.light-grey {
	color: #999;
}

#content h2 {
	font-size: 1.8em;
	color: #666;
	letter-spacing:normal;
}

#content h3 {
}

hr {
	border: none;
	height: 1px;
	background-color: #333;
	margin: 10px 0;
}

hr.small {
	background:  url(/images/layout/hori-spacer.gif) no-repeat center center;
	height:12px;
	width: 420px;
	border:none;
}

hr.large {
	background:  url(/images/layout/hori-spacer-large.gif) no-repeat center center;
	height:12px;
	width: 910px;
	border: none;
}

.hide {
	display: none;
	visibility: hidden;
}

/********** CONTAINER **********/

#container {
	margin:0 auto;
	width:960px;
}

#container h2 {
	font-size:1.5em;
	padding:15px 0 5px;
	color: #333;
}

#content {
	background: url(/images/layout/content.png) 0px 0px no-repeat;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font: 0.8em Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#content-internal {
	background: url(/images/layout/content-internal-top.png) 0px 0px no-repeat;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font: 0.8em Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#content-btm {
	background: url(/images/layout/content-btm.png) bottom center no-repeat;
	width: 910px;
	margin: 0 auto;
	padding:20px 25px 40px;
	min-height:348px;
	line-height:22px;
}

/********** HEADER **********/

#header {
	width:900px;
	margin:0 auto 0;
}

#logo {
	background: url(/images/layout/layout_02.jpg) no-repeat top center;
	width: 382px;
	height: 188px;
	float:left;
	margin:0 0 0 10px;
}

#header #contact {
	background: url(/images/layout/layout_04.jpg);
	float: right;
	width: 292px;
	height: 127px;
}

#flash-main {
	background: url(/images/layout/layout_07.jpg);
	width: 960px;
	height: 253px;
}

/********** NAVIGATION **********/

#nav {
	height:35px;
	margin:0 auto;
	padding:14px 0 0 28px;
	width:937px;
	background: url(/images/layout/nav-bg.jpg) top left no-repeat;
}

#nav ul {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

#nav li {
	float:left;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	background: url(/images/layout/nav-space.jpg) no-repeat;
	background-position:right 3px;
}

#nav li.last {
	background: none;
}

#nav li a {
	color: #CCC;
	font-weight: normal;
	display: block;
	padding:6px 20px 0 19px;
	height: 27px;
}

#nav li a:hover {
	text-decoration:none;
	display:block;
	color:#d21c23;
}

/*#nav li.selected a {
	background: url(/images/layout/selected.gif) top center no-repeat;
	color: #000;
}*/

#nav li.selected a {
	background: url(/images/layout/selectedlarge.gif) top center no-repeat;
	color: #000;
}

#nav li#home a {width: 31px;}
#nav li#gallery a {width: 42px;}
#nav li#services a {width: 46px;}
#nav li#events a {width: 36px;}
#nav li#hire a {width: 26px;}
#nav li#sales a {width: 31px;}
#nav li#education a {width: 54px;}
#nav li#installations a {width: 66px;}
#nav li#home-theatre a {width: 80px;}
#nav li#about a {width: 31px;}
#nav li#contact a {width: 42px;}



/********** Columns **********/

.column-1 {
	float: left;
	width: 420px;
}

.seperator {
	float: left;
	width: 2px;
	height: 300px;
	margin: 0 30px;
	background: url(/images/layout/seperator.jpg) top center no-repeat;
}

.column-2 {
	float: right;
	width: 420px;
}

.column-2 ul li {
	padding: 5px 0px;
}

.column-2 ul.cta {
	margin: 0;
	padding: 0;
	list-style: none;
}

.column-2 ul.cta li {
	padding:10px 0px 18px 0;
	background: url(/images/layout/hor-seperator.jpg) bottom center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

.column-2 ul.cta li.noborder {
	background: none;
	border: none;
}

.column-2 ul.cta li img {
	float:right;
	margin-left: 20px;
}

ul.cta li h2 {
	display: inline;
}

ul.cta li h2 a, ul.cta li h2 a:link {
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
}

ul.cta li h2 a:visited, ul.cta li h2 a:hover {
	color: #333;
}

.column-3 {
	width: 250px;
	float: left;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #FFFFFF;
	float:left;
	padding:0 35px;
	width:230px;
	min-height:230px;
}

.column-3 ul {
	padding:0 0 0 20px;
}

.column-3 li {
	padding: 5px 0px;
}

/********** FOOTER **********/
#footer {
	width: 960px;
	margin: 0 auto;
	text-align:right;
	margin: 10px 0 20px 0;
	font-size: 0.7em;
}

#footer ul {
	list-style: none;
	float: right;
}

#footer img {
	float: right;
	margin:  0 0 0 10px;
}

#foot-content {
	float:right;
	padding:7px 0 0;
}

#footer ul li {
	display: inline;
	padding: 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid #999;
	padding: 0 4px 0 4px;
}

#footer ul li.last {
	border:none;
}

#foot-content span {
	padding-right: 4px;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #333;
}

/********** FLOW PLANES **********/


#containflow {
	background: url(/images/layout/flow-bg.jpg) top center no-repeat;
	position:relative;
	clear:both;
	width: 850px;
	height: 207px;
	color: #CCC;
	margin: 0 auto;
	padding: 8px 0 0 0;
}

/* override the root element to enable scrolling */ 
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	width: 834px;
	margin: 0 auto;
	height: 195px;
	color: #CCC;
}

#containflow .overlay {
	background: url(/images/layout/flow-overlay.png) top center no-repeat;
	height: 211px;
	width: 30px;
	position: absolute;
	left: 1px;
	top: 0px;
	z-index: 1000;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:834px;
	hieght: 200px;
	cursor:pointer;
	font-size:14px;
	position: relative;
}

#flowpanes div.events {
	float: right;
	width: 202px;
	height: 180px;
	padding: 10px;
	text-align: left;
	background: url(/images/layout/flow-text-bg.png) no-repeat top left;
	color: #ededed;
	position: absolute;
	right: 0px;
	top: 0px;
}

#flowpanes div.events h2 {
	color: #FFF;
	text-shadow: 1px 0 0 #333;
 letter
}

#flowpanes div.flowimg {
	float:left;
	width:600px;
	height: 195px;
}

/* our additional wrapper element for the items */ 
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .scrollable {
	width: 850px;
}

#containflow .prev {
	position: absolute;
	left: -36px;
	top: 90px;
	cursor: pointer;
	z-index:20;
}

#containflow .next {
	position: absolute;
	right: -36px;
	top: 90px;
	cursor: pointer;
	z-index: 20;
}

.no-border-right {
	border-right: none;
}

.no-border-left {
	border-left: none;
}

.imgborder {
	margin: 0 0 10px 20px;
	border: 4px solid #CCC;
}

form table tr td input {
	width: 260px;
	background: url(/images/layout/form-input.jpg) no-repeat top left;
	border: none;
	border:medium none;
	color: #666;
	height:16px;
	padding:6px 10px;
}

form table tr td input.cat_button {
	width: 50px;
	border: none;
	background: url(/images/layout/submit.gif);
	height:28px;
	width:60px;
}

/************** TOOL TIP ***********/
table {
	padding:0;
	margin: 0;
}

/* trigger button */ 
#contact {
	cursor:pointer;
}

/* tooltip styling */ 
.tooltip {
	background:transparent url(/images/layout/tooltip.png) no-repeat scroll center top;
	color:#666666;
	display:none;	
	font-size:12px;
height:70px;
margin:10px 0 0;
padding:10px 25px 25px;
text-align:center;
width:210px;
}

/* a .label element inside tooltip */ 
.tooltip .label {
	color: #666;
	width:35px;
	font-weight: bold;
}

.tooltip a {
	color:#d21c23;
	font-size:12px;
}


/************** Contact Us Form ***********/

form table tr td input#CAT_Custom_868_0, form table tr td input#CAT_Custom_868_1 {
	display:inline;
	float:left;
	margin:0 0 0 10px;
	width:20px;}


p.literature-container { padding:0;}

form table tr td input#CaptchaV2 {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
}


