html, body{
	margin: 0px;
	padding: 0px;
   height:100%;
}

/* for iPhone issues*/
html { -webkit-text-size-adjust:none; }


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #efefef;
}

#wrapper{
	background: url(images/background-white.jpg) repeat-y center;
  /* height:100%;*/
}

#container{
	margin: 0px auto;
	padding: 0px;
	/*min-height:100%;*/
	background: url(images/background.jpg) repeat-x center 0px;
}

#header, #banner, #banner-home{
	margin: 0px auto;
	width: 950px;
}

#header{
	height: 143px;
}


.flash-replaced .alt {
				display: block;
				height: 0;
				position: absolute;
				overflow: hidden;
				width: 0;
}

.flash-update p{
	display: none;
}
			
#banner{
	background: url(images/banner1.jpg) no-repeat;
	height: 150px;
}

.logo{
	float: left;
}


/**************  DYNAMIC BANNERS FOR PAGES BEGIN  ****************/

body#page-home #banner {background: url(images/banner0.jpg) no-repeat;}
body#page-news #banner {background: url(images/banner2.jpg) no-repeat;}
body#page-video-production #banner {background: url(images/banner4.jpg) no-repeat;}
body#page-system-integration #banner {background: url(images/banner3.jpg) no-repeat;}
body#page-products #banner {background: url(images/banner1.jpg) no-repeat;}
body#page-work-integration #banner {background: url(images/banner5.jpg) no-repeat;}
body#page-work-video #banner {background: url(images/banner2.jpg) no-repeat;}
body#page-clients #banner {background: url(images/banner8.jpg) no-repeat;}
body#page-references #banner {background: url(images/banner6.jpg) no-repeat;}
body#page-contact #banner {background: url(images/banner7.jpg) no-repeat;}

/*************** DYNAMIC BANNERS FOR PAGES END  ***************/



#banner-home{
	height: 252px;
}

#main{
	margin: 0px auto;
	width: 910px;
}

#main {
	padding: 10px 20px;
}

#home-col-1{
	width: 440px;
	float: left;
}

#home-col-2{
	width: 440px;
	float: left;
	margin: 0px 0px 0px 10px;
}

/*#home-col-3{
	width: 220px;
	float: right;
}*/

#left-column{
	float: left;
	width: 620px;
}

#sidebar, #right-column{
	float: right;
	width: 260px;
}

.two-col .node, .two-col .profile, .two-col .tabs, .two-col .view-content{ /*.two-col .content messes up banner*/
	width: 620px;
	float: left;
}



#footer{
	width: 100%;
	background-color: #EEEEEE;
	height:70px; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
}

#footer-interior{
	margin: 0px auto;
	width: 950px;
}


#footer-left{
	float: left;	
	width: 520px;

}


#footer-right{
	width: 420px;
	float: right;
	text-align: right;

}

#footer ul#footer-nav, #footer ul#copyright {
	float: left;
	width: 520px;
	padding: 0px;
	margin: 4px 0px;

}

#footer li {
	list-style-type: none;
	border-right: 1px solid #666666;
	float: left;
	line-height: 10px;
	padding-left: 5px;
	padding-right: 5px;

}

#footer .last {
	border-right-style: none;
	padding-right: 0px;
}

#footer a:link, #footer a:visited{
	color: #397097;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}


#footer p{
	margin-top: 0px;
}

.clearer{
	clear: both;
}


/************************** FORMATTING ****************************/

h1, #main h2 a:link, #main h2 a:visited{
	font-size: 18px;
	color: #0B5183;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

h3{
	font-size: 15px;
	color: #397097; /*blue*/
	font-weight: bold;
	margin-bottom: 0px;
}

#main a:link, #main a:visited{
	color: #2284CA;
	text-decoration: none;
}

#main a:hover{
	text-decoration: underline;
}

img.featured{
	padding-right: 4px;
}

#main h1.no-link-display a:link, #main h1.no-link-display a:visited{
  color: #0B5183;
}


#main h1.no-link-display a:hover{
	text-decoration: none;
}


.filefield-icon{ /*, .filefield-file div div*/
	display: none;
}

#main h2 a:hover{
	text-decoration: none;
}


/**************** BLOCK: USER NAVIGATION ***************/


#block-user-1{ 	
	width: 220px;
	border: 1px solid #0B5183;
	background-color: #7CB9E4;
	padding: 0px 0px 10px 10px;
	margin-top: 10px;
}



/**************** BLOCK: SEARCH ***************/

.block-search{

}

.block-search h1, .block-search label, #block-block-5 h1{
	display: none;
}

.block-search, #block-block-5{
	border: 1px solid #0B5183;
	background: url(images/bg_search.jpg) repeat-x;
	padding: 10px 6px;
	width: 210px;
}

.block-search input.form-submit, #block-block-5 input.form-submit{
	background: url(images/btn_search.gif) no-repeat;
	width: 22px;
	height: 22px;	
	float: right;
	display: block;
	cursor: pointer;
	text-indent: -10000px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border: none;
}

.block-search .form-text, #block-block-5 .form-text{
	width: 170px;
}


#block-block-5{
	float: right;
	position: relative;
	top: 35px;
	margin-right: 16px;
}

#page-home #block-block-5{ top: 90px; }

#block-block-5 input, #block-block-5 .form-item{
	margin: 0;
	padding: 0;
}


/**************** BLOCK: LIVE FACE ***************/


#block-block-6{
	text-align: center;
}

#block-block-6 p{
	margin: 0;
	padding: 0;
}


/**************** BLOCK: USER (LOGIN) ***************/


.block-user label{
	float: left;
}

.block-user input.form-submit{
	background: url(images/btn_login.gif) no-repeat;
	width: 50px;
	height: 22px;	
	float: left;
	display: block;
	cursor: pointer;
	text-indent: -10000px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border: none;
	
}

.block-user ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.item-list{
	clear: both;
	font-size: 10px;
	text-align: right;
}


/**************** PROJECT ***************/


div.project-right h3, div.project-right em{
	margin-left: 10px;
}

div.image-gallery{
/*border: 1px solid red;*/
}

.image-gallery-item{
	width: 100px;
	margin: 10px;
	float: left;
}

.field-icon-video-x-flv{
	display: none;
}

#project-nav{
	width: 910px;
}


#project-nav ul{
 list-style-type: none;
	margin: 0;
	padding: 0;
}

#project-nav ul li{
	font-weight: bold;
	font-size: 11px;
}

.next{
	float: right;
}

.previous{
	float: left;
}

.awards{
	clear: both;
	padding-top: 20px;
}


.video-gallery-item{
	margin-bottom: 50px;
}
/**************** PROJECT: VIEW ***************/


div.teaser{
	margin-bottom: 30px;
	float: left;
}

div.teaser-left{
	float: left;
	width: 220px;
}

div.teaser-right{
	float: right;
	width: 650px;
}

.teaser h2{
	margin: 0;
	padding: 0;
}

ul.links, ul.links li{
	margin: 0;
	padding: 0;
}

/**************** FEATURED PROJECT: VIEW ***************/

#home-col-2 .views-field-field-image-fid{
	float: left;
	margin-right: 4px;
}

#home-col-2 .views-field-title{
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 5px;
}

#home-col-2 .project-icon{
	padding: 0 3px;
}

#home-col-2 .views-field-teaser p{
	padding: 0;
	margin: 0;
}


/**************** NEWS: VIEW ***************/

div.view-News .views-row{
	display: block;
	/*float: left; casued issues with IE*/
	margin-bottom: 20px;
}

div.view-News .views-field-field-image-fid .field-content{
	float: left;
}

div.view-News .views-field-title{
	font-size: 15px;
	font-weight: bold;
}

div.view-News .views-field-view-node{
	text-align: right;
}

div.view-News .views-field-field-image-fid {
	float: left;
	margin-right: 10px;
}



/**************** VIEW: CLIENTS ***************/


.view-Clients .item-list{
	text-align: left;
}

.view-Clients ul li{
	list-style-type: none;
	font-size: 13px;
}

/*.view-Clients .view-content{
	background: url(/~rampsi/sites/default/files/images/clients-key.png) no-repeat 430px 30px;
}*/

#client-key{
	width: 180px;
	border: 1px solid #333333;
	background-color: #EFEFEF;
	padding: 8px;
	clear: both;
	float: right;
	margin: 5px;
}

body#page-clients #sidebar{ 
	width: 240px;
	border: 1px solid #0B5183;
	background-color: #7BB7E1;
	padding: 10px 20px;
}

body#page-clients #sidebar p{
	width: 240px;
}

body#page-clients #sidebar .views-row{
	width: 230px;
	border-bottom: 1px solid #0B5183;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


body#page-clients #sidebar .views-row-last{
	border: none;
	margin-bottom: 0;
}

body#page-clients #sidebar a:link, body#page-clients #sidebar a:visited{
	color: #FFFFFF;
}

body#page-clients #sidebar .view-header{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}

table.views-view-grid .col-1{
	width: 400px;
	font-size: 13px;

}

table.views-view-grid .col-2{
	font-size: inherit;

}

/*************** VIEW: REFERENCES **************/

.references-attribution{
	font-style: italic;
	text-align: right;
	float: right;
}

.view-references .views-field-title, .view-references .views-field-field-client-nid{
	font-style: italic;
	text-align: right;
}

.view-references .views-row{
	margin-bottom: 60px;
}



/**************** BLOCK: NEWSLETTER ***************/
div.block-simplenews{
	border: 1px solid #0B5183;
	background: url(images/bg_newsletter.jpg) bottom repeat-x;
	padding: 0px 6px;
	width: 410px;
}

div.block-simplenews .content{
	margin: 10px 35px;
}


div.block-simplenews p{
	color: #FFFFFF;
	margin: 0;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
}

div.block-simplenews #edit-mail{
	width: 290px;
}

div.block-simplenews .form-item{
	margin: 0;
	padding:0;
	color: #FFFFFF;
	font-weight: bold;
}



div.block-simplenews input.form-submit {
	background: url(images/btn_go.gif) no-repeat;
	width: 22px;
	height: 22px;	
	float: right;
	position: relative;
	top: -33px;	
	display: block;
	cursor: pointer;
	text-indent: -10000px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border: none;
	margin: 0;
	padding: 0;
}

div.block-simplenews label, #edit-action-unsubscribe-wrapper, #edit-action-subscribe-wrapper{
	display: none;
}

#block-simplenews-6{
	clear: both;
	margin-top: 40px;
}

#edit-mail{
	width: 170px;
}

#flowplay{
	display:block;
	width:320px;
	height:260px;
}

/*Hide Read More on Home Page About Section*/
#main #about .links{
	display: none;
}

#TB_window{
	z-index: 2000;
}

/*Prodcuts page logos*/
.product-images{
	text-align: center;
}


/**************** VIEW: CLIENT FILES ***************/


.view-id-Files table.views-table{
	width: 90%;
}

.view-id-Files table.views-table tr{
	height: 25px;
}


/**************** CONTACT PAGE ***************/


#contactinfo{
	border: 1px solid #0B5183;
	width: 220px;
	float: right;
	padding: 10px;
}

.messages{
	font-weight: bold;
	background-color: #FF6666;
	color: black;
	padding: 10px;
}