/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background: #FFF url("images/bg_body.jpg") repeat-x top left;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 1000px;
}

a {
	color: #3f454f; 
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 20px;
}

h2 {
	color: #415e7e;
	font-size: 21px;
}

h3 {
	color: #363636;
	font-size: 16px;
}

h4 {
	color: #3f454f;
	font-size: 15px;
	margin-bottom: 15px;
}

h5 {
	color: #3f454f;
	font-size: 13px;
	margin-bottom: 12px;
}

h6 {
	color: #363636;
	font-size: 12px;
	margin-bottom: 5px;
}

iframe {
	margin-bottom: 15px;
}

img {
	margin-bottom: 15px;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

ol {
	list-style-type: none;
}

ol li {
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding: 8px 0 8px 30px;
}

ol li.first {
	background: #FFF url("images/ol_1.png") no-repeat 3% 50%;
}

ol li.second {
	background: #FFF url("images/ol_2.png") no-repeat 3% 50%;
}

ol li.third {
	background: #FFF url("images/ol_3.png") no-repeat 3% 50%;
}

ol li.fourth {
	background: #FFF url("images/ol_4.png") no-repeat 3% 50%;
}

ol li:hover {
	background-color: #e6f0fb;
}

p, li {
	color: #404040;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
}

.button {
	background: url("images/button.jpg") no-repeat top left;
	color: #e9e9e9;
	display: block;
	font-size: 11px;
	height: 21px;
	line-height: 19px;
	margin-bottom: 20px;
	padding-left: 8px;
	width: 140px;
}

.button:hover {
	background-position: bottom left;
	text-decoration: none;
}

.clear {
	clear: both;
}




/* ========================== Form Elements Styles ========================== */
select {
	background-color: #f3f7fb;
	border: 1px solid #bbbfc2;
	color: #898c8d;
	font-size: 11px;	
	font-weight: bold;
	padding: 2px;
}

.contact input, .contact textarea {
	background-color: #d8e6f7;
	border: 1px solid #c4cbd4;
	font-size: 11px;
	margin-top: 5px;
	padding: 4px;
	width: 225px;
}

.contact p {
	margin-bottom: 10px;
}

.contact #submit {
	background-color: #555e67;
	border: none;
	color: #e9e9e9;
	font-size: 11px;
	padding: 3px;
	padding-right: 8px;
	text-align: left;
	width: auto;
}

/* ========================== Info Column Styles ========================== */
#infoColumn {
	background: url("images/bg_infoColumn.jpg") no-repeat top left;
	float: left;
	padding: 0 24px 45px 34px;
	position: relative;
	width: 161px;
}

#infoColumn h1 {
	margin-top: 104px;
	text-indent: -9999px;
}

#infoColumn h1 a {
	background: url("images/logo.png") no-repeat top left;
	display: block;
	height: 50px;
	width: 120px;
}

#infoColumn #languages {
	height: 28px;
	margin: 103px 0 33px 0;
	overflow: hidden;
	padding-top: 12px;
	width: 161px;
}

#infoColumn #languages a {
	background: url("images/button_arrow.jpg") no-repeat top left;
	display: block;
	float: left;
	height: 21px;
	text-indent: -9999px;
	width: 21px;
}

#infoColumn #languages p {
	color: #484848;
	float: right;
	font-size: 11px;
	padding-right: 28px;
}

#infoColumn ul, .location {
	list-style: none;
	list-style-position: outside;
	margin-bottom: 20px;
}

#infoColumn ul li, .location li {
	color: #363636;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 0;
}

/* ========================== DropDown Menu Styles ========================== */
.dropdown {
	background-color: #eef1f0;
	border-top: 1px solid #FFF;
	display: none;
	left: 10px;
	position: absolute;
	top: 293px;
	z-index: 100;
}

.dropdown li {
	background: #eef1f0 url("images/arrow.jpg") no-repeat 24px 50%;
	border-bottom: 1px solid #FFF;
	padding-right: 24px;
	width: 185px;
}

.dropdown li a {
	color: #3f454f;
	display: block;
	font-size: 11px;
	height: 39px;
	line-height: 39px;
	padding-right: 28px;
	text-align: right;
} 
	
.dropdown li:hover {
	background-color: #d7dcda;
}

.dropdown li a:hover {
	text-decoration: none;
}

.japan {
	background: url("images/flag_japan.jpg") no-repeat 100% 50%;
}


.england {
	background: url("images/flag_england.jpg") no-repeat 100% 50%;
}

.usa {
	background: url("images/flag_usa.jpg") no-repeat 100% 50%;
}

.spain {
	background: url("images/flag_spain.jpg") no-repeat 100% 50%;
}

.france {
	background: url("images/flag_france.jpg") no-repeat 100% 50%;
}

/* ========================== Content Styles ========================== */
#content {
	background: url("images/bg_content.jpg") no-repeat top left;
	float: left;
	padding-top: 8px;
	width: 781px;
}

#content #slideshow {
	height: 240px;
	margin: 0 -23px;
	overflow: hidden;
}

#contentWrapper {
	background: url("images/bg_contentWrapper.png") no-repeat bottom right;
	padding: 0 33px 0 23px;
	z-index: 10;
}

/* ========================== Main Navigation Styles ========================== */
#mainNav {
	float: left;
	height: 29px;
	list-style: none;
	list-style-position: outside;
	margin-top: 10px;
}

#mainNav li {
	background: url("images/bg_mainNav.jpg") no-repeat bottom right;
	float: left;
	height: 29px;
	margin: 0;
	padding: 0 14px 0 12px;
}

#mainNav li a {
	color: #d1d6de;
	font-size: 11px;
	line-height: 27px;
	text-transform: uppercase;
}

#mainNav li.active {
	background-color: #FFF;
}

#mainNav li.active a, #mainNav li.active a:hover {
	color: #353434;
}

#mainNav li a:hover {
	color: #FFF;
	text-decoration: none;
}

/* ========================== Search Form Styles ========================== */
.searchForm {
	float: right;
	margin-top: 8px;
}

.searchForm div {
	float: left;
}

.searchForm input {
	background-color: #d8e6f7;
	border: 1px solid #687891;
	color: #46596e;
	font-size: 11px;
	padding: 3px 8px;
}

.searchForm input.submit {
	background: url("images/submit_search.jpg") no-repeat top left;
	border: none;
	display: block;
	height: 21px;
	margin: 2px 0 0 10px;
	padding: 0;
	width: 41px;
}

/* ========================== Main Content Styles ========================== */
#mainContent {
	clear: left;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	padding: 35px 0;
	font-size: 14px;
	width: 450px;
}
#mainContent2 {
	clear: left;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	padding: 35px 0;
	font-size: 14px;
	width: 700px;
}

.ttl600{
font-size : 18px;
font-weight : bold;
color: #415e7e;
margin-left : 2px ;
line-height: 24px
}

.ttl600b{
font-size : 16px;
font-weight : bold;
color: #415e7e;
font-family: Tahoma ;
margin-left : 6px ;
line-height: 1.4em ;
margin: 8px 0 0 0px;
}

.ttl600f{
font-size : 18px;
font-weight : bold;
font-family: Century Gothic ;
color: #415e7e;
margin-left : 2px ;
line-height: 18px
}

.ttl600s{
font-size : 13px;
color: #303030;
margin-left : 6px ;
line-height: 1.4em ;
margin: 8px 0 0 0px;
}

.ttl600t{
font-size : 16px;
font-weight : bold222;
color: #265A92;
font-family: Tahoma ;
margin-left : 6px ;
line-height: 1.4em ;
margin: 8px 0 0 0px;
}


.ttl620{
font-size : 16px;
font-weight : bold;
color: #484848;
margin-left : 2px ;
line-height: 24px
}
.ttl620b{
font-size : 14px;
font-weight : bold;
color: #484848;
margin-left : 2px ;
line-height: 24px
}

.ttl680{
font-size : 14px;
margin-left : 20px ;
line-height: 18px
}

.ttl22{
font-size : 14px;
font-weight : bold;
color: #008080;
}

.ttl23{
font-size : 20px;
font-weight : bold;
margin-left : 20px ;
color: #008080;
line-height: 36px
}

.ttl24{
font-size : 16px;
font-weight : bold;
text-align: right;
color: #0000cd;
padding-top : 5px ;
padding-right : 30px ;
width:660px;
}

.ttl25{
font-size : 16px;
font-weight : 500;
margin-left : 5px ;
color: #0000cd;

}
.ttl26{
font-size : 20px;
 font-family: "Candara", sans-serif;
font-weight : 500;
margin-left : 5px ;
color: #0000cd;
border-bottom: 1px solid #00f;

}

.ttl3s{
font-size : 13px;
border-top : 0px solid #cfcfcf ;
border-bottom : 1px solid #dfdfdf ;
border-left : 4px double #3333ff ;
width:430px;

padding:5px 0px 10px 9px;
}

.ttl4{
font-size : 16px;
font-weight : bold;
border-bottom : 1px solid #afafaf ;
border-left : 6px solid #013BB6 ;
width:430px;
margin-left : 1px ;
height : 18px;
padding:4px 0px 4px 6px;
}

.ttl4f{
font-size : 16px;
font-weight : bold;
font-style: inherit;
color: #415e7e;
border-bottom : 1px solid #afafaf ;
border-left : 6px solid #013BB6 ;
width:430px;
margin-left : 1px ;
height : 18px;
padding:4px 0px 4px 6px;
}


.ttl12{   
    border-left:12px solid #00f;   
    padding:.8em .9em; 
border-top:solid 1px #99f;
border-right:solid 1px #99f; 
border-bottom:solid 1px #99f;  
} 

.ttl12b{   
    display: block;   
    padding-top:.2em;   
    font-size:.8em;   
    color:#808080;   
}

.tbl table {
width: 500;
border: 1px #666666 solid;
}

.tbl td {
border: 1px #666666 solid;
padding: 5 5;
}

.tbl_03{
 width: 470px;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
}
 .tbl_03 th{
 width:100px;
 padding:4px;
 text-align: left;
 vertical-align: top;
 color: #444;
 background-color: #E7EFFD;
 border-left: 3px double #999;
 border-top: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
 .tbl_03 td{
 width:370px;
 padding:4px;
 background-color: #fafafa;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }


/* ========================== Full Width Content Styles ========================== */
#full_width_content {
	clear: both;
	overflow: hidden;
	padding: 35px 0 25px 0;
	position: relative;
	width: 725px;
}

/* ========================== Sidebar Styles ========================== */
#sidebar {
	float: right;
	padding: 35px 0;
	width: 235px;
}

#sidebar p, #sidebar li, #sidebar a {
	font-size: 12px;
	line-height: 16px;
}

#sidebar h3 {
	margin-bottom: 12px;
}

#sidebar .button {
	line-height: 19px;
}

#sidebar h5 {
	font-size: 18px;
	font-weight: bold;
}

.ttlside1{
font-size : 14px;
font-weight : bold;
color: #415e7e;
line-height: 24px
}

.ttlside2{
font-size : 12px;
font-weight : bold;
color: #484848;
border-bottom : 1px solid #afafaf ;
border-left : 3px solid #a0a0a0 ;
padding:1px 0px 0px 4px;
width:220px;
line-height: 24px
}

.ttlside5{
font-size : 12px;
color: #484848;
line-height: 14px
}


/* ========================== Sort Div Styles ========================== */
#sort {
	overflow: hidden;
	width: 725px;
}

#sort select, #sort p {
	float: right;
}

#sort select {
	margin-left: 8px;
}

#sort p {
	margin-top: 1px;
}

.paginator {
	clear: both;
	float: right;
	margin-bottom: -10px;
}

.paginator p, .paginator ul, .paginator li {
	float: left;
}

.paginator ul {
	list-style: none;
	margin-left: 5px;
}

.paginator li {
	margin-left: 5px;
}

.paginator li a {
	color: #666666;
}

.paginator li a:hover, .paginator li a.active {
	color: #415e7e;
	text-decoration: underline;
}

/* ========================== Boxes Styles ========================== */
.boxes {
	list-style: none;
}

.box {
	float: left;
	margin-bottom: 8px;
	margin-right: 10px;
	width: 235px;
}

.box.last {
	margin-right: 0;
}

.box .social {
	float: right;
}

.box .role {
	clear: left;
}

.boxes.team h4 {
	float: left;
	margin-bottom: 2px;
}

/* ========================== Social List Styles ========================== */
.social {
	list-style: none;
	margin-bottom: 0;
}

.social li {
	float: left;
}

.social li a {
	background: url("images/social_icons.jpg") no-repeat top left;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
}

.social li a[title="Twitter"] {
	background-position: -20px 0;
}

.social li a[title="Facebook"] {
	background-position: -40px 0;
}

.social li a[title="Stumble"] {
	background-position: -60px 0;
}

/* ========================== Folio Details Styles ========================== */
.folioDetails {
	background-color: #c8cfcd;
	height: 255px;
	overflow: hidden;
	width: 725px;
}

.folioDetails img {
	margin-bottom: 0;
}

.folioDetails img.left {
	margin-right: 9px;
}

.folioDetails .container {
	float: right;
	padding: 9px 9px 0 0;
	width: 226px;
}

.folioDetails .container img {
	margin-bottom: 11px;
}

.folioDetails p, .folioDetails h6 {
	clear: left;
	color: #454b53;
	font-size: 11px;
}

.folioDetails p, .folioDetails .button {
	margin-bottom: 11px;
}

.folioDetails h6 {
	font-weight: bold;
}

.folioDetails .button {
	float: left;
}

.folioDetails .social {
	float: right;
}

.folioDetails .social a {
	background-image: url("images/social_icons_folio.jpg");
}

.folioDetails .phone {
	background: url("images/phone.jpg") no-repeat left center;
	padding-left: 20px;
}

.folioDetails .button {
	background-image: url("images/button_folio.jpg");
}

.back {
	position: absolute;
	right: 0;
	top: 45px;
}

/* ========================== News List Styles ========================== */
.news {
	list-style: none;
	list-style-position: outside;
}

.news li {
	margin-bottom: 25px;
}

.date {
	font-size: 11px;
	margin-bottom: 0;
}

.news h5 {
	color: #3f454f;
	font-weight: bold;
}

.news .imgContainer {
	background-color: #3f454f;
	float: left;
	margin-right: 15px;
}

.news .imgContainer img {
	margin: 0;
}

.news .imgContainer p {
	color: #FFF;
	font-size: 11px;
	margin: -1px 6px 6px 6px;
	text-align: center;
}

/* ========================== Content Footer Styles ========================== */
#contentFooter {
	clear: both;
	height: 30px;
	overflow: hidden;
	padding-top: 18px;
}

#contentFooter p {
	color: #7d93ad;
	float: left;
	font-size: 11px;
}

#contentFooter ul {
	float: right;
	list-style: none;
}

#contentFooter ul li {
	float: left;
}

#contentFooter .button {
	background-image: url("images/button_footer.jpg");
	line-height: 21px;
}

#contentFooter .button[title="Follow Us"] {
	background-image: url("images/button_twitter.jpg");
	padding-left: 25px;
}

#contentFooter .rss {
	background: url("images/button_rss.jpg") no-repeat top left;
	display: block;
	height: 17px;
	text-indent: -9999px;
	width: 48px;
}

/* ========================== Footer Styles ========================== */
#footer {
	background-color: #30353e;
	clear: both;
	margin-top: -45px;
}

#footer div{
	margin: 0 auto;
	padding: 20px 0 27px 45px;
	text-align: left;
	width: 980px;
}

#footer p {
	color: #6e7582;
	font-size: 11px;
}