@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #9c1024;
}
#main-container {
	margin:31px auto;
	position:relative;
	width:996px;
	height:auto;
	border:solid 1px #960f23;
}
#base-leftright {
	width:972px;
	padding:12px 13px 13px 12px;
	height:auto;
	position:relative;
	display:block;
	background-color: transparent;
	background-image: url(../images/Base-LeftRight.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#home-base-whitebrd {
	width:970px;
	height:auto;
	margin:2px 2px 2px 2px;
	margin:0px;
	border:solid 1px #FFFFFF;
	background-image: url(../images/home-base.jpg);
	background-repeat: no-repeat;
}
#logo {
	margin:20px 2px 2px 20px;
	width:393px;
	height:83px;
}
#logo .tagline {
	position:relative;
	top:-26px;
	padding-left:128px;
	font-family:tahoma;
	font-size:11px;
	color:#303030;
}
#mainmessage {
	margin:40px 2px 2px 50px;
	width:560px;
	height:130px;
	position:relative;
}
#mainmessage h1 {
	font-family:tahoma;
	font-size:20pt;
	font-weight:normal;
	color:#303030;
	line-height:20px;
}
#mainmessage .content {
	font-family:tahoma;
	font-size:11pt;
	font-weight:normal;
	color:#930916;
	line-height:22px;
}
#container-1 {
	margin:20px 2px 0px 0px;
	width:970px;
	height:auto;
	position:relative;
}
#middle-navigation {
	margin:34px 2px 0px 0px;
	width:970px;
	height:258px;
	position:relative;
	background-color:#950d21;
}
#middle-navigation .section-tabs {
	width:970px;
	height:77px;
	overflow: hidden;
}
#middle-navigation .section-tabs ul {
	margin: 0;
	padding: 0;
	background-color:#999933;
	list-style-type: none;
}
#middle-navigation .section-tabs li {
	display: inline;
	margin: 0;
	list-style-type: none;
}
#middle-navigation .section-tabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0px; /*padding inside each tab*/
	color: white;
	width:194px;
	height:93px;
}
#middle-navigation .section-tabs li a:visited {
}
#middle-navigation .section-tabs li a:hover, .mattblacktabs li.selected a {
	background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
#middle-navigation .website { /*website tabs */
	margin:-14px 0px 0px 0px;
	top:0px;
	height:272px;
	position:absolute;
	z-index:100;
}
#middle-navigation .website .website-tabbutton { /*background of website tabs */
	margin:-5px 0px 0px 0px;
	border:0px;
	z-index:100;
}
#middle-navigation .corporate { /*corporate tabs */
	margin:-14px 0px 0px 194px;
	top:0px;
	height:272px;
	position:absolute;
	z-index:100;
}
#middle-navigation .corporate .corporate-tabbutton { /*background of corporate tabs */
	margin:-5px 0px 0px 0px;
	border:0px;
	z-index:100;
}
#middle-navigation .banner { /*banner tabs */
	margin:-14px 0px 0px 0px;
	left:388px;
	top:0px;
	height:272px;
	position:absolute;
	z-index:100;
}
#middle-navigation .banner .banner-tabbutton { /*background of banner tabs */
	margin:-5px 0px 0px 0px;
	border:0px;
	z-index:100;
}
#middle-navigation .animation { /*banner tabs */
	margin:-14px 0px 0px 0px;
	left:582px;
	top:0px;
	height:272px;
	position:absolute;
	z-index:100;
}
#middle-navigation .animation .animation-tabbutton { /*background of banner tabs */
	margin:-5px 0px 0px 0px;
	border:0px;
	z-index:100;
}
#middle-navigation .stockimages { /*banner tabs */
	margin:-14px 0px 0px 0px;
	left:776px;
	top:0px;
	height:272px;
	position:absolute;
	z-index:100;
}
#middle-navigation .stockimages .stockimages-tabbutton { /*background of banner tabs */
	margin:-5px 0px 0px 0px;
	border:0px;
	z-index:100;
}
/*gallery starts */
#middle-gallery {
	margin-left:-20px;
	margin-right:20px;
	height:100px;
	z-index:100;
	display:inline;
}
.gallerycontainer {
	position: relative;
	left:6px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img {
	border: 1px solid #a93e4d;
	margin: 10px 4px 5px 4px;
	padding:3px;
}
.thumbnail:hover {
	background-color: transparent;
}
.thumbnail:hover img {
	border: 1px dotted white;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffff;
	padding: 5px;
	left: -1000px;
	border: 1px dashed #770712;
	visibility: hidden;
	font-family:tahoma;
	font-size:10pt;
	color:#990000;
	text-align:center;
	text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	left: 276px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	top:-310px;
	position:absolute;
	width:300px;
	height:300px;
}
#middle-gallery #gallery-subsection-linq {
	margin:0px 0px 0px 5px;
	top:0px;
	left:0px;
	z-index:100;
	display:inline;
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	text-transform: uppercase;
}
#gallery-subsection-linq #subsection-linq ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#gallery-subsection-linq #subsection-linq {
	height: 18px; /* This is the height we wan't on our breadcrumb */
	padding: 0px 0 0 0;
	width:600px;
	left:0px;
	top:0px;
	margin:0px;
	position:relative;
	color: #f5f5f5; /*This is our color on the text which isn't a link. We want' they to be light grey */
}
#gallery-subsection-linq #subsection-linq li {
	float: left;
	display: inline;
	margin-right: 25px;
}
#gallery-subsection-linq #subsection-linq a {
	color: #fff; /* Our breadcrumb links are going to be white */
	font-weight: bold; /* And bold */
	padding-right: 11px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
	text-decoration: none;
	cursor:pointer;
}
#gallery-subsection-linq #subsection-linq a:hover {
	color: #f78fb5;
}
#inner-middle-gallery {
	margin:150px 0px 0px 20px;
	top:0px;
	height:270px;
	position:absolute;
	z-index:100;
	display:inline;
}
.inner-gallerycontainer {
	position: relative;
	left:6px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
#inner-middle-gallery #inner-gallery-subsection-linq {
	margin:-50px 0px 0px 5px;
	top:0px;
	left:0px;
	position:absolute;
	z-index:100;
	display:inline;
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	line-height:20px;
	padding:5px;
	text-transform: uppercase;
}
#inner-gallery-subsection-linq #inner-subsection-linq ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#inner-gallery-subsection-linq #inner-subsection-linq {
	height: 18px; /* This is the height we wan't on our breadcrumb */
	padding: 12px 0 0 0;
	width:600px;
	margin:0px;
	color: #f5f5f5; /*This is our color on the text which isn't a link. We want' they to be light grey */
}
#inner-gallery-subsection-linq #inner-subsection-linq li {
	float: left;
	display: inline;
	margin-right: 25px;
}
#inner-gallery-subsection-linq #inner-subsection-linq a {
	color: #fff; /* Our breadcrumb links are going to be white */
	font-weight: bold; /* And bold */
	padding-right: 11px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
	text-decoration: none;
}
#inner-gallery-subsection-linq #inner-subsection-linq a:hover {
	color: #f78fb5;
}
#base {
	width:970px;
	position:relative;
	z-index:300;
	height:116px;
	margin:0px 0px 0px 0px;
	top:0px;
	left:0px;
	padding:0px;
	background-image:url(../images/title.png);
	background-position:right bottom;
	background-repeat: no-repeat;
}
#base #services-content {
	width:360px;
	position:absolute;
	z-index:400;
	height:60px;
	margin:0px 0px 0px 10px;
	top:20px;
	left:155px;
	padding:5px;
	font-family:tahoma;
	color:#a5ba1c;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	line-height:20px;
}
#base #testimonial-content {
	width:280px;
	position:absolute;
	z-index:400;
	height:60px;
	margin:0px 0px 0px 10px;
	top:20px;
	left:590px;
	padding:5px;
	font-family:tahoma;
	color:#930916;
	font-size:11px;
	line-height:20px;
}
#footer-right {
	width:450px;
	position:absolute;
	z-index:400;
	height:25px;
	margin:0px;
	bottom:-40px;
	left:-15px;
	padding:5px;
	font-family:tahoma;
	color:#ffffff;
	font-size:11px;
	line-height:20px;
}
#footer-left {
	width:700px;
	position:absolute;
	z-index:400;
	height:25px;
	bottom:-40px;
	right:-15px;
	padding:5px;
	text-align:right;
	font-family:tahoma;
	color:#ffffff;
	font-size:10px;
	line-height:20px;
	text-transform: uppercase;
}
.header {
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
	padding-right:10px;
	padding-left:10px;
}
a.header:link {
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
}
a.header:visited {
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: none;
}
a.header:hover {
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: tahoma;
	text-decoration: underline;
}
#header-left {
	width:700px;
	position:absolute;
	z-index:400;
	height:25px;
	margin:-30px 0px 0px 0px;
	top:0px;
	right:-15px;
	padding:5px;
	text-align:right;
	font-family:tahoma;
	color:#ffffff;
	font-size:10px;
	line-height:20px;
	text-transform: uppercase;
}
/*inner page css starts*/
#inner-base-whitebrd {
	width:970px;
	margin:2px 2px 2px 2px;
	margin:0px;
	border:solid 1px #FFFFFF;
	background-image: url(../images/inner-base.jpg);
	background-repeat: no-repeat;
}
#inner-base-leftright {
	width:972px;
	padding:12px 13px 10px 12px;
	height:941px;
	position:relative;
	display:block;
	background-color: transparent;
	background-image: url(../images/Base-LeftRight2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#inner-middle-navigation {
	margin:34px 2px 0px 0px;
	width:970px;
	height:600px;
	position:relative;
	background-color:#9c1024;
}
#inner-middle-navigation .section-tabs {
	width:970px;
	height:77px;
	overflow: hidden;
}
#inner-middle-navigation .section-tabs ul {
	margin: 0;
	padding: 0;
	background-color:#999933;
	list-style-type: none;
}
#inner-middle-navigation .section-tabs li {
	display: inline;
	margin: 0;
}
#inner-middle-navigation .section-tabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0px; /*padding inside each tab*/
	color: white;
	width:194px;
	height:93px;
}
#inner-middle-navigation .section-tabs li a:visited {
}
#inner-middle-navigation .section-tabs li a:hover, .mattblacktabs li.selected a {
	background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
#inner-middle-navigation .inner-website { /*website tabs */
	margin:-14px 0px 0px 0px;
	top:0px;
	position:absolute;
	z-index:150;
	width:800px;
}
#inner-navigation .inner-website .inner-website-tabbutton { /*background of website tabs */
	margin:-5px 0px 0px 0px;
	border:0px;
	z-index:100;
}
#inner-footer-right {
	width:450px;
	position:absolute;
	z-index:400;
	height:25px;
	margin:610px 0px 0px 0px;
	top:0px;
	left:-15px;
	padding:5px;
	font-family:tahoma;
	color:#ffffff;
	font-size:11px;
	line-height:20px;
}
#inner-footer-left {
	width:700px;
	position:absolute;
	z-index:400;
	height:25px;
	margin:610px 0px 0px 0px;
	top:0px;
	right:-15px;
	padding:5px;
	text-align:right;
	font-family:tahoma;
	color:#ffffff;
	font-size:10px;
	line-height:20px;
	text-transform: uppercase;
}
#pagination ul {
	float:right;
}
#pagination {
	width:100%;
	position:relative;
	z-index:400;
	height:25px;
	margin:0px 0px 0px 0px;
	top:0px;
	right:32px;
	padding:5px;
	font-family:tahoma;
	color:#FFFFFF;
	font-size:11px;
	line-height:20px;
}
ul {
	border:0;
	margin:0;
	padding:0;
}
#pagination-digg li {
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
	display: inline;
}
#pagination-digg a {
	border:solid 1px #7a0812;
	background-color:#a93e4d;
	margin-right:2px;
}
#pagination-digg .previous-off, #pagination-digg .next-off {
	border:solid 1px #ffffff;
	color:#ffffff;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}
#pagination-digg .next a, #pagination-digg .previous a {
	font-weight:bold;
}
#pagination-digg .active {
	background:#9eed1c;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
#pagination-digg a:link, #pagination-digg a:visited {
	color:#750610;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination-digg a:hover {
	border:solid 1px #ffffff;
}
#preview img {
	max-height:260px;
	width:auto;
}
img.imgThumbnail {
	height:80px;
}
#imageBanners img.imgThumbnail {
	height:auto;
	max-width:430px;
}
#preview {
	border:1px dashed #770712;
	position:absolute;
	background:#fff;
	padding:15px;
	display:none;
	color:#990000;
	z-index:2000;
}
div#Pagination {
	width:auto;
	text-align:right;
	padding:30px 10px 30px 0px;
	width:920px;
}
div#Pagination span.current {
	background:#9EED1C none repeat scroll 0 0;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 6px;
	margin-left:3px;
	margin-right:3px;
	font-family:tahoma;
	font-size:11px;
	border:solid 1px #FFFFFF;
}
#Pagination a:hover {
	border:1px solid #FFFFFF;
	font-family:tahoma;
	font-size:11px;
}
#Pagination a, #pagination-digg a:visited {
	color:#750610;
	padding:3px 6px;
	text-decoration:none;
	font-family:tahoma;
	font-size:11px;
}
#Pagination a {
	margin-left:2px;
	background-color:#A93E4D;
	border:1px solid #7A0812;
	margin-right:2px;
	font-family:tahoma;
	font-size:11px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */
#dt_example {
	font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}
#dt_example #container {
	width: 800px;
	margin: 30px auto;
	padding: 0;
}
#dt_example #footer {
	margin: 50px auto 0 auto;
	padding: 0;
}
#dt_example #demo {
	margin: 30px auto 0 auto;
}
#dt_example .big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #4E6CA3;
}
#dt_example .spacer {
	height: 20px;
	clear: both;
}
#dt_example .clear {
	clear: both;
}
#dt_example pre {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
#dt_example h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	border-bottom: 1px solid #B0BED9;
	clear: both;
}
#dt_example h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	clear: both;
}
#dt_example a {
	color: #0063DC;
	text-decoration: none;
}
#dt_example a:hover {
	text-decoration: underline;
}
#dt_example ul {
	color: #B0BED9;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}
.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}
.dataTables_length {
	width: 40%;
	float: left;
}
.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}
.dataTables_info {
	width: 60%;
	float: left;
}
.dataTables_paginate {
	width: 44px;
 * width: 50px;
	float: right;
	text-align: right;
}
/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}
.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}
.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}
.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}
.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
}
table.display thead th {
	padding: 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
 * cursor: hand;
}
table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}
table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}
table.display td {
	padding: 3px 10px;
}
table.display td.center {
	text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.jpg') no-repeat center right;
}
.sorting_desc {
	background: url('../images/sort_desc.jpg') no-repeat center right;
}
.sorting {
	background: url('../images/sort_both.jpg') no-repeat center right;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.oddA {
	background-color: #ddffdd;
}
table.display tr.evenA {
	background-color: #eeffee;
}
table.display tr.oddC {
	background-color: #ddddff;
}
table.display tr.evenC {
	background-color: #eeeeff;
}
table.display tr.oddX {
	background-color: #ffdddd;
}
table.display tr.evenX {
	background-color: #ffeeee;
}
table.display tr.oddU {
	background-color: #ddd;
}
table.display tr.evenU {
	background-color: #eee;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
.top .dataTables_info {
	float: none;
}
.clear {
	clear: both;
}
tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}
tfoot input.search_init {
	color: #999;
}
.example_alt_pagination div.dataTables_info {
	width: 40%;
}
.example_alt_pagination .dataTables_paginate {
	width: 400px;
}
.example_alt_pagination div.dataTables_paginate span.paginate_button,  .example_alt_pagination div.dataTables_paginate span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
 *cursor: hand;
}
.example_alt_pagination div.dataTables_paginate span.paginate_button {
	background-color: #ddd;
}
.example_alt_pagination div.dataTables_paginate span.paginate_button:hover {
	background-color: #ccc;
}
.example_alt_pagination div.dataTables_paginate span.paginate_active {
	background-color: #99B3FF;
}
.odd_selected {
	background-color: #B0BED9;
}
.even_selected {
	background-color: #9FAFD1;
}
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.tabs-hide {
	display: none;
}
}
.tabs-nav {
	list-style: none;
	margin: 0;
	padding:0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.tabs-nav li {
	float: left;
	margin: 0 0 0 0px;
	width: 194px; /* be nice to Opera */
	height: 91px;
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	width: 194px; /* be nice to Opera */
	height: 91px;
}
.tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav .tabs-selected a span {
/*    padding-top: 7px;*/
}
.tabs-nav .tabs-selected a span, .tabs-nav .tabs-selected a:hover span {
	background:none;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
.tabs-container {
	background: url("../images/containeBackground.png") #9c1024 no-repeat;
	width: 970px;
	height: auto;
	background-position:bottom;
}
.tabs-nav li#tab1 a:hover span, .tabs-nav a:active span {
	background:url("../images/website-on.gif") no-repeat bottom;
	list-style-type: none;
}
.tabs-nav li#tab1 a {
	background:url("../images/website-off.gif") no-repeat bottom;
}
.tabs-nav li#tab2 a:hover span, .tabs-nav a:active span {
	background:url("../images/banner-on.gif") no-repeat bottom;
}
.tabs-nav li#tab2 a {
	background:url("../images/banner-off.gif") no-repeat bottom;
}
.tabs-nav li#tab3 a:hover span, .tabs-nav a:active span {
	background:url("../images/corporate-on.gif") no-repeat bottom;
}
.tabs-nav li#tab3 a {
	background:url("../images/corporate-off.gif") no-repeat bottom;
}
.tabs-nav li#tab4 a:hover span, .tabs-nav a:active span {
	background:url("../images/animation-on.gif") no-repeat bottom;
}
.tabs-nav li#tab4 a {
	background:url("../images/animation-off.gif") no-repeat bottom;
}
.tabs-nav li#tab5 a:hover span, .tabs-nav a:active span {
	background:url("../images/stockimages-on.gif") no-repeat bottom;
}
.tabs-nav li#tab5 a {
	background:url("../images/stockimages-off.gif") no-repeat bottom;
}
.tabs-nav .tabs-selected a {
	background:none;
}
.tabs-nav img {
	display:none;
	position:absolute;
	margin-top: 1px;
	margin-left: 0px;
}
.tabs-nav .tabs-selected img {
	display: block;
	z-index: 100;
}
.tabContent {
	padding: 24px 10px 0 27px;
}
.testimonials-comment {
	font-family:"tahoma";
	font-size:12px;
	color:#ffffff;
}
.testimonials-author a {
	font-family:"tahoma";
	font-size:11px;
	color:#ff6600;
	font-weight:bold;
}
.testimonials-sign {
	font-family:"tahoma";
	font-size:19pt;
	color:#ffffff;
}
.testimonials-base {
	border:dashed 1px #bc152d;
	padding:5px;
}
.whitebg {
background-color:#FFFFFF;
}
.contactus {
	font-family:tahoma;
	font-size:12pt;
	color:#ffffff;
	line-height:30px;
	text-transform: capitalize;
}
.contactus2 {
	font-family:tahoma;
	font-size:16pt;
	color:#ffffff;
	font-weight:normal;
	line-height:40px;
	text-transform: capitalize;
}
.contactus a {
	font-family:tahoma;
	font-size:12pt;
	color:#ffffff;
	text-decoration:underline;
	text-transform: none;
}
.comingsoon {
font-family:tahoma;
	font-size:18pt;
	color:#ffffff;
	text-transform: none;
}
.stockimages a {
	font-family:tahoma;
	font-size:12px;
	color:#ffffff;
	text-decoration:underline;
	text-transform: none;
	font-weight:bold;
}