/* CSS Document */

body {
	background: #f6f6f6;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2b2b;
}

a:link,
a:active,
a:visited {
	font-size: 12px;
	color: #2b2b2b;
	text-decoration: underline;	
}

a:hover {
	font-size: 12px;
	color: #cc6719;
}


/* GENERAL STYLES
--------------------------------------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.entry img.image {
	text-align: center;	
}

/* HEADER 
--------------------------------------------------------------------------------------------------------------------------------- */

#header {
	background: url(images/header-bg.gif) repeat-x;
	height: 139px;
}

#header-logo {
	background: url(images/logo.gif) 0 0;
	width: 378px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}


/* NAVIGATION 
--------------------------------------------------------------------------------------------------------------------------------- */

#nav {
	background: url(images/nav.gif) no-repeat;
	width: 620px;
	margin: 2px auto 0;
	padding: 0;
}

#nav li {
	list-style: none;
	float: left;
	display: inline;
}

#nav li a {
	height: 47px;
	float: left;
	display: inline;
	postion: relative;
	top: 0;
	text-indent: -9999px;
	outline: none;
}

li#nav-home a,
li#nav-services a,
li#nav-products a,
li#nav-downloads a,
li#nav-contact a,
li#nav-resources a {
	background: url(images/nav.jpg) no-repeat;
}

li#nav-home a { 
	background-position: 0 0; 
	width: 84px; 
	left: 0; 
}

li#nav-home a:hover { 
	background-position: 0 -47px; 
}

body#pageHome li#nav-home a { 
	background-position: 0 -47px; 
}

li#nav-services a { 
	background-position: -84px 0; 
	width: 102px; 
	left: 0; 
}

li#nav-services a:hover { 
	background-position: -84px -47px; 
}

body#pageServices li#nav-services a { 
	background-position: -84px -47px; 
}

li#nav-products a { 
	background-position: -186px 0; 
	width: 106px; 
	left: 0; 
}

li#nav-products a:hover { 
	background-position: -186px -47px; 
}

body#pageProducts li#nav-products a { 
	background-position: -186px -47px; 
}

li#nav-downloads a { 
	background-position: -292px 0; 
	width: 118px; 
	left: 0; 
}

li#nav-downloads a:hover { 
	background-position: -292px -47px; 
}

body#pageDownloads li#nav-downloads a { 
	background-position: -292px -47px; 
}

li#nav-contact a { 
	background-position: -410px 0; 
	width: 100px; 
	left: 0; 
}

li#nav-contact a:hover { 
	background-position: -410px -47px; 
}

body#pageContact li#nav-contact a { 
	background-position: -410px -47px; 
}

li#nav-resources a { 
	background-position: -520px 0; 
	width: 110px; 
	left: 0; 
}

li#nav-resources a:hover { 
	background-position: -520px -47px; 
}

body#pageResources li#nav-resources a { 
	background-position: -520px -47px; 
}


/* CONTENT LAYOUT
--------------------------------------------------------------------------------------------------------------------------------- */

#middle {
	margin: 0;
	padding: 20px 0 0;
	background: #FFFFFF;
}

#middle-contain {
	background: #FFFFFF;
}

#col-left {
	width: 180px;
	float: left;
}

#col-center {	
	width: 475px;
	float: left;
	padding-left: 5px;
}

#col-center2 {
	width: 715px;
	float: left;
	padding-left: 5px;
}

#col-right {
	width: 235px;	
	float: right;
	padding-left: 5px;
}

.entry {
	padding: 5px;
}

div.border {
	border: 1px solid #7a7a7a;
	margin-bottom: 15px;
}
	
div.box {
	border: 1px solid #FFF;
	background-color: #dadada;
	padding-bottom: 5px;
	overflow: hidden;
}

div.box_title {
	background-color: #c95c08;
	background-image: url(images/box_title.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
	height: 28px;
	padding: 7px 0px 0px 25px;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	margin-bottom: 5px;
}

div.box_title_dark {
	background-color: #2b2b2b;
	background-image: url(images/box_title_dark.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
	height: 28px;
	padding: 7px 0px 0px 25px;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	margin-bottom: 5px;
}
	
div.box_base {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 0px;
}

div.box_base div.firsthead {
	font-size: 10px;
	border-bottom: 1px solid #ECECEC;
	padding: 5px 5px 5px 25px;
}

div.firsthead a:link, div.firsthead a:visited, div.firsthead a:active {
	color: #828282;
}	

div.box_base a:link, a:visited, a:active {
	text-decoration: none;
}

#footer {
	text-align: center;
	border-top: 1px solid #7a7a7a;
	background :#F6F6F6;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 2px;
}

#header-contain, #middle-contain, #footer-contain {
	margin: 0 auto;
	width: 900px;
}
