	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 900px;
	 }

body	{
	background: #f7f6e0 url(img/bg.png) top left repeat-x;
	font: 12px/1.4 arial, helvetica, verdana, sans-serif;
	color: #369;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 900px;
	height: 104px;
	background: transparent url(img/arr-tech.png) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 16px;
	color: #036;
	padding: 0;
	margin: 0 0 16px 0;
	}
	
h3	{
	width: 199px;
	background: #333 url(img/bg-h3.png) bottom left repeat-x;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 6px 0 6px 15px;
	}

h4	{
	font-size: 14px;
	color: #369;
	font-weight: bold;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #39c;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #666;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: transparent;
	}
	
strong	{
	color: #039;
	}	
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 5px 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: transparent;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#content 	{
	width: 850px;
	float: left;
	margin: 0;
	padding: 25px;
	}
	
/* #fullpage 	{
	background: #fff;
	width: 850px;
	float: left;
	margin: 0;
	padding: 25px;
	}
	
#sub	{
	width: 215px;
	float: left;
	padding: 0;
	}

.box	{
	width: 182px;
	padding: 15px;
	background: #fbf7de;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	} */

#footer	{
	clear: both;
	background: #afafaf url(img/footer.png) top left repeat-x;
	height: 67px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	}

	/*	Main Navigation	*/
	
#menu	{
	width: 900px;
	height: 48px;
	margin: 0;
	padding: 0;
	background: #999;
	}

#menu div	{
	float: left;
	}

#menu div a {
	display: block;
	padding: 0;
	border: 0;
 	color: #fff;
	height: 48px;
	margin: 0;
	text-indent: -9999px;
	text-decoration: none;
	}
	
#menu div ul	{
	list-style: none;
	border-top: 0;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
    z-index: 2;
	}	

#menu div li	{
	margin: 0;
	padding: 0;
	}	

#menu div li a:link	{
	padding: 6px;
	margin: 0;
	width: 138px;
	height: auto;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #ccc;
	text-indent: 0;
	}
	
#menu div li a:visited	{
	padding: 6px;
	margin: 0;
	width: 138px;
	height: auto;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #ccc;
	text-indent: 0;
	}
	
#menu div li a:hover	{
	padding: 6px;
	margin: 0;
	width: 138px;
	height: auto;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background: #036;
	text-indent: 0;
	}
		
#home a {background: transparent url(img/menu/home.png) top left no-repeat; width: 87px;}
#home a:hover {background: transparent url(img/menu/home.png) 0 -48px no-repeat;}

#products a {background: transparent url(img/menu/products.png) top left no-repeat; width: 129px;}
#products a:hover {background: transparent url(img/menu/products.png) 0 -48px no-repeat;}
	
#apps a {background: transparent url(img/menu/apps.png) top left no-repeat; width: 159px;}
#apps a:hover {background: transparent url(img/menu/apps.png) 0 -48px no-repeat;}
	
#company a {background: transparent url(img/menu/company.png) top left no-repeat; width: 159px;}
#company a:hover {background: transparent url(img/menu/company.png) 0 -48px no-repeat;}
	
#support a {background: transparent url(img/menu/support.png) top left no-repeat; width: 119px;}
#support a:hover {background: transparent url(img/menu/support.png) 0 -48px no-repeat;}
	
#search	{
	width: 247px;
	height: 38px;
	padding: 10px 0 0 0;
	display: block;
	background: transparent url(img/menu/search.png) top left no-repeat;
	text-align: center;
	}
	
	/*   Slides 	*/

div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 720px;	 
	height: 225px;	
	float:left;	
	background: transparent url(img/bg-slides.png) top left no-repeat;
}

#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

#thumbs div {
	float:left;
	width: 670px;	 
	height: 210px;
	cursor:pointer;
	padding: 15px 0 0 0;
	text-align: center;
}

#thumbs a {
	color: #fff;
	}

#thumbs h4 {
	color: #fff;
	}

#thumbs ul {
	color: #fff;
	}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width: 75px;
	height: 30px;
	background:url(img/back.png) no-repeat;
	float:left;
	margin: 90px 5px 0 5px;
	cursor:pointer;
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(img/next.png);
	clear:right;	
}

	/*   Links 	*/

a:link	{
	color: #000;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	background: #222;
	padding: 6px 20px;
	color: #fff;
	border-bottom: 1px solid #000;
	position: absolute;
	}
	
#selectomatic a	{
	color: #fff;
	}