BODY
{
    font-family: "Lucida Grande" , Arial, sans-serif;
    font-size: 11px;
    color: #0F0F0F;
    margin: 0 0 0 0;
    background-color: #000;      
    background-image: url(images/footer_back.gif); 
    background-repeat: repeat-x;
    background-position: bottom left;
}

.maintable
{
    margin-left: auto;
    margin-right: auto;
    width: 961px;
}

.myTextBox
{
}

.configLabel
{
	color:White;
	font-weight:bold;
	
	}
	
	.configLabel a:link
{
	color:White;
	font-weight:bold;
	text-decoration:none;
	
	}
		.configLabel a:hover
{

	text-decoration:underline;
	
	}
	
		.configLabel a:visited
{
	color:White;
	font-weight:bold;

	
	}

.mainHeading
{
    margin: 0 0 0 0;
    background: white url(Images/top_serachbar_bg.gif) repeat-x left;
    font-weight: bold;
    color: White;
    padding-left: 5px;
    background-position: 90% 90%;
}


.navigation
{
    width: 600px;
    margin-top: 30px;
    font-weight: bold;
    color: Black;
}

.navigation a:hover
{
    width: 600px;
    margin-top: 30px;
    color: Blue;
    cursor: pointer;
}

#leftnav
{
    float: left;
    width: 180px;
    text-align: center;
}

#rightnav
{
    float: right;
    width: 180px;
    margin-right: 20px;
    text-align: center;
}

#numnav
{
    float: inherit;
    text-align: center;
    color: Black;
}


.mainHeading a:link
{
    margin: 0 0 0 0;
    font-weight: bold;
    color: white;
    padding-left: 5px;
}
.mainHeading a:visited
{
    margin: 0 0 0 0;
    font-weight: bold;
    color: white;
    padding-left: 5px;
}

.mainHeading a:hover
{
    font-weight: bold;
    color: #ff9900;
}

.dottedline
{
    height: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: url(images/dotline.gif) repeat-x;
    width: 100%;
}

/*text */


.Error
{
    background-color: Yellow;
    color: Red;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
}


.footer
{
    font-family: tahoma;
    font-size: 10px;
    color: #333333;
}


.txtBox300
{
    border: #999999 solid 1px;
    width: 300px;
    color: #666666;
    height: 16px;
    text-align: left;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 7px;
    padding-top: 5px;
}

.MyGridView
{
    font-family: TAHOMA;
    margin-left: 0px; /* 	BorderStyle="None"     BorderWidth="0px"  */
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #BDBDBD;
    border-bottom-color: #BDBDBD;
    border-left-color: #BDBDBD;
    border-right-color: #BDBDBD;
}
.GVcolumn
{
    margin-left: 50px;
    padding-left: auto;
}
.MyGridView tr.row
{
    color: #000000;
    background-color: #FFF;
    background-image: url(images/gradient_gray1.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;
    height: 10px;
    text-align: left;
    margin-left: 15px;
    padding-left: 5px;
    margin-top: 5px;
    border-style: none;
    border-width: 0px; /* 	border-bottom: solid 1px black; 	outline-style:solid; 	outline-color:Black; 	outline-width:thin;*/
}

.MyGridView tr.rowAlt
{
    color: #000000;
    background-color: #EEEEEE;
    background-image: url('Images/GridViewRow2BG.jpg' );
    background-repeat: repeat-x;
    height: 20px;
    text-align: left;
    border-style: none;
    border-width: 0px;
}

.MyGridView tr.header
{
    color: #FFFFFF ;
    background-color: #282828;/*
    background-image: url( 'Images/GridViewBG.jpg' );
    background-repeat: repeat-x;*/
    height: 28px;
    text-align: left;
    margin-left: 5px;
    border-style: none;
    border-width: 0px;
}

.MyGridView tr.footer
{
    color: #000000;
    background-color: #AAAAAA;
    background-image: url('Images/GridViewBG.jpg' );
    background-repeat: repeat-x;
    height: 25px;
    text-align: left;
    margin-left: 5px;
    border-style: none;
    border-width: 0px;
}
/*
.MyGridView tr.row:hover
{
	background-image: url('Images/GridViewBGHover.jpg');
	background-repeat: repeat-x;
	color: #333333;
}
*/
.info_message
{
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #FE9A2E;
    border-bottom-color: #FE9A2E;
    border-left-color: #FE9A2E;
    border-right-color: #FE9A2E;
    background-color: #F6E3CE;
    background-image: url(images/avail_icon.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 4px center;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    color: #505050;
    font-weight: bold;
    font-size: 11px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 24px;
    line-height: 25px;
    width: 90%;
}

.info_message_gray
{
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #FE9A2E;
    border-bottom-color: #FE9A2E;
    border-left-color: #FE9A2E;
    border-right-color: #FE9A2E;
    background-color: #F6E3CE;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    color: #505050;
    font-weight: bold;
    font-size: 11px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 24px;
    line-height: 25px;
    width: 90%;
}



.addressbook
{
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #BDBDBD;
    border-bottom-color: #BDBDBD;
    border-left-color: #BDBDBD;
    border-right-color: #BDBDBD;
    margin-top: 2px;
    margin-right: 1px;
    margin-bottom: 2px;
    margin-left: 1px;
    color: #505050;
    font-size: 12px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    background-image: url(images/gradient_gray1.gif);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;
}


.MyHeading
{
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #BDBDBD;
    border-bottom-color: #BDBDBD;
    border-left-color: #BDBDBD;
    border-right-color: #BDBDBD;
    margin-top: 2px;
    margin-right: 1px;
    margin-bottom: 2px;
    margin-left: 1px;
    color: #505050;
    font-size: 12px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    display: block !important;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
}

.MyHeading img
{
    position: relative;
}

.MyLink
{
    font-family: Tahoma;
    font-size: 12px;
    color: #191970;
    text-decoration: none;
    vertical-align: middle;
}

.MyLink:visited
{
    font-family: Tahoma;
    font-size: 12px;
    color: #191970;
    text-decoration: none;
}

.MyLink:hover
{
    font-family: Tahoma;
    font-size: 12px;
    color: #191970;
    text-decoration: underline;
}

.headingGrey
{
    font-family: arial;
    font-size: 20px;
    color: #141414;
    font-weight: bold;
}

#product_div
{
    border: solid 1px #BDBDBD;
    margin: 2px 1px 1px 2px;
    color: #505050;
    font-size: 11px;
    padding: 4px 4px 4px 4px; /*        background-image: url(images/gradient_gray1.gif);*/
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;
    font-family: tahoma;
}

#tblProducts .tr
{
    padding: 5px 5px 5px 5px;
}

#tblProducts .div
{
    background-color: Red;
}


.PriceLabel
{
    font-family: tahoma;
    font-size: 12px;
    color: #8B0000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}







.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.5;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}


/*
A:link
{
    font-family: tahoma;
    font-size: 11px;
    color: black;
    text-decoration: none;
}
A:visited
{
    font-family: tahoma;
    font-size: 11px;
    color: black;
    text-decoration: none;
}
A:hover
{
    font-family: tahoma;
    font-size: 11px;
    color: #8B0000;
    text-decoration: none;
}
*/
.footer a:link
{
    font-family: verdana;
    font-size: 110%;
    color: silver;
    text-decoration: none;       
}

.footer a:hover
{
    text-decoration: underline;
}

.footer a:visited
{
    font-family: verdana;
    font-size: 110%;
    color: silver;    
}

.productDetail a:link
{
    text-decoration: none;
    color: Blue;
}


.productDetail a:visited
{
    text-decoration: none;
    color: Blue;
}


.productDetail a:hover
{
    text-decoration: underline;
    color: Blue;
    
}

.productDetail 
{

    font-size: 12px;
   
}

.productDetail ul
{
/*
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
list-style-position:inside;
	*/
	list-style-image: url(images/liststyleimage.png);



		
}
.productDetail li
{

	

	
		
}



.callout_padding
{
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
}

.callout_box3
{
    background: #DCE4E7;
    border-left: 1px solid #8AABB4;
    border-right: 1px solid #8AABB4;
    border-bottom: 1px solid #8AABB4;
    border-top: 0px solid #D0D1D3;
}
#side_menu_left
{
    float: left;
    width: 140px;
    margin: 0;
    padding: 0;
    top: 10px;
    padding-left: 5px;
    padding-bottom: 20px;
}


.ProductListTitle a:link
{
    font-family: tahoma;
    font-size: 12px;
    color: #8B0000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.ProductListTitle a:visited
{
    font-family: tahoma;
    font-size: 12px;
    color: #8B0000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.ProductListTitle a:hover
{
    font-family: tahoma;
    font-size: 12px;
    color: #104E8B;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.form_input_text
{
    border: #696969 1px solid;
    padding: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #696969;
    font-family: arial;
    width: 440px;
}

.round_outer_panel
{
    margin: 5px 0px 0px 0px;
    width: 100%;
}

.round_middle_panel
{
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.round_inner_panel
{
    padding: 8px 5px 5px 5px;
    width: 90%;
}

.heading
{
    font-family: arial;
    font-size: 14px;
    color: #141414;
    font-weight: bold;
}

.subheading
{
    font-family: arial;
    font-size: 12px;
    color: #141414;
    font-weight: bold;
}

hr
{
    height: 1px;
    color: Silver;
}




.reviewTelephone
{

background-color: transparent;
background-image: url(images/icon_phone_fade.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 1% 0%;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 28px;
}

.reviewName
{

background-color: transparent;
background-image: url(images/icon_name_fade.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 1% 0%;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 28px;
}

.reviewEmail
{

background-color: transparent;
background-image: url(images/icon_email_fade.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 1% 0%;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 28px;

}
h1, .heading
{
font: 13px arial,helvetica;
font-weight: bold;
margin-top: 0;
}



h2, .subheading
{
font: 12px arial,helvetica;
font-weight: bold;
margin-bottom: 0;
}


.heading_red
{
    font-family: tahoma,arial,helvetica;
    font-size: 12px;
    color: #8B0000;
	margin-top: 0;
    font-weight: bold;
    margin-bottom: 0;
    font-smooth: always;
}

.heading_black
{
    font-family: tahoma,arial,helvetica;
    font-size: 12px;
    color: #000000;
	margin-top: 0;
    font-weight: bold;
    margin-bottom: 0;
   
}
.detail_black
{
    font-family: tahoma,arial,helvetica;
    font-size: 10px;
    color: #000000;
	margin-top: 0;
    font-weight: lighter;
    margin-bottom: 0;
    
}

.mainProductName 
{

    margin: 0 0 0 0;
    background: white url(Images/top_serachbar_bg.gif) repeat-x left;
    font-weight: bold;
    color: White;
    padding-left: 5px;
    background-position: 90% 90%;
    height: 20px;
    padding-top:4px;

}

 .mainProductName a:link
{
    margin: 0 0 0 0;
    font-weight: bold;
    color: white;
    padding-left: 5px;
}
 .mainProductName a:visited
{
    margin: 0 0 0 0;
    font-weight: bold;
    color: white;
    padding-left: 5px;
}

 .mainProductName a:hover
{
    font-weight: bold;
    color: #ff9900;
}

 .subheading_black
{
    font-family: verdana,tahoma,arial,helvetica;
    font-size: 11px;
    color: 	#505050  ;
	margin-top: 0;
    font-weight: bold;
    margin-bottom: 0;
}

 .subheading_productdetails
{


    
    color: #505050;
    font-size: 11px;
font-weight:normal;
    font-family: tahoma;
}

.AddonList
{
	
padding-left:10px;
padding-top:5px;
}
h3
{
	
    font-size: 11px;
    color: #0F0F0F;
    margin: 0 0 0 0;
    font-weight:normal;

	
	
	}
	
	.pollOuter
{
width: 180px;
padding: 5px;
border-bottom: solid dimgray 1px;
background-image: url(Images/_services_bg.gif);
background-position: 0% 10%;
}

.poll
{
padding: 10px;
width: 160px;
background-color: #fff;
font-size: 10px;
margin-top: 1px;
clear: both;
}

.info

{

background-color: #f4f5f6;
background-image: url(Images/div_info.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 3px 3px;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #aab4be;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #aab4be;
margin-top: 10px;

margin-right: 0px;

margin-bottom: 10px;

margin-left: 0px;

padding-top: 7px;

padding-right: 10px;

padding-bottom: 7px;

padding-left: 35px;

}

a.link1:link,
a.link1:visited {
   font-family:tahoma;
   font-size:11px;
   color:#fff;
   
   line-height:18px;
   
   }
a.link1:hover {
   color:#fff;
   text-decoration:underline;
   }  
   
   a.link2:link,
a.link2:visited {
   font-family:tahoma;
   font-size:11px;
   color:#fff;
   text-decoration:none;
   line-height:6px;
   border-bottom:1px dotted #F42A07;
   display:block;
   padding:10px;
   font-weight:bold;
   }
a.link2:hover {
   color:#fff;
   text-decoration:underline;
   line-height:6px;
   /*background-image:url(images/hover.gif);
   background-repeat:no-repeat;*/
   display:block;
   } 
   
   .sitemapMainLink
   {
	
	font-weight:bold;
	color:black;
	
	}
	
	   .sitemapMainLink a
   {
	
text-decoration:none;
color:#003399;
	
	}
	
		   .sitemapMainLink a:hover
   {
	
text-decoration:underline;
	color:Blue;
	
	}
	.productPage_BlackHeading  {
    font-family: Arial,tahoma,arial,helvetica;
    font-size: 14px;
    color: #ffffff;
	margin-top: 0;
    font-weight: bold;
    margin-bottom: 0;
    


}
		.productPage_highlite  {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-left:15px;

    


}

.pp_topNav
{
	    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;	
padding-left:5px;
padding-bottom:5px;
}

.pp_topNav a
{

	color:Blue;
	text-decoration:none;	
	    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
		

}

.pp_topNav a:hover
{

	color:Blue;
	text-decoration:underline;	
		    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	


}

.quickInfo
{
	font-family:Tahoma;
	font-size:12pt;
	color:Blue;	
	text-align:left;

}
.quickInfo a:link
{
		color:Blue;	
		font-size:11pt;
		text-decoration:none;
		
}
.quickInfo a:visited
{
		color:Blue;	
		text-decoration:none;
		font-size:11pt;
}

.quickInfo a:hover
{
		
		text-decoration:underline;
}

div.tip, span.tip

{

background-color: #fffdeb;

background-image: url(images/div_tip.png);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: 3px 3px;

border-top-width: 1px;

border-top-style: dotted;

border-top-color: #ffc864;

border-bottom-width: 1px;

border-bottom-style: dotted;

border-bottom-color: #ffc864;
margin-top: 10px;

margin-right: 0px;

margin-bottom: 10px;

margin-left: 0px;

padding-top: 7px;

padding-right: 10px;

padding-bottom: 7px;

padding-left: 35px;

}

      .centerDIV {
         width: 946px;

      }

      #top_picks {
	position: relative;
	clear: both;
	
      }
 .AMDcopyb

{

color: #ffffff;

font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 22px;
text-align: left;
margin-top: 22px;
margin-right: 22px;
margin-bottom: 22px;
margin-left: 22px;

}

.AMDCTA

{

color: #ffffff;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 22px;
text-align: left;
margin-left: 22px;

}

.AMDcopy 

{

color: #ffffff;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 18px;
margin-left: 22px;
text-align: left;

}

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ddd;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}


.Component_Heading 
{
    font-family: tahoma Verdana Arial;
    font-size: 10px;
    color: #181818;

    
}

.Component_Heading a:link
{
    font-family: tahoma Verdana Arial;
    font-size: 11px;
    color: #104E8B;
    padding-top: 2px;
    padding-bottom: 2px;
    
   
    padding-right: 2px;
    font-weight: bold;
    text-decoration:none;
    
}

.Component_Heading a:visited
{

  
        font-family: tahoma Verdana Arial;
    font-size: 11px;
    color: #104E8B;
    padding-top: 2px;
    padding-bottom: 2px;
   
    padding-right: 2px;
    font-weight: bold;
    text-decoration:none;

    
}

.Component_Heading a:hover
{

    color: #104E8B;
    text-decoration:underline;

    
}
.PriceLabel_Component
{
    font-family: tahoma Verdana Arial;
    font-size: 12pt;
    color: #8B0000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
}

.Component_Status
{
    font-family: tahoma Verdana Arial;
    font-size: 10pt;
    color: Black;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    text-decoration:underline;
}

.articleBody
{
	    font-family: Verdana,Geneva,sans-serif;
    
    color: Black;
    font-size: 12px;

line-height: 18px;

margin-bottom: 15px;


}

.articleBody a
{
	   
    
    color: #0066cc;
text-decoration: none;


}

.articleBody a:hover
{
	   
    
   
text-decoration: underline;


}

.articleRow h2 a 

{

color: #0066cc;

font-weight: bold;

float: left;

font-size: 13px;

text-decoration: none;

}

.articleRow h2 a:hover 

{

text-decoration: underline;

}

.articleRow_Intro p

{



width: 340px;

padding-left: 10px;
font-family: Verdana,Geneva,sans-serif;
margin-top:0px;
font-size:11px;
line-height:15px;



}


.articleRow_Intro2 p

{





padding-left: 10px;
font-family: Verdana,Geneva,sans-serif;
margin-top:0px;
font-size:11px;
line-height:15px;



}

.articleRow_Image
{
	float:left;
	margin-right:5px;

	}

.serverContent h1, .workstationContent h1
{
font-size: 28px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
border-top-style: none;
border-bottom-style: none;
font-weight: normal;
}





.serverContent h2, .workstationContent h2 

{

font-size: 16px;
color: #676767;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
border-top-style: none;
border-bottom-style: none;
font-weight: normal;

}

.serverContent p, .workstationContent p 
{
font-size: 12px;
color: #777777;
line-height: 17px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
}

.Bottom p
{
font-size: 11px;
color: #777777;
line-height: 13px;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
}

.full_row4
{
	margin-bottom: 0px;
	margin-right: -14px;
}

.full_row4 .hold
{
	float: left;
	width: 209px;
	margin-right: 14px;
	background-image: url(images/workstation-bg.jpg);
	background-repeat: no-repeat;
	height: 350px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.full_row4 .hold p
{
	height: 125px;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.full_row4   .hold   span.head
{
	display: block;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Verdana;
	font-size: 24px;
	color: #212021;
	height: 55px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	text-decoration: none;
	line-height: 26px;
}
.full_row4 .hold a.head1Line
{
	display: block;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", Verdana;
	font-size: 24px;
	color: #212021;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	text-decoration: none;
}

.full_row4 .hold p
{
font-size: 12px;
color: #777777;
line-height: 15px;
}



.full_row4 .hold .main_pic
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	max-height:110px;
}

.serverContent h3, .workstationContent h3 

{

font-size: 15px;
color: #676767;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
border-top-style: none;
border-bottom-style: none;
font-weight: normal;

}

.workstationIcon 
{
float: left;
margin-right: 10px;
}

