/* --------------------------------------------
|  GLOBAL STYLES											
--------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	line-height: 13px;
	border: none;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(graphics/bg_content.gif) repeat-y left #666699;
	}
img { border: 0; }
p   { margin: 0 0 15px 0; line-height:16px; }
a   {
	text-decoration: underline;
	font-weight: bold;
	outline:none;
	}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	}
h1, h2, h3, h4, h5, form { margin: 0; }

/* --------------------------------------------
|  NAVIGATION												
--------------------------------------------- */

/* -- PRIMARY NAVIGATION -- */
#nav {
	margin: 0;
	padding: 0;
	width:107px;
	list-style: none;
	clear:both;
	}
#nav li a {
	outline: none;
	display: block;
	width:107px;
	padding: 0 0;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(graphics/nav/nav_matrix.jpg);
	}
#bProducts{background-position: 0px 0; height: 39px;}#bProducts:hover {background-position: -107px 0px;}#nav li.current #bProducts {background-position: -214px 0px;}
#bPenUsers{background-position: 0px -39px; height: 40px;}#bPenUsers:hover {background-position: -107px -39px;}#nav li.current #bPenUsers {background-position: -214px -39px;}
#bTechnology{background-position: 0px -79px; height: 42px;}#bTechnology:hover {background-position: -107px -79px;}#nav li.current #bTechnology {background-position: -214px -79px;}
#bHistory{background-position: 0px -121px; height: 41px;}#bHistory:hover {background-position: -107px -121px;}#nav li.current #bHistory {background-position: -214px -121px;}
#bWhatsNew{background-position: 0px -162px; height: 43px;}#bWhatsNew:hover {background-position: -107px -162px;}#nav li.current #bWhatsNew {background-position: -214px -162px;}

/* -- SECONDARY NAVIGATION -- */
#topNav {
	margin:0;
	padding:0;
	list-style: none;
	float:right;
	height:35px;
	}
#topNav li {
	float:left;
	margin-right:5px;
	}

/* --------------------------------------------
|  STRUCTURE												
--------------------------------------------- */

#siteContainer {
	position:relative;
	width:870px;
	}

/* -- HEADER -- */
#header {
	background:url(graphics/bg_colRight.gif) repeat-x #fff;
	width:100%;
	}
#subMenu {
	margin:0;
	padding:0;
	list-style:none;
	}
#subMenu li {
	float:left;
	margin:0;
	padding:0;
	}
#subMenuTable {
	background:url(graphics/toolbar/sub_pixel.gif) repeat-x top;
	margin:0;
	padding:0;
	}
#subMenuTable td {vertical-align: top;}
#homeButton {
	background:url(graphics/nav/home1.gif) no-repeat;
	width:87px;
	height:70px;
	float:left;
	text-indent: -9999px;
	}
#homeButton:hover {background:url(graphics/nav/home2.gif) no-repeat;}

/* -- BODY -- */
#contentArea {}
#colLeft {
	width:125px;
	float:left;
	}
#colRight {
	float:left;
	width:725px;
	padding-right:20px;
	}
#storeboxContent {padding:0 10px 50px 10px;}
#storeboxContent  h1 {
	margin-bottom:15px;
	line-height:20px;
	}

/* -- FOOTER -- */
#footer { 
	clear: both; 
	text-align: center;
	font-size: 9px;
	margin:20px auto 20px auto;
	}

/* --------------------------------------------
|  SITE MAP													
--------------------------------------------- */

.siteMapList    { margin-top: 15px }
.siteMapList dt {
	background:url(graphics/ico_folder.gif) 0 4px no-repeat;
	padding-left:20px;
	line-height:20px;
	}
.siteMapList dd {	
	padding-left:10px;
	margin-left:25px;
	line-height:16px;
	background:url(graphics/sitemap_2nd.gif) no-repeat;
	}
.siteMapList dd a {	
	color: #666;
	text-decoration:none;
	}
.siteMapList .bottom { background:url(graphics/sitemap_2nd_bottom.gif) no-repeat; }

/* --------------------------------------------
|  CONTENT SPECIFIC										
--------------------------------------------- */

.floatLeft  { float: left;  }
.floatRight { float: right; }
.clearBoth  { clear: both;  }

/* --------------------------------------------
|  PAGE SPECIFIC											
--------------------------------------------- */

#homePageLoginTable {
	width:250px;
	margin:20px auto 20px auto;
	}
#homePageLoginTable th {
	font-size:12px;
	color:#000030;
	text-transform: uppercase;
	text-align: right;
	padding-right:5px;
	width:50px;
	}
#userLoginTitle {
	font-size:14px;
	font-weight:bold;
	background:#000030;
	color:#fff;
	padding:5px;
	text-align: center;
	margin-bottom:5px;
	}
#loginButtonHome {
	background:url(graphics/b_login.gif) no-repeat;
	width:60px;
	height:21px;
	border:none;
	cursor: pointer;
	margin:auto;
	}
	
#search {
	width:320px;
	margin:20px auto 0 auto;
	background:#000030;
	display:block;
	height:25px;
	padding:10px;
	}
#searchLabel {
	float:left;
	font-weight:bold;
	text-transform: uppercase;
	padding-right:5px;
	color:#fff;
	}
#searchLabel label {padding-right:5px;}	