/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
	margin-top: 10px;
	margin-bottom: 5px;
}

#wrapper { 
 margin: 0 auto;
 width: 844px;
}
#faux {
	/*background: url(images/faux-1-2-col.gif);*/
	background: url(images/faux-1-2-colpd50.gif);
	border-left: 1px solid Black;
	border-right: 1px solid Black; 
	/*margin-bottom: 5px;*/
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	/*width: 100%;*/
}
#header {
 color: #333;
  /*width: 844px;
 padding: 10px;
 margin: 10px 0px 5px 0px;*/

	border-left: 1px solid Black;
	border-right: 1px solid Black;  
background: #D1DBDB;
 height: 115px;
background-image: url(images/logo_main-090409.gif);
	background-repeat: no-repeat;
}
#navigation {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	background-image: url(images/home_banner.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#aboutbanner {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	background-image: url(images/about_banner.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#digitalbanner {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	background-image: url(images/digital_banner.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#consolbanner {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	background-image: url(images/consolodated_banner.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#vdbbanner {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	background-image: url(images/vdsben_banner.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#vdsbanner {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	background-image: url(images/vdsol_banner.jpg);
	background-repeat: no-repeat;
	height: 100px;
}
#filetransfer {
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	background-image: url(images/filetrans_banner.jpg);
	background-repeat: no-repeat;
	height: 100px;
}

#leftcolumn { 
 display: inline;
 /*color: #333;
 margin: 10px;
 padding: 0px;*/
 width: 176px;
 float: left;
}
#rightcolumn { 
 float: right;
 /*color: #333;
 margin: 10px;
 padding: 0px;*/
 width: 640px; 
 display: inline;
 position: relative;
}
#footer {
	clear: both; /*width: 902px;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(images/bottom_strip_bkg.gif);*/
	background-image: url(images/spiffy.gif);
	height: 20px;
}
.clear { clear: both; background: none; }

.clear-main{
	background-image: url(images/be_bottom.gif); 
	background-repeat: no-repeat;
	height:28px;
	width:639px;
}

.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 25px;
	margin-right: 25px;
	color: #333333;
}

#navcontainer { 
	width: 200px; 
	padding-top: 30px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}


/* special */
* { padding: 0em; margin: 0em; }

/* ----------------------------- start #nav ----------------------------- */
#navcontainer img { border: none; }
#navcontainer li {
	display: inline;
	list-style: none;
}
#navcontainer li a { float: left; display:block; width: 176px;}
#navcontainer li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#navcontainer li a:hover { visibility:visible; }
#navcontainer li a:hover img { visibility:visible; }
#navcontainer li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}
/* ----------------------------- end #nav ----------------------------- */


/* ----------------------------- start #nav ids ----------------------------- */
#home { background:url(images/home-over.gif) no-repeat left bottom; }
#one { background:url(images/aboutbutton_over.gif) no-repeat left bottom; }
#two { background:url(images/digitalbutton_over.gif) no-repeat left bottom; }
#three { background:url(images/variablebutton_over.gif) no-repeat left bottom; }
#four { background:url(images/consolidatedbutton_over.gif) no-repeat left bottom; }
#five { background:url(images/solutionsbutton_over.gif) no-repeat left bottom; }	
#six { background:url(images/filetransferbutton_over.gif) no-repeat left bottom; }
#seven { background:url(images/Blog-over.gif) no-repeat left bottom; }
/* ----------------------------- end #nav ids ----------------------------- */
