* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font: 12px Verdana, sans-serif;
	background: #e7e7e8;
	line-height: 1.5em;
	text-align: center;
}


/* Div Styles - Main Page structure and content */

#container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e7e7e8 url(/images/home/bg_page.gif) top center repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header{
	position: relative;
	background: url(/images/home/header.jpg) top center no-repeat;
	height: 256px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header img { 
	border: 0;
} 
#header a, #header a:hover { 
	display: block;
	background-color: transparent;
	border-top: none;
	border-bottom: none;
	height: 133px;
} 
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px;
	margin-top: 16px;
}
#mainContent { 
	background-color: #FFFFFF;
	margin: 40px 36px 0 245px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 12px 15px;
} 
#mainContent h1 {
	font: bold 2em Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333399;
}
#mainContent h2 {
	margin-bottom: 8px;
	padding: 0 10px 0 0;
	font: bold 17px Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333399;
}
#mainContent h3 {
	margin: 0;
	padding: 10px 0;
	font: bold 1em Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333399;
}
#mainContent h4 {
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 5px;
	font: bold 1em Verdana, Arial, sans-serif;
	color: #474747;
}
#footer { 
	padding-bottom: 5px;
	color: #FFFFFF;
	background: #618470;
} 


div#mainContent img {
	border: 1px solid #ccc;
    margin: 10px auto;
	display: block;
}
div#mainContent a {
	color: #333399;
}
div#mainContent p {
	line-height: 21px;
	padding: 8px 0px;
}

div#brands p {
	padding: 0px;
}


/*******************************************************/


#language {
	background-color: #FFFFFF;
	border-bottom: solid 1px #DCDCDC;
	border-top: solid 1px #DCDCDC;
	font-size: 10px;
	float: left;
	margin: 0px 0px 0px 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#language ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	display: block;
}
#language li {
	float: left;
	display: block;
	padding-left: 5px;
	padding-top: 4px;
}
#language li a {
	color: #434343;
}
#language li a img {
	padding: 2px;
	border: none;
}
#language li.chosen_flag a img {
	border: #000 2px solid;
	padding: 0;
}
#language li.flag a img {
	border: 0;
	padding: 1px;
	border: #d0d0d0 1px solid;
}
#language li.chosen_flag a {
	background: none!important;
}
#language li.flag a {
	background: none!important;
}
#language li.chosen_flag a:hover img {
	background: none!important;
	border: #d0d0d0 2px solid;
	padding: 0!important;
}
#language li.flag a:hover img {
	background: none!important;
	border: #d0d0d0 2px solid;
	padding: 0!important;
}
#language a {
	color: #434343;
	text-decoration: none;
}
#language li.chosen a {
	background: url(/images/home/underline.gif) repeat-x left bottom;
	padding: 0 0 2px;
	font-weight: bold;
}
#language li a:hover {
	background: url(/images/home/underline_hover.gif) repeat-x left bottom;

}



#menu {
	width: 163px;
	margin-left: 51px;
	font-family: Verdana,'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
#menu h3{
	display: block;
	font: bold 1em Verdana, Arial, sans-serif; letter-spacing: 2px;
	text-transform: uppercase;
	color: #434343;
	padding: 5px 5px 5px 5px;
}
#menu ul {
	list-style: none;
}
#menu li {
	border-bottom: 1px dashed #e7e7e8;
}
#menu li a {
	display: block;
	padding: 5px;
	margin: 0px;
	background-color: #fff;
	color: #434343;
	text-decoration: none;
	font-weight: normal;
}
#menu li#select a {
	background:#fff url(/images/home/bg_button.gif) repeat-x right bottom;
	color: #434343;
	font-weight: bold;
}
#menu li#selected a {
	border-left: 5px solid #de0024;
}
html>body #menu li a {
	width: auto;
}
#menu li a:hover {
	background-color: #f3f3f4;
	color: #4f1619;
}




div.inset_pic {
	text-align: center;
}

div.inset_pic p {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 80%;
	color: #434343;
}
div.inset_pic img {
	border: none!important;
}

div#new_areas {
	text-align: center;
}
div#new_areas table {
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
	margin: 10px 0px;
}
div#new_areas table td {
	padding: 5px;
	width: 150px;
	border: solid 1px #D2D2D2;
}
div#new_areas table td.empty {
	padding: 5px;
	width: 150px;
	border: none;
}

#branding_table {
	margin: 5px 10px;
}

#branding_table td {
	width: 225px;
	text-align: center;
	padding: 5px;
	margin: 0 5px;	
	vertical-align: top;
}

#branding_table td p{
	text-align: left;
}



.cromwell {
	color: #333399;
	font-weight: bold;
}

abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


a[href^="http:"] {
	background: url(/images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}

a[href^="mailto:"] {
	background: url(/images/email.png) no-repeat right top;
	padding-right: 13px;
}



#map_key {
	padding: 0px;
	margin: 5px 0px 0;
	font-size: 11px;
	color: #666666;
	display: block;
}

#map_key td {
	padding-right: 5px;
}

#map_key td img {
	border: none;
	margin: 0;
	padding: 0;
}

.bodyText a:hover {
	color: #000;
}

#products {
	float: left;
	margin-top: 10px;
}

#products dl {
	float: left;
	background-color: #F5F5F5;
	width: 430px;
	margin-bottom: 10px;
	padding: 10px 10px;
	display: inline; /* fixes IE/Win double margin bug */
}

#products dt {
	float: right;
	width: 430px;
	margin-bottom: 10px;
	padding: 0;
	font: bold 1em Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333399;
}

#products dd {
	margin: 0 0 0 0px;
	padding: 0;
	color: #000;
}

#products dl dd.img {
	margin: 0;
}

#products dd.img img {
	float: left;
	margin: 0 8px 0 0;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
}

/* reverse float */

#products .alt dt {
	float: left;
}

#products .alt dd {
	margin: 0 0px 0 0;

}

#products .alt dd.img img {
	float: right;
	margin: 0 0 0 8px;
}





#pdfs {
	width: 450px;
	font-size: 11px;
	line-height: 16px;
}
#pdfs dt {
	font: bold 1em Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 0px;
	margin-top: -4px;
	color: #3366CC;
}
#pdfs dd {
	margin-top: 5px;
	width: 450px;
	height: 125px;
	padding: 0px;
}
#pdfs dd p {
	padding: 5px 0px 0px 0px;
}
#pdfs dd img {
	border: 1px solid #FFFFFF;
	float: right;
	margin: 0px 0px 0px 5px;
}
#pdfs div.download {
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	margin-top: -3px;
}

#index {
	line-height: 17px;
}
#index table {
	margin: 5px 0px 7px 0px;
}
#index td {
	vertical-align: top;
	padding: 0px 5px 5px 0px;
}
div#mainContent #index img {
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}



#footer {
	margin: 0;
	padding: 0;
	background: transparent url(/images/home/footer.gif) top no-repeat;
	color: #fff;
	text-align: left;
	height: 150px;
	font: 0.8125em Verdana, sans-serif;
}

#footer a {
	color: #fff;
	background: transparent;
}

#footer a:hover {
	color: #bebaba;
}

#footer p {
	position: relative;
	/*bottom: 5px;*/
	top: 40px;
	text-align: center;
	margin: 0 auto;
}



/* box styles */

div#mainContent .news {
	width: 145px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background: #FFFFFF url('/images/home/box/bg_tile.gif') repeat-y;
	margin-bottom: 5px;
}
div#mainContent .news a {
	text-decoration: none;
}
div#mainContent .news .bottom {
	background: url('/images/home/box/bg_bottom.gif') no-repeat left bottom;
	height: 0px;
	padding-top: 0px;
	margin: 0px;
}
div#mainContent .news .top {
	background: #FFFFFF url('/images/home/box/bg_top.gif') no-repeat left top;
	margin: 0px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}
div#mainContent .news p {
	line-height: 14px;
	margin: 0px;
	padding: 3px 10px 5px 10px;
}



/* country lists */
div#mainContent .country, div#mainContent .country p {
	font-size: 11px;
	line-height: 14px;
}
div#mainContent .firstcol {
	float: left;
	width: 230px;
}
div#mainContent .secondcol {
	margin: auto auto auto 240px;
	width: 200px;
}
#mainContent .normal div {
	margin: auto 0px 0px auto;
	padding: 0px;
}


.updated {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

