/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #8888DD;
  margin: 50px 0px 80px;
  text-align: center;
}

body {
	width: 100%;
	text-align: center;
	background: url('../images/footerContainerBackground.png') repeat;
/*	font-family:Arial Unicode MS,Arial,sans-serif;*/
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}

div#mainContainer {
	background: url('../images/background.png') #FFFFFF repeat;
	width: 100%;
	height: 100%;
	padding-top: 60px;
}

div#diags {
	background: url('../images/raaza-diags.png') repeat-x;
	width: 100%;
	height: 10px;
	border-bottom: solid 2px #BBBBBB;
	-moz-box-shadow: 0px 5px 10px #CCC;
	-webkit-box-shadow: 0px 5px 10px #CCC;
	box-shadow: 0px 5px 10px #CCC;
	opacity: 1.0;
}

div#content {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
		padding-bottom: 55px;
}

div#header {
	position: relative;
	width : 100%;
	margin: 0px 0px 15px;
	padding: 0 10px;
	text-align: left;
	overflow: auto;
}

hr#header {
	width: 100%;
	margin: 0;
	border-color: #c7c7c7;
}

.container {
	max-width: 1000px;
}

.headerPanel {
	width: 100%;
	height: 137px;
}

#navbarCollapse ul {
}

.subnav {
	background-color: #EEE;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, whiteSmoke 0%, #EEF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,whiteSmoke), color-stop(100%,#EEF));
	background-image: -webkit-linear-gradient(top, whiteSmoke 0%,#EEF 100%);
	background-image: -ms-linear-gradient(top, whiteSmoke 0%,#EEF 100%);
	background-image: -o-linear-gradient(top, whiteSmoke 0%,#EEF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeff',GradientType=0 );
	background-image: linear-gradient(top, whiteSmoke 0%,#EEF 100%);
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.subnav .nav > li > a {
	margin: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	border-left: 1px solid whiteSmoke;
	border-right: 1px solid #E5E5E5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.subnav .nav > li:last-child > a {
	border-right: 0;
}

.raazaLogo {
	position: relative;
	text-align: center;
	width: 381px;
	height: 133px;
	left: 0px;
	margin-bottom: 15px;
}

.rDot {
	position: relative;
	text-align: center;
	width: 70px;
	height: 70px;
	left: 0px;
	margin-bottom: 15px;
}


div.mainNavBar {
	position: relative;
	background: url('../images/navMiddle.png');
	padding: 10px;
	height: 25px;
	margin-top: 5px;
}

nav#raazaNavbar	 {
	display: block;
	background-color: #EEE;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, whiteSmoke 0%, #EEF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,whiteSmoke), color-stop(100%,#EEF));
	background-image: -webkit-linear-gradient(top, whiteSmoke 0%,#EEF 100%);
	background-image: -ms-linear-gradient(top, whiteSmoke 0%,#EEF 100%);
	background-image: -o-linear-gradient(top, whiteSmoke 0%,#EEF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeff',GradientType=0 );
	background-image: linear-gradient(top, whiteSmoke 0%,#EEF 100%);
	border: none;
	border-radius: 0;
}

#raazaNavbarBrand {
	padding: 10px;
}

.navbar {

}
.navbar-inner {
/*  background-color: #2c2c2c; /* fallback color, place your own */
*/

	background-color: #EEE;
/*	background-repeat: repeat-x;*/
	background-image: -moz-linear-gradient(top, #BBB 0%, #EEE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BBB), color-stop(100%,#EEE));
	background-image: -webkit-linear-gradient(top, #BBB 0%,#EEE 100%);
	background-image: -ms-linear-gradient(top, #BBB 0%,#EEE 100%);
	background-image: -o-linear-gradient(top, #BBB 0%,#EEE 100%);
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBB', endColorstr='#eeeeee',GradientType=0 );*/
	background-image: linear-gradient(top, #BBB 0%,#EEE 100%);
/*	border: 1px solid #E5E5E5;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

  /* Gradients for modern browsers, replace as you see fit */
/*  background-image: -moz-linear-gradient(top, #DDDDFF, #AAAAFF);
  background-image: -ms-linear-gradient(top, #DDDDFF, #AAAAFF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DDDDFF), to(#AAAAFF));
  background-image: -webkit-linear-gradient(top, #DDDDFF, #AAAAFF);
  background-image: -o-linear-gradient(top, #DDDDFF, #AAAAFF);
  background-image: linear-gradient(top, #DDDDFF, #AAAAFF);
  background-repeat: repeat-x;
*/
  /* IE8-9 gradient filter */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
}

/*.navbar .nav .active > a, .navbar .nav .active > a:hover {
	color: white;
	text-decoration: none;
	background-color: #99F;
}
*/
span.navElement {
	padding: 5px 15px;
	text-decoration: none;
}

img#navEndLeft {
	position: absolute;
	left: 0;
	top: 0;
}

img#navEndRight {
	position: absolute;
	right: 0;
	top: 0;
}

table.mainNavBar td.navEnd {
	padding: 0;
}

a.mainNav:visited {
	color: #DDDDDD;
	text-decoration: none;

}

a.mainNav:link {
	color: #DDDDDD;
	text-decoration: none;

}
a.mainNav:hover {
	color: #FFFFFF;
	text-decoration: none;

}

.projectPanel {
	margin: 10px auto;
	max-width: 800px;
	padding: 10px;
	width:100%;
	height: auto;
	overflow: auto;
}

hr.projectDivider {
	margin: 0 50px;
	border-top: 1px solid #eee;

}

img.projectImage {
	display:inline;
	float: left;
	width: 100%;
	height: 100%;
	max-width: 100px;
	margin: 10px;
}

@media(max-width: 520px) {
	.projectPanel img.projectImage {
		width: 40%;
	}
}

.projectTitle {
	text-alight: left;
}

p.projectDescription {
	margin: 20px 10px 0;
	text-align: left;
	font-size: 16px;
	max-width: 800px;
}

.projectPanelText {
	position: absolute;
	color: #FFFFFF;
	text-align: left;
	font-size: 13px;
}

.projectPanelText a {
	color: #FFFFFF;
    text-decoration: none;
}

#producerToolsText {
	left: 30px;
	top: 80px;
	width: 800px;
}

#iCondomPhillyText {
	left: 237px;
	top: 20px;
	height: 80px;
	width: 240px;

}

#ukTerrorAlertText {
	left: 43px;
	top: 105px;
	height: 80px;
	width: 300px;

}

#usFluFighterText {
	right: 20px;
	top: 60px;
	height: 180px;
	width: 155px;

}


#postcodeEnvyText {
	left: 30px;
	top: 158px;
	height: 120px;
	width: 210px;

}

#iCondomText {
	left: 235px;
	top: 17px;
	height: 80px;
	width: 248px;

}

#simonText {
	left: 221px;
	top: 153px;
	height: 50px;
	width: 260px;

}

#addicted2011Text {
	left: 36px;
	top: 148px;
	height: 50px;
	width: 320px;

}


#addictedText {
	left: 23px;
	top: 19px;
	height: 50px;
	width: 272px;

}

#enkountText {
	left: 25px;
	top: 169px;
	height: 50px;
	width: 270px;

}

#savvyText {
	left: 23px;
	top: 100px;
	height: 50px;
	width: 238px;

}

.sideColumn {
	float: right;
}

#contactButton {
	position: absolute;
	padding: 8px;
	font-weight: bold;
	font-size: 20pt;
	top: 5px;
	right: 0px;
	display: block;
  	font-size: 18pt;
}

#mainLinksContainer {
	float: right;
	text-align: right;
	color: #999999;
}

div.footer {
	background: #64648c url(../images/footerBackground.png) top left repeat;
	position: relative;
	border-top: 1px solid #c7c7c7;
	padding-top: 7px;
	padding: 15px 10px 20px;
  clear: both;
}

div.footerContent {
	position: relative;
	margin: 0 auto;
}

div.privacy {
  text-align: left;
}

#bottomLinksContainer {
  position: absolute;
  left: 4px;
	text-align: left;
	font-size: 13px;
	color: #BBB;
}

@media (max-width: 800px) {
  #bottomLinksContainer	 {
    display: none;
  }
}
#bottomLinksContainer a:hover {
	color: #EEE;
	text-style: underline;

}

#bottomLinksContainer a {

	color: #BBB;
	text-decoration: none;
}

#contactButtonBottom {
	padding: 8px;
	font-weight: bold;
  	font-size: 18pt;
	margin: 10px auto 25px;
}

.smallLogo {
    position: absolute;
    right: 0px;
	margin: 0px auto;
	height: 20px;
}

img.twitter {
    position: absolute;
    left: 520px;
    top: 50px;
    width: 20px;
    height: 80px;

}

div.social {
    float: right;
    width: 150px;
    text-align: right;
    color: #37b7da;
    font-size: 12px;
		margin-bottom: 10px;
}

div.twitter {
	margin-bottom: 10px;
}
div.fb-like {
/*	float: right;*/
/*	margin-left: 10px;*/
margin-bottom: 10px;
}



div.twitter a {
    color: #37b7da;
    text-decoration: none;
}

img.twitterT {
    position: relative;
    top: -1px;
    width: 20px;
    height: 16px;
		margin-left: 4px;
}

.specialist {
		margin-bottom: 5px;
/*		bottom: 18px;
		left: 80px;
*/    font-size: 20px;
    font-family: 'Josefin Sans Std Light', arial, serif;
    color: #000000;

}

img {
	border: 0px;
}

div.banner {

	margin: 30px auto;
	padding: 0 10px;
    font-family: 'Reenie Beanie', arial, serif;
/*		font-weight: bold;*/
    font-size: 35px;
    color: #f0b943;
}

.appsPanel td {

	position: relative;
	text-align: center;
}

.appsPanel {
    position: relative;
	border: none;
	text-align: center;
}

div#mobilePanel {
	position: relative;
	width: 485px;
	height: 542px;
    float: left;
}

div#appsPanelDivider {
    position: relative;
	border-left: 1px solid #c7c7c7;
    width: 0px;
    height: 527px;
    margin: 0 auto;
    right: 1px;
}

div.techBox {
	position: relative;
	width: 343px;
	height: 304px;
	margin: 0px auto;
}

img#mobileImage {
	position: absolute;
	width: 0px;
	height:0px;
	top: 152px;
	left: 186px;
}

div#socialPanel {
	position: relative;
	width: 485px;
	height: 542px;
}

img#socialImage {
	position: absolute;
	width: 0px;
	height:0px;
	top: 152px;
	left: 186px;
}

.rightAppsPanel {
	position: relative;
    float: right;
}

.techImage {
	position: relative;
	top: 0px;
	width: 343px;
	height: 304px;
}

.socialTechImage {
}

.mobileTechImage {

}

.appsHeader {
	position: relative;
	width: 480px;
	height: 110px;
}

div.panelHeader {
	background-image: url("../images/panelHeader.png");
    width: 478px;
    height: 53px;
    margin: 0 auto 50px;

}

div.panelTitle {
    padding: 10px 10px 5px 136px;
    text-align: left;
    font-family: 'Century Gothic', 'Molengo', arial, serif;
    font-size: 24px;
    font-weight: bold;
}

img#bannerIcon {
    position: absolute;
    top: 12px;
    left: 24px;
    z-index: 200;
    width: 87px;
    height: 86px;
}

.appsHeaderText {
	position: absolute;
	width: 330px;
	left: 140px;
	top: 60px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	z-index: 120;
}

.sendMailDialog {
	z-index: 200;
}

.dialogHeaderLabel {
	padding: 5px;
	margin: 2px auto;
	text-align: center;
}

.errorLabel {
	padding: 5px;
	margin: 2px auto;
	text-align: center;
	color: #FF2222;
	font-weight: bold;
}

.successLabel {
	padding: 5px;
	margin: 2px auto;
	text-align: center;
	color: #00DD00;
	font-weight: bold;
}

.dialogGrid {
	width: 100%;
}

.gridField {
	width: 350px;
}

.gradientTextBox {
	background-image: url("../images/gradientTextBox.jpg");
	width: 460px;
	height: 100px;
	font-size: 12px;
	padding: 10px;
	margin: 0 auto;
}

div.copyright {
	color: #CCC;
	font-size: 10px;
}

@media (max-width: 800px) {
	div.copyright {
		text-align: left;
	}
}

img.email {
	float: right;
	height: 281px;
	width: 365px;
	margin-top: 5px;
	margin-right: 60px;
}

div.referencesWell {
	margin: 20px auto 40px;
	width: 360px;
	text-align: left;
}

div.well {
	clear: both;
	background-color: #EEE;
/*	background-color: #EEE;*/
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #FAFAFA 0%, #EEE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#EEE));
	background-image: -webkit-linear-gradient(top, #FAFAFA 0%,#EEE 100%);
	background-image: -ms-linear-gradient(top, #FAFAFA 0%,#EEE 100%);
	background-image: -o-linear-gradient(top, #FAFAFA 0%,#EEE 100%);
	background-image: linear-gradient(top, #FAFAFA 0%,#EEE 100%);]
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#EEE',GradientType=0 );

	border: 1px dashed #999999;
	padding: 20px;
	-moz-box-shadow: 0px 5px 10px #CCC;
	-webkit-box-shadow: 0px 5px 10px #CCC;
	box-shadow: 0px 5px 10px #CCC;
}

div.contactText {
	text-align: left;
	margin: 10px 20px 20px;
}

.platform {
	position: relative;
	margin: 20px;
	display: inline-block;
	width: 180px;
	height: 200px;
}

.platformImage {
	opacity: 0.8;

}

.platformName {
	position: relative;
	width: 100%;
	margin: 20px auto 0;
	color: #BBB;
	font-size: 18px;
	opacity: 0.0;

}

.arrowBubble {
  position: absolute;
  top: 370px;
  right: -10px;
	background: url('../images/home/arrowBubble.png');
	width: 145px;
	height: 140px;

}

@media(max-width: 1040px) {
	.arrowBubble {
		display: none;
	}
}

.arrowBubble p {
	position: absolute;
	top: 75px;
	left: 30px;
	width: 100px;
	font-family: 'Reenie Beanie', cursive;
	font-size: 18px;
}

.contentDetail {
	width: 100%;
	padding: 0 10px;
}

.homeWell {
	margin: 10px auto 40px;
	min-margin-left: 10px;
	min-margin-right: 10px;
	max-width: 600px;
	text-align: left;
}

div.homeWell p {
	margin-bottom: 0;
}

img#gears {
	height: 100%;
	/*margin-bottom: 10px;*/
}

@media (min-width: 567px) {
	img#gears {
		/*margin-bottom: 50px;*/
	}
}

.wellLeft {
	float: left;
	margin-right: 20px;
}

form#contactForm {
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 530px;
}

@media (max-width: 600px) {
	form#contactForm {
		float: left;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
	.mailFormField {
		width: 80%;
	}
	table#contactTable {
		width: 100%;
	}
}

@media (max-width: 1000px) {
	form#contactForm {
		float: none;
	}
	img.email {
		display: none;
	}
}

@media (min-width: 600px) {
	.mailFormField {
		width: 400px;
	}
	table#contactTable {
		margin: 10px auto;
	}

}


td.formLabel {

    text-align: right;
}

div#contactError {
	display: none;
	padding: 5px;
	margin: 10px;
}

div#contactSuccess {
	display: none;
	padding: 5px;
	margin: 10px;
}

img.preloaded {
	position: absolute;
	top: -2000px;
	left: -2000px;
	width: 100px;
	height: 100px;

}

.references {
	text-align: center;
}

.reference {
	margin: 30px;
}

div#sending {
	display: none;
}


textarea#message {
	height: 200px;
}
