/*	Globals	*/
/***********************************************************************************/

body {
	background-color:#FAFAFA 	
}

.black-bg {
	background-color:#1A1A1A	
}

.white-bg {
	background-color:#fff	
}

.blue-bg {
	background:url(../img/blue-bg.jpg) repeat-x top left
}

.yellow-bg {
	background:url(../img/yellow-bg.jpg) repeat-x top left
}

.green-bg {
	background:url(../img/green-bg.jpg) repeat-x top left
}

a, a:hover {
	text-decoration:none	
}

ul, ol {
	margin-left:0	
}


/*	Icons	*/
/***********************************************************************************/

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 24px;
	height:21px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../img/sprite-icon-sml.png");
	background-repeat: no-repeat;
}

.icon-screen {
	background-position: 0 0;
}

.icon-arrow-grey {
	background-position: -239px 0;
}

.icon-mobile {
	background-position: -23px 0;
}

.icon-magnify {
	background-position: -46px 0;
}

.icon-box {
	background-position: -70px 0;
}

.icon-pen {
	background-position: -95px 0;
}

.icon-bag {
	background-position: -120px 0;
}

.icon-light {
	background-position: -144px 0;
}

.icon-letter {
	background-position: -167px 0;
}

.icon-gear {
	background-position: -191px 0;
}

.icon-world {
	background-position: -215px 0;
}

.btn-check {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-family:'OpenSansRegular', Arial, sans-serif;
	background-color: #960000;
	*background-color: #960000;
	background-image: -moz-linear-gradient(top, #b54b4b, #960000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b54b4b), to(#960000));
	background-image: -webkit-linear-gradient(top, #b54b4b, #960000);
	background-image: -o-linear-gradient(top, #b54b4b, #960000);
	background-image: linear-gradient(to bottom, #b54b4b, #960000);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	width:22%;
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	*border: 0;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	*zoom: 1;
}

.btn-check:hover {
	color:#fff;
	background-position:0 0;
	background-color: #960000;
	*background-color: #960000;
}

/*	Fonts	*/
/***********************************************************************************/

@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
					url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
					url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
					url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'OpenSansBold';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
					url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
					url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
					url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;

}

h1, h2, h3, h4 {
	font-weight:normal;
	line-height:1;
	margin:0	
}
		
h1 {
	font-family: 'OpenSansBold', Arial, sans-serif;
	margin-bottom:5px
}

h2, h4 {
	font-family:'OpenSansRegular', Arial, sans-serif;
	line-height:20px
}

h3 {
	font-family: 'OpenSansBold', Arial, sans-serif;
	margin-bottom:10px
}

h3.narrow {
	font-family:'OpenSansRegular', Arial, sans-serif;	
}

.custom-red {
	font-family: 'OpenSansBold', Arial, sans-serif;
	border-top: 1px solid #E6E6E6;
	color: #C1272D;
	margin-top: 20px;
	padding: 20px 0;
}

/*	Top Navigation and Header   */
/***********************************************************************************/

#header {
	display:none	
}

#header .span3, #footer-links .span3 {
	border-right:1px solid #e6e6e6;
	height:230px	
}

#header .fourth, #footer-links .fourth {
	border:none	
}

a#logo {
	width:100%;
	float:left;
	clear:both;
	margin-bottom:40px;
	outline:none
}

a#logo img {
	display:block	
}

ul.navigation {
	margin:0 0 20px
}

ul.navigation li i {
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	float:left	
}

ul.navigation li {
	position:relative;
	list-style:none;
	padding:0 0 0 20px;
	margin:0
}

ul.navigation li a {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#4d4d4d;
	list-style:none;
	line-height:20px;
	padding:4px 0 0;
	margin:0
}

ul.navigation li.grey a, ul.navigation li.grey {
	color:#999999	
}

ul.navigation li a:hover, ul.subnavigation li a:hover, #footer a.enquiry-link:hover {
	color:#C72127	
}

ul.navigation li a.btn-custom-link {
	display: block;
	width:152px;
	height:30px;
	margin: 0 0 0 -18px;
	*margin-left: .3em;
	font-size: 0px;
	line-height: 0px;
	color: transparent;
	*zoom: 1;
	cursor: pointer;
	background:url(../img/sprite-icon-lrg.png) no-repeat -7px -333px
}

ul.navigation li a.btn-custom-link:hover {
	text-decoration:none;
	color:#fff	
}

ul.subnavigation {
	margin:0 0 20px;
	float:right;
	clear:both
}

ul.subnavigation li {
	display:block;
	float:left;
	padding-left:20px;
	list-style:none
}

ul.subnavigation li.last {
	padding:0;
	margin-left:10px
}

ul.subnavigation li a {
	display:block;
	padding:10px 0;
	font-family:'OpenSansRegular', Arial, sans-serif;
	font-size:14px;
	color:#4d4d4d;
	outline:none
}

ul.subnavigation li a#dropdown-btn {
	display:block;
	width:200px;
	height:45px;
	padding:0;
	background:url(../img/sprite-icon-lrg.png) -758px -66px no-repeat
}

ul.subnavigation li a.active {
	background-position: -758px -114px !important
}

ul.dual-column li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4d4d4d;
	list-style:none
}

ul.dual-column li.last {
	clear:both;
	float:none;
	width:100%	
}

ul.four-column, ul.six-column, ul.single-column {
	margin:0;
	background:url(../img/bg-six-column.png) no-repeat center top;
	background-size:100%;
	text-align:center
}

ul.single-column {
	padding:7% 5% 0;
}

ul.less-pad {
	padding:5% 2.5% 0
}

ul.single-column li {
	list-style:none;
	padding-bottom:30px;
	margin-bottom:25px;
	border-bottom:1px solid #e6e6e6;
	text-align:left
}

ul.single-column li p {
	margin-bottom:20px
}

ul.single-column li blockquote p {
	margin-bottom:5px;
	font-family:'OpenSansRegular', Arial, sans-serif;
}

ul.single-column li blockquote small {
	font-family:Georgia, "Times New Roman", Times, serif	
}

ul.single-column li img {
	display:inline-block	
}

ul.less-pad li.last {
	border:none;
	padding-bottom:0;
	margin-bottom:10px !important	
}

ul.single-column li.no-border {
	border-bottom:none
}

ul.four-column {
	padding:2.5% 1.5% 0
}

ul.four-column li {
	position:relative;
	display:inline-block;
	list-style:none;
	width:210px;
	vertical-align:top;
	margin:0 7px 50px;
	text-align:left
}

ul.four-column li img {
	margin-bottom:5px
}

ul.four-column li a {
	display:block;
	height:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px
}

ul.four-column li a.hidden-lowres {
	display:none
}

ul.four-column li a.download-pdf {
	display:block;
	width:109px;
	height:34px;
	padding-left:15px;
	margin:0;
	font-family:'OpenSansRegular', Arial, sans-serif;
	font-size:12px;
	line-height:34px;
	color:#4d4d4d;
	background:url(../img/sprite-icon-lrg.png) no-repeat -590px -296px
}

ul.no-pad {
	padding:0;
	background:none
}

ul.no-pad li {
	margin:0 10px 22px;
	width:210px;
	height:160px
}

ul.no-pad li.last {
	margin:0;
	height:50px
}

ul.no-pad li div.grow {
	position:relative;
	display:block
}

ul.no-pad li img {
	width:100%
}

ul.no-pad li.last img {
	width:auto
}

ul.no-pad li div#caption {
	position:absolute;
	bottom:10px;
	display:none;
	width:82%;
	padding: 2% 4%;
	margin:0 5%;
	height:30px;
	background-color:#1f1f1f;
	z-index:9999;
	font-family:'OpenSansRegular', Arial, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#b3b3b3
}

ul.no-pad li div#caption a {
	margin:0;
	padding:0;
	height:auto;
	font-family:'OpenSansRegular', Arial, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none	
}

ul.no-pad li a.caption-label {
	width:100%;
	height:auto;
	text-align:center;
	bottom:0;
	margin:0;
	padding-top:160px;
	color:#4d4d4d
}

ul.six-column {
	padding:30px 14px 0
}

ul.six-column li {
	display:inline-block;
	list-style:none;
	width:142px;
	vertical-align:top;
	margin:0 3px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4d4d4d;
	text-align:center;
	line-height:15px
}

ul.single-column li.last, ul.four-column li.last, ul.six-column li.last {
	clear:both;
	float:none;
	width:100%;
	margin-bottom:20px;
	text-align:center
}

ul.single-column li.last, ul.four-column li.last, ul.six-column li.last {
	height:32px;
	font-family:'OpenSansRegular', Arial, sans-serif
}

ul.six-column li img {
	display:block;
	border:1px solid #e3e3e3;
	margin-bottom:8px
}

ul.single-column li.last img, ul.four-column li.last img, ul.six-column li.last img {
	border:none;
	margin:0 auto;
	display:none
}

ul#menu-tabs, #menu-tabs-content {
	position:relative;
	padding:0 2.5%;
	width:95%;
	height:auto;
	margin:0 auto
}

#menu-tabs-content {
	padding-top:4%;
	background:#fafafa url(../img/bg-six-column.png) no-repeat center top
}

#menu-tabs-content #web-design-packages {
	position:relative;
	height:1060px	
}

#menu-tabs-content .tab-pane h3 {
	margin-bottom:15px	
}

#menu-tabs-content .tab-pane p {
	font-family:'OpenSansRegular', Arial, sans-serif;
	font-size:14px	
}

#menu-tabs-content .web-apps-bg, #menu-tabs-content .ecommerce-bg {
	position:relative;
	display:block;
	float:right
}

#menu-tabs-content .web-apps-bg {
	width:321px;
	height:250px	
}

#menu-tabs-content .ecommerce-bg {
	width:324px;
	height:280px	
}

#menu-tabs-content .web-apps-bg img, #menu-tabs-content .ecommerce-bg img {
	width:100%
}

#menu-tabs-content [class*="span"] {
	margin:0	
}

#menu-tabs-content #web-applications .span3 {
	margin:0 40px 0 0
}

ul#menu-tabs {
	border:none	
}

ul#menu-tabs li {
	position:relative	
}

ul#menu-tabs li a {
	font-family: 'OpenSansBold', Arial, sans-serif;
	font-size:18px;
	text-align:center;
	color:#808080;
	padding:15px;
	border-radius: 10px 10px 0 0;
	background:#e6e6e6 url(../img/bg-tabs.png) repeat-x;
	border:1px solid #e3e3e3
}

ul#menu-tabs li.active a {
	background:#FFF;
	border-bottom:1px solid #fff
}

ul#menu-tabs li.active a {
	color:#C1272D	
}

ul#custom-info-list-theme-two {
	width:100%;
	margin:0;
	border-radius: 10px 10px 0 0;
	background-color:#f2f2f2
}

ul#custom-info-list-theme-two li {
	list-style:none;
	width:50%
}

ul#custom-info-list-theme-two li h3 {
	font-family:'OpenSansRegular', Arial, sans-serif;
	line-height:40px
}

ul#custom-info-list-theme-two li.last, ul#custom-info-list-theme-two li.last-list {
	clear:both;
	float:none;
	width:100%
}

ul#custom-info-list-theme-two li.heading {
	display:block;
	float:none;
	clear:both;
	width:100%;
	font-family:'OpenSansRegular', Arial, sans-serif;
	font-size:18px;
	padding:5px 0;
	color:#fff;
	background-color:#000;
	text-align:center;
	border-radius: 10px 10px 0 0;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #1A1A1A 0%, #313131 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #1A1A1A 0%, #313131 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #1A1A1A 0%, #313131 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1A1A1A), color-stop(1, #313131));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #1A1A1A 0%, #313131 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #1A1A1A 0%, #313131 100%)
}

ul#custom-info-list-theme-two li.section {
	float:left;
	padding:0 0 20px;
	width:33.33333333333%
}

ul#custom-info-list-theme-two li.double {
	width:50%
}

ul#custom-info-list-theme-two li.left ul li.sub-heading {
	border-radius: 10px 0 0 0
}

ul#custom-info-list-theme-two li.right ul li.sub-heading {
	border-radius: 0 10px 0 0
}


ul#custom-info-list-theme-two li.mid {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

ul#custom-info-list-theme-two li.section ul {
	width:100%
}

ul#custom-info-list-theme-two li.section ul li.sub-heading {
	background-color:#9f272d;
	padding:15px 0;
	margin:0;
	width:100%;
	border-bottom:none;
	text-align:center;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #9f272d 0%, #c1272d 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #9f272d 0%, #c1272d 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #9f272d 0%, #c1272d 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9f272d), color-stop(1, #c1272d));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #9f272d 0%, #c1272d 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #9f272d 0%, #c1272d 100%)
}

ul#custom-info-list-theme-two li.section ul li.sub-heading h2 {
	font-family: 'OpenSansBold', Arial, sans-serif;
	color:#fff;
	margin:0 5%
}

ul#custom-info-list-theme-two li.section ul li h2 {
	font-family: 'OpenSansBold', Arial, sans-serif;
	color:#4d4d4d;
	margin:10px 0 5px
}

ul#custom-info-list-theme-two li.section ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4d4d4d;
	margin:0 6%;
	width:88%;
	padding:10px 0;
	border-bottom:1px solid #fff;
	line-height:18px
}

ul#custom-info-list-theme-two li.section ul li.last-list {
	width:auto;
	border:none
}

ul#custom-info-list-theme-two li.section ul li h5 {
	font-family:'OpenSansRegular', Arial, sans-serif;
	margin-top:30px
}

ul.grey-bullet-list {
	margin:0;
	float:left
}

ul.red-bullet-list {
	margin-bottom:20px	
}

ul.grey-bullet-list li, ul.red-bullet-list li {
	position:relative;
	list-style:none;
	padding-left:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px
}

ul.grey-bullet-list li.heading {
	font-family:'OpenSansRegular', Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0	
}

ul.grey-bullet-list li span, ul.red-bullet-list li span {
	position:absolute;
	left:0;
	display:block;
}

ul.grey-bullet-list li span {
	top:5px
}

ul.red-bullet-list li span {
	top:4px
}

ul.grey-bullet-list li span {
	width:10px;
	height:10px;
	background:url(../img/sprite-icon-sml.png) no-repeat -311px -9px	
}

ul.red-bullet-list li span {
	width:12px;
	height:12px;
	background:url(../img/sprite-icon-sml.png) no-repeat -265px -8px	
}


/*	Carousel Override */
/***********************************************************************************/

#carousel {
	width:940px;
	margin:0 auto;
	text-align:center
}

#carousel .carousel-inner {
	width:800px;
	margin:0 auto	
}

#carousel .carousel-control {
	background: none repeat scroll 0 0 #E6E6E6;
	border: 4px solid #FFFFFF;
	border-radius: 36px 36px 36px 36px;
	color: #FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 50px;
	font-weight: 100;
	width: 52px;
	height: 52px;
	line-height: 43px;
	margin-top: -20px;
	text-align: center;
	top: 40%
		
}

#carousel .carousel-lower {
	position:absolute;
	width:100%
}

ol.carousel-indicators {
	position:relative;
	display:inline-block;
	margin:15px 0 0;
	top:0;
	right:0
}

ol.carousel-indicators li {
	background-color:#fff;
	cursor:pointer	
}

ol.carousel-indicators li.active {
	background-color:#333
}

.container-bottom-bg-blue, .container-bottom-bg-yellow, .container-bottom-bg-green {
	height:50px;
	margin-bottom:30px;
}

.container-bottom-bg-blue {
	background:url(../img/blue-gradient.png) no-repeat center center	
}

.container-bottom-bg-yellow {
	background:url(../img/yellow-gradient.png) no-repeat center center	
}

.container-bottom-bg-green {
	background:url(../img/green-gradient.png) no-repeat center center	
}

.container-fluid a#load-more, .container-fluid a#load-more-portfolio {
	display:block;
	margin:0 auto;
	outline:none;
	background:url(../img/sprite-icon-lrg.png) no-repeat
}

.container-fluid a#load-more {
	width:250px;
	height:45px;
	background-position:-464px -66px
	
}

.container-fluid a#load-more-portfolio {
	width:320px;
	height:45px;
	background-position:-471px -12px
}

/*	Accordion Override */
/***********************************************************************************/

.accordion .accordion-group {
	border:none;
	border-radius:0;
	margin-bottom:0;
}

.accordion .accordion-group .accordion-heading {
	border-top:1px solid #e6e6e6
}

.accordion .accordion-group .accordion-heading h4 {
	display:block;
	padding:20px 0;
	float:left;
	font-family: 'OpenSansBold', Arial, sans-serif;
	line-height:16px
}

.accordion .accordion-group .active h4{
	color:#C1272D	
}

.accordion .accordion-group .accordion-heading a.accordion-toggle {
	position:relative;
	display:block;
	height:56px;
	outline:none;
	padding:0;
	background:url(../img/icon-expand-red.png) no-repeat center right
}

.accordion .accordion-group .accordion-heading a.collapsed {
	background:url(../img/icon-expand-grey.png) no-repeat center right;
	color:#333
}

.accordion .accordion-group in h5 {
	color:#C1272D
}

.accordion .accordion-group .accordion-body .accordion-inner {
	border:none;
	padding:0
}

.accordion .accordion-group .accordion-body .accordion-inner h5 {
	margin:0;
	line-height:14px;
	margin-bottom:12px
}

.accordion .accordion-group .accordion-body .accordion-inner p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-bottom:20px
}

/* Enquiry Form
----------------------------------------------------------------------------------------------------*/

#enquiryform {
	clear:both;
	width:95%;
	padding:3% 2.5% 4%;
	background:#fff url(../img/bg-enquiry-form.png) no-repeat 109% -21%
}

#enquiryform fieldset {
	width:100%
}

#enquiryform .container {
	position:relative;
	width:100%;
	padding:0;
	clear:both
}

#enquiryform .container .true-width {
	position:relative;
	float:left	
}

#enquiryform label, #PaymentPaypal label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	float:left;
	height:27px;
	line-height:27px
}

#enquiryform label {
	width:100px;
	text-align:left
}

#PaymentPaypal label {
	width:155px;
	margin-right:10px;
	text-align:right	
}

#PaymentPaypal span {
	font-size:12px;
	line-height:27px;
	padding-left:10px	
}

#enquiryform input {
	height:25px;
	line-height:25px;
	padding:0 10px;
	width:310px
}

#PaymentPaypal input  {
	float:left
}

#enquiryform input#contact-number {
	width:180px	
}

#enquiryform select {
	height:27px;
	padding:4px 5px 4px 7px;
	width:140px;
	outline:none;
	line-height:25px
}

#enquiryform textarea {
	padding:2px 10px;
	resize:none;
	width:450px;
	height:96px
}

#enquiryform input, #enquiryform select, #enquiryform textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border:1px solid #e6e6e6;
	box-shadow:0 0 0 0
}

#enquiryform #scaptcha {
	width:75px;
	margin-bottom:0	
}

#enquiryform div#spamtrap {
	visibility:hidden
}
#enquiryform #scaptcha-label {
	padding-left:100px;
	padding-right:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-bottom:0
}
#enquiryform #scaptcha_img {
	padding:0 0 10px 100px;
}
#enquiryform #scaptcha-label {
	margin-right:0;
	width:auto
}

#enquiryform .error, #enquiryform .error-all {
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #f00;
}
#enquiryform .error-all {
	padding:0;
	line-height:10x;
	margin:0 0 1%;
	font-family:Tahoma, Geneva, sans-serif
}
#enquiryform .error, #enquiryform .error-rel {
	position:absolute;
	top:-40px;
	right:0px;
	margin:0;
	padding:0;
	z-index:999999
}
#enquiryform .error div {
	height:25px;
	margin:0;
	padding:0	
}
#enquiryform .error div img {
	position:absolute;
	display:block;
	width:18px;
	height:12px;
	bottom:-14px;
	right:20px;
	z-index:100
}
#enquiryform .error div span {
	display:block;
	font-weight:normal;
	color:#fff;
	background-color:#f00;
	height:25px;
	line-height:25px;
	padding:0 10px;
	margin:0;
	border:2px solid #fff;
	border-radius:5px;
	box-shadow: 0px 0px 4px 0px #808080;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#808080')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#808080');	
}
#enquiryform .divided label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d4d	
}

#enquiryform fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}
#enquiryform fieldset#antispam legend {
	font-family : Arial, sans-serif;
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}
#enquiryform .short_explanation {
	display:block;
	margin:5px 0 20px 100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#4d4d4d;
}

#enquiryform .short_explanation a {
	color:#f00
}

#enquiryform #submit, #enquiryform #reset, #PaymentPaypal #submit {
	display:block;
	height:34px;
	text-align:center;
	border:none;
	font-family:'OpenSansRegular', Arial, sans-serif;
	font-size:12px;
	margin-right:10px;
	float:left;
	box-shadow:none
}

#enquiryform #submit, #enquiryform #reset {
	width:104px;
	background:url(../img/sprite-icon-lrg.png) no-repeat -485px -228px
}

#PaymentPaypal #submit {
	width:152px;
	background:url(../img/bg-submit-custom.png) no-repeat 0 0;
	padding:0 15px
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#enquiryform .spmhidip {
	display:none;
	width:10px;
	height:3px;
}
#fg_crdiv {
	font-family : Arial, sans-serif;
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

#content  #enquiryform .container .shortfield {
	width:100px !important;
}

/*	Content */
/***********************************************************************************/

.shadowbox {
	background-color:#fff;
	box-shadow: 0 0 2px #dcdcdc;
	padding:3% 2.2%
}

#split-columns  ul#domain-name,  #split-columns ul#custom-info-list-theme-one{
	padding:0;
	margin:0
}

#split-columns .span8 {
	position:relative
}

#split-columns .span8 .force-bottom {
	position:absolute;
	bottom:0
}


ul.thumbnails {
	text-align:center
}

ul.thumbnails li {
	position:relative;
	display:inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	width:100%
}

ul.thumbnails li a {
	position:absolute;
	padding-top:0px;
	width:100%;
	display:block;
	color:#4d4d4d;
	clear:both;
	outline:none;
	text-align:center
}

ul.thumbnails li a:hover {
	color:#c72127	
}

ul.thumbnails li img {
	width:100%
}

ul.thumbnails li span {
	position:absolute;
	bottom:-10px;
	display:block;
	width:100%;
	text-align:center;
	line-height:15px;
	color:#4d4d4d
}

ul.thumbnails li div.grow {
	display:inline-block;
	vertical-align:top;
	width:100%
}

ul.three-column-list {
	margin:0
}

ul.three-column-list li {
	position:relative;
	line-height:15px;
	margin:0;
	padding: 2.8% 0 2.5% 3%;
	border:1px solid #e3e3e3;
	list-style:none
}

ul#custom-info-list-theme-one {
	padding-bottom:30px	!important
}

ul#custom-info-list-theme-one li {
	list-style:none;
	float:left;
	width:50%;
	text-align:center;
	border-bottom:1px solid #fff;
	height:39px;
	line-height:39px;
	font-family: 'OpenSansBold', Arial, sans-serif;
	font-size:18px;
	background-color:#F2F2F2
}

ul.three-column-list li.last {
	width:100%;
	margin:0;
	clear:both;
	float:none;
	border:none !important;
	padding:0;
	list-style:none	
}

ul.three-column-list li p.lead {
	margin-bottom:5px
}

ul.three-column-list li span {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif
}

ul.three-column-list li div {
	display:inline-block;
	width:100px;
	height:120px;
	float:right;
	vertical-align:middle;
	overflow:hidden;
	background:url(../img/sprite-icon-lrg.png) no-repeat
}

ul.three-column-list li div img {
	width:100%	
}

ul.three-column-list li div.bg-pack {
	background-position:-164px -7px	
}

ul.three-column-list li div.bg-letter {
	background-position:-264px -7px	
}

ul.three-column-list li div.bg-alias {
	background-position:-364px -7px	
}

ul.three-column-list li div.bg-screen {
	background-position:-164px -247px
}

ul.three-column-list li div.bg-box {
	background-position:-264px -247px
}

ul.three-column-list li div.bg-bag {
	background-position:-364px -247px
}

ul#home li.first:hover {
	background-color:#F5F0FC
}

ul#home li.second:hover {
	background-color:#F5FAFF
}

ul#home li.third:hover {
	background-color:#FFE9F4
}

ul#services li.first {
	background-color:#FFF8F8
}

ul#services li.second {
	background-color:#F5FAFF
}

ul#services li.third {
	background-color:#FFFDE9
}

ul#home li.first:hover div.bg-pack {
	background-position:-164px -127px
}

ul#home li.second:hover div.bg-letter {
	background-position:-264px -127px
}

ul#home li.third:hover div.bg-alias {
	background-position:-364px -127px
}

ul#domain-name .span4 {
	margin:0;
	width:100%
}

ul#domain-name li.first {
	border-bottom:none;
	background-color:#FFF8F8
}

ul#domain-name li.second {
	border-bottom:none;
	background-color:#F5FAFF
}

ul#domain-name li.third {
	background-color:#FFFDE9
}

ul#domain-name li.last {
	margin:0	
}

ul.three-column-list li:hover a {
	color:#fff	
}

ul#home li.first:hover a {
	background-position:-485px -262px
}

ul#home li.second:hover a {
	background-position:-485px -296px
}

ul#home li.third:hover a {
	background-position:-485px -330px
}

ul#services li.first a, ul#domain-name li.first a {
	background-position:-589px -228px
}

ul#services li.second a, ul#domain-name li.second a {
	background-position:-485px -296px
}

ul#services li.third a, ul#domain-name li.third a {
	background-position:-589px -262px
}

ul.three-column-list li a.readmore-small, .caption a.readmore-large {
	display:block;
	font-family:'OpenSansRegular', Arial, sans-serif;
	text-align:center;
	color:#4d4d4d;
	clear:both
}

ul.three-column-list li a.readmore-small {
	width:104px;
	height:34px;
	font-size:12px;
	line-height:34px;
	background:url(../img/sprite-icon-lrg.png) no-repeat -485px -228px
}

ul.three-column-list li a.readmore-small:hover, .caption a.readmore-large:hover {
	color:#4d4d4d	
}

.caption a.readmore-large {
	padding: 5% 20%;
	width: 100%;
	border:2px solid #fff;
	background:url(../img/bg-btn-custom.png);
	border-radius:5px
}

ul.divide-three li.last {
	clear:both;
	float:none;
	width:100%;
	list-style:none
}

ul.divide-three li p.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px	
}

ul#custom-info-list-theme-one li {
	list-style:none;
	float:left;
	width:50%;
	text-align:center;
	border-bottom:1px solid #fff;
	height:39px;
	line-height:39px;
	font-family: 'OpenSansBold', Arial, sans-serif;
	font-size:18px;
	background-color:#F2F2F2
}

ul#custom-info-list-theme-one li.header-left {
	border-radius: 10px 0 0 0;
}

ul#custom-info-list-theme-one li.header-right {
	border-radius: 0 10px 0 0;
}

ul#custom-info-list-theme-one li.header-left, ul#custom-info-list-theme-one li.ext {
	background:#F2F2F2 url(../img/bg-borderpx.png) top right repeat-y;
	width:50%;
	text-align:left
}

ul#custom-info-list-theme-one li.header-left h4, ul#custom-info-list-theme-one li.ext span {
	padding-left:7%	
}

ul#custom-info-list-theme-one li.header-left, ul#custom-info-list-theme-one li.header-right {
	height:30px;
	background-color:#000;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #1A1A1A 0%, #313131 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #1A1A1A 0%, #313131 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #1A1A1A 0%, #313131 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1A1A1A), color-stop(1, #313131));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #1A1A1A 0%, #313131 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to top, #1A1A1A 0%, #313131 100%)
}


ul#custom-info-list-theme-one li h4 {
	color:#fff;
	line-height:30px
}

ul#custom-info-list-theme-one li.ext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px
}

ul#custom-info-list-theme-one li.remarks {
	display:block;
	float:none;
	clear:both;
	padding:15px 0;
	width:100%;
	text-align:left;
	height:auto;
	background-color:#FFF9C2
}

ul#custom-info-list-theme-one li.remarks h5, ul#custom-info-list-theme-one li.remarks p {
	font-weight:normal;
	margin:0 3% 5px
}

ul#custom-info-list-theme-one li.remarks p {
	line-height:15px
}

ul.float-expand {
	z-index:1;
	position:absolute;
	width:32.133333%;
	height:952px;
	border:5px solid #ccc;
	margin-top:30px;
	background-color:#f7f7f7;
	transition: all 300ms;
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms;
}

ul.float-expand li {
	list-style:none;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #DFDFDF;
	text-align:center;
	background-color:#f7f7f7;
	padding:5%
}

ul.float-expand li.header {
	height:7%;
	background-color:#333;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ccc;
}

ul.float-expand li.last {
	border-bottom:none	
}

ul.float-expand li.header h2 {
	font-family: 'OpenSansBold', Arial, sans-serif;
	color:#fff;
	line-height:31.5px
}

ul.float-expand li.header h2 i {
	font-style:normal;
	font-size:25px
}

ul.main {
	z-index:2;
	position:absolute;
	top:0;
	left:32%;
	width:35%;
	height:1010px;
	margin:0;
	border:5px solid #666
}

ul.main li.header, ul.main-half li.header {
	background-color:#C72127
}

ul.secondary:hover {
	z-index:3;
	margin-top:0;
	height:1010px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
	transition: all 300ms;
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms
}

ul.main-half, ul.secondary-half {
	transition: all 300ms;
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms
}

ul.main-half h3, ul.secondary-half h3 {
	color:#fff;
	margin:3% 0 0
}

ul.main-half {
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	width:50%;
	height:355px;
	border:5px solid #666
}

ul.main-half li.header, ul.secondary-half li.header {
	height:20%
}

ul.secondary-half {
	margin-top:25px;
	width:50%;
	height:305px
}

ul.secondary-half:hover {
	z-index:3;
	margin-top:0;
	height:355px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
	transition: all 300ms;
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms
}

ul.left {
	left:0	
}

ul.right {
	right:0	
}

iframe {
	width:100%;
	margin-bottom:30px	
}

a.back-to-top {
	display:block;
	width:30px;
	float:right;
	font-family:'OpenSansRegular', Arial, sans-serif;
	font-size:14px;
	color:#4d4d4d;
	padding-bottom:15px;
	text-align:center	
}

a.back-to-top:hover {
	text-decoration:none	
}

a.back-to-top div {
	width:30px;
	height:18px;
	margin-bottom:2px;
	clear:both;
	background:url(../img/sprite-icon-lrg.png) no-repeat -706px -236px
}

.domain-check {
	padding:20px 30px 10px;
	border:1px solid #e3e3e3;
	margin:30px 0
}

.domain-check h4 {
	padding:6px 30px 6px 0;
	float:left
}

.domain-check form, .domain-check form input, .domain-check form select {
	margin:0	
}

.domain-check form input {
	width:56%;
	margin-right:10px;
	margin-bottom:10px;
	float:left
}

.domain-check form select {
	width:15%;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	line-height:24px
}

#site-navigator {
	margin:0;
	top:5%;
	left:15%;
	width:70%;
	height:80%;
	background:#fff url(../img/loading.gif) no-repeat center center
}

#site-navigator .modal-header {
	border:none;
	height:5%;
	width:97%;
	padding:0.5% 1.5%	
}

#site-navigator .modal-body {
	max-height:1000px;
	height:90%;
	width:97%;
	padding:0 1.5% 0
}

#site-navigator .modal-body iframe {
	margin:0	
}

#site-navigator .modal-header .close {
	margin:0	
}


/*	Footer */
/***********************************************************************************/

#footer h4 {
	color:#fff;
	font-family: 'OpenSansBold', Arial, sans-serif;
	float:left;
	padding: 45px 9%;
}

#footer a.social-links {
	display:block;
	width:72px;
	height:100px;
	float:left;
	margin:10px 5% 0 0;
	color:#fff;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center
}

#footer a.social-links div {
	display:block;
	width:72px;
	height:72px;
	margin-bottom:2px;
	background:url(../img/sprite-icon-lrg.png) no-repeat
}

#footer a.social-links i {
	font-style:normal	
}

#footer a.social-links div.facebook {
	background-position:-7px -8px
}


#footer a.social-links div.twitter {
	background-position:-89px -8px
}

#footer a.social-links:hover div.facebook  {
	background-position:-7px -86px
}

#footer a.social-links:hover div.twitter {
	background-position:-89px -86px
}

#footer span {
	display:block;
	width:58%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	float:left;
	color:#fff;
	margin:5% 0 5px;
	line-height:15px}

#footer .span6 {
	height:110px;	
}

#footer a.enquiry-link {
	font-family: 'OpenSansBold', Arial, sans-serif;
	font-size:18px;
	color:#fff
}

#footer div.bg-mark {
	width:147px;
	height:110px;
	float:right;
	margin-right:0;
	background:url(../img/sprite-icon-lrg.png) no-repeat -464px -115px
}

#footer div.bg-mark:hover {
	background-position:-613px -115px	
}

/*	Reponsive CSS */
/***********************************************************************************/

@media (min-width: 1200px) {

.hidden-lowres {
	display:block !important
}

.hidden-highres {
	display:none !important	
}

}

@media (max-width: 979px) {

.container-fluid {
	padding:0	
}

.container {
	width:96%;
	padding:0 2%	
}

#carousel {
	width:100%;
}

#carousel .carousel-inner {
	width:100%;
	margin:0 auto
}

#carousel .carousel-inner img {
	margin: 0 auto
}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

ul.no-pad li {
	margin:0 10px 30px
}

}

@media (max-width: 810px) {

#header .span3, #footer-links .span3 {
	height:250px
}

ul#menu-tabs li a {
	font-size:14px;
}

#enquiryform {
	background:#fff url(../img/bg-enquiry-form.png) no-repeat 112% 125%
}

.shadowbox {
	padding:30px 2.2% !important;
	min-height:160px;
	*height:160px
}

}

@media (max-width: 767px) {

body {
	padding:0	
}

a#logo img {
	display:block;
	margin:0 auto	
}

.container {
	width:96%;
	padding:0 2%
}

#split-columns .span8, #split-columns .span4 {
	width:100%;
	height:100%
}

#split-columns .span4 {
	margin:0	
}

ul.no-pad li {
	margin:0 10px 30px
}

ul#domain-name {
	margin-bottom:10px !important	
}

ul#domain-name li.first {
	margin-right:2.55%	
}

ul#domain-name .span4 {
	border-bottom:1px solid #e3e3e3;
	width: 48.717948717948715%;
    *width: 48.664757228587014%;
    margin-bottom:20px
}

ul#custom-info-list-theme-two li.double {
	width: 50% !important
}

#footer .container {
	width:98%;
	padding:0 0 0 2%	
}

#header .span3, #footer-links .span3 {
	width: 48.717948717948715%;
	*width: 48.664757228587014%;
	height:220px;
	padding-left:3%;
	margin-left:1.2%;
	float:left;
}

#header .second, #footer-links .second, #header .fourth, #footer-links .fourth {
	border:none	
}

#carousel .carousel-control {
	background: none repeat scroll 0 0 #000;
	font-size: 28px;
	width: 30px;
	height: 30px;
	line-height: 28px	
}

ul.thumbnails .span3 {
	width: 48.717948717948715%;
	*width: 48.664757228587014%;
	margin-bottom:40px
}

ul.thumbnails li {
	width:220px;
	height:188px
}

ul.thumbnails li div.grow {
	width:220px;
	margin:0 auto
}

ul.thumbnails li:nth-child(3), ul.three-column-list li:nth-child(3) {  
	margin-left:0
}

ul.three-column-list .span4 {
	width: 48.717948717948715%;
    *width: 48.664757228587014%;	
}

ul.three-column-list li {
	margin:0;
	border-bottom:1px solid #e6e6e6 !important
}

ul#custom-info-list-theme-two li.section {
	width:100%;
}

#menu-tabs-content #web-design-packages {
	height:auto
}

ul.float-expand {
	position:relative;
	display:block;
	clear:both;
	width:98.5%;
	top:0;
	left:0;
	margin:0 0 20px;
	height:auto;
}

ul.float-expand:hover {
	margin-top:0;
	height:auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
	z-index:100
}

ul.main-half, ul.secondary-half {
	width:98.5%
}

#split-columns .span8 .force-bottom {
	position:relative;
	margin-bottom:30px;
	display:block
}

.height470 {
	height:100%	
}

#enquiryform {
	background-position:110% 118%;
	background-size: 250px 250px
}

#enquiryform input, #enquiryform input#contact-number, #enquiryform textarea {
	width:380px
}

.domain-check {
	padding:3% 3% 1.5%	
}

.domain-check h4 {
	padding:6px 10px 6px 0;
}

.domain-check form input {
	width:92%;
	margin-right:0;
	margin-bottom:10px
}

.domain-check form select {
	width:15%;
	min-width:70px;
	margin-right:10px;
	margin-bottom:10px
}

.btn-check {
	float:left;
	display:block;
	min-width:142px;
	*width:142px	
}

#footer {
	padding:0	
}

#footer .adjustable {
	width:30%;
	min-width:145px;
	*width:145px
}

#footer .adjustable2 {
	width:61.5%;
	float:right;
	margin-left:3%
}

#footer div.bg-mark {
	width:32%
}

#footer h4 {
	padding: 5% 0 2%;
	clear:both;
	float:none
}

#footer a.social-links {
	margin:0;
	font-size:12px;
	height:78px
}

#footer a.social-links div {
	margin-bottom:0;
}

#footer a.social-links i {
	display:none	
}

#footer div.bg-mark {
	margin-right:0
}


}

@media (max-width: 600px) {

ul#menu-tabs li a {
	width:75px;
	font-size:12px
}

ul.dual-column .span5 {
	width:100%;
	margin:0 0 20px !important;
	text-align:center
}

#menu-tabs-content [class*="span"] {
	width:100%	
}

#menu-tabs-content #web-applications .span4 {
	margin-bottom:30px	
}

ul.divide-three li.span4 {
	width: 48.717948717948715%;
    *width: 48.664757228587014%;
    margin:0 0 20px
}

ul#custom-info-list-theme-two li.double {
	width: 100% !important
}

ul#custom-info-list-theme-two li.section {
	width:100%;
}

ul#custom-info-list-theme-two li.left ul li.sub-heading, ul#custom-info-list-theme-two li.right ul li.sub-heading {
	border-radius: 0
}

#enquiryform {
	background:#fff
}

#enquiryform fieldset {
	width:100%
}

#enquiryform .container {
	position:relative;
	width:100%;
	padding:0;
	clear:both
}

#enquiryform .container .true-width {
	position:relative;
	float:left;
	width:100%	
}

#enquiryform .container .exception {
	padding-left:22%;
	width:78%;
}

#enquiryform label {
	width:18%;
	margin-right:2%;
	padding-left:2%;
	text-align:left
}

#enquiryform #scaptcha-label, #enquiryform #scaptcha {
	padding-left:0
}

#enquiryform label.adjustable {
	vertical-align:center;
	line-height:12px
}

#enquiryform input, #enquiryform input#contact-number, #enquiryform textarea {
	width:68%
}

#enquiryform select {
	min-width:150px	
}

#enquiryform #scaptcha_img {
	padding-left:22%;
}

#enquiryform #scaptcha-label {
	padding-right:10px;
	text-align:left
}

#enquiryform .short_explanation {
	margin-left:22%
}

#enquiryform .short_explanation a {
	display:block	
}

#enquiryform .container .exception .error {
	top:20px
}

#enquiryform .container .exception .error img {
	margin-right:60%	
}

}

@media (max-width: 480px) {

h1, p.lead {
	text-align:center	
}
	
#header .span3, #footer-links .span3 {
	width: 94%;
	*width: 93.94680851063829%;
	margin:0 3%;
	height:auto;
	border:none
}

#header .span3, #footer-links .span3 {
	border-right:none;
	border-bottom:1px solid #e6e6e6;
}

#header .fourth, #footer-links .fourth {
	border-bottom:none	
}

div.thank-you h3 {
	text-align:center	
}

ul.subnavigation li {
	display:none
}

ul.subnavigation li.last {
	display:block
}

ul.subnavigation li a#dropdown-btn {
    background: url("../img/icon-expand.png") no-repeat scroll center center transparent;
    display: block;
    height: 45px;
    padding: 0;
    width: 60px;
}

ul.subnavigation li a.active {
	background-position: center center !important
}

ul.thumbnails .span3 {
	width: 100%;
	*width: 99.94680851063829%;
	margin: 0 0 40px
}

ul.three-column-list .span4 {
	width: 100%;
	*width: 99.94680851063829%;
	margin:0 0 20px	
}

ul.three-column-list .third {
	margin:0	
}

ul.three-column-list li div {
	width:100px	
}

.accordion .accordion-group .accordion-heading h4 {
	display:block;
	width:180px
}

ul.divide-three li.span4, ul#domain-name .span4 {
	width: 100%;
	*width: 99.94680851063829%;
}

#enquiryform label.adjustable {
	line-height:12px
}

#enquiryform #submit, #enquiryform #reset {
	display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 12px;
  line-height: 20px;
  color: #4d4d4d;
  font-family:'OpenSansRegular', Arial, sans-serif;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	width:auto
}

.domain-check {
	padding:3% 3% 5%	
}

.domain-check h4 {
	text-align:center;
	padding:6px 0;
	float:none
}

.domain-check form, .domain-check form input, .domain-check form select {
	margin:0	
}

.domain-check form input {
	width:65%;
	margin-right:10px;
	margin-bottom:8px;
	float:left
}

.domain-check form select {
	min-width:25%;
	margin-bottom:8px;
	float:left
}

.btn-check {
	float:none;
	margin:0 auto	
}

#footer .span6 {
	width: 100%;
	*width: 99.94680851063829%;
}

#footer h4 {
	text-align:center;
	padding: 5% 0 2%
}

#footer {
	text-align:center;
	padding:0		
}

#footer .span6 div {
	display:inline-block;
	width:auto
}

#footer .span6 span  {
	width:100%
}

#footer div.bg-mark {
	display:none
}

}

@media (max-width: 320px) {

ul#menu-tabs li a {
	width:75px;
	font-size:11px;
	padding:10px 5px
}

#footer .span6 {
	width: 100%;
	*width: 99.94680851063829%;
}

#footer h4 {
	text-align:center;
	padding: 5% 0 2%
}

#footer {
	text-align:center	
}

#footer .span6 div {
	display:inline-block;
	width:auto
}

#footer .span6 span  {
	width:100%
}

#footer div.bg-mark {
	display:none
}

#enquiryform label {
	width:18%;
	padding-left:2%
}


}
/*	Overrides	*/
/***********************************************************************************/

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	outline:none	
}

.float-l {
	float:left !important	
}

.float-r {
	float:right !important	
}

.mar35-t {
	margin-top:35px !important	
}

.mar10-b {
	margin-bottom:10px !important	
}

.mar20-b {
	margin-bottom:20px !important	
}

.mar30-b {
	margin-bottom:30px !important	
}

.mar40-b {
	margin-bottom:40px !important	
}

.mar70-b {
	margin-bottom:70px !important	
}

.mar30-t {
	margin-top:30px !important	
}

.mar10-r {
	margin-right:10px !important	
}

.pad25-t {
	padding-top:25px
}

.pad25-pct {
	padding-left:2.5%	
}

.height470 {
	height:470px	
}

.opensans {
	font-family:'OpenSansRegular', Arial, sans-serif !important;
	font-size:14px !important;
	line-height:18px
}

.georgia, .georgia-p p, .georgia-p a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px	
}

.georgia-p p b {
	font-family:'OpenSansRegular', Arial, sans-serif;
	font-size:14px	
}

.border-b {
	border-bottom:1px solid #fff !important
}

.align-left {
	text-align:left !important	
}
