﻿/*
-------------------------------------------------------------------
	PAGE MARGIN
------------------------------------------------------------------- 
*/

.global {
	margin: 0;
	
}

/*
-------------------------------------------------------------------
	HEADER ELEMENTS
------------------------------------------------------------------- 
*/

.header {
	height: 45px;
	position: relative;
	background: url('images/header_bg.png') repeat-x;
}

.headerContainer {
	height: 45px;
	width: 981px;
	text-align: left;
	margin: 0 auto;
	font-family: Verdana;
	font-size: 9px;
	color: #4c4c4c;	
	line-height: 45px;	
}

/*
-------------------------------------------------------------------
	MENU ELEMENTS
------------------------------------------------------------------- 
*/

.menu {
	height: 93px;
	min-width: 1057px;
	position: relative;
	background-color: #dedede;
}

.navContainer_outer {
	height: 93px;
	width: 981px;
	margin: 0 auto;
	position: relative;	
}

.navContainer_inner {
	height: 43px;
	margin: 0 auto;
	background: url('images/s_home.png') bottom left no-repeat;	
	padding-top: 25px;
	line-height: 43px;
	font-family: Verdana;
	font-size: 11px;
	color: #4c4c4c;
}

.m_select {
	height: 43px;
	width: 94px;
	margin: 0px 0px auto auto;
	float: right;
	background: url('images/m_1.png') left no-repeat;
	font-family: Verdana;
	font-size: 11px;
	color: #4c4c4c;
	text-align: center;
	line-height: 43px;
  	-moz-user-select: none;
  	-khtml-user-select: none;
  	-webkit-user-select: none;
  	user-select: none;	
}

.m_noselect {
	height: 43px;
	width: 94px;
	margin: 0px 0px auto auto;
	float: right;
	font-family: Verdana;
	font-size: 11px;
	color: #4c4c4c;
	text-align: center;
	line-height: 43px;
  	-moz-user-select: none;
  	-khtml-user-select: none;
  	-webkit-user-select: none;
  	user-select: none;		
}


/*
-------------------------------------------------------------------
	FEATURED ELEMENTS
------------------------------------------------------------------- 
*/

.featured {
	height: 360px;
	min-width: 1057px;	
	position: relative;
	background-color: #d8d8d8;	
}

.featured_fadeLeft {
	height: 360px;
	width: 1057px;
	margin: 0 auto;
	background: url('images/featured_fade_left.png') left no-repeat;
}

.featured_fadeRight {
	height: 360px;
	width: 1057px;
	margin: 0 auto;
	background: url('images/featured_fade_right.png') right no-repeat;
}

.featured_center {
	height: 360px;
	width: 1057px;
	margin: 0 auto;
	background: url('images/featured_center.png') center no-repeat;	
}

.featured_content {
	height: 360px;
	width: 981px;
	margin: 0 auto;
	background: url('images/featured_right_1.png') right no-repeat;
}

.featured2 {
	height: 157px;
	min-width: 1057px;
	position: relative;
    margin: 0 auto;
	background-color: #dedede;
}

.featured2_container {
	height: 157px;
	width: 981px;
    margin: 0 auto;
	position: relative;
}

.featured2_left {
	height: 157px;
	width: 327px;
    float: left;
    cursor: pointer;
	background: url('images/featured2_1.png') left no-repeat;
}

.featured2_left:hover {
 	background: url('images/featured2_1_hover.png') center no-repeat;   
}

.featured2_center {
	height: 157px;
	width: 327px;
    float: left;
    cursor: pointer;
	background: url('images/featured2_2.png') center no-repeat;
}

.featured2_center:hover {
 	background: url('images/featured2_2_hover.png') center no-repeat;   
}

.featured2_right {
	height: 157px;
	width: 327px;
    float: left;
	background: url('images/featured2_3.png') right no-repeat;
}

.featured_overlay {
	height: 100%;
	background: url('images/featured_bg.png') repeat-x;	
}

/*
-------------------------------------------------------------------
	BODY ELEMENTS
------------------------------------------------------------------- 
*/

h1 {
	margin-top: 0px;
	margin-left: -2px;
	margin-bottom: 30px;
	font-family: Verdana;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

h2 {
	margin-bottom: 30px;
	margin-right: 30px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #686868;
}

.body {
	min-width: 1057px;
	min-height: 300px;
	position: relative;
	background-color: #dedede;
}

.bodySpacer {
	height: 30px;	
	margin: 0 auto;
}

.bodyContainer_outer {
	width: 981px;
	margin: 0 auto;
}

.bodyContainer_left {
	min-height: 214px;
	width: 656px;
	float: left;
	background: url('images/sidebar_divider.png') right repeat-y;
}

.bodyContainer_right {
	width: 300px;
	float: right;
}

.altiumLogo {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background: url('images/Stamp_V2-service.png') no-repeat;
}

.newsButtons {
	height: 37px;
	width: 656px;
	margin: 0 auto;	
}

.newsButtons img {
	border-width: 0px;	
}

.moreInfo {
	height: 37px;
	width: 103px;
	margin-right: 10px;
	float: left;
}

/*
-------------------------------------------------------------------
	FOOTER ELEMENTS
------------------------------------------------------------------- 
*/

.footer {
	height: 74px;
	min-width: 1057px;
	font-family: Verdana;
	font-size: 11px;
	color: #4c4c4c;
	text-align: center;
	line-height: 74px;	
	background: url('images/footer_bg.png') repeat-x;
	position: relative;	
}

/*
-------------------------------------------------------------------
	MISC
------------------------------------------------------------------- 
*/

.fix {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0 0 0;
}