/* -------- Style Sheet for Crown RMS Americas -------- */

*{
	padding: 0;
	margin: 0;
	border: 0;
}

html, body{
	text-align: center;
	width: 100%;	
}

body{
	height: 100%;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 75%;
	color: #666;
}

h1, h2{
	font-size: 1.25em;
	color: #cc0000;
	font-family: "gill sans mt", "trebuchet ms", georgia, arial;
}

h1 a, h1 a:visited, h2 a, h2 a:visited{
	color: #cc0000;
	text-decoration: none;
}

h1 a:hover, h2 a:hover{
	color: #cc0000;
	text-decoration: underline;
}

h3{
	font-size: 0.95em;
}

p{
	margin-left: 1px;
	margin-bottom: 10px;
	font-size: 1em;
}

a, a:visited{
	text-decoration: underline;
	color: #666;
}

a:hover{
	text-decoration: none;
	color: #666;
}

ul, ol{
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}

ul li, ol li{
	margin-bottom: 2px;
}

ul li ul li{
	list-style-type: square;
}

label{
	display: block;
	width: 39%;
	float: left;
}

input, textarea{
	background-color: #fff;
	color: #666;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	border: #666 1px solid;
	margin: 1px 0;
	width: 61%;
	/width: 100%;
}

#side input, #side textarea{
	/width: 13.2em;
}

textarea{
	height: 8em;
}

select{
	background-color: #fff;
	color: #666;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	border: #666 1px solid;
	margin: 2px 0 2px 0;
	width: 61%;
	/width: 60%;
}

hr{
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

* html hr{
	margin: 0;
}

table{
	border: 0;
	font-size: 1em;
}

td{
	padding: 3px;
	vertical-align: top;
}

blockquote{
	padding-left: 5%;
}

/* main layout */
#wrapper{
	position: relative;
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
	height: auto !important;
}

#header{
	text-align: left;
	min-height: 120px;
	margin-bottom: 3px;
	background: transparent url(../images/background.gif) 0 0 repeat-x;
}

* html #header{	
	height: 100%;
}

#content{
	width: 100%;
	margin: auto;
	overflow: auto;
	text-align: justify;
}

* html #content{
	height: 100%;
}

#side{
	width: 25%;
	margin-top: 2px;
	font-size: .9em;
}

* html #side{
	width: 99%;
}

#main{
	float: right;
	width: 74.5%;
	height: auto;
	overflow: inherit;
}

* html #main{
	height: 100%;
}

#footer{
	clear: right;
	text-align: center;
	font-size: .9em;
}

/* header part */
#headerlogo{
	position: absolute; 
	top: 26px; 
	width: 97%;
	left: 2.5%;
	z-index: 1;
}

#headertag{
	position: absolute;
	top: 52px;
	width: 100%;
	text-align: center;
	z-index: 2;
}

#headerlink{
	position: absolute;
	top: 7px;
	right: 85px;	
	z-index: 100;
}

.headerlink{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

.headerlink a, .headerlink a:visited{
	color: #fff;
	text-decoration: none;
	margin: 0 10px 0 2px;	
}

.headerlink a:hover{
	color: #fff;
	text-decoration: underline;
	margin: 0 10px 0 2px;	
}

.headerlink .language, .headerlink .language a, .headerlink .language a:visited{
	color: #3E495D;
	margin: 0 0 0 3px;	
}

.headerlink .language .selected, .headerlink .language a.selected, .headerlink .language a:visited.selected, .headerlink .language a:hover.selected,  .headerlink .language a:hover{
	color: #fff;
	margin: 0 0 0 3px;	
}

#speciallink{
	position: absolute;
	top: 99px;
	right: 120;	
	z-index: 300;
}

.redcross{
	margin: 0 15px 0 0 !important;
}

.socialmedia{
	margin: 0 15px !important;
	padding: 5px 0;
	/padding-bottom: 0;
	text-align: center !important;
}

.socialmedia a:link, .socialmedia a:hover, .socialmedia a:visited{
	margin: 0 !important;
	padding: 0 8px !important;
}

.socialmedia img{
	float: none !important;
}

.nav{
	background-color: #cc0000;
	text-align: center;	
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 3px;
	margin: 3px 0;
	margin-top: 0px;
}

.nav a, .nav a:visited{
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1.5;
}

.nav a:hover{
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
	line-height: 1.5;
}

.nav ul{
	text-align: center;
	margin: 0;
	padding: 0; 
	list-style-type: none;
}

.nav li{
	display: inline;
	padding: 0 0 0 10px;
}

.nav .locations{
	text-transform: none;
}

.nav .locations a, .nav .locations a:visited, .nav .locations a:hover{
	padding: 0 10px 0 0;
}

#side .header{
	font-weight: bold;
	color: #c00;
	text-transform: none;
	text-align: left;
}

#side .impt{
	font-size: 1.6em;
	color: #aaa !important;
	text-align: center;
}

#side .stext{
	font-size: .65em;
	color: #aaa !important;
	text-align: center;
}


#side .impt a{
	color: #aaa !important;
}

.button{
	width: 40%;
	height: 20px;
	margin: 1px 0 5px 0;
}

/* other text classes */

.nospace{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

#frmInfo p.nospace{
	margin: 0;
	padding: 0;
}

.lefttext{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

.stext{
	font-size: 0.9em;
}

.signature{
	margin-top: -6px;
	margin-bottom: 0px;
	padding-bottom: 2px;	
}

.impt, .impt a, .impt a:visited, .impt a:hover, .red{
	color: #cc0000 !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

.selected, .selected a, .selected a:visited, .selected a:hover{
	color: #cc0000 !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: left;
}

.hp_impt{
	color: #cc0000 !important;
	font-weight: bold;
	font-size: 1.2em; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

.noline, a.noline, a.noline:hover, a.noline:visited{
	text-decoration: none;
}

.caption{
	text-align: center;
	font-size: 0.95em;
	margin: 0;
}

.morelink{
	text-align: right;
	font-style: italic;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	font-family: "times new roman", arial;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
}

.morelink a, .morelink a:visited{
	color: #666;
	text-decoration: underline;
}

.morelink a:hover{
	color: #666;
	text-decoration: none;
}

.crumbs{
	text-align: right;
	font-size: 11px;
	margin-bottom: 10px;
}

.crumbs a, .crumbs a:visited{
	color: #cc0000;
	text-decoration: underline;
}

.crumbs a:hover{
	color: #cc0000;
	text-decoration: none;
}

/* content borders */
.gborder{
	border: #e8e8e8 2px solid;
}

.border{
	border: #ddd 1px solid;
	padding: 5px;	
}

/* cupod layout */
#cupodleft{
	width: 100px;
	text-align: center;
	margin-left: 5px;
}

#cupodright{
	float: right;
	width: 90px;
	padding-right: 3px;
	text-align: center;	
}

.cupodtext{
	margin-bottom: 3px;
	font-size: 11px;
}

.cupodsmall{
	font-size: 10px;
}

.cupodtext a, .cupodtext a:visited, .cupodsmall a, .cupodsmall a:visited{
	color: #666;
	text-decoration: underline;
}

.cupodtext a:hover, .cupodsmall a:hover{
	color: #666;
	text-decoration: none;
}

/* containers */
#americas.contentbox{
	border: 2px solid #e8e8e8;
	background-color: #f7f7f7;
	padding: 15px;
	margin-bottom: 3px;
	min-height: 41em;
	height: auto;
	/height: 100%;
}

.contentbox{
	border: 2px solid #e8e8e8;
	background-color: #f7f7f7;
	padding: 15px;
	margin-bottom: 3px;
	min-height: 47em;
	height: auto;
	/height: 100%;
	/width: 100%;
}

.homepage .contentbox{
	min-height: 0 !important;
	height: auto !important;
}

.contentleft{
	border: 2px;
	border-color: #e8e8e8;
	border-style: solid;
	background-color: #f7f7f7;
	padding: 12px 12px 0 12px;
	margin-bottom: 3px;
	height: 97.5%;
	width: 65%;
	float: none;
}

* html .contentleft{
	width: 100%;	
	height: 100%;
}

.contentright{
	border: 2px;
	border-color: #e8e8e8;
	border-style: solid;
	background-color: #f7f7f7;
	padding: 12px 12px 0 12px;
	height: 97.5%;
	float: right;
	width: 25%;
}

* html .contentright{
	width: 30%;	
	height: 100%;
}

/* for homepage content box */
.hcontentbox{
	border: 2px solid #e8e8e8;
	background-color: #f7f7f7;
	padding: 8px;
	margin-bottom: 3px;
	min-height: 100px;
	height: auto;
	width: 100%;
	border
}

* html .hcontentbox{
	height: 8em;
}

.hcontentleft{
	border: 2px;
	border-color: #e8e8e8;
	border-style: solid;
	background-color: #f7f7f7;
	padding: 12px 12px 0 12px;
	margin-bottom: 3px;
	width: 64.7%;	
}

* html .hcontentleft{
	width: 100%;	
	height: 10em;
}


.hcontentright{
	border: 2px;
	border-color: #e8e8e8;
	border-style: solid;
	background-color: #f7f7f7;
	padding: 12px 12px 0 12px;
	min-height: 532px;
	height: auto;
	float: right;
	width: 25%;
}

* html .hcontentright{
	width: 30%;	
	height: 47.3em;
}

#ccontainer{
	min-height: 365px;
	height: auto;
}

* html #ccontainer{
	height: 100%;
}

#pcontainer{
	min-height: 750px;
	height: auto;
}

* html #pcontainer{
	height: 100%;
}

#kcontentleft{
	width: 48%;
	min-height: 695px;
}

* html #kcontentleft{
	width: 100%;
	height: 60em;	
}

#kcontentright{
	float: right;
	width: 47%;	
	min-height: 695px;	
}

* html #kcontentright{
	height: 60em;
}

#dcontainer{
	min-height: 575px;
	height: auto;
}

#dcontainer_sp{
	min-height: 580px;
	height: auto;
}

#dcontainer_de{
	min-height: 610px;
	height: auto;
}

#dcontainer_kr{
	min-height: 560px;
	height: auto;
}

#dcontainer_jp{
	min-height: 700px;
	height: auto;
}

* html #dcontainer, * html #dcontainer_sp, * html #dcontainer_de, * html #dcontainer_kr, , * html #dcontainer_jp{
	height: 100%;
}

.dcontainer2{
	min-height: 85px;
}

* html .dcontainer2{
	height: 8em;	
}

.bcontainer{
	min-height: 130px;
}

* html .bcontainer{
	height: 11em;	
}

.contentleft1{
	width: 49%;	
}

* html .contentleft1{
	width: 97%;	
}

.contentright1{
	float: right;
	width: 48%;
	padding-right: 2px;	
}

.contentleft2{
	width: 72%;	
}

* html .contentleft2{
	width: 98%;	
}

.contentright2{
	float: right;
	width: 26%;
	padding-right: 2px;	
}

#columnleft{ 
	position: relative;
	float: left;
	width: 32%;
	padding: 5px;
	z-index: 110;
}

#columnright{
	position: relative;
	float: right;
	width: 30%;
	padding: 5px;
	z-index: 105;
}

#columnmiddle{
	position: relative;
	padding: 5px 5px 5px 35%;
}

* html #columnmiddle{
 padding-left: 33%;
}

.gallery{
	width: 73%;
}

/* image float */
.floatleft{
	float: left;
	margin: 2px 13px 3px 0px;
}

.floatright{
	float: right;
	margin: 2px 0px 3px 13px;
}

.hp_floatright{
	float: right;
	margin: 2px 0px 3px 12em;
}


/* submenu */
.submenutop{
	background: transparent url(../images/bar.top.gif) 0 0 no-repeat;
}

.submenubottom{
	background: transparent url(../images/bar.bottom.gif) 0 0 no-repeat;
}

.submenu{
	font-size:11px;
	color: #c00;
	margin: 0 7px;
	width: 124px;
}

.submenu .header{
	text-align: center;
	font-weight: bold;
	color: #aaa;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.submenu p{
	margin: 0 2px;
	padding-bottom: 2px;
	text-align: left;
}

.submenu p.subheader{
	text-align: center;
	color: #aaa;
	font-weight: bold;
}

.submenu a:link, .submenu a:visited, .submenu a:hover{
	color: #c00;
}

.submenu p.email{
	margin-bottom: 6px;
}

.submenu p.morelink{
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
	color: #aaa;
}

.submenu p.morelink a, .submenu p.morelink a:visited, .submenu ul li p a:link, .submenu ul li p a:visited{
	color: #aaa;
}

.submenu p.morelink a:hover, .submenu ul li p a:hover{
	color: #aaa;
}

.submenu ul{
	list-style-type: none;
	margin: 0 0 3px -3px;
}

.submenu ul li{
	background: transparent url(../images/arrow.gif) 0 0 no-repeat;
	padding: 0 0 3px 13px;
}

.submenu ul li a:link, .submenu ul li a:visited{
	text-decoration: underline;
	color: #c00;
}

.submenu ul li a:hover{
	text-decoration: none;
	color: #c00;
}

.submenu ul li ul li{
	background: none;
	list-style-type: square;
	margin: 0 0 0 18px;
	padding-left: 0;
}

ul.download, ul.multimedia{
	list-style-type: none;
	margin: 0 5px 0 -3px;
}

ul.download li{
	background: transparent url(../images/pdf.gif) 0 0 no-repeat;
	padding: 0 3px 3px 18px;
}

ul.multimedia li{
	background: transparent url(../images/multimedia.gif) 0 0 no-repeat;
	padding: 0 3px 3px 18px;
}

.submenu ul.download li a:link, .submenu ul.download li a:visited, .submenu ul.download li a:hover, .submenu ul.multimedia li a:link, .submenu ul.multimedia li a:visited, .submenu ul.multimedia li a:hover{
	color: #c00;
}

/* sitemap links */
ul.sitemap{
	list-style-type: none;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.sitemap li{
	padding-left: 0px;
	padding-bottom: 10px;
}

ul.sitemap li a:link, ul.sitemap li a:visited{
	text-decoration: underline;
}

ul.sitemap li a:hover{
	text-decoration: none;
}

ul.sitemap li ul{
	margin-bottom: 0;
	margin-left: 0;
}

ul.sitemap li ul li{
	list-style-type: none;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 0;
	text-transform: none;
}

/* others */
.spacer li{
	padding-top: 3px;
	padding-bottom: 4px;
}

ul.justify {
	text-align: justify;
}

.filler{
	padding: 40px;
}

* html .filler{
	padding: 0px;
}

.lblSubscribe{
	display: block;
	width: 105px;
	float: left;
}

.rdoSubscribe{
	background-color: #f7f7f7;
	color: #666;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	border: none;
	width: 20px;
	margin-left: 20px;
}

.contestpic{
	padding: 4px;
	vertical-align: top;
}

.contentPublicity{
	float: left;
	width: 71%;
}

.nopadding{
	padding: 0px;
}

#frmSubscribe{
	width: 77%;
	/width: 100%;
}

.center{
	text-align: center;
}

.promo1, .promo2, .promo3, .promo4{
	height: 57px;
	/height: 100px;
	margin: 0;
	padding-top: 43px;
	padding-left: 93px;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}

.promo1{
	background: transparent url(../images/americas/promo.storage.thmb.gif) 0 0 no-repeat;
}

.promo2{
	background: transparent url(../images/americas/promo.imaging.thmb.gif) 0 0 no-repeat;
}

.promo3{
	background: transparent url(../images/americas/promo.media.thmb.gif) 0 0 no-repeat;
}

.promo4{
	background: transparent url(../images/americas/promo.destruction.thmb.gif) 0 0 no-repeat;
}

.homepagetag{
/*	background: transparent url(../images/americas/right.steps.gif) 0 0 no-repeat;*/
	text-align: justify;
}

.homepagetag p{
	padding-bottom: 5px;
}

.white_area{
	padding: 15px 30px 15px 30px;
}

.predefined{
	display: none;
}

.header_bullet{
	padding: 0 0 15px 40px;
	margin: 0px;
	line-height: 1.5em;
}

.header_bullet img{
	margin: 0 0 -12px -40px;
}

.indent li{
	list-style-position: inside;
}
