﻿/* Deltech Communications, Product [top] layout CSS */

/*  Body and Main Container */
body {
	margin:0 auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:160%;
	background:#f4f4f4 url('../images/bg.gif') center repeat-y;
	color:#404040;
}

.hide {display:none;}

#wrap {background:#ffffff; color:#404040; margin:0 auto; width:760px;}
#mainContent table#productIndex {margin-top:50px;}

/*h1 {
 padding: 5px 5px 5px 0; color:#2F4F4F; font-size:15px;; border-bottom:3px #e0e0e0 solid; text-transform:uppercase;}*/
/* Meta navigation */

#metaNavigation {margin:10px 0 0;padding:0; height:65px;}/* can adjsut height depending on branding*/
#metaNavigation {background: #fff url('../images/deltech_logo.gif') top left no-repeat;}
#metaNavigation ul li {list-style:none; float:right; margin:0 8px 0 0;}
#metaNavigation ul li a {/*color:#404040; font-weight:bold;*/ display:block; border-right: 1px solid /* #ccc*/; padding:5px 6px 3px 6px; text-decoration:none;}  
#metaNavigation ul li a:hover, #metaNavigation ul li.current a {/*background-color:#f8f8f8; color:#8B1A1A;*/ padding:5px 6px 3px 6px; /* border-right:#8B1A1A;*/}  
#metaNavigation ul#languages { font-size:small; clear:both; display:block;}
#metaNavigation ul#languages li a{ font-weight:normal; padding:0 10px 0; display: block; overflow: visible; background-color:#eaeaea; color:#555; font-weight:400; border:1px solid #eee; border-bottom:1px solid #aaa;}
#metaNavigation ul#languages a:hover, #quickLinks ul li.current a {border:1px solid #ccc; color:#8B1A1A; background-color:#eaeaea; border-bottom:1px solid #aaa; font-weight:bolder;}

/* Branding image */
#brandingImage {height:300px; margin:10px; background-image:url('../images/brandingImage.gif'); background-repeat:no-repeat;}
#brandingImage img {border:none;}
/*top Image */
#topImage.news { background:#f4f4f4 url('../images/banner_news.jpg') no-repeat; height:65px; margin-bottom:10px;}



#wrap2 {margin: 20px 15px 20px 15px;}
a {font-weight:bold; color:#404040;}
a:hover {color:#8B1A1A;}


/* Left Column */

#leftColumn {clear:left; float:left; height:290px; width:230px; border-right: 2px gray /*#e0e0e0*/ dotted; padding:0 10px 0 0; text-align:justify;}

/* Right Column */

#rightColumn {float:right; height:290px; border-left: 2px gray /*#e0e0e0*/ dotted; width:230px; padding: 0 0 0px 10px; text-align:justify;}
#rightColumn #search{ text-align:left;}
#rightColumn a {color:maroon;}
#rightColumn img {float:left; padding: 0px 10px 5px 0px;}
#rightColumn p {clear:both;}

/* Center Column */

#centerColumn { margin:0 255px 5px 255px; text-align:justify; }


/* footer */

#footer {clear:both; margin:0 auto; padding:25px 0; border-top:4px solid /*#eaeaea*/; 
	width:760px; text-align:center; line-height:30%;}

#footerNavigation { position:fixed; left:490px;}
#footerNavigation ul li {list-style:none; display:inline; border-left: 1px solid /*#808080*/;}
#footerNavigation ul li.first {border-left: none;}
#footerNavigation ul li a {/*color:#808080;*/ text-decoration: none; font-size:x-small; margin:0 5px 0 0px; padding:0 5px;}



