/*
Title: HiNT Peripherals
Author: Vic Lopes
Date: Aug 19, 2006
/*



/* page structure
---------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size:  x-small;
	font-color: #5F5E5C;
	background: #fff url(../i/bg.gif) repeat-y top center;
	}
	
.parent {
	margin: auto; 
	width: 772px; 
	background: #fff url(../i/content_bg.gif) repeat-y;
	}

.header {
	height: 104px;
	position: relative;
	background: url(../i/main_header.jpg) no-repeat;
	}
.header .logo {
	width: 220px; 
	height: 54px; 
	position: absolute; 
	top: 25px; 
	left: 34px;
	cursor: pointer;
	display: block; 
	}
	
.line {
	margin: 5px 0 5px 0;
	border-top: 1px solid #d8d8d8;
	}
.clear {clear: both;}

	
	
	
	
	

/* links
---------------------------------------------------------- */
a:link, a:visited {
	font-weight: bold;
	color: #5F5E5C;
	}
a:hover, a:visited:hover {
	color: #E68A0D;
	text-decoration: underline;
	}

	

	
	
	

/* Left column
---------------------------------------------------------- */

.lc {
	width: 267px; 
	float: left; 
	}
.lc .padding {padding: 0 4px 0 6px;}







/* Nav Bar
---------------------------------------------------------- */
.Inav {
	margin-bottom: 15px;
	width: 257px; 
	height: 533px;
}
.nav {
	padding: 3px;
	margin: 0 0 5px 0;
	background: #ebebeb; 
	border: 1px solid #d8d8d8;
	}
.nav h1, .nav h2 {
	padding: 6px 0 7px 25px;
	margin: 0;
	font-size: 100%;
	color: #fff;
	background: url(../i/h_nav.gif) no-repeat;
	}
.nav h2 {background: url(../i/h_nav2.gif) no-repeat;}
.nav .titem a, .nav .titem a:visited {
	padding-left: 37px;
	height: 23px;
	font-size: 100%;
	color: #625E5D;
	text-decoration: none;
	line-height: 2em;
	display: block;
	overflow: hidden;
	background: url(../i/nav_off.gif) no-repeat;
	border-bottom: 1px solid #C8C8C8;
	border-top: 1px solid #fafafa;
	}
.nav .titem a:hover, .nav .titem a:visited:hover {
	color: #625E5D;
	text-decoration: underline;
	background: url(../i/nav_on.gif) no-repeat;
	}

	
	
/* service nav */
.Iserv {
	width: 257px; 
	height: 390px;
}
.serv {
	padding: 3px;
	margin-bottom: 5px;
	background: #ebebeb;
	background: #fff url(../i/serv_bg.jpg) repeat-x top left;
	}
.serv h1 {
	padding: 6px 0 7px 25px;
	margin: 0 0 10px 0;
	font-size: 100%;
	color: #fff;
	background: url(../i/h_nav.gif) no-repeat;
	}
.serv img {margin-right: 6px;}
.serv .titem {padding: 0 0 10px 10px;}
.serv .titem a, .serv .titem a:visited {
	font-size: 95%;
	font-weight: normal;
	color: #625E5D;
	}
.serv .titem a:hover, .serv .titem a:visited:hover {
	text-decoration: none;
	}






/* Right column
---------------------------------------------------------- */

.rc {
	width: 504px; 
	float: left;
	font-size: 110%;
	line-height: 150%;
	}
.rc .padding {padding: 0 4px 0 8px;}

.rc h1 {
	padding: 20px 0 12px 0;
	margin: 0 0 20px 0;
	font-size: 255%;
	color: #E88A10;
	font-family: arial narrow, arial, sans-serif;
	border-bottom: 1px solid #D3D3D3;
	}
	
	
.inline {
	padding: 0;
	margin: 0 8px 4px 8px;
	border: solid 1px #cecece;
	}
	
	
/* Story page Text Highlight */
.highlight {
	padding: 8px;
	margin: 0 0 1px 0;
	background: #ddd;
}
	
	
/* product spotlight */
.pspot {
	margin-bottom: 10px;
	border: 1px solid #BFBFBF;
}
* html .pspot {margin-bottom: 25px;}


	
/* product module */	
.pmodule {
	margin-bottom: 20px;
	border-bottom: 1px dashed #BFBFBF;
	}
.pmodule h2 {
	padding: 0 0 0 20px;
	margin: 0;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	font-size: 150%;
	background: url(../i/prod_arrow.gif) no-repeat;
	}
.pnumber {
	padding: 0 0 0 20px;
	font-size: 100%;
	font-weight: bold;
	}
.pcontent {
	margin: 5px 0 20px 0;
	padding: 10px 0 0px 0;
	/* min-height: 200px; */
	font-size: 100%;
	border-top: 1px dashed #ddd;
	}
/* * html .pcontent {height: 200px;}*/
	
	
	
	
	
/* Welcome box */
.welc {
	padding: 2px;
	margin-bottom: 10px;
	color: #5F5E5C;
	border: 1px solid #dbd7d6;
	}
.welc .content {
	padding: 8px 8px 20px 8px;
	background: transparent;
	}
.welc h1 {
	margin: 0;
	padding: 12px 0 8px 0;
	font-family: Helvetica, arial, sans serif;
	font-size: 150%;
	line-height: 100%;
	color: #505050;
	/* background: url(../i/welc_title.jpg) no-repeat; */
	border-bottom: 1px solid #dbd7d6;
	}
.welc .txt {
	padding: 8px 0 0 0;
	font-size: 90%;
	line-height: 150%;
	/* border-top: 1px solid #FFE9C7; */
	}
.welc a, .welc a:visited {
	color: #555;
	text-decoration: none;
	}
.welc a:hover, .welc a:visited:hover {
	color: #555;
	text-decoration: underline;
	}
	
	
	
/* bottom section */
.bottom {
	padding: 0 0 15px 0;
	width: 484px;
	overflow: hidden;
	font-size: 100%;
	line-height: 150%;
	color: #5F5E5C;
	background: #fff url(../i/bottom_bg.gif) repeat-y left top;
	}

.bb {
	float: left; 
	width: 242px;
	}
.bb .padding {padding: 0 8px 0 8px;}
.bb img {
	padding: 0;
	margin: 4px 0 4px 0;
	border: solid 1px #cecece;
	}
.bb h2 {
	padding: 0 0 0 25px;
	margin: 0;
	font-family: arial narrow, arial, sans-serif;
	text-transform: uppercase;
	color: #FE961B;
	font-size: 200%;
	background: url(../i/prod_arrow.gif) no-repeat center left;
	}
.bb .modl {
	padding: 0 0 10px 0;
	margin: 8px 0 0 0;
	border-bottom: 1px dashed #dbd7d6;
	}
.modr {margin: 8px 0 0 4px;}
.bb .more a, .bb .more a:visited {
	color: #FE961B;
	text-decoration: none;	
	}
.bb .more a:hover, .bb .more a:visited:hover {
	color: #555;
	text-decoration: underline;	
	}
	

	
	
	
	


/* Footer
---------------------------------------------------------- */

.ft {
	padding: 60px 10px 25px 10px;
	font-size: 100%;
	color: #7f7f7f;
	text-align: center;
	background: #000 url(../i/ft_bg.gif) no-repeat top left;
	}