html {
	height:100%;
}


body {
  margin:0px;
  padding:0px;
  font-family: Helvetica, Arial, sans-serif;
  width:980px;
  margin:0px auto 0px auto;
  height:100%;
}

html body div.clear,
html body span.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: static;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.button {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


#wrap {
  margin:0px auto 0px auto;
  padding:0px;
  width:936px;
}

#bg-holder {
    background:url(../images/bg-shadow.png) repeat-y center;	
	margin:0px;
	padding:0px;
}

a {
  color:#0066CC;
}

#header {
  margin:0px 0px 0px 0px;
  background:#FDEAE3;
  height:246px;
  width:100%;
}


#logo img {
  border:none;
  margin:0px;
  padding:0px;
}

#nav, #nav ul {
	float: left;
	width: 938px;
	list-style: none;
	line-height: 1;
	background: #ff0000;
	font-size: 14px;
	font-weight: bold;
	border: solid #000000;
	border-width: 1px;
	margin: 54px 0 0 0;
	padding: 0px 0px 0 0;
}

#nav a {
	display: block;
	width: 110px;
	height: 28px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 12px 12px;
}

#nav a.longnav {
       padding: 6px 12px;	
}

#nav li {
	background: url(../image/menu_bg_top.png) left no-repeat;
	height: 40px;
	float: left;
	padding: 0;
	width: 134px;
}

#nav a.daddy {
	background: url(../image/rightarrow2.gif) center right no-repeat;
}

#nav li ul {
	position: absolute;
	margin: -11px 0 0 0;
	left: -999em;
	height: auto;
	width: 133px;
	font-weight: normal;
}

#nav li li {
	padding: 0;
	width: 133px;
	background: url(../image/menu_bg_drop.png) left no-repeat;
}

#nav li ul a {
	padding: 12px 0px;
	margin: 0px 30px;
	width: 133px;
	text-align: left;
}

#nav li ul ul {
	margin: -53px 0 0 133px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #0000C0;
}

#inner-wrap {
  margin: 20px 0px 0px 20px;
  padding:0px 0px 0px 0px;
/*  min-height:600px; */
}

#inner-wrap div.clear {
  clear:both;	
}
   
#content {
	padding:70px 30px;
	width: 876px;
}

.page-leader {
	font-weight: 700;
	margin: auto 30px;
}

.page-leader-img {
	padding: 0px 30px 0px 0px;
	float: left;
}

.country-leader {
	font-weight: 700;
	Margin: 30px 30px 60px 30px;
}

.country-leader-img {
	float: right;A
	margin: 30px 30px 60px 30px;
}

.rounded:before {
  background: transparent url(../image/rc-top-right.png) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(../image/rc-top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(../image/rc-bottom-left.png);
  margin: 0 0 0px 0;
  height: 30px;
  background: white;
  background: transparent url(../image/rc-bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}

.rounded * {
    padding-left: 16px;
    padding-right: 16px;
}

.rounded {
    background: #EDF3FD;
    margin: 20px 15px 20px 25px;
    padding: 0;
}

img.readmore {
	margin: -50px 0px;
	padding: 0px 0px 0px 130px;
	border: 0;
}

.picframe:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(../image/rc-bottom-left.png);
  margin: 0 0 0px 0;
  height: 30px;
  background: white;
  background: transparent url(../image/rc-bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}

.picframe img {
    padding: 0px;
}

.picframe * {
    padding-left: 16px;
    padding-right: 16px;
    margin: 5px 0px 0px;
}

.picframe {
    background: #EDF3FD;
    margin: 20px 15px 20px 25px;
    padding: 0;
}

.w3column {
    width: 260px;
    float: left;
}

.w2column {
    width: 430px;
    float: left;
}

.w1column {
	padding: 0px 16px;
}

.w1column_pad {
	padding: 0px 16px 100px;
}

.question {
	margin: 10px 46px;
}

.answer {
	margin: 10px 46px 20px;


#contact-store {
	margin: 0px 0px 0px 76px;
	width: 262px;
       	float: left;
}

#contact-other {
	margin: 0px 0px 0px 76px;
}

#contact-map {
	float: left;
	margin: 30px 0px;
	width: 400px;
	height: 300px;
	border: solid #000000;
	border-width: 1px;
}

#footer {
  background:url(../images/footer-bar.png) no-repeat center;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  text-align:center;
  height:35px;
  clear:both;
}

#footer p {
  margin:0px;
  font-size:12px;
  padding:0px 0px 0px 0px;
  color:#3b3b3b;
}

a {
  text-decoration:none;	
}

#footer p.footer-right {
  padding:7px 50px 0px 0px;
  float:right;
}

#footer p.footer-right a {
  text-decoration:none;
  color:#3b3b3b;
} 

#footer p.footer-left {
  padding:7px 0px 0px 50px;
  float:left;
}
