/*
FDAD02 - yellow
71C21B - green
7B226A - purple
D888DC - pink
*/

BODY {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
}

IMG {
  border: 0;
}

HR {
  border: none 0;
  border-top: 1px solid #000000; /* the border */
  height: 1px; /* whatever the total width of the border-top and border-bottom equal */
}

FORM {
  padding-bottom: 0;
  margin-bottom: 0;
}

A:link, A:visited  {
  color: #FDAD02;
  text-decoration: none;
}
A:hover, A:active  {
  color: #71C21B;
  text-decoration: none;
}

#wrap {
  margin: 0 auto;
  width: 883px;
}

#header {
  height: 125px;
}

#share {
  
  margin: 44px 0px 0 0;
  width: 50px;
  height: 17px;
}

#slogan {
  float: right;
  margin: 44px 150px 0 0;
  width: 280px;
  height: 17px;
}

#logo {
  float: left;
  margin-left: 12px;
  width: 293px;
  height: 37px;
}

#menu {
  float: right;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}

#menu LI {
  float: left;
  padding: 0 10px;
}

#menu A:link, #menu A:visited  {
  font-size: 10px;
  font-weight: bold;
  color: #FDAD02;
  text-decoration: none;
}
#menu A:hover, #menu A:active  {
  color: #71C21B;
}

#sidebar {
  float: left;
  width: 305px;
}

#sidebar-top {
  width: 269px;
  height: 246px;
  background: url(../images/background-sidebar-top.jpg) no-repeat;
  padding: 16px 25px;
  margin-bottom: 4px;
}

#sidebar-top-text {
  width: 253px;
  height: 243px;
  overflow: auto;
  color: #FFFFFF;
}

#sidebar-top-text2 {
	font-size:11px;
	line-height:11px;
	margin-left:20px;
	margin-top: 110px;
	width: 200px;
	height: 246px;
	color: #FFCCFF;
}

#sidebar-top-text3 {
	font-size:11px;
	line-height:15px;
	margin-left:-10px;
	margin-top: -30px;
	width: 200px;
	height: 246px;
	color: #FFCCFF;
}

#sidebar-bot {
  width: 200px;
  height: 118px;
  background: url(../images/background-sidebar-bot.jpg) no-repeat;
  padding: 33px 65px 0 36px;
  color: #7B226A;
}

#sidebar-bot A:link, #sidebar-bot A:visited  {
  color: #7B226A;
  font-weight: bold;
}
#sidebar-bot A:hover, #sidebar-bot A:active  {
  color: #000000;
}

#content {

  float: left;
  width: 578px;
  background: url(../images/background-content.jpg) no-repeat;
}

#contenthome {

  float: left;
  width: 578px;
  background: url(../images/background-content2.jpg) no-repeat;
}

#content-text {
  padding: 24px 20px 20px 34px; /* top right bottom left */
}

#content-text2 {
  padding: 24px 20px 20px 12px; /* top right bottom left */
}

#flash-maincompany {
right:300;
float:right;
}

#flash-main {
left:-50;
}

#footer {
  line-height: 1em;
  font-size: 10px;
  color: #D888DC;
}

