/* CSS Document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
/*padding: 20px 0px 20px 0px;*/
background-color: #FFFFFF;
color: #2e2d2c;
font-size: 12px;
font-weight: normal;
line-height: 14px;
margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
text-align: center; /* Centers the page content container in IE 5 browsers. */
padding-top:10px;
}

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

/* Commonly used to style page titles. */
h1 {
  color: #b54f37;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #b54f37;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for the h3 header. */
h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Sets the style for the h4 header. */
h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Sets the style for the h5 header. */
h5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Sets the style for the h6 header. */
h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Sets the style for unvisited links. */
/*
a,  a:link {
}
a:link	{
  color: #333333;
  font-weight:bold;
  text-decoration: underline;
}
/* Sets the style for visited links. */
/*a:visited {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
/*a:hover {
  color: #CC9933;
  text-decoration: underline; 
}
/* Sets the style for a link that has focus. */
/*a:focus {
  color: #333333;
}
/* Sets the style for a link that is being activated/clicked. */
/*a:active {
  color: #333333;
}

/*****************************************************************************/
#wrapper {
/*width: 956px;
width:1019px;
padding: 10px;
margin: 0px auto 0px auto;
height: auto;
text-align: left;
border: 1px solid #ddd;*/

background-color: #fff;
  margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
/*width: 1019px;*/
width:1021px;
}
#header {
margin: 0px;
/*padding: 0px;
height: 100px;
width: auto;
background-color: #f1f1f1;*/

background-color: #ffffff;
  /*border-bottom: solid 1px #8b675a; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 7px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
 
}

#container {
width:733px;
background-image:url(../images/dot_line.gif); background-repeat:repeat-y; background-position:right;
padding: 0px;
margin: 0px 0px 0px 0px;
height: 1%;
/*background-attachment: scroll;
background-image: url(back.gif);
background-repeat: repeat-y;
background-position: 0px 0px;

width: auto;*/
}

#containerHolder {

padding: 0px;
margin: 0px 0px 0px 0px;
height: 1%;
/*background-attachment: scroll;
background-image: url(back.gif);
background-repeat: repeat-y;
background-position: 0px 0px;

width: auto;*/
}

#container_home {
padding: 0px;
margin: 0px 0px 0px 0px;
height: 1%;
/*background-attachment: scroll;
background-image: url(back.gif);
background-repeat: repeat-y;
background-position: 0px 0px;

width: auto;*/
}

#mainContent {
width:693px;
padding: 0px;
margin: 0px 0px 0px 0px;
height: 1%;
background-image:url(../images/dot_line.gif); background-repeat:repeat-y; background-position:right;

}

#left {
margin: 0px;
/*width: 160px;*/
width:535px;
padding-left:28px; padding-top:20px; padding-right:12px;
/*padding: 10px 20px 10px 20px;*/
float: left;
text-align:left;
}

#left2 {
margin: 0px;
/*width: 160px;*/
width:643px;
padding-left:28px; padding-top:20px; padding-right:12px;
/*padding: 10px 20px 10px 20px;*/
float: left;
text-align:left;
}


/* Main navigation  */
#nav {
margin: 0px;
margin-top:10px;
padding: 0px;
list-style-image: none;
list-style-type: none;
text-align:right;
}
#nav li {
padding-bottom:20px; padding-right:3px;
/*margin: 0px;
padding: 0px;
display: block;
background-attachment: scroll;
background-image: url(bullet.gif);
background-repeat: no-repeat;
background-position: 0px 50%;*/
}
/*
#nav li a:link, #nav li a:visited, #nav li a:active {
color: #666;
text-decoration: none;
display: block;
margin: 0px;
padding: 3px 15px 3px 15px;
width: 130px;
}
#nav li a:hover {
color: #999;
text-decoration: none;
}*/

/*end nav**********************************************************/

#center {
height: 100%;
/*width: 504px;*/
width:158px;
background-image:url(../images/dot_line.gif); background-repeat:repeat-y; background-position:right; 
/*padding: 10px 20px 10px 20px;*/
float: left;
margin: 0px 0px 0px 0px;
line-height: 1.8em;
}

#center2 {
height: 100%;
/*width: 504px;*/
width:50px;
background-image:url(../images/dot_line.gif); background-repeat:repeat-y; background-position:right; 
/*padding: 10px 20px 10px 20px;*/
float: left;
margin: 0px 0px 0px 0px;
line-height: 1.8em;
}

#centerholder {
height: 100%;
/*width: 504px;*/
width:158px;
background-image:url(../images/dot_line.gif); background-repeat:repeat-y; background-position:right; 
/*padding: 10px 20px 10px 20px;*/
float: left;
margin: 0px 0px 0px 0px;
line-height: 1.8em;
}

h1 {
font-size: 14px;
margin: 0px;
padding: 0px;
}

#right {
padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
height: auto;
/*width: 160px;*/
width:270px;
float:right;
/*float: left;*/
margin: -1523px 0px 0px 0px;

}

#right_home {
padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
height: auto;
/*width: 160px;*/
width:266px;
float: right;
z-index:1000;

margin: -1060px 0px 0px 0px;

}

#rightCol {
padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
height: auto;
/*width: 160px;*/
width:267px;
float: left;
margin: 0px 0px 0px 0px;
}
/*right column picture*/
/*#rightColMenu	{
	padding: 0px 0px 0px 0px; height: auto; margin: 0px 0px 0px 0px;
	float: left; filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
	background-image:url(../images/longroad.jpg);background-repeat:no-repeat; width:267px; height:483px;  
}
*/
.content_rt	{
 margin-left: -1px;

}

.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 5px;
width: auto;
}
/*
#footer {
margin: 10px 0px 0px 0px;
text-align: center;
padding: 15px 0px 15px 0px;
background-color: #f1f1f1;
}
#footer p {
color: #999;
margin: 0px auto 0px auto;
padding: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #999;
text-decoration: none;
}
#footer a:hover {
color: #ccc;
text-decoration: none;
}
*/

p	{
	font-size:12px;
	line-height:18px; font-weight:normal; color:#000000; margin-right:10px;
}	

#footer {
	border-top: none; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding-left: 30px;
	padding-top:20px;
	width: 713px;
	/*background-position: center;*/
}

.footerlinks	{
	color:#666666;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}


a.footerlinks:link {
	color: #666666;
	text-decoration: none;

}

a.footerlinks:visited {
	color: #666666;
	text-decoration:none;
}

a.footerlinks:hover {
	color:#CC9933;
	text-decoration:underline;
}

a.footerlinks:active {
	color: #666666;
	text-decoration:none;
}

.links	{
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}


a.links:link {
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	text-decoration:underline;

}

a.links:visited {
	color: #333333;
	text-decoration:underline;
}

a.links:hover {
	color:#000000;
	text-decoration:none;
	background-color:#F0E3BD;
}

a.links:focus {
	color:#333333;
	text-decoration:underline;
	background-color:#CC9900;
}

a.links:active {
	color: #333333;
	text-decoration:underline;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
	color:#CC9900;
}

.style2 {
	color:#000000; font-weight:normal;
	font-style: italic; font-size:12px;
}

.style3 {
	color:#CC6600;
	font-weight: bold;
}

.weblist {	
	list-style:none; margin-top:10px; line-height:22px; font-weight:bold; color:#333333;
}

.weblist2 {	
	margin-top:10px; margin-bottom: 10px; font-weight:normal; color:#333333;
}

.webstore {	
	list-style:none; margin-top:10px; margin-right: 10px; line-height:18px; font-weight:normal; color:#333333;
}

.shopcart {	
	list-style:disc; line-height: 16px; 
}

.shoppingcart {	
	list-style:disc; line-height: 18px; color: #003366
}

 
.shopping	{
	margin-bottom: 8px;
}

.shopping2 {	
	list-style:none; margin-bottom: 8px; font-weight: bold; margin-left:-15px;
}

.storesite	{
	margin-bottom: 10px;
}

.storesite2	{
	margin-bottom: 10px; list-style:none;
}

.sitelink	{
	color:#CC9900; text-decoration:none;
	font-weight: bold;
}

.backlk	{
	text-align:left;
}

a.backlk:link {
	color: #000000;
	text-decoration:none;
}

a.backlk:visited {
	color: #000000;
	text-decoration:none; 	
}

a.backlk:hover {
	color:#CC9900;
	text-decoration:underline; 	
}

a.backlk:active {
	color: #000000;
	text-decoration:none; 	

}

.backlk2	{
	text-align:left;
}

a.backlk2:link {
	color: #000000;
	text-decoration:none;
}

a.backlk2:visited {
	color: #000000;
	text-decoration:none; 	
}

a.backlk2:hover {
	color:#086898;
	text-decoration:underline; 	
}

a.backlk2:active {
	color: #000000;
	text-decoration:none; 	

}

a.backmn:link {
	color:#CC9900;
	text-decoration:none;
}

a.backmn:visited {
	color: #CC9900;
	text-decoration:none; 	
}

a.backmn:hover {
	color:#086898;
	text-decoration:underline; 	
}

a.backmn:active {
	color: #000000;
	text-decoration:none; 	

}
.weblink	{
color:#CC9900; font-weight:bold;
	text-decoration:none; border:none;
}

a.weblink:link {
	color:#CC9900; font-weight:bold;
	text-decoration:none;
}

a.weblink:visited {
	color: #CC9900; font-weight:bold;
	text-decoration:none; 	
}

a.weblink:hover {
	color:#086898; font-weight:bold;
	text-decoration:underline; 	
}

a.weblink:active {
	color: #000000; font-weight:bold;
	text-decoration:none; 	
}

.weblink2 {
	color:#CC9900; font-weight:bold; font-size:11px;
	text-decoration:none;
}
a.weblink2:link {
	color:#CC9900; font-weight:bold; font-size:11px;
	text-decoration:none;
}

a.weblink2:visited {
	color: #CC9900; font-weight:bold;
	text-decoration:none; 	
}

a.weblink2:hover {
	color:#086898; font-weight:bold;
	text-decoration:underline; 	
}

a.weblink2:active {
	color: #000000; font-weight:bold;
	text-decoration:none; 	
}

.weblink3 {
	color:#CC9900; font-weight:bold; font-size:12px;
	text-decoration:underline;
}
a.weblink3:link {
	color:#CC9900; font-weight:bold; font-size:12px;
	text-decoration:underline;
}

a.weblink3:visited {
	color: #CC9900; font-weight:bold;
	text-decoration:underline; 	
}

a.weblink3:hover {
	color:#086898; font-weight:bold;
	text-decoration:underline; 	
}

a.weblink3:active {
	color: #000000; font-weight:bold;
	text-decoration:underline; 	
}

.weblink4 {
	color:#086898; font-weight:bold; font-size:12px;
	text-decoration:underline;
}
a.weblink4:link {
	color:#086898; font-weight:bold; font-size:12px;
	text-decoration:underline;
}

a.weblink4:visited {
	color: #086898; font-weight:bold;
	text-decoration:underline; 	
}

a.weblink4:hover {
	color:#CC9900; font-weight:bold;
	text-decoration:underline; 	
}

a.weblink4:active {
	color: #000000; font-weight:bold;
	text-decoration:underline; 	
}

.weblink5 {
	color:#996600; font-size:11px; font-weight:bold; text-decoration:none
}

.weblink5:link {
	color:#996600; font-size:11px; font-weight:bold; text-decoration:none
}

a.weblink5:visited {
	color:#996600; font-size:11px; font-weight:bold; text-decoration:none
}

a.weblink5:hover {
	color:#086898; font-size:11px; font-weight:bold; text-decoration:underline
}

a.weblink5:active	{
	color:#996600; font-size:11px; font-weight:bold; text-decoration:none
}

.view	{
	line-height:70px; padding-bottom:-20px; font-size:11px;
	padding-left:7px; color:#333333; font-weight:bold
}



.backtop	{
	text-align:center;
}

a.backtop:link {
	color: #CC9900;
	text-decoration:underline;
}

a.backtop:visited {
	color: #CC9900;
	text-decoration:underline; 	
}

a.backtop:hover {
	color:#66CCCC;
	text-decoration:none; 	
}

a.backtop:active {
	color: #CC9900;
	text-decoration:underline; 	

}

.topmenu	{
	text-align:left; font-size:11px; font-weight:bold; color: #666666
}

a.topmenu:link {
	color: #666666;	text-decoration:none;
}

a.topmenu:visited {
	color: #666666;
	text-decoration:none; 	
}

a.topmenu:hover {
	color:#CC9900;
	text-decoration:underline; 	
}

a.topmenu:active {
	color: #666666;
	text-decoration:none; 	

}


.subhdr	{
 color:#086898; padding-top:10px; line-height:16px; font-size:12px;
}

.webservices	{
	 color:#000000; padding-top:10px;
}

.hosting_plan	{
	margin-left:75px;color:#086898

}

.linequote	{
/*background-image:url(../images/quoteline.gif); background-position:top left; background-repeat:repeat-y;*/
background-image:url(../images/middle_bg.gif); background-position:top left; background-repeat:repeat-y;

}

.bg_middle	{
  background-image:url(../images/bg_middle.gif); width:374px; background-image: background-position:top left; background-repeat:repeat-y;

}

.domain_middle	{
  background-image:url(../images/dommiddle.gif); width:374px; background-image: background-position:top left; background-repeat:repeat-y;

}

.ssl_middle	{
  background-image:url(../images/sslmiddle.gif); width:530px; background-image: background-position:top left; background-repeat:repeat-y;

}

.update_middle	{
  background-image:url(../images/sslmiddle.gif); width:530px; background-image: background-position:top left; background-repeat:repeat-y;

}

.testimonial	{
 padding:0px; margin:0px; padding-left:25px; padding-right:45px; /*color:#243847*/ color:#003366;

}

.testimonial2	{
 padding:0px; margin:0 0 10px 0; padding-left:25px; padding-right:45px; /*color:#243847*/ color:#003366;

}

.date	{
 padding:0px; margin:0 0 10px 0; padding-left:25px; padding-right:45px; color:#003366; font-weight:bold; font-size:11px

}

.quote	{
	list-style:none; line-height:18px; margin-top:-1px;
}

.by	{
	margin-left: -15px; font-weight:bold; color:#666666; font-size:11px; line-height: 18px; margin-bottom:1px 
}

.firm { margin-left: -15px; font-weight:bold; color:#666666; font-size:11px; line-height:13px;
}

.site	{
	margin-left: -15px; margin-bottom:15px; font-weight:bold; color:#666666; font-size:11px;
}
.side {
	text-align:right;
	/*background-color:#086898;*/
	font:bold 11px verdana;
	color:#086898;
}
.leftside {
	text-align:right;
	padding-right:15px; 
	/*background-color:#086898;*/
	font:bold 11px verdana;
	color:#086898;
}

td {
	text-align:right;
	background:#DDECF7;
	font-size: 11px;
	
}
.style4 {color: #086898; text-align:right;}
.ssl {color: #086898; text-align:left;}
.style5 {color:#003366; text-align:right; font-size:11px;}
.sslprice {color:#003366; text-align:left; font-size:11px; padding-bottom:10px;}
.style6 {
	color:#666666;
	font-weight: bold;
}

.style7 {
	color:#CC9900;
	font-weight: bold;
}

.style8 {
	color:#086898;
	font-weight: bold; font-size:11px;
}

.domains	{
	margin-left: 38px; margin-bottom: 2px; margin-top:-15px; background-color:#DDECF7; /*border: 1px #999999 solid;*/

}

.ssl_table	{
	margin-left: 25px; margin-bottom: 2px; margin-top:2px; background-color:#DDECF7; text-align:left; font-size:11px;/*border: 1px #999999 solid;*/

}

/*show and hide*/
.more {
    display: none;
	/*border-top: 1px dotted #9A682C;
    border-bottom: 1px dotted #9A682C;*/ }
a.showLink, a.hideLink {
    text-decoration: none;
    color: #CC9900;
	font-size: 11px;
	font-weight: normal;
    padding-left: 8px;
    background: transparent url('down.gif') no-repeat left; }
a.hideLink {
    background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #9A682C; }

.more2 {
    display: none;
	/*border-top: 1px dotted #9A682C;
    border-bottom: 1px dotted #9A682C;*/ }
a.showLink2, a.hideLink2 {
    text-decoration: none;
    color: #CC9900;
	font-size: 11px;
	font-weight: normal;
    padding-left: 8px;
    background: transparent url('down.gif') no-repeat left; }
a.hideLink2 {
    background: transparent url('up.gif') no-repeat left; }
a.showLink2:hover, a.hideLink2:hover {
    border-bottom: 1px dotted #9A682C; }

/* end show and hide*/

.listhide	{
	padding-left:9px; margin-top:-10px;margin-bottom:40px
}

.servicehide	{
	margin-left:-5px;margin-top:10px;margin-bottom:20px
}

.webportfolio	{
	padding-left:15px; color:#333333; font-weight:bold; font-size:11px; padding-top:-20px
}

.internetmarket	{
	float:left;width:170px;padding:8px;font-size:20px;line-height:24px;margin-top:15px;margin-left:5px;margin-bottom:10px;margin-right:20px; color:gray; font-stretch:expanded; font-weight:normal; text-align:center
}

.webbusiness	{
	font-family: Arial,Helvetica,Georgia; font-size: 18px; line-height: 22px; color:grey
}

.webprofit	{
	font-family:Arial,Helvetica,Georgia; font-size: 20px; line-height: 20px; color:#333333;
}

.webinspire	{
	float: right; width: 150px; height: 5em; margin-top: 10px; margin-bottom: 20px; margin-left: 10px; font-family: Arial,Helvetica,Georgia; font-size: 20px; line-height: 22px; color: black; text-align: right;
}

.websuccess	{
	color: grey; font-size:16px
}

.webneeds	{
	float: left; width: 150px; height: 5em; margin-top: 20px; margin-bottom: 50px; margin-left: 10px; margin-right:30px; font-family: Arial,Helvetica,Georgia; font-size: 20px; line-height: 22px; color: black; text-align: center;
}
.fontgry	{
	color: #666666;
}
.fontgrysm	{
	color: #666666; font-size:14px;
}

.websitelist	{
	list-style:none; list-style-position:inside; list-style:disc; line-height:18px;  font-size:11px; font-weight:bold;
}

.topsite	{
	color:#CC9900; font-weight:bold;
}

.menutop	{
	list-style:none; padding-top:10px; line-height:20px;
}

.webproduct	{
	list-style:none; line-height:18px; color:#000000;margin-top:-20px;
}

.securesite	{
	color:#086898; padding-bottom:13px; font-size:14px; margin-left:0px; margin-top:20px;
}
.webencrypting	{
	color:#086898; padding-bottom:13px; font-size:14px; margin-left:93px; margin-top:-40px;
}

.meetingneeds {
	color:#086898; padding-bottom:13px; font-size:14px; margin-left:65px; margin-top:-40px;
}

.webupdate	{
	color:#086898; padding-bottom:13px; font-size:14px; margin-left:50px; margin-top:-40px;
}

.domaincost	{
	color:#086898; padding-bottom:13px; font-size:14px; margin-left:70px; margin-top:-40px;
}	

.domainfee	{
	text-align:left; font-size:11px; padding:5px; margin-left:10px; line-height:14px; color:#086898
}

.webfaqs	{
	padding-bottom:10px; margin-left:-22px; margin-right:10px;
}

.sitefaqs	{
	margin-left:-38px; font-size:11px;
}

.cartfaqs	{
	margin-left:-38px; font-size:11px; margin-bottom:10px;
}

.aboutweb	{
	list-style:none; margin-top:10px; line-height:18px; margin-right:10px;

}

.floatleft 
{
float: left;
width: 226px;
margin: 18px 10px 8px 0px;/*(top, right, bottom, left) */
/*background-color:#000000;*/
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#935E1E;
padding: 0px 0px 0px 0px; /*(top, right, bottom, left) */
/*border-top: 1px solid #333;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
border-left: 1px solid #666;*/
border: none
}

.floatleft2 
{
float: left;
width: 226px;
margin: 6px 10px 5px 0px;/*(top, right, bottom, left) */
/*background-color:#000000;*/
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#935E1E;
padding: 0px 0px 0px 0px; /*(top, right, bottom, left) */
border: none
}

.floatright3 
{
float: right;
width: 226px;
margin: 5px 20px 0 5px;/*(top, right, bottom, left) */
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#935E1E;
padding: 0px 0px 0px 0px; /*(top, right, bottom, left) */
border: none
}

.floatleft4 
{
float: left;
width: 226px;
margin: 25px 10px 0 -35px;/*(top, right, bottom, left) */
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#935E1E;
padding: 0px 0px 0px 0px; /*(top, right, bottom, left) */
border: none
}

/*gallery css*/
#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:320px; 
  height:425px; 
  border:1px solid #888; 
  background:#fff url(windows/win_back.gif);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:320px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:320px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:239px;
  }
#gallery li a:hover img {
  height:239px;
  }
  
 /*privacy*/
 .priv {
	font-size:12px; color:#000000; line-height:16px; text-align:left; margin-left:20px; margin-right:20px;
}

.pcaps	{
	font-size:12px;
	font-variant:small-caps;
	color:#000000; 
	text-align:left; margin-left:20px; margin-right:20px;
}

.phead1	{
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 18px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #086898;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
}

.phead2	{
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 18px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #086898;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 20px; 
	margin-right: 20px;
	font-size:12px; 
}

.subhdr2	{
	 font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; color:#086898; text-align:left; }

.servicesli	{
	margin-bottom:10px; margin-right:30px}

.servicesli2	{
	margin-bottom:10px; margin-right:25px; margin-left:7px;}


.serviceslist	{
	list-style:none; 
	
}

.hightech	{
	color:#003366; font-weight:bold;
}

.listitem {font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 12px; text-decoration:none; font-weight:normal; color:#003366; line-height: 18px;
	margin-left:-38px; 
	 
}
	
a.listitem:link {
	color: #003366;	text-decoration:none;
}

a.listitem:visited {
	color: #003366;
	text-decoration:none; 	
}

a.listitem:hover {
	color:#086898;
	text-decoration:none; 	
}

a.listitem:active {
	color: #003366;
	text-decoration:none; 	

}

/*sitemap*/
 .mapsection {font-family: Tahoma;font-size: 12px; line-height:30px; font-weight:bold; color:#086898; margin-left:-30px; text-align:left; }
    .mapitem {font-family: Tahoma;font-size: 11px; text-decoration:none; font-weight:bold; color:#666666; line-height: 30px; }
	.dt 	{
		line-height: 10px; 
	}

	a.mapitem:link {
	color: #666666;	text-decoration:none;
}

a.mapitem:visited {
	color: #666666;
	text-decoration:none; 	
}

a.mapitem:hover {
	color:#086898;
	text-decoration:underline; 	
}

a.mapitem:active {
	color: #666666;
	text-decoration:none; 	

}	
	
    .mapitem2 {font-family: Tahoma;font-size: 11px; text-decoration:none; font-weight:bold; color:#666666; line-height: 30px;
	margin-left:-38px; 
	 
	}
	
	a.mapitem2:link {
	color: #666666;	text-decoration:none;
}

a.mapitem2:visited {
	color: #666666;
	text-decoration:none; 	
}

a.mapitem2:hover {
	color:#086898;
	text-decoration:underline; 	
}

a.mapitem2:active {
	color: #666666;
	text-decoration:none; 	

}
	

.sublist	{
	padding-left: 20px;
}	

.webcustomer	{
margin-left:-38px; margin-bottom:5px;
}

.designservices	{
margin-left:-38px; margin-bottom:10px;
}

.clientlist	{
	list-style:none; line-height:18px;
}

.typeclient	{
	color:#086898
}
