/* ----------------------------------------------
	Template Name : RiTECH
	Author : Sean Jarvis
	Last Date Modified : 2010	
 ------------------------------------------------ */

/* ----------------------------------------------
	BASIC
 ------------------------------------------------ */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 0.7em/1.3 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	margin: 0;
	padding: 0 0 50px 0; 
	background: #0099ff url(../images/Backgrounds/Tilers/BG_Tiler_1x1625px.png) repeat-x; /*White page BG + Gradient BG on top*/
	text-align: center;
	}

/* TESTER CLASS */
#FullBlue {
	background: #fff url(../images/Backgrounds/Tilers/BG_Tiler_1x1625px_2.png) repeat-x; /*White page BG + Gradient BG on top*/
	}
#content-wrapper-home-FullBlue {
	background-image: url(../images/Backgrounds/BG_Extension-FullBlue.gif); background-repeat: no-repeat;
	width: 980px;
	height: 251px;
	margin: 0 auto;	
	text-align: left;
	}
#content-wrapper-home-FullBlue-2ndLevelPages {
	width: 980px;
	height: 251px;
	margin: 0 auto;	
	text-align: left;
	}

.col-fullwidth-FullBlue {
	background: #fff;
	float: left;
	width: 930px;
	margin: 0 0 0 15px;
	padding: 0 16px 0 5px;
	}
	#col-top-FullBlue {
	width:960px;
	height:5px;
	margin-top:5px;
	margin-left: 8px;
	background:url("../images/RoundedCorners1Col/col-top-FullBlue.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
	}
	#col-top-FullBlue-2ndLevelPages {
	width:960px;
	height:5px;
	margin-top:5px;
	margin-left: 8px;
	background:url("../images/RoundedCorners1Col/col-top-FullBlue-2ndLevelPages.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
	}
	#col-bottom-FullBlue {
	width:960px;
	height:5px;
	margin-bottom:15px;
	margin-left: 8px;
	background:url("../images/RoundedCorners1Col/col-bottom-FullBlue.gif") 0 0 no-repeat;
	font-size:0;
	line-height:0;
	overflow:hidden;
	}
/* /TESTER CLASS */



.RiTECHfonts {
	color: #0a4180;
	font-weight: bold;
	}
/* -- LINKS -- */

a {text-decoration: none;color: #0084ff}
a:hover {/*background: #F0f0f0; */color: #333;/*border-bottom: 1px dotted;*/}

.BackToTop {font-size:9px; text-align:right}

.productslink {float:right; font-weight:bold; color:#bb0000}

/* -- HEADERS -- */
/* H1, 2, 3 - Normal and Linked */
h1 {
	font: 2.1em "Century Gothic";
	/*font: 2.1em "trebuchet MS", arial, sans-serif;*/
	color: #333;
	padding: 5px 0px 8px 10px;
	border-bottom: solid 5px #EFEFEF;
}
h1 a, h2 a {color: #000;}
h1 a:hover, h2 a:hover, {color: #0a4180; border-bottom: none;}

h2 {font: 1.7em "Century Gothic"; color: #000; border-bottom: 1px solid #ebebeb; padding: 10px 0px 5px 10px;}

h3 {font: bold 1.3em "Century Gothic"; color: #0a4180; padding: 10px 0px 5px 10px;}
h3 a {color: #0a4180;}
h3 a:hover {color: #000;}

/* For Show Hide Content Headings */
.headingLink a { 
	color: #000;
	}
.headingLink a:hover {
	color: #0084ff;
	}
/* -- HEADERS END -- */

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
	}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #208BE1;
	}
dd {
  padding-left: 25px; 
	}

/* -- IMAGES -- */
img {
	background: #fff;
	border: 0;
	padding: 0;
	}
img.float-right {
  	margin: 5px 0px 10px 10px;  
	}
img.float-left {
  	margin: 5px 10px 10px 0px;
	}
#btns {
	margin-top:25px; margin-bottom:0;
	}
/* -- Other -- */
code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
	}
acronym {
	cursor: help;
	border-bottom: 1px dotted #895F30;
	}
blockquote {
	margin: 10px 10px -20px -25px;
 	padding: 0px 10px 15px 25px;  
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #999;	
	}

/* ----------------------------------------------
	CUSTOM CORNERS 1 - Rounded corners
 ------------------------------------------------ */
div.Article {
	position:relative;
	background:  url("../images/custom_corners_topleft.gif") top left no-repeat;
	margin-bottom: 5px;
	}
div.ArticleHeader {
	position:relative;
	background:  url("../images/custom_corners_topright.gif") top right no-repeat;
	padding:15px;
	padding-left:0;
	margin:0;
	right:-8px;
	}
div.ArticleBody {
	background:  url("../images/custom_corners_right.gif") top right repeat-y;
	margin:0;
	margin-top:-2em;
	padding:15px;
	padding-bottom: 2em;
	padding-left:0;
	position:relative;
	right:-8px;
	}

div.ArticleFooter {
	background:  url("../images/custom_corners_bottomleft.gif") bottom left no-repeat;
	position:relative;
	top:0px; /* Was 7px */
	}
div.ArticleFooter p {
	background:  url("../images/custom_corners_bottomright.gif") bottom right no-repeat;
	padding:15px;
	padding-bottom: 10px;
	padding-left:0;
	display:block;
	margin:-2em 0 0 0;
	position:relative;
	right:-8px;
	}
div.ArticleLongContent {
	background: url("../images/custom_corners_leftborder.gif") top left repeat-y;
	}
/* ----------------------------------------------
	CUSTOM CORNERS 2 - Nuviotemplates
 ------------------------------------------------ */

.noscreen {display:none;}

#ribbon {position:absolute; top:-5px; left:0; width:100px; height:100px; background:url("../images/RoundedCorners1Col/ribbon.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden; z-index:10;}
#slogan {position:relative; left:70px; width:289px; height:33px; overflow:hidden; margin:0; padding:0; font-size:180%;}
#slogan span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../images/RoundedCorners1Col/slogan.gif") 0 0 no-repeat;}
.overview {position:relative;left:65px; width:760px;}

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

#col-top, #col-bottom, #col {background-color:#F4F4F1;}


#col-top {width:960px; height:5px; margin-top:5px; margin-left: 8px; background:url("../images/RoundedCorners1Col/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col-bottom {width:960px; height:5px; margin-bottom:15px; margin-left: 8px; background:url("../images/RoundedCorners1Col/col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col {position:relative; padding:10px 30px 15px 20px; margin-left: 8px; background:url("../images/RoundedCorners1Col/col.gif") 0 0 repeat-y;}


#cols2-top {width:960px; height:5px; margin-top:5px; background:url("../images/RoundedCorners2/cols2-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../images/RoundedCorners2/cols2-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2 {background:url("../images/RoundedCorners2/cols2.gif") 0 0 repeat-y;}

#cols2 .col h2 {background-color:#e4f1f6; color:#3d99c2;}
#cols2 .col h2 a {color:#20368a;}
#cols2 .col h2 a:hover {color:#000;}
/* #cols2 .col-more {background:#F5F5F5;} */

    .col {float:left; width:455px; padding:0 1px; margin-left:8px;}
/*  .col.last {margin-right:0;} */
    .col h2 {margin:0; padding:5px 15px 8px 50px; background:url("../images/RoundedCorners2/cols2-title.gif") 20px 40% no-repeat;}

        .col-text {padding:10px 15px 15px 15px; border-top:1px solid #DFDFDF;}
        .col-text p {margin:0;}
        .col-text ul {margin-bottom:0;}
        .col-more {padding:10px 10px 5px 0; text-align:right;}

			ul.ul-01 {margin:0 0 -20px 0; list-style:none;}
			ul.ul-01 li {padding:2px 0 2px 25px; margin-left:-20px; background:url("../images/RoundedCorners2/ul-01.gif") 0 10% no-repeat; font-size:100%;}

			ul.ul-list {margin:15px 0; list-style:none;}
			ul.ul-list li {padding:1px 0;}
			ul.ul-list span.date {padding-right:10px;}
 
/* ----------------------------------------------
	PAGE ELEMENTS - Tables, Forms, Search Forms
 ------------------------------------------------ */
/* -- TABLE -- */

/*-- Products Layout --*/
.Products-Table {
	margin-top: -10px;
	}
.Products-Detail {list-style:none;}
.Products-Detail li {padding:2px 0 2px 25px; margin-left:-40px; background:url("../images/RoundedCorners2/ul-01.gif") 0 10% no-repeat; font-size:100%;}

/* -- Normal TABLE -- */
table {
	border-collapse: collapse;
	margin: 10px 10px 10px 2px;
	width: 100%;
	}
th {
	color: #555;
	background: #ededed;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-width: 1px;
  	border-style: solid;
  	border-color: #fff #fff #fff #ededed;
	}
tr {
	height: 34px;
	background: #fff;
	}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;
	}
td a {
	color: #0084ff;
	}
.mobilemedia {
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
	width: 99%;
	}

/* -- FORM -- */
form {
	margin: 5px -5px 15px 0px;
	padding: 10px 0 10px 0px;
	border: 1px solid #f1f1f1;
	background: #F9F9F9;
	}
label {
	display: block;
	font-weight: bold;
	margin: 5px 0 5px 5px;
	color: #666666;
	}
input, select {
	color: #666666;
	background: #fff;
	}
textarea {
	width: 450px;
	padding: 5px;
	height: 100px;
	display: block;
	color: #666666;
	}
input, textarea, select {
	margin: 10px 0 5px 10px;
	font: normal 1em Verdana, sans-serif;
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
	}
input.button {
	margin: 10px 0 5px 10px;
	font: bold 10px Verdana;
	height: 30px;
	padding: 0px 10px 0 10px;
	color: #555;
	background: #E6E6E6;
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
	}

.liketextarea {
/* Text area similar to Form text area: Scrollable, linkable, uneditable when viewed, etc. */
	overflow: scroll; border:0; height: 150px; width: 410px; margin:10px 0 0 10px;
	}

.liketextarea-archive {
/* Text area similar to Form text area: Scrollable, linkable, uneditable when viewed, etc. */
	overflow: scroll; border:0; height: 150px; width:830px; margin:10px 0 10px 10px;
	}

/* -- SEARCH FORM -- */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 12px 0 15px 8px;	
	width: 190px;	
	}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
	}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
	}

/* ------------------------------------------
   LAYOUT - Header, Intro area, Main Content Area
------------------------------------------- */ 

/* -- CONTACT DETAILS -- */
#header-wrap-1Home p#contact {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 0.9em;
	color: #20368a;
	width: 350px;
	top: 20px;
	right: -36px;		
	}
/* -- BREADCRUMB -- */
#header-wrap-1Home p#Breadcrumb {
	color: #fff;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 400px;
	top: 126px;
	left: 30px;		
	}

/* -- CONTACT DETAILS -- */

#header-wrap-1Home2 p#contact {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 18px;
	right: 32px;		
	}

/*#header-wrap-1Home2 p#contact {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 0.9em;
	color: #20368a;
	width: 350px;
	top: 20px;
	right: -36px;		
	}*/

#header-wrap-2ndLevelPage p#contact {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 18px;
	right: 32px;		
	}

/*#header-wrap-2ndLevelPage p#contact {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 0.9em;
	color: #20368a;
	width: 350px;
	top: 20px;
	right: -36px;		
	}*/

/* -- INTRODUCTION AREA -- */
#header-wrap-1Home { /* Set different MASTHEAD BACKGROUNDS here */
	position: relative;
	background: #fff url(../images/Backgrounds/Mastheads/Homepage_HeaderBG.jpg) no-repeat;
	margin: 0 auto;
	width: 980px;
	height: 420px;
	text-align: left;	
	}
#header-wrap-1Home2 {
	position: relative;
	background: url(../images/Backgrounds/Mastheads/Homepage_HeaderBG_2.jpg) no-repeat;
	margin: 0 auto;
	width: 980px;
	height: 420px;
	text-align: left;	
	}
#header-wrap-2ndLevelPage {
	position: relative;
	background: url(../images/Backgrounds/Mastheads/2ndLevel.jpg) no-repeat;
	margin: 0 auto;
	width: 980px;
	height: 244px;
	text-align: left;	
	}

/* Set position for ACTIVE CONTENT (Galleries, Flash, etc.) */
#header-Active { 
	position: absolute;
	top: 158px;
	left: 25px;	
	padding: 0;		
	height:250px; 
	width: 700px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
	}
#header-Active img {
	border: none;
	margin: 0;
	padding: 0;
	} 

/* Set position and style for Copyright, Address & Terms in footer */
	.address {
	float:right;
	padding-right: 30px;
	color:#FFF;
	background-color:0099ff;
	right:0;
	}
	.address a {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	font-size: 90%;
	}
	.address a:hover {
	color: #0a4180;
	}

/* ------------------------------------------
	NAVIGATION - Primary (NAV1); Secondary (NAV 2 - Dropdown); Sidemenu (NAV 3 - Righthand); Breadcrumb
------------------------------------------- */ 
/* -- PRIMARY NAVIGATION -- */
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 950px;
	top: 105px;	
	}
#nav ul {
	list-style: none;
	width: 980px;		
	height: 44px;
	margin: 0;
	padding: 0;	
	display: inline;
	}
#nav ul li {
	display: inline;
	marontact
	gin: 0;
	padding: 0;
	}
#nav ul li a {
	float: right;
	margin: 0;
	padding: 11px 11px 5px 11px;
/*	font: bold 10px/35px "Verdana", Arial, Helvetica, sans-serif;*/
	font: bold 11px/35px arial, sans-serif;
	text-decoration: none;	
	color: #fff;	
	}
#nav ul li a:hover, #nav ul li a:active {
	color: #fff;
	border: none;
	background: none;
	}
#nav ul li a:hover {	
	color: #fff;	
	border-bottom: 6px solid #00c0ff;
	/*background: #44B3C2 url(../images/nav-current.png) repeat-x;
	border: none;*/
	}
#nav ul li#current a {	
	color: #fff;	
	border-bottom: 6px solid #00c0ff;
	/*background: #44B3C2 url(../images/nav-current.png) repeat-x;
	border: none;*/
	}

/* -- SECONDARY NAVIGATION --*/
#nav2 {
	position: absolute;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	width: 960px;
	top: 368px;
	}
#nav2-2ndLevelPage {
	position: absolute;
	margin: 0;
	margin-left: 30px;
	padding: 0;
	width: 960px;
	top: 176px;
	}

/* -- BREADCRUMB -- */
#header-wrap-1Home2 p#Breadcrumb {
	color: #fff;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 400px;
	top: 126px;
	left: 30px;		
	}
#header-wrap-2ndLevelPage p#Breadcrumb {
	color: #fff;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 400px;
	top: 126px;
	left: 30px;		
	}

/* ------------------------------------------
	/ NAVIGATION
------------------------------------------- */ 

/* -- BODY CONTENT -- */
#content-outer {
	background: transparent;
	width: 100%;
	}
#content-wrapper {
	background: transparent;
	width: 980px;
	margin: 0 auto;	
	text-align: left;
	}
#content-wrapper-home {
	background-image: url(../images/Backgrounds/BG_Extension.png); background-repeat: no-repeat;
	width: 980px;
	height: 251px;
	margin: 0 auto;	
	text-align: left;
	}

.col-fullwidth-2ndNav {
	background: transparent;
	float: left;
	width: 930px;
	padding-left: 21px;
	padding-right: 29px; margin-top: -40px;
	}

.col-fullwidth {
	background: transparent;
	float: left;
	width: 930px;
	padding-left: 21px;
	padding-right: 29px;
	}
.col-one {
	background: transparent;
	width: 670px;
	float:right;
	padding-right: 20px;
	}
.col-two {
	font: 0.9em/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	float: left;
	width: 240px;
	padding-left: 30px;
	}
.col-two a {
	font-weight: bold;
	}
.col-twocolumns-left {
	float: left;
	width: 445px;
	margin-left: 5px;
	}
.col-twocolumns-right {
	float: right;
	margin-right: 0;
	width: 445px;
	}
.col-twocolumns-spanned {
	float: left;
	width: 895px;
	margin-left: 5px;
	}

/* POSTMETA - Grey box with links - below content */
.postmeta {	
	padding: 5px;
	margin: 20px 0px 10px 0px;	
	font-size: 0.9em;	
	color: #444444;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
	}
.postmeta a { 
	background: transparent;
	font-weight: bold;	
	}
.postmeta a.choices { margin: 0 10px 0 5px;	}

/* THUMBNAILS - Partners rollovers */
p.thumbs {
	padding: 0px;
	}
.thumbs img { 
	padding: 4px;
	margin: 5px;
	border: 1px solid #fff;
	background: transparent;
	}
.thumbs img:hover	{
	border: 1px solid #ebebeb;
	}
.thumbs a:hover { background-color: transparent; border: none }

/* ------------------------------------------
   FOOTER
------------------------------------------- */ 
#footer-wrapper {
	clear: both;
	width: 936px;
	margin: 0 0 0 2px;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #858585;
	background-image: url(../images/Footer/BG_Footer_936x49.png); background-repeat:no-repeat;
	}
#footer-wrapper .bottom-right {
	text-align: right;
	line-height: 3em;
	background: transparent;
	margin-right: 10px;
}
#footer-wrapper,#footer-wrapper-fullblue .bottom-right a {
	color: #858585;
	}
#footer-wrapper,#footer-wrapper-fullblue .bottom-right a:hover {
	color: #333;
}

#footer-wrapper-fullblue {
	clear: both;
	width: 951px;
	height: 93px;
	margin: 0 0 0 -5px;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #858585;
	background-image: url(../images/Footer/BG_Footer_FullBlue_951x94.png); background-repeat:no-repeat;
	}
#footer-wrapper-fullblue .bottom-right {
	text-align: right;
	line-height: 3em;
	background: transparent;
	margin-right: 10px;
	padding-top: 28px;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear { display: inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
	}


/*--------------------------------------------------------------------------
	INTERACTIVE ELEMENTS (Content Sliders + Lightboxes + Slider Gallery)
--------------------------------------------------------------------------*/

/*---------------------------------------------------
	Content slider
---------------------------------------------------*/
/*
The Numbered Navigation element of the content scroller:
	> The background image must be changed to reflect the amount of numbered navigation items.
	> "class 'pagination' goes with ONE content_# item"; "class 'pagination3' goes with THREE content_# items"; etc.
*/
.pagination_Home{
	width: 920px; /* Width of pagination DIV. Total width should equal slider's outer width */
	height: 28px;
/*	background: url(../images/pagination_Home.png);*/
	text-align: right;
	margin-bottom: -9px;
	margin-top: 23px;
}
.pagination_Home a {
	position: relative;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-right: 5px;
	top: 2px;
}
.pagination_Home a:hover, .pagination_Home a.selected {
	color: #00CCCC;
	}
.next {
	margin-right: 28px;
	}
/*
	The sliderwrapper wraps all paginated content inserts and sets background image for area.
*/
.sliderwrapper_Home {
	position: relative; /* leave as is */
	overflow: hidden; /* leave as is */
	width: 910px; /* width of content slider */
	height: 144px;
	/*background: url(../images/Contentslider default.png);*/
	}
.sliderwrapper_Home .contentdiv {
	visibility: hidden; /* leave as is */
	position: absolute; /* leave as is */
	left: 0;  /* leave as is */
	top: 0;  /* leave as is */
	width:910px; /* width of content DIVs within slider. Total width should equal slider's inner width */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	}
/* 
	Available changes IN ACTUAL WEB PAGE {content_#}

	> "class 'pagination1' goes with ONE content_# item"; "class 'pagination3' goes with THREE content_# items"; etc. 
	> Delete or Comment out unused content_#. The numbers will automatically be removed from the page selector.
*/
#content_Home_1 {
	background: url(../images/SlideGallery/Ad_1_NAI_1.jpg);
	}
#content_Home_2 {
	background: url(../images/SlideGallery/Ad_2_MicroSys_1.jpg);
	}
#content_Home_3 {
	background: url(../images/SlideGallery/Ad_3_Alligator_1.jpg);
	}
#content_Home_4 {
	background: url(../images/SlideGallery/Ad_4_THEMIS_1.jpg);
	}
#content_Home_5 {
	background: url(../images/SlideGallery/Ad_5_PENTEK_1.jpg);
	}
#content_Home_6 {
	background: url(../images/SlideGallery/Ad_6_InterfaceConcept_1.jpg);
	}

.intro-btn {
	position:relative;
	top: 105px;
	float:right;
	padding: 2px 43px;
}
.intro-btn a {
	font-size: 10px;
	color: #00c0ff;
	border-bottom: 1px dotted #999;
}
.intro-btn a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}
/*
	Content header
*/
.contentslider_hdr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 6px;
	}
/*
	Hyperlinks
*/
.intro-links a {
	text-decoration: none;
	color: #00c0ff;
	border-bottom: 1px dotted #fff;
	}
.intro-links a:hover {
	/*background: #F0f0f0; */
	color: #333;
	border-bottom: 1px dotted #000;
	}
	
/* ------------------------------------------
	jQuery LightBox Gallery
------------------------------------------- */ 
#gallery {
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: solid #ededed;
	border-width: 5px 5px 10px;
	}
#gallery ul a:hover img {
	border: solid #333333;
	border-width: 5px 5px 10px;
	color: #333333;
	}
#gallery ul a:hover { color: #fff; }

#gallery2 {
	background-color: #ffffff;
	width: 100%;
	}
#gallery2 ul { list-style: none; }
#gallery2 ul li { display: inline; }
#gallery2 ul img {
	border: 5px solid #999999;
	border-width: 5px 5px 20px;
	}
#gallery2 ul a:hover img {
	border: 5px solid #333333;
	border-width: 5px 5px 20px;
	color: #333333;
	}
#gallery2 ul a:hover { color: #fff; }
	
/* gallery3, 4, etc. */

/* ------------------------------------------
	Mootools Slider Gallery
------------------------------------------- */ 
#stage {
	width:558px; /* width(130*4)+padding(4*2*4)+marginright(2*3)=558  */
	overflow: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	height:240px;
	margin:0 auto;
	/*background-image:url(../images/);
	background-color:#;*/
	}
#slider-previous { left: 25px; }
#slider-next { left: 619px; }
#slider-previous, #slider-next {
	position: absolute;
	margin:0 auto;
	top: 235px;
	background-image: url(../images/BG_btn_slidergallery.gif);
	width: 12px;
	height: 60px;
	font-size: 13px;
	}
#slider-previous a, #slider-next a { color: #fff; text-decoration: none; }
#myList {
	width:2000px;
	border:0;
	margin:0;
	padding:0;
	}
#myList li {
	width:130px;/* was 200 */
	padding:4px;
	margin-right: 2px;
	/*border: 1px solid #FFFFFF;*/
	height:146px; /* was 200 */
	list-style: none; 
	margin-top: 10px;
	padding-top: 138px; 
	float:left;
	font: 0.9em/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	}
#one {
	background:  url("../images/firefox.jpg") top no-repeat;
	}
#two {
	background:  url("../images/firefox.jpg") top no-repeat;
	}
#three {
	background:  url("../images/firefox.jpg") top no-repeat;
	}
#four {
	background:  url("../images/firefox.jpg") top no-repeat;
	}
#five {
	background:  url("../images/firefox.jpg") top no-repeat;
	}
#six {
	background:  url("../images/firefox.jpg") top no-repeat;
	}
#seven {
	background:  url("../images/firefox.jpg") top no-repeat;
	}
#eight {
	background:  url("../images/firefox.jpg") top no-repeat;
	}
#nine {
	background:  url("../images/firefox.jpg") top no-repeat;
	}
#ten {
	background:  url("../images/firefox.jpg") top no-repeat;
	}
#one a, #two a, #three a, #four a, #five a, #six a, #seven a, #eight a, #nine a, #ten a  {
	color: #018ed5;
	}
/* ---------------------------------------- */
