html {
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
}
html, body{
 margin: 0px;
 padding: 0px;
 background-color:#ecf3f8;
}

div#bg {
	position: absolute;
	width: 1498px;
	height: 130px;
	left: 50%;
	margin: 0 0 0 -749px;
	background: url(images/bg_sides.gif) no-repeat top center;
	text-align: center;
}

div#top_bg {
	position: absolute;
	width: 1498px;
	height: 130px;
	left: 50%;
	margin: 0 0 0 -749px;
	background: url(images/top_bg.gif) no-repeat top center;
	text-align: center;
}
div#middle {
	position: relative;
	top: 103px;
	width: 640px;
	margin: 0 0 0 0;
	text-align: left;
}

#leftcol{
 width:136px;
 float:left;
 position:relative;
 background-color:#ecf3f8;

 }
 #leftcol a {
	 text-decoration:none;
 }
#maincol{
  background-color: #ecf3f8;
 float: right;
 display:inline;
 position: relative;
 width:450px;
 margin: 0px 30px 0px 20px;
 }

#top_menu
{
position: relative;
top: 0px;
left: 201px;
width: 436px;
height: 23px;
}

#top_nobutton
{
  position:relative;
  width: 108px;
  height: 100%;
  float: left;
  background-image: url(images/top_but_off.gif);
  cursor: pointer;
  text-decoration: none;
}

#top_button
{
  position:relative;
  width: 108px;
  height: 100%;
  float: left;
  background-image: url(images/top_but_off.gif);
  cursor: pointer;
  text-decoration: none;
}
#top_button2
{
  position:relative;
  width: 108px;
  height: 25px;
  float: left;
  background: url(images/top_but_off.gif) bottom no-repeat;
  cursor: pointer;
  text-decoration: none;
}

#top_button:hover
{
  background-image: url(images/top_but_on.gif);
  text-decoration: none;
}

#top_button2:hover
{
  background: url(images/top_but_on.gif) bottom no-repeat;
  text-decoration: none;
}

#top_text
{
 padding: 5px 0px 0px 0px;
 font-family: myriad, Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height : 12px;
 color: #000000;
  text-decoration: none;
 text-align: center;
}

#menu_button
{
 position: relative;
 width: 136px;
 height: 26px;
 text-align: left;
 background-image: url(images/but_off.gif);
  text-decoration: none;
  cursor: pointer;
}
#maker
{
 position: relative;
 width: 121px;
 height: 26px;
 text-align: left;
 padding: 5px 5px 5px 10px;
  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height : 10px;
  color: #636363;
  text-decoration: none;
}
#text_button
{
 padding: 5px 5px 5px 20px;
  font-family: myriad, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height : 12px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

#menu_button:hover
{
  text-decoration: none;
 background-image: url(images/but_on.gif);
}


h1{
  font-family: myriad, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height : 20px;
  color: #508EBC;
  font-weight: bold;
}
h2{
  font-family: myriad, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height : 16px;
  color: #666666;
  font-weight: bold;
}
.bold{
  font-family: myriad, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height : 16px;
  color: #000000;
  font-weight: bold;
  margin-left: 10px;
}
div.text
{
  margin-left: 10px;
  font-family: myriad, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height : 14px;
  color: #000000;
  padding-bottom:20px;
}
div.text  a:link
{
  color: #666666;
}
div.text  a:hover
{
  color: #000000;
  text-decoration: none;
}
div.text  a:active
{
  color: #666666;
}
div.text  a:visited
{
  color: #666666;
}
li
{
  list-style-image: url(images/li.gif);
}
.lbl{
	width:80px;
	padding:10;
	float:left;
	height:20px;
	margin:5px;
	text-align:right;
}
.clear {
	clear:both;
}
.sel_lbl{
	float:left;
	text-align:left;
	margin:5px;
	margin-left:20px;
}
.inp_lbl{
	float:left;
	text-align:left;
	margin:5px;
}
select {
	padding:0px;
	margin:0px;
}
.inp_lbl input{
	width:180px;
}
input {
	padding:0px;
	margin:0px;
}
option {
	margin:0px;
}
.inp_lbl select{
	width:180px;
}
.inp_lbl input.small{
	width:30px;
}
.inp_lbl input.md_small{
	width:60px;
}

.tablediv {
display:  table;
border-collapse:separate;
}
.celldiv {
  float: left;/*fix for  buggy browsers*/
  display:  table-cell;
  padding: 2px;
}
.rowdiv  {
display:  table-row;
width:auto;
}
#title
{
  margin-left: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height : 14px;
  color: #000000;
  font-weight: bold;
}
input.input{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:8pt;
  background-color: #ecf3f8;
  border-color: #9bbed9;
  border-style:solid;
  border-width:1px;
  color:#000000;
}
#basket
{
  position: absolute;
  top: 370px;
  width: 210px;
  left: -175px;
  margin: 0 0 0 0px;
  text-align: left;
}
.followbutton
{
	background-image: url('images/follow_us-a.png');
	width:160px;
	height:27px;
	display:block;
	margin-bottom: 10px;
}
.tweet:hover {
	background-color: #ffffff;
}
.tweet .date {
	font-size: 11px;
	position:absolute;
	bottom: 4px;
	left:29px;
}
.tweet {
	position:relative;
	background: url('images/t_mini-a.png') no-repeat 4px 10px;
	font-size:13px;
	padding: 10px 10px 18px 28px;
	line-height:15px;
	min-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 1px solid #b2b2b2;
	display:block;
	text-decoration:none;
}
.tweet.first {
	border-top: 1px solid #b2b2b2;
}
.replytweet {
	position:absolute;
	right:60px;
	bottom:4px;
	display:none;
}
.retweet {
	position:absolute;
	right:10px;
	bottom:4px;
	display:none;
}
.tweet:hover .retweet,
.tweet:hover .replytweet{
	display:block;
}
.twitterimg{
	position:absolute;
	right:-123px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top:37px;
}
#linkedinbutton{
	background: url('images/linkedin-icon.png') no-repeat;
	height:32px;
	width:32px;
	float:right;
	position:relative;
	top:-36px;
	display:block;
}
