/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: "Gill Sans MT Pro", "Century Gothic", Arial, Helvetica;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.centre {
	text-align:center;
}
.wide {
	width:100% !important;
	display: block;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.spacer {
	height:15px;
}
input, select {
	vertical-align: middle;
}
body {
 *font-size:small;
	font-size: 13px;
	line-height: 1.231;
}
select, input, textarea, button {
	font:99% sans-serif;
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
html {
	overflow-y: scroll;
}
a:hover, a:active {
	outline: none;
}
ul, ol {
	margin-left: 2em;
}
ol {
	list-style-type: decimal;
}
nav ul, nav li {
	margin: 0;
	list-style:none;
	list-style-image: none;
}
small {
	font-size: 50%;
}
strong, th {
	font-weight: bold;
}
td {
	vertical-align: top;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px;
}
textarea {
	overflow: auto;
}
.ie6 legend, .ie7 legend {
	margin-left: -7px;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}
button, input, select, textarea {
	margin: 0;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
border-radius: 1px;
-moz-box-shadow: 0px 0px 5px red;
-webkit-box-shadow: 0px 0px 5px red;
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
background-color: #f0dddd;
}

::-moz-selection {
background: #FF5E99;
color:#fff;
text-shadow: none;
}
::selection {
	background:#FF5E99;
	color:#fff;
	text-shadow: none;
}
a:link {
	-webkit-tap-highlight-color: #FF5E99;
}
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
body, select, input, textarea {
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "Gill Sans MT Pro", "Century Gothic", Arial, Helvetica;
}
a, a:active, a:visited {
	color: #607890;
}
a:hover {
	color: #33a1de;
}

/*
Your styles
*/

h1, h2, h3, h4, p, a, {
 margin-bottom: 1em;
 line-height: 1.4em;
}
/* - # Header Styles Here # - */

#header_style {
	position:relative;
	height:85px;
	background-color:#FFFFFF;
	margin-bottom:1px;
}
#head_logo {
	float:left;
	margin-right:23px;
}
#head_who {
	width:128px;
	height:54px;
	display:inline;
	float:left;
	background-image: url(../images/header/who.png);
}
#head_who:hover {
	background-image: url(../images/header/who-x.png);
}
#head_gallery {
	width:116px;
	height:54px;
	background: url(../images/header/gallery.png);
	display:inline;
	float:left;
}
#head_gallery:hover {
	background-image: url(../images/header/gallery-x.png);
}
#head_services {
	width:111px;
	height:54px;
	background: url(../images/header/services.png);
	display:inline;
	float:left;
}
#head_services:hover {
	background-image: url(../images/header/services-x.png);
}
#head_contact {
	width:102px;
	height:54px;
	background: url(../images/header/contact.png);
	display:inline;
	float:left;
}
#head_contact:hover {
	background-image: url(../images/header/contact-x.png);
}
#blue_bar {
	position:relative;
	top:75px;
	height:10px;
	width:100%;
	background-color:#c7edf6;
	margin-top:1px;
	margin-bottom:1px;
}
/* # Footer Styles Here #*/

footer {
	width:100%;
	height:100px;
	background-color:#CACACA;
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#cacaca', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left bottom, top right, from(#cacaca), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(left bottom, #cacaca, #eeeeee); /* for firefox 3.6+ */
	margin-top:1px;
	position:relative;
	padding-top:30px;
}
footer ul {
	list-style:none;
	margin:0;
}
footer #tel {
	background:url(../images/footer/contact-tel.png);
	background-position:left;
	background-repeat:no-repeat;
	height: 32px;
	padding-left:38px;
	line-height:35px;
}
footer #email {
	background:url(../images/footer/contact-mail.png);
	background-repeat:no-repeat;
	height: 32px;
	padding-left:38px;
	line-height:28px;
}
footer a {
	color:#444;
}
footer a:hover {
	color:#33a1de;
}
#show_map {
	width:302px;
	height:69px;
	background-image:url(../images/footer/address-map.png);
	background-repeat:no-repeat;
	cursor: pointer;
}
#show_map p {
	padding-top:17px;
	padding-left:35px;
}
#show_map:hover {
	background-image:url(../images/footer/address-map-x.png);
}
#footer_enquiry {
}
footer .link_button {
	margin-top:20px;
	margin-left:135px;
}
/* # Content Area Styles Here # */

#main_style {
	min-height:200px;
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}
.top-text {
	color: #FFF;
	background-image: url(../images/content/top-images/trasparent-title.png);
	position: absolute;
	top: 200px;
	left:0px;
	height:100px;
	z-index: 10;
	width: auto;
}
.top-text h1 {
	font-family: 'Gill Sans MT Pro', 'Century Gothic', Arial, Helvetica;
	text-transform: uppercase;
	text-shadow: 0px 0px 40px #012129;
	font-size: 50px;
	line-height: 100px;
	margin-right: 30px;
	margin-left: 30px;
	font-weight: bold;
}
.top-text h1 span {
	font-weight:normal;
}
.top_image {
	min-height:335px;
	background-repeat:no-repeat;
	margin-top:1px;
	position:relative;
}
/* Home Page */
.home-text {
	float:left;
	width:900px;
	margin:20px;
}
.home-text h2 {
	font-family:"Gill Sans MT Pro", "Century Gothic", Arial, Helvetica;
	font-size:16px;
	font-weight: normal;
	line-height: 22px;
	color: #666;
}
.home-thumb {
	width:302px;
	height:355px;
	float:left;
}
.thumb-divide {
	float:left;
	width:17px;
	height:255px;
}
#one-image {
	background:url(../images/content/home-panel-01.jpg) no-repeat;
}
#two-image {
	background:url(../images/content/home-panel-02.jpg) no-repeat;
}
#three-image {
	background:url(../images/content/home-panel-03.jpg) no-repeat;
}
.home-thumb .top {
	font-family:"Gill Sans MT Pro", "Century Gothic", Arial, Helvetica;
	font-size:21px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	color: #666;
}
.home-thumb .image {
	height:200px;
	width:301px;
	cursor: pointer;
}
.home-thumb .text {
	font-family:"Gill Sans MT Pro", "Century Gothic", Arial, Helvetica;
	font-size:18px;
	padding: 8px;
	height: 55px;
}
.home-thumb .icons {
	float:left;
	width:200px;
	height:43px;
}
#one-image .icons {
	background-image: url(../images/content/home-panel-icons-01.png);
	background-repeat: no-repeat;
}
#two-image .icons {
	background-image: url(../images/content/home-panel-icons-02.png);
	background-repeat: no-repeat;
}
#three-image .icons {
	background-image: url(../images/content/home-panel-icons-03.png);
	background-repeat: no-repeat;
}
.home-thumb .button {
	float:left;
	position:relative;
	margin-top:5px;
	width:100px;
	height:30px;
	background-color:#00ACFF;
	text-align: center;
}
.home-thumb .button:hover {
	background-color:#F31879;
	cursor: pointer;
}
.home-thumb .button span {
	font-family:"Gill Sans MT Pro", "Century Gothic", Arial, Helvetica;
	font-weight:normal;
	font-size:18px;
	color:#FFFFFF;
	line-height: 30px;
	text-decoration:none;
}
.home-thumb a {
	width: 100%;
	height: 100%;
}
.home-thumb a .top {
	color: #666;
}
.home-thumb a:hover .top {
	color: #00ACFF;
	cursor: pointer;
}
.home-thumb a:hover h2 {
	text-decoration:none;
}

/* #### Pages #### */
#index_image {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/content/video-image.jpg);
}
#about_image {
	background-image:url(../images/content/top-images/aboutus-image.jpg);
}
#meet_image {
	background-image:url(../images/content/top-images/meetus-image.jpg);
}
#video_image {
	background-image:url(../images/content/top-images/video-image.jpg);
}
#web_image {
	background-image:url(../images/content/top-images/web_ban.jpg);
}
#appdev_image {
	background-image:url(../images/content/top-images/app_dev.jpg);
}
#gallery_image {
	background-image:url(../images/content/top-images/gallery-image.jpg);
}
/* Pink Tabs Styles Here */

#pink_bar {
	width:100%;
	height:3px;
	background-color:#f31879;
	margin-top:2px;
	margin-bottom:1px;
	position:relative;
	top:410px;
	z-index: 10;
}
#pink_tab_bar {
	float:left;
}
#pink_tab_bar a {
	text-decoration:none;
}
.pink_tab {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	display:inline-block;
	width:236px;
	height:23px;
	background-image:url(../images/content/general-images/tab.png);
	background-repeat:no-repeat;
	padding-top:4px;
	padding-left:20px;
	text-align:center;
	color:#FFFFFF;
	font-size:1.1em;
}
a .pink_tab:hover {
	background-position:center;
	cursor: pointer;
}
.no_pink {
	background-position:bottom;
	color:#F10F74;
	font-size:1.3em;
	cursor:default;
	-moz-text-shadow: 1px 1px 2px #bbbbbb;
	-webkit-text-shadow: 1px 1px 2px #bbbbbb;
	text-shadow: 1px 1px 2px #bbbbbb;
}
#main_style #left_column {
	background-color:#FFFFFF;
	min-height:500px;
}
#main_style #right_column {
	background-color:#FFFFFF;
	float: right;
}
#triple_left_column {
}
#triple_center_column {
}
#triple_right_column {
}
#main_style .link_button {
	position:relative;
	left: 375px;
	top:-40px;
}
.link_button a {
	background-color:#0099FF;
	color: #FFF;
	font-style: italic;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 6px;
	padding-left: 11px;
	border: 1px solid #FFF;
	text-decoration:none;
}
.link_button a:hover {
	background-color:#F31879;
	color: #FFF;
	-moz-box-shadow: 1px 1px 3px #aaaaaa;
	-webkit-box-shadow: 1px 1px 3px #aaaaaa;
	box-shadow: 1px 1px 3px #aaaaaa;
}
.column_item {
	min-height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	float: left;
}
.column_item.setheight {
	min-height: 292px;
}
.column_item:hover {
}
.column_item:last-child {
	border:0 none;
}
.column_item h2 {
	font-size:1.75em;
	color: #F31879;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-family: "Gill Sans MT Pro", "Century Gothic", Arial, Helvetica;
	-moz-text-shadow: 1px 1px 1px #bbbbbb;
	-webkit-text-shadow: 1px 1px 1px #bbbbbb;
	text-shadow: 1px 1px 1px #bbbbbb;
}
.column_item p {
	text-align: left;
	padding-bottom:1.2em;
	font-family: "Gill Sans MT Pro", "Century Gothic", Arial, Helvetica;
	font-size: 12px;
}
.column_item p img {
	border: 2px solid #FFFFFF;
	-moz-box-shadow: 1px 1px 3px #aaaaaa;
	-webkit-box-shadow: 1px 1px 3px #aaaaaa;
	box-shadow: 1px 1px 3px #aaaaaa;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}
#left_column .column_item img {
	border: 2px solid #FFF;
	position: relative;
}
#right_column .column_item img {
	border: 2px solid #FFF;
	text-align: center;
}
#right_column .column_item p .logoicon {
	float: left;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-right:20px;
	margin-bottom:10px;
}
#right_column .column_item .floattoleft {
	float:left;
}
.meet_column_item {
	height: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.meet_column_item:hover {
	background-color:#FBFBFF
}
.meet_column_item:last-child {
	border:0 none;
	font-family: "Gill Sans MT Pro", "Century Gothic", Arial, Helvetica;
	;
}
.meet_column_item h2 {
	font-size:large;
	background-color:#AAA;
	color: #FFFFFF;
	margin-bottom: 1em;
	line-height: 1em;
	padding:5px 20px 5px 20px;
	-moz-text-shadow: 1px 1px 3px #666;
	-webkit-text-shadow: 1px 1px 3px #666;
	text-shadow: 1px 1px 3px #666;
	border: 2px solid #FFFFFF;
	-moz-box-shadow: 1px 1px 3px #aaaaaa;
	-webkit-box-shadow: 1px 1px 3px #aaaaaa;
	box-shadow: 1px 1px 3px #aaaaaa;
}
.meet_column_item h2 span {
	font-size:small;
	line-height: 1em;
}
.meet_column_item p {
	text-align: left;
	padding-bottom:1.2em;
	font-family: "Gill Sans MT Pro", "Century Gothic", Arial, Helvetica;
}
.meet_column_item img {
	border: 2px solid #FFFFFF;
	-moz-box-shadow: 1px 1px 3px #aaaaaa;
	-webkit-box-shadow: 1px 1px 3px #aaaaaa;
	box-shadow: 1px 1px 3px #aaaaaa;
	margin-bottom: 90px;
}
#left_column .meet_column_item h2 {
	margin-left:125px;
}
#right_column .meet_column_item h2 {
	margin-right:125px;
}
#left_column .meet_column_item img {
	float:left;
	margin-right: 20px;
	border: 2px solid #FFF;
}
#right_column .meet_column_item img {
	float:right;
	margin-left: 10px;
	border: 2px solid #FFF;
}
.video_column_item {
	padding-top: 20px;
	padding-bottom: 20px;
}
.video_column_item p {
	text-align: left;
	padding-bottom:1.2em;
	color:#666666;
	font-family: "Gill Sans MT Pro","Century Gothic",Arial,Helvetica;
    font-size: 12px;
}
.video_column_item:hover {
	background-color:#FBFBFF
}
.video_holder {
	width:456px;
	height:257px;
	-moz-box-shadow: 0px 0px 3px #999999;
	-webkit-box-shadow: 0px 0px 3px #999999;
	box-shadow: 0px 0px 3px #999999;
	margin-bottom:10px;
}
.bubble {
	background-image:url(../images/content/general-images/bubble.png);
	background-repeat:no-repeat;
	width:440px;
	height:100px;
	padding:10px 10px 20px 10px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:20px;
	color:#FFFFFF;
}
/* # Contact Us Styles Here # */

#contact-us {
	display:block;
	width:340px;
	height:auto;
	padding-left: 50px;
	font: Georgia, "Times New Roman", Times, serif;
}
#contact-us p {
	font: italic 500 12px Georgia, "Times New Roman", Times, serif;
}
#contact-us h2 {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	margin:50px 0px 30px 0px;
}
#contact-us input[type=text], #contact-us textarea {
	display: block;
	width: 280px;
	margin:0px 0px 10px 0px;
	padding:5px;
	border:none;
	color:#ababab;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#contact-us input[type=submit] {
	background-color: #37bddf;
	color:#FFF;
	border:none;
	display:block;
	width:80px;
	padding:5px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	float: right;
	margin: 0px 50px 20px 0px;
}
#contact-us input[type=submit]:hover {
	background-color:#dd056d;
}
#contact-us .radio-button {
	display:block;
	float:left;
	width:140px;
	margin-bottom: 20px;
}
.radio-button label {
	margin-left: 10px;
}
.error {
	color: #F00;
}
#contact-us input.error {
	background: #f8dbdb;
	border-color: #F00;
}
#error_message {
	display:block;
	color: #F00;
	margin-bottom:10px;
}
.info {
	text-align: left;
	font-size: 11px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 2px #a9a9a9;
	-moz-box-shadow: -1px 1px 2px #a9a9a9;
	box-shadow: -1px 1px 2px #a9a9a9;
	display: none;
}
.error {
	display:block;
	background: #f60000;
	border: 3px solid #d50000;
	width: 280px;
	margin-bottom: 10px;
}
.correct {
	display:block;
	width:40px;
	height:20px;
	margin-bottom:10px;
	background: #56d800;
	border: 3px solid #008000;
	text-align:center;
}
.wrong {
	display:block;
	font-weight: bold;
	color: #e90000;
}
.normal {
	display:block;
	font-weight: normal;
	color: #222;
}
#interested_in {
	margin-bottom: 10px;
}
#success_message {
	padding-top: 30px;
	display:none;
	padding-bottom: 30px;
}
.loader {
	height: 32px;
	width: 32px;
	display: inline-block;
	background: url('img/loading.gif') no-repeat;
	text-align: center;
	position: absolute;
	left: 186px;
	top: 60px;
}
/* # General Site Styles Here # */

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatnone {
	float:none;
}
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
 @media all and (orientation:portrait) {
}
 @media all and (orientation:landscape) {
}
 @media screen and (max-device-width: 480px) {
/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
 @media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
}
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
	font-family: "Gill Sans MT Pro", "Century Gothic", Arial, Helvetica;
	font-size: 12px;
}
h2, h3 {
	page-break-after: avoid;
}

#FLVPlayer {
	background:#000000;
}
.infront {
	z-index:99999;
}
