/* @group 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,
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-weight: inherit;
	font-style: inherit;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
a {
	color: #FFCB00;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
p , h1 , h2 , h3 , h4 , h5 , h6 {
	margin:0 0 0.8em 0;
}
p {
	line-height:1.2em;
}
h1 , h2 , h3 , h4 , h5 , h6 {
	color: #FFCB00;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
body {
	line-height: 1;
	color: white;
	background: black;
	font-size: 13px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	border: none 0;
	border-top: 1px solid #0E1B38;
	height: 1px;/* IE fix - whatever the total width of the border-top and border-bottom equal*/
 	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 30px 0px; 
}

/* @end */

/* @group General */

body {
	background-image:url(../images/image_bg.jpg);
	background-position:center top;
	background-repeat: repeat-y;
	background-color: #F1F8FE;
}

/* Floats */
.float_left {
	float:left;
}
.float_right {
	float:right;
}

/* Margins */
.margin_10 {
	margin:10px;
}
.margin_20 {
	margin:20px;
}
.margin_top_10 {
	margin-top:10px;
}
.margin_right_10 {
	margin-right: 10px;
}
.margin_bottom_10 {
	margin-bottom:10px;
}
.margin_left_10 {
	margin-right: 10px;
}
.margin_top_20 {
	margin-top:20px;
}
.margin_right_20 {
	margin-right: 20px;
}
.margin_bottom_20 {
	margin-bottom:20px;
}
.margin_left_20 {
	margin-left: 20px;
}
.padding_20 {
	padding:20px;
}
/* Clears */

.clear_none {
	clear:none;
}
.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}
.clear_both {
	clear:both;
}
.tel {
	background-image: url(../images/image_tel.png);
	display: block;
	width: 100%;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: center right;
	text-indent: -9999px;
}
#form_alert {
	background-color:#FFCB00;
	color:#000000;
	display:block;
	margin-bottom:15px;
	padding:10px 10px 1px;
}
#form_alert ul {
	margin:0 0 0.8em 20px;
	list-style-type:disc;
}
#form_alert a {
	color:#000;
}
/* @end */



/* @group Sticky Footer CSS */

/*
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}

* html .clearfix { height: 1%;}
.clearfix {display: block;}
*/

/* @end */

/* @group Header */

#header {
	margin: 0 auto;
	width: 1000px;
	position:relative;
	height: 80px;
	background-color: #1E3A86;
}
a.main_logo {
	background-image:url(../images/image_main_logo.png);
	background-repeat:no-repeat;
	display:block;
	height:50px;
	width:278px;
	margin: 15px;
	text-indent:-9999px;
	position: absolute;
}
#nav_list {
	display:block;
	left:330px;
	position:absolute;
	top:25px;
	width:670px;
}
#nav_list li {
	display: inline;
}
#nav_list a {
	display:block;
	float:left;
	font-size:15px;
	padding:6px 8px;
}
#nav_list a:hover, #nav_list a.selected {
	background-color: #0e1b38;
	-moz-border-radius:8px;
	text-decoration:none;
}
.bsktitems {
	display:block;
	font-size:9px;
	padding:4px 0;
}
/* @end */


/* @group Content */

#content {
	margin: 0px auto;
	width: 1000px;
	clear: left;
	position: relative;
}
#content h1 {
	background-image: url(../images/image_h1_bg.jpg);
	background-repeat: repeat-x;
	display: block;
	line-height: 58px;
	font-size: 28px;
	font-weight: normal;
	padding: 0 0 0 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0;
}







/* @end */


/* @group Footer */

#footer {
	border-top:1px solid #FFCB00;
	clear:both;
	height:115px;
	margin:0 auto;
	position:relative;
	width:1000px;
} 
.stagesound {
	background-image: url(../images/image_stagesound_logo.png);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	margin-bottom: 10px;
	text-indent: -9999px;
	width: 250px;
}
.creator_icon {
	background-image:url(http://assets.squidgemedia.com/images/squidgeman_15.png);
	bottom:7px;
	display:block;
	height:15px;
	position:absolute;
	right:7px;
	text-indent:-9999px;
	width:15px;
}
a.footer_terms_link {
	float:left;
	font-size:12px;
	padding:8px 0 8px 15px;
}
/* @end */


/* @group Homepage */
#home_slide_wrap {
	background-image:url("../images/image_home_slideshow_wrap_bg.jpg");
	background-repeat:repeat-x;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	height:300px;
	position:relative;
}
#home_legend {
	width: 450px;
	float: left;
	margin: 100px 10px 0 20px;
}
#home_slide_wrap .slideshow {
	float: left;
	width: 500px;
	margin:20px 10px 0 5px;
}
#home_legend h1 {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	color:#FFCB00;
	display:inline;
	font-size:44px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0 0 0.2em;
	padding:0;
}
#home_legend p {
	font-size: 27px;
	color: #FFFFFF;
}
#home_main_wrap {
	float:left;
	background-color: #1E3A86;
	width: 1000px;
	color: #fff;
}
.home_left {
	float:left;
	width:450px;
	padding:20px 20px 150px 20px;
	background-image:url(../images/image_canopy_sml.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin: 0 0 20px 0;
}
.home_left h2 {
	font-size: 20px;
	font-weight: normal;
}
.home_right {
	float: left;
	width: 460px;
	padding: 20px 20px 20px 30px;
	background-image: url(../images/image_home_right_bg.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}
.home_right h2 {
	font-size: 15px;
	font-weight: normal;
	clear: left;
}
.home_stream_node {
	display:block;
	float:left;
	clear:left;
	margin:0 0 15px 0;
	padding:5px;
	width:450px;
}
.home_stream_node:hover {
	background-color:#385EA9;
	text-decoration:none;
	cursor:pointer;
}
.home_stream_node img {
	float: left;
	border: 5px solid #fff;
	max-width: 80px;
}
.home_stream_node .node_float {
	float: left;
	margin-left: 10px;
	width: 350px;
	display: block;
}
.home_stream_node .h3 {
	color:#FFCB00;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	display: block;
}
.home_stream_node .p {
	clear: left;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height:1.1em;
}
/* @end */




#news_content {
	padding: 0 15px;
	clear: left;
	float: left;
	width: 970px;
	background-color: #1E3A86;
	background: #1E3A86 url(../images/image_canopy_large.png) no-repeat 830px 10px;
}
#news_left {
	float: left;
	width: 430px;
	padding: 15px;
	background-color: #355BA4;
	color: #fff;
}
#news_left h2 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: normal;
}
#news_left img {
	margin: 0 0 0.8em 0;
	max-width:430px;
}
#news_left ul, #news_left ol {
	margin-left: 20px;
}
#news_left ul {
	list-style-type:disc;
}
#news_left ol {
	list-style-type:decimal;
}
.news_right {
	background:none repeat scroll 0 0 #0E1B38;
	color:#FFFFFF;
	float:left;
	margin:15px 0 0;
	padding:15px 15px 0;
	width:320px;
}
.news_right h3 {
	font-size:14px;
}
a.news_node {
	display: block;
	text-decoration: none;
	float: left;
	clear: left;
	width: 310px;
	margin: 0 0 15px 0;
	padding:5px;
}
a.news_node:hover {
	background-color:#385EA9;
	text-decoration:none;
}
.news_node img {
	float: left;
	border: 3px solid #fff;
}
.news_node_float {
	float: left;
	width: 214px;
	display: block;
	margin: 0 0 0 10px;
}
.news_node .h3 {
	display: block;
	margin: 0 0 0.5em 0;
}
.news_node .p {
	color: #FFFFFF;
}
a.view_news_archive {
	display: block;
	clear: left;
	margin-bottom:15px;
}





#projects_left {
	width: 755px;
	padding: 10px;
	background-color: #1E3A86;
	float: left;
}
#projects_left .slideshow {
	height: 400px;
	width: 755px;
	position: relative;
	margin: 0 0 15px 0;
}
.slideshow_legend {
	padding: 0 15px;
	width: 725px;
	position: absolute;
	bottom: 20px;
	background-color: #1E3A86;
	opacity: 0.85;
	line-height: 40px;
	color: #FFCB00;
	font-size: 18px;
	z-index:999;
}
#projects_left h2 {
	display: block;
	line-height: 40px;
	background-color: #101B4C;
	padding: 0 15px;
}
.projects_right {
	padding: 10px;
	float: left;
	width: 205px;
	background-color: #101B4C;
}
a.project_short_node {
	padding: 10px 10px 0 10px;
	width: 183px;
	border: 1px solid #fff;
	background-color: #1B296F;
	margin: 0 0 10px 0;
	display: block;
	float: left;
	clear: left;
}
a.project_short_node:hover {
	background-color: #1E3A86;
	text-decoration:none;
}
.project_short_node .h4, .project_short_node .p {
	display: block;
	margin: 0 0 10px 0;
	float: left;
	clear:left;
	font-weight:bold;
}
.project_short_node .p {
	color: #FFFFFF;
	font-weight:normal;
	width:185px;
}
.service_node {
	background-color: #2F5399;
	padding: 15px;
	clear: left;
	float: left;
	width: 970px;
}
.service_node h2 {
	display: block;
	padding: 0 10px;
	line-height: 40px;
	background-color: #0E142A;
}
.service_node ul, .service_node ol {
	margin:0 0 0.8em 20px;
	list-style-type: disc;
}
.service_node ol {
	list-style-type:decimal;
}
.service_node .service_image {
	display:block;
	float:left;
	list-style-type:none;
	margin:0;
	width:185px;
}
.service_node img {
	margin: 0 5px 5px 0;
	float: left;
}
#contact_wrap {
	background-color: #1E3A86;
	padding: 15px;
	float: left;
	width: 970px;
}
#contact_left {
	float: left;
	width: 485px;
}
#contact_form {
	width: 470px;
	padding: 15px 0 0 15px;
	background-color: #0E1B38;
	color: #FFCB00;
	float: left;
	margin:0 0 15px 0;
}
#contact_ul {
	float: left;
	width: 470px;
}
#contact_ul li {
	display: block;
	float: left;
	width: 220px;
	margin: 0 15px 15px 0;
}
.contact_txt {
	border:none;
	padding: 5px 3px;
	margin:2px 0 0 0;
	width: 211px;
	border-left: 3px solid #FFCB00;
}
#contact_ul .full_width {
	width:440px;
}
#contact_message {
	border:none;
	height:80px;
	padding:5px;
	width:443px;
	border-left: 3px solid #FFCB00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#contact_form #submit {
	background-color: #FFCB00;
	padding: 5px 10px;
	border: none;
	font-size:12px;
	cursor:pointer;
}
.contact_note {
	clear: left;
	width: 455px;
	padding: 15px;
	margin: 0 0 15px 0;
	float: left;
	background-color: #345AA3;
}
a.contact_download_link {
	display: block;
	background: #0E1B38 url(../images/image_downloads.png) no-repeat left center;
	padding: 40px 15px 40px 120px;
	font-size: 24px;
	line-height: 1.1em;
	clear:left;
	float:left;
	width:350px;
	margin:0 0 15px 0;
}
a.contact_download_link:hover {
	background-color: #345AA3;
	text-decoration:none;
}
#contact_right {
	margin:0 0 0 65px;
	width:420px;
	float:left;
}
#map {
	display:block;
	float:left;
	height:300px;
	margin-top:10px;
	width:410px;
}
.contactdets {
	display: block;
	clear: left;
	float: left;
	width: 370px;
	background: transparent url(../images/image_contact_dets_btm.jpg) no-repeat left bottom;
	margin:0 0 15px 0;
}
.contactdets p {
	font-size:16px;
	padding:0 5px 0 42px;
	color: #FFCB00;
	background: transparent url(../images/icon_contact_tel.png) no-repeat 5px 0px;
}
.contacthead {
	display: block;
	float: left;
	width: 370px;
	background: transparent url(../images/image_contact_dets_top.jpg) no-repeat left bottom;
	height: 14px;
}
.contactdets .slsfax {
	background-image: url(../images/icon_contact_fax.png);
}
.contactdets .slsemail {
	background-image: url(../images/icon_contact_email.png);
}
.contactdets .slsadd {
	background-image: url(../images/icon_contact_address.png);
}
.contactdets a {
	color: #FFCB00;
	text-decoration: none;
}
.contactdets a:hover {
	color:#fff;
}
#downloads_wrap {
	background-color: #1E3A86;
	padding: 15px;
	float: left;
	width: 970px;
}
.downloads_col {
	display: block;
	float: left;
	width: 313px;
	margin: 0 0 0 15px;
	background-color: #1B2970;
}
.first_downloads_col {
	margin-left: 0px;
}
.downloads_col h3 {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	background-color: #03031D;
	margin: 0;
	clear: left;
	position: relative;
}
.downloads_col h4 {
	background-color: #141D4B;
	font-size: 13px;
	padding: 0 10px;
	line-height: 25px;
	margin: 0;
	clear: left;
	position: relative;
}
.downloads_col ul {
	float: left;
	width: 313px;
	display: block;
	margin: 0 0 10px 0;
}
.downloads_col .file {
	display: block;
	padding: 10px 10px 10px 40px;
	background: transparent url(../images/icon_download_exe.png) no-repeat 5px center;
}
.downloads_col .pdf {
	background-image:url(../images/icon_download_pdf.png);
}
.downloads_col .zip {
	background-image:url(../images/icon_download_zip.png);
}
.downloads_col .file:hover {
	background-color: #375DA8;
	text-decoration:none;
}
a.download_add_new {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	right: 10px;
	text-indent: -9999px;
	background: transparent url(../images/icon_add.png) no-repeat center center;
	margin: 0;
}


#hire_left {
	width: 150px;
	background: #1e3a86;
	padding: 10px;
	float: left;
}
#hire_left ul ul {
	margin-left:10px;
}
#hire_left ul ul a {
	width:120px;
}
#hire_left .ctashort {
	background-image:url(../images/image_price_promise.png);
	background-position:top left;
	background-repeat:no-repeat;
	clear:left;
	display:block;
	height:140px;
	text-indent:-9999px;
	width:155px;
}
#hire_left .hirepdf {
	background-image:url("../images/image_pdf_catalogue.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	clear:left;
	display:block;
	height:80px;
	text-indent:-9999px;
	width:155px;
}
#hire_right {
	padding: 15px;
	float: left;
	width: 800px;
	background: #e5eaf3;
}
#hire_left h2 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
#hire_left ul a {
	display:block;
	margin:0 0 5px;
	padding:5px 10px;
	width:130px;
}
#hire_left ul a:hover, #hire_left ul .selected  {
	background-color: #03031D;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
}


#hire_title {
	width: 800px;
	float: left;
	background-color: #0E1B38;
	margin:0 0 15px 0;
}
#hire_title ul {
	display:block;
	float:left;
	margin:15px 10px 10px 15px;
	width:240px;
}
#hire_title li {
	float:left;
}
#hire_title ul img {
	padding:0 5px 5px 0;
}
#hire_title div {
	float: left;
	width: 530px;
	margin: 15px 0;
}
#hire_title h2 {
	margin: 0 0 5px 0;
}

#hire_title form {
	display:block;
	width:100%;
	float:left;
	clear:left;
}
#hire_title span {
	float:left;
	padding:4px;
}
#hire_title input {
	float:left;
	margin:0 4px 0 0;
}


#hire_tabs {
	clear:left;
	display:block;
	float:left;
	margin:15px 0 0;
	width:800px;
}
#hire_tabs li {
	display: inline;
	float: left;
	margin: 0 0 15px;
}
#hire_tabs li:nth-child(3n+1) {
	clear:left;
}

#hire_tabs a {
	display: block;
	float:left;
	width: 250px;
	margin: 0 15px 0 0;
}
#hire_tabs img {
	border:2px solid #FFF;
	float:left;
	max-width:246px;
}
#hire_tabs span {
	clear:left;
	color:#1E3A86;
	display:block;
	float:left;
	font-size:16px;
	padding:7px 0;
	text-align:center;
	width:100%;
	margin:10px 0 0 0;
}
#hire_tabs a:hover {
	text-decoration:none;
}
#hire_tabs a:hover span {
	background-color: #1E3A86;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	text-decoration:none;
	color:#FFCB00;
}
#hire_tabs a:hover img {
	border-color:#1E3A86;
}

#hire_right h3, #hire_right h4, #hire_right h5 {
	clear: left;
	display: block;
	padding: 7px 15px;
	background: transparent url(../images/image_h1_bg.jpg) repeat-x center left;
	margin: 0 0 15px 0;
	float: left;
	width: 770px;
}
.hire_qty_txt {
	width: 30px;
	float: left;
}
.hire_list {
	color: #000000;
	display: block;
	clear: left;
	float: left;
	width: 800px;
	margin: 0 0 15px 0;
}
.hire_list li {
	clear: left;
	float: left;
	width: 800px;
	margin-bottom:3px;
}
.hire_list li:nth-child(odd) {
	background-color:#D6E0F2;
}
.hire_list .hire_list li {
	background-color:#fff;
}
.hire_list a {
	color:#000;
}
.hire_list strong:hover {
	text-decoration:underline;
}
.hire_list form {
	float: left;
	width: 85px;
	padding: 1px 0;
}
.hire_list img {
	float:left;
	margin:0 4px 0 0;
	padding:3px;
}
.hire_list strong {
	float: left;
	width: 190px;
	padding: 3px 0 0 0;
}
.hire_list span {
	float: left;
	padding:3px 0 0 0;
}
.hire_list .hire_description {
	width: 400px;
}
.hire_list .hire_price {
	padding:3px 5px 0;
	width:75px;
}


#manu_logos {
	display: block;
	width: 150px;
	margin: 30px 0 0 0;
}
#manu_logos li {
	display: block;
	float: left;
	width: 70px;
	margin: 0 9px 10px 0;
}
#manu_logos li:nth-child(even) {
	margin: 0 0 10px 0;
}
.downloads_list {
	display: block;
	width: 100%;
}
.downloads_list h3, .downloads_list h4, .downloads_list h5 {
	display: block;
	padding: 8px 15px;
	background: url("../images/image_h1_bg.jpg") repeat-x scroll left center transparent;
}
.downloads_list ul {
	margin: 0 0 15px 0;
}
.downloads_list h4 {
	background: #0E1B38;
}
.downloads_list a {
	display:block;
	background:transparent url(../images/icon_download_pdf.png) no-repeat 15px center;
	line-height:30px;
	text-indent:50px;
}
.downloads_list a.exe {
	background:transparent url(../images/icon_download_exe.png) no-repeat 15px center;
}
.downloads_list a:hover {
	background-color:#345AA3;
	text-decoration:none;
}

#footer_logos {
	display: block;
    left: 15px;
    position: absolute;
    top: 35px;
}
#footer_logos li {
	list-style-type:none;
	display:inline;
	float:left;
	margin-right:15px;
}

