/***************************************************************************
GLOBAL STYLES THROUGHOUT SITE
***************************************************************************/

body {  /*Overall styling for site*/
	/***min-width: 800px;
	width: 100%;***/
	margin: 0;
	padding: 0 0 0 50%;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	color: #787775;
	text-align: center;
	background-color: #FFFFFF;
}

#pgcontainer { /*Container for entire page*/
	width: 1100px;
	margin: 20px 0 20px -550px;
  /*position: relative;
  left: -550px;*/
	text-align: left;
}

#content {  /*Container for all content on page - between header and footer*/
	width: 95%;
	margin: 20px auto;
}

img { /*Removes default border around images*/
  border: none;
}

/******************************LANGUAGE AND COUNTRY SELECTION AREA******************************/
#lc {  /*Overall styles for area*/
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	font-weight: bold;
}

#lc a:link, #lc a:visited {  /*Link styling*/
	color: #787775;
	text-decoration: none;
}

#lc a:hover, #lc a:active {  /*Link styles on hover*/
	color: #009EE0;
	text-decoration: underline;
}

.langs {
	text-align: right;
}

.currLang {
	color: #009EE0;
}

.ctryname {
	font-weight: bold;
	font-size: small;
	text-align: right;
}

.ctryname a {
	font-size: x-small;
	font-weight: normal;
}

/******************************MAIN NAVIGATION******************************/
#mainnav {  /*Container for main navigation*/
	background-color: #787775;
	height: 30px;
	margin: 12px 0px 30px 0px;
	font-size: x-small;
}

#nav {  /*Navigation list*/
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#nav>li {  /*Removes bullets, lines items up in a row*/ /*Added > *******/
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
}

#nav>li {
	margin: 4px 2px 0 2px;
	padding:0;
}

#nav li ul {  /*Hides second tier by default*/
	display: none;
	background-color: #B5B7B6;
}

#nav li ul li {
	list-style-type: none;
	margin: 0;
	padding: 3px 5px;
	background-color: #B5B7B6;
}

#nav li:hover ul, #nav li.hover ul {  /*Displays second tier on hover*/
	position: absolute;  /****Changed to relative*****/
	/*width: 102%;  /*Added additional 2% to make it line up with right rounded corner on first tier*/
	height: 25px;
	/*left: 0;*/
	display: inline;/******Changed from inline*****/
	margin: 0;
	padding: 0;
	background-color: #B5B7B6;
	min-width: 15%;
}

#nav>li>a:link, #nav>li>a:visited {  /*Top tier styles*/
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding-left: 7px;
	height: 25px;
}

#nav>li>a:hover, #nav>li>a:active, #nav>li:hover>a, #nav>li.hover>a {  /*Top tier styles on hover*/
	color: #3D3D3F;
	background: #B5B7B6 url('../images/nav/nav-left-on.gif') top left no-repeat;
}

#nav li a span {  /*Sets padding for right side of link*/
	margin: 0;
	padding-right: 3.5px;
	height: 25px;
	line-height: 25px;
}

#nav li a:hover span, #nav>li:hover a span, #nav>li.hover a span {  /*Creates right side of link on hover*/
	display: block;
	width: 100%;
	height: 25px;
	margin: 0;
	line-height: 25px;
	background: url('../images/nav/nav-right-on.gif') top right no-repeat;
}

#nav li ul li a:link, #nav li ul li a:visited {  /*Second tier styles*/
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	background-color: #B5B7B6;
}

#nav li ul li a:hover, #nav li ul li a:active {  /*Second tier styles on hover*/
	color: #3D3D3F;
}


/******************************BANNER IMAGE*****************************/
.banner-bg {  /*Sets background image and overall styling for banner*/
	background: url('../images/banner/banner-bg.gif') repeat-x;
	width: 100%;
	padding: 0px;
	margin: 0px auto 20px auto;
}

.banner-t {  /*Top border*/
	background: url('../images/banner/banner-bdr.gif') 0 0 repeat-x;
}

.banner-b {  /*Bottom border*/
	background: url('../images/banner/banner-bdr.gif') 0 100% repeat-x;
}

.banner-l {  /*Left border*/
	background: url('../images/banner/banner-bdr.gif') 0 0 repeat-y;
}

.banner-r {  /*Right border*/
	background: url('../images/banner/banner-bdr.gif') 100% 0 repeat-y;
}

.banner-bl {  /*Bottom left corner*/
	background: url('../images/banner/banner-bl.gif') 0 100% no-repeat;
}

.banner-br {  /*Bottom right corner*/
	background: url('../images/banner/banner-br.gif') 100% 100% no-repeat;
}

.banner-tl {  /*Top left corner*/
	background: url('../images/banner/banner-tl.gif') 0 0 no-repeat;
}

.banner-tr {  /*Top right corner*/
	background: url('../images/banner/banner-tr.gif') 100% 0 no-repeat;
	padding: 8px;
	height: 142px;
}

.clear {  /*Fixes IE issue with above floats*/
	font-size: 1px;
	height: 1px;
}

#modula {  /*Modula logo*/
	margin: 10px 0px 0px 12px;
	padding: 0px;
}

.banner {  /*Image within banner*/
	margin: 0px;
	padding: 0px;
	float: right;
}

/******************************TYPOGRAPHY******************************/

# center p {
	line-height: 1.5;
}

#center ul {
	list-style-image: url('../images/other/bullet.gif');
	margin-left: 0;
	padding-left: 18px;
}

#center ul li ul {
	padding-left: 15px;
}

#center p a:link, #center p a:visited, #center p a:hover, #center p a:active {
	color: #009EE0;
}

#center ul li a:link, #center ul li a:visited, #center ul li a:hover, #center ul li a:active {
	color: #009EE0;
}

sup {
	font-size: x-small;
}

.model {
	float: left;
	margin: 15px 20px 40px 0;
}

/******************************FOOTER NAVIGATION******************************/

#footernav {  /*Gray bar that contains secondary nav*/
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #B5B7B6;
	text-align: center;
	clear: both;
}

#footernav li {  /*Removes bullets, displays items in a row*/
	list-style: none;
	display: inline;
	position: relative;
	top: 12px;
	margin: 0px 12px 0px 0px;
	padding: 5px 0px;
}

#footernav li a:link, #footernav li a:visited {  /*Styles for links*/
	padding: 5px 30px;
	color: #787775;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
	
	/***The following sets images for each link***/

#footernav li a#CA:link, #footernav li a#CA:visited {
	background: url('../images/nav/puzzle.png') no-repeat;
}

#footernav li a#CS:link, #footernav li a#CS:visited {
	background: url('../images/nav/question.png') no-repeat;
}

#footernav li a#RA:link, #footernav li a#RA:visited {
	background: url('../images/nav/lock.png') no-repeat;
}

#footernav li a#ES:link, #footernav li a#ES:visited {
	background: url('../images/nav/paperclip.png') no-repeat;
}

#footernav li a#SM:link, #footernav li a#SM:visited {
	background: url('../images/nav/sitemap.png') no-repeat;
}

	/***The following changes images for each link on hover***/
#footernav li a#CA:hover, #footernav li a#CA:active {
	color: #FFFFFF;
	background: url('../images/nav/puzzle_on.png') no-repeat;
}

#footernav li a#CS:hover, #footernav li a#CS:active {
	color: #FFFFFF;
	background: url('../images/nav/question_on.png') no-repeat;
}

#footernav li a#RA:hover, #footernav li a#RA:active {
	color: #FFFFFF;
	background: url('../images/nav/lock_on.png') no-repeat;
}

#footernav li a#ES:hover, #footernav li a#ES:active {
	color: #FFFFFF;
	background: url('../images/nav/paperclip_on.png') no-repeat;
}

#footernav li a#SM:hover, #footernav li a#SM:active {
	color: #FFFFFF;
	background: url('../images/nav/sitemap_on.png') no-repeat;
}

/*****************************FOOTER******************************/
#footer {  /*Gray box*/
	background-color: #F3F3F3;
	height: 160px;
	color: #B5B7B6;
	width: 100%;
	height: 160px;
	margin: 0px;
	padding: 0px;
	line-height: 1.15;
}

#footer ul {  /*Styles link lists*/
	list-style: none;
	margin: 12px 0px;
	padding: 0px 20px;
	height: 80px;
	line-height: 1.15;
}

#footer ul li a:link, #footer ul li a:visited {  /*Styles links*/
	color: #009EE0;
	text-decoration: none;
}

#footer ul li a:hover, #footer ul li a:active {  /*Styles links on hover*/
	color: #B5B7B6;
}

#footer ul li.hdr {  /*Styles list header*/
	font-weight: bold;
}

#modlist {  /*List of Modula links*/
	float: left;
}

#sllist {  /*List of corporate links*/
	float: left;
	border-left: 1px solid #B5B7B6;
}

#medialist {  /*List of media links*/
	float: left;
	border-left: 1px solid #B5B7B6;
}

#contactinfo {  /*Branch contact info*/
	margin: 0px;
	padding: 12px 20px;
	text-align: right;
	line-height: 1.15;
}

#contactinfo img {  /*Logo*/
	margin-top: 10px;
	float: right;
}

#contactinfo span.coname {  /*Styles company name*/
	font-weight: bold;
}

#contactinfo a:link, #contactinfo a:visited {
	color: #B5B7B6;
	text-decoration: none;
}

#contactinfo a:hover, #contactinfo a:active {
	color: #009EE0;
	text-decoration: underline;
}

.dealerlink {
	font-weight: bold;
}

a.cr:link, a.cr:visited, a.cr:hover, a.cr:active {
	color: #009EE0;
}