@charset "utf-8";

BODY 
{
	margin: 0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

img { border:0px; }

.flinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808080;
	text-decoration:none;
}

.flinks a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808080;
	text-decoration:none;
}

.flinks a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808080;
	text-decoration:underline;
}

.indextable
{
	width:380px;
	height:580px;
	border:1px solid #808080;
	margin-top:5px;
}

.who
{
	width:774px;
	height:580px;
}

.who a
{
	color:#808080;
	text-decoration:none;
}

.who a:hover
{
	color:#d54550;
}

.what
{
	width:774px;
	height:580px;
}

.what a
{
	color:#723b77;
	text-decoration:none;
}

.what a:hover
{
	color:#723b77;
}

.how
{
	width:774px;
	height:580px;
}

.how a
{
	color:#808080;
	text-decoration:none;
}

.how a:hover
{
	color:#e5c210;
}

.support
{
	width:774px;
	height:580px;
}

.support a
{
	color:#808080;
	text-decoration:none;
}

.support a:hover
{
	color:#e5c210;
}

.testimonials
{
	width:774px;
	height:580px;
}

.testimonials a
{
	color:#808080;
	text-decoration:none;
}

.testimonials a:hover
{
	color:#547b08;
}

.customers
{
	width:774px;
	height:580px;
}

.customers a
{
	color:#808080;
	text-decoration:none;
}

.customers a:hover
{
	color:#cb0101;
}

.where
{
	width:774px;
	height:580px;
}

.where a
{
	color:#808080;
	text-decoration:none;
}

.where a:hover
{
	color:#9bb647;
}

.header
{
	font-family: "Verdana", Arial, Helvetica;
	font-size: 10px;
	color:#ffffff;
}

.footer
{
	background-color:#5C5A5A; 
	height:25px; 
	text-align:right; 
	padding-right:9px;
	color:#FFFFFF;
	font-size:9px;
}

.footer a
{
	text-align:right; 
	padding-right:9px;
	text-decoration:none;
}

.footer a:hover
{
	color:#FFCC00;
	text-align:right; 
	padding-right:9px;
	text-decoration:none;
}

h1
{
	font-size:16px; 
	margin:0px; 
	margin-bottom:10px; 
	color:#000000;
}

th
{
	color:#ff7900;
}

.ncaption
{
	font-size:12px; 
	margin:0px; 
	margin-bottom:10px; 
	color:white; 
	font-weight:bold; 
	font-family:"Verdana", Arial, Helvetica, sans-serif; 
	height:10px;
}

.h1caption
{
	font-size:12px; 
	margin:0px; 
	margin-bottom:10px; 
	color:#000000;
	font-weight:bold; 
	height:10px;
}

.h2caption
{
	color: #2781b9; 
	font-family: "Times New Roman, Times, serif"; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: left;
}
/************************************ class links,img_name: are used by gallery ************/
.links
{
	color: #fff; 
	font-family: "Arial", Helvetica; 
	font-size: 12px;
}
	
.links a
{
	color: #fff;
	text-decoration: none;
}

.links a:hover
{
	color:#fff; 
	text-decoration: underline;
}

.img_name
{
	text-align: center;
	font-weight: normal;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align:middle;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
}

/************************************ class bordered: is used by articles **********************/
.bordered
{
	border: 0px solid #666666;
}

/************************************ class contact_form is used by the contact form ***********/
.contact_form
{
	border:0px;
}

.contact_form td
{
	font-size:11px; 
	color:#808080; 
	border:none;
}

/*********************************** Lightbox configuration ************************************/
#lightbox
{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img
{ 
	border: none; 
}

#outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer
{
	padding: 10px;
}

#loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav
{ 
	left: 0;
}

#hoverNav a
{ 
	outline: none;
}

#prevLink, #nextLink
{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink 
{ 
	left: 0; 
	float: left;
}

#nextLink 
{ 
	right: 0; 
	float: right;
}

#prevLink:hover, #prevLink:visited:hover 
{ 
	background: url(images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover 
{ 
	background: url(images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer
{
	font: 10px "Verdana", Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData
{
	padding:0 10px;
}
	
#imageData #imageDetails
{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#imageData #caption
{ 
	font-weight: bold;	
}

#imageData #numberDisplay
{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}		
	
#imageData #bottomNavClose
{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;	
}	
		
.clearfix:after
{
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix 
{
	display: inline-block; 
	width: 100%;
}

* html .clearfix 
{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/*********************************** Lightbox configuration end ********************************/

/*********************************** AJAX DIVS start ********************************/

#contentContainer h2{	/* No margins above <h2> tags */
	margin-top:0px;
}


#mainContainer{
	width:330px;
	margin:0 auto;
	text-align:left;
}
#contentContainer{
	float:left;
	overflow:auto;
	padding:10px;
	font-size:11px;
	border:1px dashed #808080;
	width:315px;
	height:200px;
	
			
}


#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	overflow:auto;	
}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	margin:1px;
	padding:2px;
	font-size:11px;
	color:#808080;
	cursor:pointer;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	color:#733c78;
}
.articleList li.articleClick{	/* Active article in list - layout */
	color:#733c78;
}

.keyText{	/* Just a column I use for key text inside articles - the one with the light blue bg and dotted border */
	background-color:#FFF;
	border:1px dotted #000;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width:150px;
	padding:3px
}
.clear{
	clear:both;
}

/*********************************** AJAX DIVS end ********************************/

/*********************************** PORTFOLIO ********************************/

#wrap 
{
	margin: 0 auto;
	margin-top:50px;
	width: 774px;
	height: 582px; 
}

#content 
{
	margin: 0;
	font: 12px Helvetica, sans-serif;
	color: #000;
	float: left;
	width: 774px; 
}

#meet_us 
{
	float: left;
	width: 380px;
	height: 582px; 
	border:1px solid #808080; 
}

#meet_us ul 
{
	list-style: none;
	height: 70px;
	
}

#meet_us ul li 
{
	float: left;
	width: 73px;
	display: block;
	margin:10px;
}

div.scroller 
{
	width: 380px;
	height: 400px;  
	overflow: hidden;
	background: #fff;
}

div.scroller div.section 
{ 
	overflow:hidden;
	float:left;
	background: #fff;
	height:582px;
}

div.scroller div.things 
{
	/*width: 10000px;*/
}

div.thumb_off 
{
	float: left; 
	width:73px; 
	height:72px;
	opacity:.90;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90; 
	margin:5px;
	border:4px solid #EBEBEB;
	text-align:center;
	padding-bottom:2px;
}

div.thumb_on   
{
	float: left; 
	width:73px; 
	height:72px;
	opacity:.40;
	filter: alpha(opacity=40); 
	-moz-opacity: 0.40; 
	margin:5px;
	border:4px solid #ccc;
	text-align:center;
	padding-bottom:2px;
	 
}

.details
{
	margin-left:10px;
	margin-top:6px;
	color:#808080;
	font-size:11px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height:15px;
}

.details a
{
	color:#808080;
	text-decoration:none;
}

.details a:hover
{
	text-decoration:underline;
}


.customer_links
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

.customer_links a:link
{
	font-size:12px;
	color:#999;
	text-decoration:none;
}

.customer_links a:visited
{
	font-size:12px;
	color:#999;
	text-decoration:none;
}


.customer_links a:hover
{
	font-size:12px;
	color:red;
	text-decoration:none;
}

.customer_links a:active
{
	font-size:12px;
	color:red;
	text-decoration:none;
}

/* HIGHSLIDE */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

